Integrate 11778 into mainline.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 11765] By: ams                                   on 2001/08/27  22:53:10
35         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
36              From: Michael G Schwern <schwern@pobox.com>
37              Date: Mon, 27 Aug 2001 19:47:30 -0400
38              Message-Id: <20010827194730.C12582@blackrider>
39      Branch: perl
40            ! t/op/inccode.t
41 ____________________________________________________________________________
42 [ 11764] By: ams                                   on 2001/08/27  22:46:21
43         Log: Subject: [PATCH] new tests for the coderef-in-@INC
44              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45              Date: Mon, 27 Aug 2001 22:36:27 +0200
46              Message-Id: <20010827223627.C690@rafael>
47              
48              Subject: Re: [PATCH] new tests for the coderef-in-@INC
49              From: Nicholas Clark <nick@ccl4.org>
50              Date: Tue, 28 Aug 2001 00:02:46 +0100
51              Message-Id: <20010828000245.R4950@plum.flirble.org>
52      Branch: perl
53            + t/op/inccode.t
54            ! MANIFEST
55 ____________________________________________________________________________
56 [ 11763] By: ams                                   on 2001/08/27  22:41:09
57         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
58              bleadperl on fire, Win95+4NT)
59              From: Michael G Schwern <schwern@pobox.com>
60              Date: Mon, 27 Aug 2001 16:54:42 -0400
61              Message-Id: <20010827165442.F9436@blackrider>
62      Branch: perl
63            ! lib/warnings.t
64 ____________________________________________________________________________
65 [ 11762] By: sky                                   on 2001/08/27  19:19:17
66         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
67              avaible at compile time. This broke the compilation of 
68              Net/Ping.pm
69      Branch: perl
70            ! lib/Net/Ping.pm
71 ____________________________________________________________________________
72 [ 11761] By: sky                                   on 2001/08/27  18:34:48
73         Log: Removed tripple definitions of CUSTOM_OP functions.
74      Branch: perl
75            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
76 ____________________________________________________________________________
77 [ 11760] By: sky                                   on 2001/08/27  18:21:27
78         Log: Regen headers
79      Branch: perl
80            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
81            ! perlapi.h proto.h
82 ____________________________________________________________________________
83 [ 11759] By: ams                                   on 2001/08/27  16:31:53
84         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
85              From: "chromatic" <chromatic@rmci.net>
86              Date: Mon, 27 Aug 2001 11:17:09 -0600
87              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
88      Branch: perl
89            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
90 ____________________________________________________________________________
91 [ 11758] By: sky                                   on 2001/08/27  15:16:42
92         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
93              Thanks to H. Merijn Brand for the patch.
94              Some of the comments and or guards might be removable in perl.h now.
95      Branch: perl
96            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
97            ! Porting/Glossary Porting/config_H README.threads config_h.SH
98            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
99            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
100            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
101            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
102            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
103            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
104            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
105            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
106            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
107            ! win32/config_H.vc win32/perllib.c win32/win32.h
108            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
109            ! wince/config.h wince/config_H.ce wince/win32.h
110            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
111 ____________________________________________________________________________
112 [ 11757] By: sky                                   on 2001/08/27  13:39:16
113         Log: Subject: GNU ld parses arguments different
114              From: H.Merijn Brand <h.m.brand@hccnet.nl>
115              Date: Mon, 27 Aug 2001 16:25:51 +0200
116              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
117      Branch: perl
118            ! hints/hpux.sh
119 ____________________________________________________________________________
120 [ 11756] By: sky                                   on 2001/08/27  13:18:45
121         Log: Subject: Custom Ops
122              From: Simon Cozens <simon@netthink.co.uk>
123              Date: Sat, 25 Aug 2001 17:45:09 +0100
124              Message-ID: <20010825174509.A5752@netthink.co.uk>
125              I also added a fix to Opcode.pm to quite test cases.
126      Branch: perl
127            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
128            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
129 ____________________________________________________________________________
130 [ 11755] By: sky                                   on 2001/08/27  05:37:17
131         Log: Plugs a memory leak on destruction of regular expressions
132              introcued by #11274.
133              PL_regex_padav now has an AV as it's first entry with a list
134              of freed regex_padav slots that it will reuse on creating
135              new PMOPs.
136      Branch: perl
137            ! op.c perl.c
138 ____________________________________________________________________________
139 [ 11754] By: ams                                   on 2001/08/26  14:38:52
140         Log: Subject: [PATCH] t/io/binmode.t
141              From: Nicholas Clark <nick@ccl4.org>
142              Date: Sun, 26 Aug 2001 12:03:05 +0100
143              Message-Id: <20010826120305.C4950@plum.flirble.org>
144              
145              (Also a nitpick in #11752 to t/op/universal.t)
146      Branch: perl
147            ! t/io/binmode.t t/op/universal.t
148 ____________________________________________________________________________
149 [ 11753] By: ams                                   on 2001/08/26  08:19:34
150         Log: Subject: [PATCH] op/universal.t failing
151              From: Nicholas Clark <nick@ccl4.org>
152              Date: Sun, 26 Aug 2001 09:48:22 +0100
153              Message-Id: <20010826094822.B4950@plum.flirble.org>
154      Branch: perl
155            ! t/op/universal.t
156 ____________________________________________________________________________
157 [ 11752] By: ams                                   on 2001/08/25  22:46:13
158         Log: Subject: Re: 'can' with undefined subs
159              From: Tony Bowden <tony@kasei.com>
160              Date: Sat, 25 Aug 2001 14:58:17 +0100
161              Message-Id: <20010825145817.A11788@soto.kasei.com>
162              (Applied with minor modifications.)
163      Branch: perl
164            ! t/op/universal.t
165 ____________________________________________________________________________
166 [ 11751] By: ams                                   on 2001/08/25  18:28:43
167         Log: Subject: Re: 'can' with undefined subs
168              From: Tony Bowden <tony@kasei.com>
169              Date: Sat, 25 Aug 2001 15:13:14 +0100
170              Message-Id: <20010825151314.B11788@soto.kasei.com>
171      Branch: perl
172            ! lib/UNIVERSAL.pm
173 ____________________________________________________________________________
174 [ 11750] By: nick                                  on 2001/08/25  15:24:15
175         Log: Integrate mainline
176      Branch: perlio
177           +> t/io/binmode.t
178           !> (integrate 26 files)
179 ____________________________________________________________________________
180 [ 11749] By: nick                                  on 2001/08/25  14:55:41
181         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
182              From:  John Peacock <jpeacock@rowman.com>
183              Date:  Wed, 22 Aug 2001 12:05:28 -0400
184              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
185      Branch: perl
186            ! pod/perlhack.pod
187 ____________________________________________________________________________
188 [ 11748] By: nick                                  on 2001/08/25  14:53:04
189         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
190              From:  Michael G Schwern <schwern@pobox.com>
191              Date:  Wed, 22 Aug 2001 19:22:45 -0400
192              Message-Id:  <20010822192245.U619@blackrider>
193      Branch: perl
194            ! MANIFEST
195 ____________________________________________________________________________
196 [ 11747] By: nick                                  on 2001/08/25  14:52:33
197         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
198              From:  Nicholas Clark <nick@ccl4.org>
199              Date:  Wed, 22 Aug 2001 23:29:06 +0100
200              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
201      Branch: perl
202            + t/io/binmode.t
203            ! perlio.c pod/perlfunc.pod
204 ____________________________________________________________________________
205 [ 11744] By: nick                                  on 2001/08/25  14:37:33
206         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
207              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
208              Date:  Fri, 24 Aug 2001 22:10:42 +0200
209              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
210      Branch: perl
211            ! x2p/a2py.c x2p/walk.c
212 ____________________________________________________________________________
213 [ 11743] By: nick                                  on 2001/08/25  14:32:47
214         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
215              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
216              Date:  Fri, 24 Aug 2001 23:34:13 +0200
217              Message-Id:  <20010824233413.A1285@rafael>
218      Branch: perl
219            ! pod/perlfunc.pod pod/perlvar.pod
220 ____________________________________________________________________________
221 [ 11742] By: ams                                   on 2001/08/25  13:16:02
222         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
223              From: Nicholas Clark <nick@ccl4.org>
224              Date: Sat, 25 Aug 2001 14:50:07 +0100
225              Message-Id: <20010825145007.L41464@plum.flirble.org>
226      Branch: perl
227            ! pp_ctl.c
228 ____________________________________________________________________________
229 [ 11741] By: nick                                  on 2001/08/24  07:08:45
230         Log: When applying patch via Porting/apply fails, do p4 refresh
231              to get old files back.
232      Branch: perl
233            ! Porting/apply
234 ____________________________________________________________________________
235 [ 11740] By: ams                                   on 2001/08/24  04:47:24
236         Log: #11739 was incomplete.
237      Branch: perl
238            ! pod/perldiag.pod
239 ____________________________________________________________________________
240 [ 11739] By: ams                                   on 2001/08/24  04:09:40
241         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
242              From: "Philip Newton" <Philip.Newton@gmx.net>
243              Date: Fri, 24 Aug 2001 07:08:34 +0200
244      Branch: perl
245            ! pod/perldiag.pod
246 ____________________________________________________________________________
247 [ 11738] By: ams                                   on 2001/08/24  02:19:42
248         Log: Fixed Doug Wilson's email address.
249      Branch: perl
250            ! AUTHORS
251 ____________________________________________________________________________
252 [ 11737] By: ams                                   on 2001/08/24  00:10:13
253         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
255              Date: Thu, 23 Aug 2001 22:22:58 +0200
256              Message-Id: <20010823222258.A901@rafael>
257      Branch: perl
258            ! pod/perldiag.pod
259 ____________________________________________________________________________
260 [ 11736] By: ams                                   on 2001/08/24  00:05:02
261         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
262              From: "Craig A. Berry" <craigberry@mac.com>
263              Date: Thu, 23 Aug 2001 19:07:45 -0500
264              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
265      Branch: perl
266            ! configure.com
267 ____________________________________________________________________________
268 [ 11735] By: sky                                   on 2001/08/23  13:42:07
269         Log: Backed out 11732, it breaks lib/strict.t 
270      Branch: perl
271            ! op.c
272 ____________________________________________________________________________
273 [ 11734] By: sky                                   on 2001/08/23  11:45:59
274         Log: Removed toy from 17133 after Matt Sargeants request.
275      Branch: perl
276            ! pod/perlfaq4.pod
277 ____________________________________________________________________________
278 [ 11733] By: sky                                   on 2001/08/23  11:36:29
279         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
280              From: Robin Houston <robin@kitsite.com>
281              Date: Wed, 22 Aug 2001 23:06:16 +0100
282              Message-ID: <20010822230616.A254@robin.kitsite.com>
283      Branch: perl
284            ! pod/perlfaq4.pod
285 ____________________________________________________________________________
286 [ 11732] By: sky                                   on 2001/08/23  10:36:02
287         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
288              From: Simon Cozens <simon@netthink.co.uk>
289              Date: Thu, 23 Aug 2001 12:06:36 +0100
290              Message-ID: <20010823120636.A9961@netthink.co.uk>
291      Branch: perl
292            ! op.c
293 ____________________________________________________________________________
294 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
295         Log: fix broken windows build
296      Branch: perl
297            ! perl.h
298 ____________________________________________________________________________
299 [ 11730] By: ams                                   on 2001/08/22  21:35:30
300         Log: Subject: [PATCH] io/tell.t doesn't chdir t
301              From: Nicholas Clark <nick@ccl4.org>
302              Date: Wed, 22 Aug 2001 23:25:58 +0100
303              Message-Id: <20010822232557.Y82818@plum.flirble.org>
304      Branch: perl
305            ! t/io/tell.t
306 ____________________________________________________________________________
307 [ 11729] By: ams                                   on 2001/08/22  20:32:21
308         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
309              questions)
310              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
311              Date: Wed, 22 Aug 2001 17:09:04 -0400
312              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
313              (Oops, forgot File::Spec::Unix in the previous patch.)
314      Branch: perl
315            ! lib/File/Spec/Unix.pm
316 ____________________________________________________________________________
317 [ 11728] By: ams                                   on 2001/08/22  20:25:41
318         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
319              questions)
320              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
321              Date: Wed, 22 Aug 2001 17:09:04 -0400
322              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
323      Branch: perl
324            ! lib/File/Spec.pm
325 ____________________________________________________________________________
326 [ 11727] By: ams                                   on 2001/08/22  19:43:30
327         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
328              From: John Peacock <jpeacock@rowman.com>
329              Date: Wed, 22 Aug 2001 12:35:52 -0400
330              Message-Id: <3B83DF68.5D89DC81@rowman.com>
331              (Adds proper tests for $], notwithstanding Subject. +nitpick)
332      Branch: perl
333            ! t/op/ver.t
334 ____________________________________________________________________________
335 [ 11726] By: ams                                   on 2001/08/22  19:36:39
336         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
337              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
338              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
339              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
340      Branch: perl
341            ! lib/diagnostics.pm lib/diagnostics.t
342 ____________________________________________________________________________
343 [ 11725] By: ams                                   on 2001/08/22  19:25:01
344         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
345              From: Nicholas Clark <nick@ccl4.org>
346              Date: Wed, 22 Aug 2001 20:59:05 +0100
347              Message-Id: <20010822205905.U82818@plum.flirble.org>
348      Branch: perl
349            ! pp.c t/op/64bitint.t t/op/arith.t
350 ____________________________________________________________________________
351 [ 11724] By: ams                                   on 2001/08/22  10:02:33
352         Log: Subject: Configure blooper
353              From: H.Merijn Brand <h.m.brand@hccnet.nl>
354              Date: Wed, 22 Aug 2001 12:38:35 +0200
355              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
356      Branch: perl
357            ! Configure
358 ____________________________________________________________________________
359 [ 11723] By: ams                                   on 2001/08/21  16:17:53
360         Log: Subject: [PATCH] installperl -help
361              From: Nicholas Clark <nick@ccl4.org>
362              Date: Tue, 21 Aug 2001 17:34:23 +0100
363              Message-Id: <20010821173423.F82818@plum.flirble.org>
364      Branch: perl
365            ! installperl
366 ____________________________________________________________________________
367 [ 11722] By: ams                                   on 2001/08/20  07:46:31
368         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
369              From: Ilmari Karonen <iltzu@sci.fi>
370              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
371              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
372      Branch: perl
373            ! pod/perlvar.pod
374 ____________________________________________________________________________
375 [ 11721] By: nick                                  on 2001/08/20  06:24:31
376         Log: Integrate mainline
377      Branch: perlio
378           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
379           +> lib/Lingua/KO/Hangul/Util/Changes
380           +> lib/Lingua/KO/Hangul/Util/README
381           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
382           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
383           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
384           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
385           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
386           +> lib/Unicode/Normalize/t/test.t
387            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
388           !> (integrate 55 files)
389 ____________________________________________________________________________
390 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
391         Log: Integrate Change #11599 from maint-5.6/perl
392      Branch: maint-5.6/macperl
393           !> README.win32
394 ____________________________________________________________________________
395 [ 11719] By: ams                                   on 2001/08/18  21:21:42
396         Log: Add Porting/apply to MANIFEST.
397      Branch: perl
398            ! MANIFEST
399 ____________________________________________________________________________
400 [ 11718] By: sky                                   on 2001/08/18  14:38:01
401         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
402              Better solution would be to make 5005threaded perl use
403              the same system as ithreads do
404      Branch: perl
405            ! perl.h
406 ____________________________________________________________________________
407 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
408         Log: New try for ID 20010407.006: detach the semantics
409              "was the last match target UTF8" into its own variable.
410      Branch: perl
411            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
412            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
413 ____________________________________________________________________________
414 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
415         Log: UTF8 flag should be meaningful only when POK.
416      Branch: perl
417            ! dump.c
418 ____________________________________________________________________________
419 [ 11715] By: sky                                   on 2001/08/18  11:45:16
420         Log: USE_THREADS and USE_ITHREADS are never true at the same time
421      Branch: perl
422            ! perl.h
423 ____________________________________________________________________________
424 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
425         Log: Retract #11712 for now.  The real fix would probably
426              be something like making PL_reg_sv a copy (PV + UTF8)
427              of the matched/substituted string (note: not just a SvPOK
428              string, for example the stringified form of a ROK would
429              be applicable)  Beware of leaks.
430      Branch: perl
431            ! pp_hot.c t/op/pat.t
432 ____________________________________________________________________________
433 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
434         Log: UTF8 wasn't printing for PVMGs.
435      Branch: perl
436            ! dump.c
437 ____________________________________________________________________________
438 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
439         Log: (Retracted by #11714)
440              
441              Okay analysis, debatable fix.  (The fix will inc
442              the refcount of all temporary match objects,
443              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
444              which will then cause griping at untie() time
445              ("inner references remain").
446              
447              Fix for ID 20010407.006: PL_reg_sv got wiped out
448              by freetemps if the match target was a temporary
449              (like function_call() =~ /.../), which in turn meant
450              that the $1 et al stopped working if they had UTF-8
451              in them.  Therefore bump up the refcount of PL_reg_sv.
452      Branch: perl
453            ! pp_hot.c t/op/pat.t
454 ____________________________________________________________________________
455 [ 11711] By: ams                                   on 2001/08/17  20:32:08
456         Log: Subject: [PATCH] doesn't compile, was perl@11710
457              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
458              Date: Fri, 17 Aug 2001 23:21:10 +0200
459              Message-Id: <20010817232110.C7041@rafael> 
460      Branch: perl
461            ! sharedsv.c
462 ____________________________________________________________________________
463 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
464         Log: Update Changes.
465      Branch: perl
466            ! Changes patchlevel.h
467 ____________________________________________________________________________
468 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
469         Log: Upgrade to libnet 1.0704.
470      Branch: perl
471            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
472            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
473            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
474            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
475            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
476            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
477            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
478 ____________________________________________________________________________
479 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
480         Log: Upgrade to libnet 1.0704.
481      Branch: perl
482            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
483            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
484            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
485            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
486            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
487            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
488            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
489 ____________________________________________________________________________
490 [ 11708] By: sky                                   on 2001/08/17  13:34:04
491         Log: Let perl_clone copy PL_exit_flags
492      Branch: perl
493            ! sv.c
494 ____________________________________________________________________________
495 [ 11707] By: sky                                   on 2001/08/17  12:28:41
496         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
497      Branch: perl
498            ! sharedsv.c sharedsv.h
499 ____________________________________________________________________________
500 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
501         Log: The metaconfig unit change for #11705.
502      Branch: metaconfig/U/perl
503            ! Extensions.U
504 ____________________________________________________________________________
505 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
506         Log: Allow the threads extension to be found if present.
507      Branch: perl
508            ! Configure
509 ____________________________________________________________________________
510 [ 11704] By: nick                                  on 2001/08/17  11:47:54
511         Log: Mail -> change script (pre-alpha)
512      Branch: perl
513            + Porting/apply
514 ____________________________________________________________________________
515 [ 11703] By: sky                                   on 2001/08/17  07:11:24
516         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
517              Thanks to Tom Hospel for pointing out my error.
518      Branch: perl
519            ! op.h
520 ____________________________________________________________________________
521 [ 11702] By: sky                                   on 2001/08/17  04:18:11
522         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
523      Branch: perl
524            ! embed.pl miniperlmain.c perl.c perl.h proto.h
525 ____________________________________________________________________________
526 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
527         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
528              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
529      Branch: perl
530            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
531            + lib/Lingua/KO/Hangul/Util/README
532            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
533            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
534            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
535            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
536            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
537            + lib/Unicode/Normalize/t/test.t
538            ! MANIFEST
539 ____________________________________________________________________________
540 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
541         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
542              Date: Thu, 16 Aug 2001 22:46:15 -0500
543              From: "Craig A. Berry" <craigberry@mac.com>
544              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
545      Branch: perl
546            ! configure.com numeric.c
547 ____________________________________________________________________________
548 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
549         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
550              of the usual suspects (like getpwent) but not for others
551              (like localtime and rand).  The _r versions are available
552              for all of them, so lets' use them.
553      Branch: perl
554            ! perl.h
555 ____________________________________________________________________________
556 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
557         Log: (Accidental apply; thankfully empty.)
558      Branch: perl
559            ! hints/os390.sh
560 ____________________________________________________________________________
561 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
562         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
563              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
564              Date: Thu, 16 Aug 2001 16:27:49 +0100
565              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
566      Branch: perl
567            ! regexec.c t/op/re_tests
568 ____________________________________________________________________________
569 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
570         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
571              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
572              Date: Thu, 16 Aug 2001 18:50:01 +0100
573              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
574      Branch: perl
575            ! pp_hot.c t/op/pat.t
576 ____________________________________________________________________________
577 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
578         Log: Subject: [PATCH] *time_r again
579              From: "Arthur Bergman" <arthur@contiller.se>
580              Date: Thu, 16 Aug 2001 16:01:54 +0200
581              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
582      Branch: perl
583            ! op.h
584 ____________________________________________________________________________
585 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
586         Log: system() and backtick error handling cleanup from Craig A. Berry.
587      Branch: perl
588            ! vms/vms.c
589 ____________________________________________________________________________
590 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
591         Log: change#10334 leaks memory, copies string when it doesn't
592              need to
593      Branch: perl
594            ! perl.c
595 ____________________________________________________________________________
596 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
597         Log: One more twist to the sprintf + utf8 testing.
598      Branch: perl
599            ! t/op/misc.t
600 ____________________________________________________________________________
601 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
602         Log: Fix for 20010407.008 sprintf removes utf8-ness.
603      Branch: perl
604            ! pp.c t/op/misc.t
605 ____________________________________________________________________________
606 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
607         Log: Subject: [PATCH] *time_r fixes
608              From: "Arthur Bergman" <arthur@contiller.se>
609              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
610              Date: Thu, 16 Aug 2001 14:22:27 +0200
611      Branch: perl
612            ! op.h
613 ____________________________________________________________________________
614 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
615         Log: Upgrade to CGI.pm 2.77.
616      Branch: perl
617            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
618            ! lib/CGI/t/function.t
619 ____________________________________________________________________________
620 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
621         Log: Document the bytes-to-Unicode upgrading.
622      Branch: perl
623            ! pod/perlunicode.pod
624 ____________________________________________________________________________
625 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
626         Log: Add a test for Unicode sprintf.
627      Branch: perl
628            ! t/op/misc.t
629 ____________________________________________________________________________
630 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
631         Log: Add Unicode tests for index/rindex.
632      Branch: perl
633            ! t/op/index.t
634 ____________________________________________________________________________
635 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
636         Log: Document a bit the art of minimizing the installation,
637              based on the p5p discussion.
638      Branch: perl
639            ! INSTALL
640 ____________________________________________________________________________
641 [ 11684] By: nick                                  on 2001/08/15  15:03:31
642         Log: Integrate mainline
643      Branch: perlio
644           +> sharedsv.c sharedsv.h
645           !> (integrate 53 files)
646 ____________________________________________________________________________
647 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
648         Log: Update Changes.
649      Branch: perl
650            ! Changes patchlevel.h
651 ____________________________________________________________________________
652 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
653         Log: The #11673 necessitated a test tweak.
654      Branch: perl
655            ! t/io/utf8.t
656 ____________________________________________________________________________
657 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
658         Log: Also UNICOS is in the general case unable to silently
659              handle fp overflows.
660      Branch: perl
661            ! numeric.c
662 ____________________________________________________________________________
663 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
664         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
665              NV_EPSILON #defined.
666      Branch: perl
667            ! perl.h
668 ____________________________________________________________________________
669 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
670         Log: Re-establish the fp overflow detection for VAX VMS; there
671              is no easy way to have the IEEE fp silent overflow semantics.
672              (in Alpha VMS we still will use IEEE fp by default-- but it
673              is still possible to configure Perl to use G_FLOAT)
674      Branch: perl
675            ! numeric.c
676 ____________________________________________________________________________
677 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
678         Log: Subject: [PATCH] pp_lock 
679              From: "Arthur Bergman" <arthur@contiller.se>
680              Date: Wed, 15 Aug 2001 11:52:16 +0200
681              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
682      Branch: perl
683            ! pp.c
684 ____________________________________________________________________________
685 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
686         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
687              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
688              Date: Wed, 15 Aug 2001 11:32:11 +0100
689              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
690      Branch: perl
691            ! regcomp.c t/op/re_tests
692 ____________________________________________________________________________
693 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
694         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
695              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
696              Date: Wed, 15 Aug 2001 10:33:49 +0100
697              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
698      Branch: perl
699            ! regexec.c t/op/re_tests
700 ____________________________________________________________________________
701 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
702         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
703              From: Barrie Slaymaker <barries@slaysys.com>
704              Date: Tue, 14 Aug 2001 14:32:25 -0400
705              Message-ID: <20010814143225.A19822@jester.slaysys.com>
706      Branch: perl
707            ! lib/File/Spec.t lib/File/Spec/Unix.pm
708 ____________________________________________________________________________
709 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
710         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
711              From: Peter Prymmer <pvhp@forte.com>
712              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
713              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
714      Branch: perl
715            ! README.vms configure.com
716 ____________________________________________________________________________
717 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
718         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
719              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
720              Date: Tue, 14 Aug 2001 21:23:27 +0200
721              Message-ID: <20010814212327.A1919@rafael>
722      Branch: perl
723            ! doio.c
724 ____________________________________________________________________________
725 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
726         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
727              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
728              Date: Tue, 14 Aug 2001 22:30:11 +0200
729              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
730              
731              Combination of nmake, quoting, and Perl expanded $( in here-doc.
732      Branch: perl
733            ! ext/SDBM_File/Makefile.PL
734 ____________________________________________________________________________
735 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
736         Log: Todo updates.
737      Branch: perl
738            ! pod/perltodo.pod
739 ____________________________________________________________________________
740 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
741         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
742              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
743              Date: Mon, 13 Aug 2001 23:15:01 +0200
744              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
745      Branch: perl
746            ! sv.c
747 ____________________________________________________________________________
748 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
749         Log: Subject: [PATCH] [b-]showlex.t
750              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
751              Date: Sun, 12 Aug 2001 22:24:51 +0200
752              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
753              
754              The 4nt command shell will expand the % in command line
755              no matter what quoting is attempted, changed the % to @.
756      Branch: perl
757            ! ext/B/Showlex.t
758 ____________________________________________________________________________
759 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
760         Log: Subject: [PATCH] magic.t
761              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
762              Date: Sun, 12 Aug 2001 20:49:27 +0200
763              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
764      Branch: perl
765            ! t/op/magic.t
766 ____________________________________________________________________________
767 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
768         Log: Add sharedsv* to the DOSish platforms; plus add
769              some WinCE files to the list of DOSish files.
770      Branch: perl
771            ! NetWare/Makefile Porting/makerel win32/Makefile
772            ! win32/makefile.mk wince/Makefile.ce
773 ____________________________________________________________________________
774 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
775         Log: More DOSish files.
776      Branch: perl
777            ! Porting/makerel
778 ____________________________________________________________________________
779 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
780         Log: Strip CRs from the WinCE files.  Now we need to
781              figure out in which CRs are really needed: probably
782              Makefile.ce and the README files, at least, probably
783              also the registry.bat.
784      Branch: perl
785            ! wince/Makefile.ce wince/README.compile wince/README.perlce
786            ! wince/config.h wince/include/cectype.h wince/include/errno.h
787            ! wince/include/sys/stat.h wince/include/sys/types.h
788            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
789            ! wince/perldll.def wince/registry.bat wince/wince.h
790            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
791 ____________________________________________________________________________
792 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
793         Log: Add some files to DOSish and writables.
794      Branch: perl
795            ! Porting/makerel
796 ____________________________________________________________________________
797 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
798         Log: Compile failure message tidying.
799      Branch: perl
800            ! t/lib/1_compile.t
801 ____________________________________________________________________________
802 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
803         Log: The new sharedsv* should be exported only if usethreads.
804      Branch: perl
805            ! makedef.pl
806 ____________________________________________________________________________
807 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
808         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
809              From: Peter Prymmer <pvhp@forte.com>
810              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
811              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
812      Branch: perl
813            ! README.os390
814 ____________________________________________________________________________
815 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
816         Log: Update Changes.
817      Branch: perl
818            ! Changes patchlevel.h
819 ____________________________________________________________________________
820 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
821         Log: Subject: [PATHC] sharedsv.[c|h]
822              From: "Artur Bergman" <artur@contiller.se>
823              Date: Mon, 13 Aug 2001 14:38:41 +0200
824              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
825              
826              Subject: [PATCH] embed.pl
827              From: Arthur Bergman <arthur@contiller.se>
828              Date: Mon, 13 Aug 2001 14:38:14 +0200
829              Message-ID: <B79D96D6.3088%arthur@contiller.se>
830              
831              Subject: [PATCH] sharedsv cleanups
832              From: "Arthur Bergman" <arthur@contiller.se>
833              Date: Mon, 13 Aug 2001 15:14:25 +0200
834              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
835              
836              Plus few tweaks: _init needs to be Adp, the prototypes
837              should not be revealed unless using ithreads, #endif FOO
838              must be #endif /* FOO */, adding (parentheses) around
839              do { } while doesn't work too well.
840      Branch: perl
841            + sharedsv.c sharedsv.h
842            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
843            ! perl.h perlapi.c pod/perlapi.pod proto.h
844 ____________________________________________________________________________
845 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
846         Log: Subject: Re: END {} blocks run in perl_run
847              From: Arthur Bergman <arthur@contiller.se>
848              Date: Mon, 13 Aug 2001 11:11:30 +0200
849              Message-ID: <B79D6661.3068%arthur@contiller.se>
850      Branch: perl
851            ! perl.c
852 ____________________________________________________________________________
853 [ 11657] By: nick                                  on 2001/08/13  09:03:02
854         Log: Integrate mainline
855      Branch: perlio
856           +> (branch 326 files)
857            - (delete 330 files)
858           !> (integrate 85 files)
859 ____________________________________________________________________________
860 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
861         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
862              and the Perl will be built to do that by default (adding that
863              will break scripts having non-UTF-8 binary data, such as Latin-1.)
864      Branch: perl
865            ! op.c toke.c utf8.h
866 ____________________________________________________________________________
867 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
868         Log: Unnecessary downgrades.
869      Branch: perl
870            ! doop.c
871 ____________________________________________________________________________
872 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
873         Log: Failure not true anymore (probably caused by my broken setup).
874      Branch: perl
875            ! t/op/pat.t
876 ____________________________________________________________________________
877 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
878         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
879              stopped working).
880      Branch: perl
881            ! op.h pp_ctl.c regcomp.c
882 ____________________________________________________________________________
883 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
884         Log: There is no IN_UTF8.
885      Branch: perl
886            ! utf8.h
887 ____________________________________________________________________________
888 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
889         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
890      Branch: perl
891            ! op.c op.h pp_ctl.c regcomp.c
892 ____________________________________________________________________________
893 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
894         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
895              and a test tweak.
896      Branch: perl
897            ! op.c t/pod/find.t
898 ____________________________________________________________________________
899 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
900         Log: Todo updates and fixes.
901      Branch: perl
902            ! pod/perltodo.pod
903 ____________________________________________________________________________
904 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
905         Log: Mark tests (and one module) having explicit Latin-1
906              (and one file having explicit UTF-8) with an explicit
907              'no utf8' (and one explicit 'use utf8').
908              
909              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
910      Branch: perl
911            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
912            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
913            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
914 ____________________________________________________________________________
915 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
916         Log: Subject: SV: END {} blocks run in perl_run
917              From: "Arthur Bergman" <arthur@contiller.se>
918              Date: Sun, 12 Aug 2001 00:34:28 +0200 
919              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
920      Branch: perl
921            ! miniperlmain.c perl.c
922 ____________________________________________________________________________
923 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
924         Log: Typos in #11645.
925      Branch: perl
926            ! perl.h
927 ____________________________________________________________________________
928 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
929         Log: On ithreads default to use_reentrant except on naturally
930              threadsafe platforms.
931      Branch: perl
932            ! perl.h
933 ____________________________________________________________________________
934 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
935         Log: (Hopefully) a fix for 20010723.004: make install needs
936              write permission in build directory.  The problem was
937              probably caused by overeager sprinkling of the lib/re.pm
938              dependencies (which was done to guarantee lib/re.pm being
939              uptodate for parallel makes: now solved by funneling that
940              through an explicit recursive make in the preplibrary target).
941      Branch: perl
942            ! Makefile.SH
943 ____________________________________________________________________________
944 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
945         Log: Dispell the "use utf8" superstition.
946      Branch: perl
947            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
948            ! pod/perlunicode.pod
949 ____________________________________________________________________________
950 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
951         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
952              From: "Abigail" <abigail@foad.org> 
953              Date: Sat, 11 Aug 2001 23:49:49 +0200
954              Message-ID: <20010811214950.23255.qmail@foad.org>
955      Branch: perl
956            ! t/op/taint.t
957 ____________________________________________________________________________
958 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
959         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
960              From: Abhijit Menon-Sen <ams@wiw.org>
961              Date: Sat, 11 Aug 2001 06:18:19 +0530
962              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
963      Branch: perl
964            ! mg.c
965 ____________________________________________________________________________
966 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
967         Log: Test for change #11639.
968      Branch: perl
969            ! t/op/tiehandle.t
970 ____________________________________________________________________________
971 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
972         Log: Subject: Re: Can't localize *FH, then tie it
973              From: Abhijit Menon-Sen <ams@wiw.org>
974              Date: Sun, 12 Aug 2001 16:08:06 +0530
975              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
976      Branch: perl
977            ! pp_hot.c pp_sys.c
978 ____________________________________________________________________________
979 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
980         Log: Drop all the unnecessary "use utf8" clauses and some of
981              the unnecessary "use bytes" ones.
982              
983              TODO: scour the documentation for unnecessary "use utf8"
984              and prominently display it in perldelta when the time comes.
985              ("use utf8" should be necessary ONLY if one wants the script
986              to be in UTF-8.)  Also should be checked in some non-ASCII
987              non-Latin-1 platform, like EBCDIC.
988      Branch: perl
989            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
990            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
991 ____________________________________________________________________________
992 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
993         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
994              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
995              in Unicode handling.
996      Branch: perl
997            + t/op/lc.t
998            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
999 ____________________________________________________________________________
1000 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
1001         Log: Thinko: we want the flags for native cc, not gcc.
1002      Branch: perl
1003            ! hints/dec_osf.sh
1004 ____________________________________________________________________________
1005 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
1006         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
1007              From: Robin Houston <robin@kitsite.com>
1008              Date: Fri, 10 Aug 2001 14:42:02 +0100
1009              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
1010      Branch: perl
1011            ! pp.c
1012 ____________________________________________________________________________
1013 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
1014         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
1015              From: Abhijit Menon-Sen <ams@wiw.org>
1016              Date: Sat, 11 Aug 2001 16:31:04 +0530
1017              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
1018      Branch: perl
1019            ! op.c
1020 ____________________________________________________________________________
1021 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
1022         Log: Get rid of indread, from Abhijit Menon-Sen.
1023      Branch: perl
1024            ! pp_sys.c
1025 ____________________________________________________________________________
1026 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
1027         Log: CRLFgngngn.
1028      Branch: perl
1029            ! win32/Makefile win32/makefile.mk
1030 ____________________________________________________________________________
1031 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
1032         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
1033      Branch: perl
1034            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1035            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
1036            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
1037            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
1038            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
1039            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
1040            ! win32/Makefile win32/makefile.mk
1041 ____________________________________________________________________________
1042 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
1043         Log: Avoid #elif (less portable than #else #if).
1044      Branch: perl
1045            ! handy.h
1046 ____________________________________________________________________________
1047 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
1048         Log: Subject: patch for perlvar.pod
1049              From: mah@everybody.org (Mark A. Hershberger)
1050              Date: 08 Aug 2001 17:03:16 -0500
1051              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
1052      Branch: perl
1053            ! pod/perlvar.pod
1054 ____________________________________________________________________________
1055 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
1056         Log: cpp commands must start (the # must be) at the column #0.
1057      Branch: perl
1058            ! op.c
1059 ____________________________________________________________________________
1060 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
1061         Log: If using gcc -B/foo/bar makedepend would give
1062              unnecessary warnings about unused -B/foo/bar.
1063      Branch: perl
1064            ! makedepend.SH
1065 ____________________________________________________________________________
1066 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
1067         Log: Update Changes.
1068      Branch: perl
1069            ! Changes patchlevel.h
1070 ____________________________________________________________________________
1071 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
1072         Log: s/z/tz/
1073      Branch: perl
1074            ! pod/perlfaq2.pod
1075 ____________________________________________________________________________
1076 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
1077         Log: Article nit.
1078      Branch: perl
1079            ! pod/perlfaq2.pod
1080 ____________________________________________________________________________
1081 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
1082         Log: Rename lib/unicode files to lib/unicore to avoid
1083              conflicts between core lib/unicode and Unicode::
1084              files in case-ignoring filesystems.
1085      Branch: perl
1086            + (add 325 files)
1087            - (delete 324 files)
1088            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
1089 ____________________________________________________________________________
1090 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
1091         Log: Upgrade to Math::BigInt 1.41.
1092      Branch: perl
1093            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
1094 ____________________________________________________________________________
1095 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
1096         Log: Subject: [PATCH] remove PL_na from typemap
1097              From: James <james@rf.net>
1098              Date: Mon, 06 Aug 2001 20:23:15 -0700
1099              Message-ID: <3B6F5F23.A31A81B1@rf.net>
1100              
1101              (had to be manually applied)
1102      Branch: perl
1103            ! lib/ExtUtils/typemap
1104 ____________________________________________________________________________
1105 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
1106         Log: The metaconfig unit changes for #11618.
1107      Branch: metaconfig/U/perl
1108            + d_fpclassl.U i_fp.U
1109 ____________________________________________________________________________
1110 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
1111         Log: Forgot this from #11618.
1112              
1113              NOTE: wince/config_H.ce needs updating.
1114      Branch: perl
1115            ! wince/config.ce
1116 ____________________________________________________________________________
1117 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
1118         Log: Introduce more floating point classifying APIs;
1119              try to define (most importantly) Perl_is{inf,nan}(x).
1120              
1121              For this first cut, assume none such APIs exist in non-UNIXoid
1122              platforms-- this is of course too unkind: Win32 rumoredly has
1123              _fpclass() and _isnan(), and VMS/VOS very probably have some
1124              of the APIs available.     The only thing Perl uses at the moment
1125              is Perl_isnan() (has been in use for a while now).
1126              
1127              NOTE: the Win32 and NetWare config_h.?c need regenerating.
1128      Branch: perl
1129            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
1130            ! Porting/config_H config_h.SH configure.com epoc/config.sh
1131            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
1132            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1133            ! vos/config.ga.h win32/config.bc win32/config.gc
1134            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1135            ! win32/config_H.vc wince/config.ce wince/config.h
1136 ____________________________________________________________________________
1137 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
1138         Log: Integrate change #11519 from perlio:
1139              
1140              Avoid testing for (non-)existance of "encoding(xxxx)"
1141              layer is called "encoding" the (xxxx) is an argument.
1142      Branch: perl
1143           !> lib/open.pm
1144 ____________________________________________________________________________
1145 [ 11616] By: nick                                  on 2001/08/09  07:50:24
1146         Log: Integrate mainline
1147      Branch: perlio
1148           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
1149           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
1150           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
1151           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
1152            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
1153            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
1154           !> (integrate 79 files)
1155 ____________________________________________________________________________
1156 [ 11615] By: nick                                  on 2001/08/09  06:23:44
1157         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
1158              layer is called "encoding" the (xxxx) is an argument.
1159      Branch: perlio
1160            ! lib/open.pm
1161 ____________________________________________________________________________
1162 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
1163         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
1164              From: Paul Johnson <paul@pjcj.net>
1165              Date: Wed, 8 Aug 2001 23:54:17 +0200
1166              Message-ID: <20010808235417.O1006@pjcj.net>
1167      Branch: perl
1168            ! ext/B/B/Concise.pm
1169 ____________________________________________________________________________
1170 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
1171         Log: Make VMS use IEEE math by default; reorder Tru64 hints
1172              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
1173              exception semantics) is always set if using (the new) cc.
1174      Branch: perl
1175            ! configure.com hints/dec_osf.sh
1176 ____________________________________________________________________________
1177 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
1178         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
1179              From: Abhijit Menon-Sen <ams@wiw.org>
1180              Date: Tue, 7 Aug 2001 17:16:05 +0530
1181              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
1182      Branch: perl
1183            ! pp_sys.c
1184 ____________________________________________________________________________
1185 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
1186         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
1187              From: "Craig A. Berry" <craigberry@mac.com>
1188              Date: Tue, 07 Aug 2001 22:27:47 -0500
1189              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
1190      Branch: perl
1191            ! t/run/exit.t
1192 ____________________________________________________________________________
1193 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
1194         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
1195              From: "Craig A. Berry" <craigberry@mac.com>
1196              Date: Tue, 07 Aug 2001 20:01:53 -0500
1197              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
1198      Branch: perl
1199            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
1200 ____________________________________________________________________________
1201 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
1202         Log: Update the magazine information.
1203      Branch: perl
1204            ! pod/perlfaq2.pod
1205 ____________________________________________________________________________
1206 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
1207         Log: Ignore SIGFPE everywhere.
1208      Branch: perl
1209            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
1210 ____________________________________________________________________________
1211 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
1212         Log: With permission, change the licensing of the docs by
1213              TomC (and Gnat) to comply with the rest of Perl.
1214      Branch: perl
1215            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1216            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1217            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1218            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
1219            ! pod/perltootc.pod
1220 ____________________________________________________________________________
1221 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
1222         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
1223              From: Andy Dougherty <doughera@lafayette.edu>
1224              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
1225              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
1226      Branch: perl
1227            ! hints/openbsd.sh
1228 ____________________________________________________________________________
1229 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
1230         Log: Subject: [PATCH] Makefile.SH test_prep dependency
1231              From: Andy Dougherty <doughera@lafayette.edu>
1232              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
1233              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
1234      Branch: perl
1235            ! Makefile.SH
1236 ____________________________________________________________________________
1237 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
1238         Log: Don't autogenerate the headers et alia,
1239              make regen_headers explicitly.
1240      Branch: perl
1241            ! Makefile.SH
1242 ____________________________________________________________________________
1243 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
1244         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
1245              From: Gurusamy Sarathy <gsar@ActiveState.com> 
1246              Date: Tue, 07 Aug 2001 08:33:26 -0700
1247              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
1248              
1249              Unnecessary dependency.
1250      Branch: perl
1251            ! embed.pl
1252 ____________________________________________________________________________
1253 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
1254         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
1255              From: Abhijit Menon-Sen <ams@wiw.org>
1256              Date: Tue, 7 Aug 2001 09:10:54 +0530
1257              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
1258      Branch: perl
1259            ! pp_hot.c
1260 ____________________________________________________________________________
1261 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
1262         Log: Subject: [PATCH perl@11597] B && BEGIN handling
1263              From: "James A. Duncan" <jduncan@fotango.com>
1264              Date: Mon, 6 Aug 2001 17:29:11 +0100
1265              Message-ID: <20010806172911.A2071@fotango.com>
1266              
1267              (the intrpvar.h addition moved to the end for bincompat)
1268      Branch: perl
1269            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
1270 ____________________________________________________________________________
1271 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
1272         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
1273      Branch: perl
1274           !> README.win32
1275 ____________________________________________________________________________
1276 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
1277         Log: fix URLs for fcrypt.c
1278      Branch: maint-5.6/perl
1279            ! README.win32
1280 ____________________________________________________________________________
1281 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
1282         Log: Yet another way to say Infinity: HP-UX calls its "++".
1283      Branch: perl
1284            ! lib/Math/BigInt/t/bigintpm.t
1285 ____________________________________________________________________________
1286 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
1287         Log: Update Changes.
1288      Branch: perl
1289            ! Changes patchlevel.h
1290 ____________________________________________________________________________
1291 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
1292         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
1293      Branch: perl
1294            ! pod/perlfaq5.pod
1295 ____________________________________________________________________________
1296 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
1297         Log: The #11593 wasn't right.
1298      Branch: perl
1299            ! lib/Math/BigInt/t/bigintpm.t
1300 ____________________________________________________________________________
1301 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
1302         Log: Subject: [PATCH: perl@11564] introducing perlivp
1303              From: Prymmer/Kahn <pvhp@best.com>
1304              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
1305              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
1306              
1307              Subject: Re: [PATCH: perl@11564] introducing perlivp
1308              From: Prymmer/Kahn <pvhp@best.com>
1309              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
1310              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
1311      Branch: perl
1312            + utils/perlivp.PL
1313            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
1314            ! win32/Makefile win32/makefile.mk
1315 ____________________________________________________________________________
1316 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
1317         Log: libcs are confused what to call Infinity.
1318      Branch: perl
1319            ! lib/Math/BigInt/t/bigintpm.t
1320 ____________________________________________________________________________
1321 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
1322         Log: Avoid SIGFPE in Tru64.
1323      Branch: perl
1324            ! numeric.c
1325 ____________________________________________________________________________
1326 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
1327         Log: Upgrade to Math::BigInt 1.40.
1328              
1329              NOTE: this patch necessitates doing something about
1330              infinity handling since the new bigintpm.t tests use
1331              infinity, which causes SIGFPEs at least in Tru64.
1332      Branch: perl
1333            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1334            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1335            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1336            ! lib/Math/BigInt/t/mbimbf.t
1337 ____________________________________________________________________________
1338 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
1339         Log: remove hardcoded cmd shell in testsuite
1340      Branch: perl
1341            ! t/op/glob.t t/op/magic.t t/op/stat.t
1342 ____________________________________________________________________________
1343 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
1344         Log: 4-arg select() was busted on windows because change#8178 didn't
1345              make it into mainline
1346      Branch: perl
1347            ! perl.h win32/include/sys/socket.h
1348 ____________________________________________________________________________
1349 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
1350         Log: Rename the Getopt::Long tests to be as they are
1351              in the Getopt::Long official distribution.
1352      Branch: perl
1353            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
1354            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
1355            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
1356            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
1357            ! MANIFEST
1358 ____________________________________________________________________________
1359 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
1360         Log: Upgrade to Getopt::Long 2.26.
1361      Branch: perl
1362            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
1363            ! MANIFEST lib/Getopt/Long.pm
1364 ____________________________________________________________________________
1365 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
1366         Log: Retract #10874 (the hack should be unnecessary by now)
1367      Branch: perl
1368            ! lib/Test/Harness.pm
1369 ____________________________________________________________________________
1370 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
1371         Log: avoid temp file littering in tests
1372      Branch: perl
1373            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
1374 ____________________________________________________________________________
1375 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
1376         Log: Subject: warning in sv.c: double format, NV arg
1377              From: "Philip Newton" <Philip.Newton@gmx.net>
1378              Date: Sun, 5 Aug 2001 19:41:07 +0200
1379              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
1380      Branch: perl
1381            ! sv.c
1382 ____________________________________________________________________________
1383 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
1384         Log: fix POSIX.t#13 for windos
1385      Branch: perl
1386            ! ext/POSIX/POSIX.t
1387 ____________________________________________________________________________
1388 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
1389         Log: Add a test for PerlIO::Via.
1390      Branch: perl
1391            + ext/PerlIO/t/via.t
1392            ! MANIFEST ext/PerlIO/Via/Via.pm
1393 ____________________________________________________________________________
1394 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
1395         Log: flock() and link() are not available on Windows 9x
1396      Branch: perl
1397            ! win32/config_sh.PL
1398 ____________________________________________________________________________
1399 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
1400         Log: Some Tru64 C compilers have C++ components that confuse
1401              the ccversion parsing.
1402      Branch: perl
1403            ! hints/dec_osf.sh
1404 ____________________________________________________________________________
1405 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
1406         Log: (Reintroduce #11125)
1407              
1408              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
1409              From: Alan Burlison <Alan.Burlison@sun.com> 
1410              Date: Tue, 03 Jul 2001 15:20:13 +0100   
1411              Message-ID: <3B41D49D.A923D4F9@sun.com> 
1412      Branch: perl
1413            ! lib/ExtUtils/MM_Unix.pm
1414 ____________________________________________________________________________
1415 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
1416         Log: Little pointer juggling for HP-UX cc to avoid
1417              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
1418              followed by
1419              "error 1549: Modifiable lvalue required for assignment operator."
1420      Branch: perl
1421            ! hv.c
1422 ____________________________________________________________________________
1423 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
1424         Log: Continuation of #11575: SANY_SEEN completely deprecated,
1425              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
1426              plus a fix for the bug.
1427      Branch: perl
1428            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
1429 ____________________________________________________________________________
1430 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
1431         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
1432              From: Doug MacEachern <dougm@covalent.net>
1433              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
1434              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
1435      Branch: perl
1436            ! sv.c
1437 ____________________________________________________________________________
1438 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
1439         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
1440              the new CANY is the \C.  The problem reported and the
1441              test case supplied in
1442              
1443              Subject: UTF-8 bugs in string length & single line regex matches
1444              From: "Daniel P. Berrange" <dan@berrange.com>
1445              Date: Fri, 3 Aug 2001 11:39:33 +0100
1446              Message-ID: <20010803113932.A19318@berrange.com>
1447      Branch: perl
1448            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
1449            ! t/op/pat.t
1450 ____________________________________________________________________________
1451 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
1452         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
1453              From: Doug MacEachern <dougm@covalent.net>
1454              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
1455              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
1456      Branch: perl
1457            ! perl.c regexec.c
1458 ____________________________________________________________________________
1459 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
1460         Log: The #11572 didn't up the test count.
1461      Branch: perl
1462            ! t/op/length.t
1463 ____________________________________________________________________________
1464 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
1465         Log: Subject: UTF-8 bugs in string length & single line regex matches
1466              From: "Daniel P. Berrange" <dan@berrange.com>
1467              Date: Fri, 3 Aug 2001 11:39:33 +0100         
1468              Message-ID: <20010803113932.A19318@berrange.com>
1469              
1470              (the mg_length() fix)
1471      Branch: perl
1472            ! mg.c t/op/length.t
1473 ____________________________________________________________________________
1474 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
1475         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
1476              From: Abhijit Menon-Sen <ams@wiw.org>
1477              Date: Sat, 4 Aug 2001 16:56:35 +0530
1478              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
1479      Branch: perl
1480            ! hv.c
1481 ____________________________________________________________________________
1482 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
1483         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
1484              From: Abhijit Menon-Sen <ams@wiw.org>
1485              Date: Sat, 4 Aug 2001 16:16:03 +0530
1486              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
1487      Branch: perl
1488            ! hv.c
1489 ____________________________________________________________________________
1490 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
1491         Log: Subject: Re: [patch] refcount re ops
1492              From: Abhijit Menon-Sen <ams@wiw.org>
1493              Date: Sat, 4 Aug 2001 08:54:55 +0530
1494              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
1495      Branch: perl
1496            ! sv.c
1497 ____________________________________________________________________________
1498 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
1499         Log: Subject: [patch] refcount re ops
1500              From: Doug MacEachern <dougm@covalent.net>
1501              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
1502              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
1503      Branch: perl
1504            ! regcomp.c sv.c
1505 ____________________________________________________________________________
1506 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
1507         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
1508              From: Doug MacEachern <dougm@covalent.net>
1509              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
1510              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
1511      Branch: perl
1512            ! perl.c regexec.c
1513 ____________________________________________________________________________
1514 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
1515         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
1516              From: "Craig A. Berry" <craigberry@mac.com> 
1517              Date: Fri, 03 Aug 2001 16:16:16 -0500
1518              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
1519      Branch: perl
1520            ! t/op/misc.t
1521 ____________________________________________________________________________
1522 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
1523         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
1524              From: John Kristian <jmk2001@engineer.com>
1525              Date: Fri, 03 Aug 2001 00:59:08 -0700
1526              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
1527      Branch: perl
1528            ! win32/win32.c
1529 ____________________________________________________________________________
1530 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
1531         Log: Update Changes.
1532      Branch: perl
1533            ! Changes patchlevel.h
1534 ____________________________________________________________________________
1535 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
1536         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
1537              From: "Craig A. Berry" <craigberry@mac.com>
1538              Date: Thu, 02 Aug 2001 23:15:24 -0500
1539              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
1540      Branch: perl
1541            ! ext/B/Stash.t
1542 ____________________________________________________________________________
1543 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
1544         Log: Subject: [patch] plug PL_cshname leak
1545              From: Doug MacEachern <dougm@covalent.net>
1546              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
1547              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
1548      Branch: perl
1549            ! sv.c
1550 ____________________________________________________________________________
1551 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
1552         Log: Subject: [patch] plug PL_sh_path leak
1553              From: Doug MacEachern <dougm@covalent.net>
1554              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
1555              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
1556      Branch: perl
1557            ! sv.c
1558 ____________________________________________________________________________
1559 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
1560         Log: Subject: [patch] plug PL_regex_padav leaks
1561              From: Doug MacEachern <dougm@covalent.net>
1562              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
1563              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
1564      Branch: perl
1565            ! op.c op.h perl.c
1566 ____________________________________________________________________________
1567 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
1568         Log: Subject: [patch] plug PL_origargv leak
1569              From: Doug MacEachern <dougm@covalent.net>
1570              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
1571              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
1572      Branch: perl
1573            ! perl.c
1574 ____________________________________________________________________________
1575 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
1576         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
1577              From: Abhijit Menon-Sen <ams@wiw.org>
1578              Date: Fri, 3 Aug 2001 06:38:11 +0530
1579              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
1580      Branch: perl
1581            ! hv.c
1582 ____________________________________________________________________________
1583 [ 11557] By: nick                                  on 2001/08/03  08:17:38
1584         Log: Integrate mainline
1585      Branch: perlio
1586           +> (branch 47 files)
1587            - lib/Switch/test.pl
1588           !> (integrate 49 files)
1589 ____________________________________________________________________________
1590 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
1591         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
1592              From: "Craig A. Berry" <craigberry@mac.com>
1593              Date: Thu, 02 Aug 2001 12:56:19 -0500
1594              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
1595      Branch: perl
1596            ! ext/B/Showlex.t
1597 ____________________________________________________________________________
1598 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
1599         Log: Be more careful about non-existent files.
1600      Branch: perl
1601            ! lib/File/Copy.pm
1602 ____________________________________________________________________________
1603 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
1604         Log: Subject: [PATCH resend] deparse empty formats
1605              From: Robin Houston <robin@kitsite.com> 
1606              Date: Thu, 2 Aug 2001 14:32:36 +0100
1607              Message-ID: <20010802143236.A894@robin.kitsite.com>
1608      Branch: perl
1609            ! ext/B/B/Deparse.pm
1610 ____________________________________________________________________________
1611 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
1612         Log: Subject: [patch] ithreads + refto fix improvement
1613              From: Doug MacEachern <dougm@covalent.net>
1614              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
1615              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
1616      Branch: perl
1617            ! pp.c
1618 ____________________________________________________________________________
1619 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
1620         Log: Readability nit from Abhijit.
1621      Branch: perl
1622            ! op.c
1623 ____________________________________________________________________________
1624 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
1625         Log: setproctitle() API version nit from Anton Berezin.
1626      Branch: perl
1627            ! mg.c
1628 ____________________________________________________________________________
1629 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
1630         Log: Add PerlCE to the docs.
1631      Branch: perl
1632            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
1633            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1634 ____________________________________________________________________________
1635 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
1636         Log: Integrate the PerlCE (WinCE Perl) port;
1637              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
1638      Branch: perl
1639            + README.ce wince/FindExt.pm wince/Makefile.ce
1640            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
1641            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
1642            + wince/bin/search.pl wince/config.ce wince/config.h
1643            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
1644            + wince/dl_win32.xs wince/include/arpa/inet.h
1645            + wince/include/cectype.h wince/include/errno.h
1646            + wince/include/netdb.h wince/include/sys/socket.h
1647            + wince/include/sys/stat.h wince/include/sys/types.h
1648            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
1649            + wince/perl.rc wince/perldll.def wince/perllib.c
1650            + wince/perlmain.c wince/registry.bat wince/runperl.c
1651            + wince/splittree.pl wince/win32.h wince/win32iop.h
1652            + wince/win32thread.c wince/win32thread.h wince/wince.c
1653            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
1654            + wince/xdistclean.ksh wince/xmakediffs.ksh
1655            ! MANIFEST perl.c perl.h perlio.c
1656 ____________________________________________________________________________
1657 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
1658         Log: setproctitle() made simpler.  (This assumes the string is
1659              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
1660              should be used.  Note len, not len + 1.)  BSD-fu from Anton
1661              Berezin.
1662      Branch: perl
1663            ! mg.c
1664 ____________________________________________________________________________
1665 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
1666         Log: Subject: [PATCH] -Wall cleanup: op.c
1667              From: Richard Soderberg <rs@oregonnet.com>
1668              Date: Thu, 2 Aug 2001 00:17:09 -0700
1669              Message-Id: <200108020717.AAA26895@oregonnet.com>
1670              
1671              Subject: [PATCH] -Wall cleanup: sv.c
1672              From: Richard Soderberg <rs@oregonnet.com>
1673              Date: Thu, 2 Aug 2001 00:49:21 -0700
1674              Message-Id: <200108020749.AAA27492@oregonnet.com>
1675      Branch: perl
1676            ! op.c sv.c
1677 ____________________________________________________________________________
1678 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
1679         Log: Update Changes.
1680      Branch: perl
1681            ! Changes patchlevel.h
1682 ____________________________________________________________________________
1683 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
1684         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
1685              From: Doug MacEachern <dougm@covalent.net>
1686              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
1687              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
1688      Branch: perl
1689            ! op.c
1690 ____________________________________________________________________________
1691 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
1692         Log: The #11541 didn't work under threads.
1693      Branch: perl
1694            ! op.c
1695 ____________________________________________________________________________
1696 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
1697         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
1698              From: Hugo <hv@crypt.compulink.co.uk>
1699              Date: Fri, 22 Jun 2001 01:19:08 +0100 
1700              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
1701              
1702              (Skip tests if accept() failed)
1703      Branch: perl
1704            ! ext/IO/lib/IO/t/io_unix.t
1705 ____________________________________________________________________________
1706 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
1707         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
1708              From: "Stian Seeberg" <sseeberg@nimsoft.no>
1709              Date: Mon, 30 Jul 2001 12:28:07 +0200
1710              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
1711      Branch: perl
1712            ! perl.h
1713 ____________________________________________________________________________
1714 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
1715         Log: Subject: Pluggable optimizer
1716              From: Simon Cozens <simon@netthink.co.uk>
1717              Date: Wed, 1 Aug 2001 13:57:02 -0700
1718              Message-ID: <20010801135702.I10442@netthink.co.uk>
1719      Branch: perl
1720            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
1721 ____________________________________________________________________________
1722 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
1723         Log: Subject: [ID 20010801.039] perlre.pod message typo
1724              From: Autrijus Tang <autrijus@geb.elixus.org>
1725              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
1726              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
1727      Branch: perl
1728            ! pod/perlre.pod
1729 ____________________________________________________________________________
1730 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
1731         Log: Test for change #11536.
1732      Branch: perl
1733            ! t/op/tiehandle.t
1734 ____________________________________________________________________________
1735 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
1736         Log: More test fixups for #11537.
1737      Branch: perl
1738            ! t/lib/warnings/4lint t/lib/warnings/9enabled
1739 ____________________________________________________________________________
1740 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
1741         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
1742              From: Doug MacEachern <dougm@covalent.net>
1743              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
1744              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
1745      Branch: perl
1746            ! op.c t/TestInit.pm
1747 ____________________________________________________________________________
1748 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
1749         Log: Subject: [patch] ithreads + refto bug
1750              From: Doug MacEachern <dougm@covalent.net>
1751              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
1752              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
1753              
1754              (Test in change #11539)
1755      Branch: perl
1756            ! pp.c
1757 ____________________________________________________________________________
1758 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
1759         Log: Subject: [PATCH: perl@11523] fixups for t/harness
1760              From: Prymmer/Kahn <pvhp@best.com>
1761              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
1762              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
1763      Branch: perl
1764            ! t/harness
1765 ____________________________________________________________________________
1766 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
1767         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
1768              From: Prymmer/Kahn <pvhp@best.com>
1769              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
1770              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
1771      Branch: perl
1772            ! win32/Makefile win32/makefile.mk
1773 ____________________________________________________________________________
1774 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
1775         Log: Need to know the number of tests.
1776      Branch: perl
1777            ! t/run/exit.t
1778 ____________________________________________________________________________
1779 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
1780         Log: Subject: Re: new exit tests on VMS
1781              From: "Craig A. Berry" <craigberry@mac.com>
1782              Date: Tue, 31 Jul 2001 12:19:29 -0500
1783              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
1784      Branch: perl
1785            ! t/run/exit.t
1786 ____________________________________________________________________________
1787 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
1788         Log: Retract #11530 (the dTHX is needed under threads)
1789      Branch: perl
1790            ! perlio.c
1791 ____________________________________________________________________________
1792 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
1793         Log: (Retracted by #11531)
1794      Branch: perl
1795            ! perlio.c
1796 ____________________________________________________________________________
1797 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
1798         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
1799              From: Richard Soderberg <rs@crystalflame.net>
1800              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
1801              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
1802      Branch: perl
1803            ! unixish.h
1804 ____________________________________________________________________________
1805 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
1806         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
1807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1808              Date: Tue, 31 Jul 2001 05:39:09 -0400
1809              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
1810              
1811              (with a note about the case of UV being equal to long long)
1812      Branch: perl
1813            ! utils/h2xs.PL
1814 ____________________________________________________________________________
1815 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
1816         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
1817              From: "Craig A. Berry" <craigberry@mac.com>
1818              Date: Tue, 31 Jul 2001 14:57:43 -0500
1819              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
1820      Branch: perl
1821            ! t/io/fs.t
1822 ____________________________________________________________________________
1823 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
1824         Log: Fix for
1825              
1826              Subject: [ID 20010116.001] File::Copy truncates orig file 
1827              From: arbor@al37al08.telecel.pt
1828              Date: Tue, 16 Jan 2001 11:43:02 GMT
1829              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
1830              
1831              (copy($foo, $foo) would truncate $foo)
1832      Branch: perl
1833            ! lib/File/Copy.pm lib/File/Copy.t
1834 ____________________________________________________________________________
1835 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
1836         Log: Metaconfig unit change for #11524.
1837      Branch: metaconfig/U/perl
1838            ! Extras.U
1839 ____________________________________________________________________________
1840 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
1841         Log: Multiple modules didn't work; plus typo fixes.
1842      Branch: perl
1843            ! Configure
1844 ____________________________________________________________________________
1845 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
1846         Log: Update Changes.
1847      Branch: perl
1848            ! Changes patchlevel.h
1849 ____________________________________________________________________________
1850 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
1851         Log: Regen perlapi.
1852      Branch: perl
1853            ! pod/perlapi.pod
1854 ____________________________________________________________________________
1855 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
1856         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
1857              From: Dave Mitchell <davem@fdgroup.co.uk>
1858              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
1859              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
1860      Branch: perl
1861            ! sv.c
1862 ____________________________________________________________________________
1863 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
1864         Log: Regen toc.
1865      Branch: perl
1866            ! pod/perltoc.pod
1867 ____________________________________________________________________________
1868 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
1869         Log: Regen Porting stuff.
1870      Branch: perl
1871            ! Porting/Glossary Porting/config.sh Porting/config_H
1872 ____________________________________________________________________________
1873 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
1874         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
1875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1876              Date: Tue, 31 Jul 2001 05:34:38 -0400
1877              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
1878      Branch: perl
1879            ! utils/h2xs.PL
1880 ____________________________________________________________________________
1881 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
1882         Log: Metaconfig unit change for #11516. 
1883      Branch: metaconfig/U/perl
1884            ! gccvers.U
1885 ____________________________________________________________________________
1886 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
1887         Log: Add -Wall in cflags, not in Configure.
1888              (This way -Wall affects only the core and the core XS,
1889              not user modules' XS.  Concern from Paul Marquess,
1890              implementation idea from Andy Dougherty.)
1891      Branch: perl
1892            ! Configure cflags.SH
1893 ____________________________________________________________________________
1894 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
1895         Log: Metaconfig unit changes for #11514.
1896      Branch: metaconfig
1897            + U/modified/sysman.U
1898            ! U/installdirs/man1dir.U
1899 ____________________________________________________________________________
1900 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
1901         Log: Subject: Configure's detection of system manual
1902              From: Sean Dague <sean@dague.net> 
1903              Date: Sun, 13 May 2001 15:53:15 -0400
1904              Message-ID: <20010513155315.A15833@underhill.dague.net>
1905      Branch: perl
1906            ! Configure
1907 ____________________________________________________________________________
1908 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
1909         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
1910              From: Autrijus Tang <autrijus@autrijus.org> 
1911              Date: Thu, 21 Jun 2001 23:56:48 +0800
1912              Message-Id: <20010621235648.A57340@not.autrijus.org>
1913      Branch: perl
1914            ! pod/perlobj.pod
1915 ____________________________________________________________________________
1916 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
1917         Log: Subject: Typo in DB_File.pm
1918              From: "Philip Newton" <Philip.Newton@gmx.net>
1919              Date: Tue, 31 Jul 2001 06:19:35 +0200
1920              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
1921      Branch: perl
1922            ! ext/DB_File/DB_File.pm
1923 ____________________________________________________________________________
1924 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
1925         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
1926              From: "Stephen P. Potter" <spp@spotter.yi.org>
1927              Date: Wed, 30 May 2001 13:59:34 -0400
1928              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
1929      Branch: perl
1930            ! pod/perlre.pod
1931 ____________________________________________________________________________
1932 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
1933         Log: eval "format foo=" would loop indefinitely; reported in
1934              
1935              Subject: A load of old rubbish
1936              From: Mike Guy <mjtg@cam.ac.uk>
1937              Date: Mon, 14 May 2001 16:12:22 +0100
1938              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
1939              
1940              (The core dumps reported in there already fixed.)
1941      Branch: perl
1942            ! toke.c
1943 ____________________________________________________________________________
1944 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
1945         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
1946      Branch: perl
1947            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
1948            + lib/Switch/t/switch_case.t
1949            - lib/Switch/test.pl
1950            ! MANIFEST lib/Switch.pm
1951 ____________________________________________________________________________
1952 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
1953         Log: Subject: [PATCH @11505] DB_File-1.78
1954              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1955              Date: Mon, 30 Jul 2001 22:54:37 +0100
1956              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
1957      Branch: perl
1958            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1959            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1960 ____________________________________________________________________________
1961 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
1962         Log: Explain in more detail why -pipe and -fno-common are good.
1963      Branch: perl
1964            ! hints/darwin.sh
1965 ____________________________________________________________________________
1966 [ 11506] By: nick                                  on 2001/07/30  14:32:23
1967         Log: Integrate mainline
1968      Branch: perlio
1969           !> INSTALL Makefile.SH doio.c hints/darwin.sh
1970 ____________________________________________________________________________
1971 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
1972         Log: Perl hasn't been putting man pages into $prefix/lib for
1973              a long time now; pointed out by Andy Dougherty. 
1974      Branch: perl
1975            ! hints/darwin.sh
1976 ____________________________________________________________________________
1977 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
1978         Log: Document the extras Configure option.
1979      Branch: perl
1980            ! INSTALL
1981 ____________________________________________________________________________
1982 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
1983         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
1984              everywhere.
1985      Branch: perl
1986           !> doio.c
1987 ____________________________________________________________________________
1988 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
1989         Log: Doubly guard against invoking CPAN if no extras defined,
1990              pointed out by H. Merijn Brand.
1991      Branch: perl
1992            ! Makefile.SH
1993 ____________________________________________________________________________
1994 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
1995         Log: Fix O_RDONLY check to check for O_RDONLY.
1996      Branch: maint-5.6/macperl
1997            ! doio.c
1998 ____________________________________________________________________________
1999 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
2000         Log: Integrate miscellaneous changes from maint-5.6/perl.
2001      Branch: maint-5.6/macperl
2002           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
2003 ____________________________________________________________________________
2004 [ 11499] By: nick                                  on 2001/07/30  06:52:42
2005         Log: Integrate mainline
2006      Branch: perlio
2007           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
2008           +> win32/sync_ext.pl
2009            - win32/sncfnmcs.pl
2010           !> (integrate 71 files)
2011 ____________________________________________________________________________
2012 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
2013         Log: Update Changes.
2014      Branch: perl
2015            ! Changes patchlevel.h
2016 ____________________________________________________________________________
2017 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
2018         Log: Now Configure -Dextras=Foo::Bar and "make install" will
2019              fetch and install Foo::Bar.
2020      Branch: perl
2021            ! Makefile.SH
2022 ____________________________________________________________________________
2023 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
2024         Log: Metaconfig unit change for #11495.
2025      Branch: metaconfig/U/perl
2026            ! Extras.U
2027 ____________________________________________________________________________
2028 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
2029         Log: extras.make, extras.test, and extras.install make targets.
2030      Branch: perl
2031            ! Configure Makefile.SH
2032 ____________________________________________________________________________
2033 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
2034         Log: Metaconfig unit change for #11493.
2035      Branch: metaconfig/U/perl
2036            ! Extras.U
2037 ____________________________________________________________________________
2038 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
2039         Log: Better to have the list of extras in $extras than 'define'.
2040      Branch: perl
2041            ! Configure
2042 ____________________________________________________________________________
2043 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
2044         Log: The metaconfig unit change for #11490.
2045      Branch: metaconfig/U/perl
2046            + Extras.U
2047 ____________________________________________________________________________
2048 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
2049         Log: Missed from #11490 (the required dependency).
2050      Branch: perl
2051            ! Makefile.SH
2052 ____________________________________________________________________________
2053 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
2054         Log: Add the support of asking for extra modules or bundles of modules
2055              to be fetched from the CPAN and installed as a part of the Perl
2056              build process.  None of this installation is yet really done;
2057              only the list is asked, and saved away in extras.lst for
2058              the build and installation process to worry about later.
2059      Branch: perl
2060            ! Configure
2061 ____________________________________________________________________________
2062 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
2063         Log: Beginnings of better Inf and NaN support.
2064              At least toke.c and sv.c still need quite a bit of work.
2065      Branch: perl
2066            ! numeric.c perl.h
2067 ____________________________________________________________________________
2068 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
2069         Log: Top-level Makefile didn't honour OPTIMIZE.
2070      Branch: perl
2071            ! Makefile.SH
2072 ____________________________________________________________________________
2073 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
2074         Log: Update Changes.
2075      Branch: perl
2076            ! Changes patchlevel.h
2077 ____________________________________________________________________________
2078 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
2079         Log: Use Search::Dict 1.02 interface for charinfo().
2080      Branch: perl
2081            ! lib/UnicodeCD.pm
2082 ____________________________________________________________________________
2083 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
2084         Log: Now also allow transforming the read lines before comparing them.
2085              (This will help UnicodeCD.) 
2086      Branch: perl
2087            ! lib/Search/Dict.pm
2088 ____________________________________________________________________________
2089 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
2090         Log: Remove tiehandle code.
2091      Branch: perl
2092            ! lib/UnicodeCD.pm
2093 ____________________________________________________________________________
2094 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
2095         Log: Allow specifying a comparison function for Search::Dict::look().
2096      Branch: perl
2097            ! lib/Search/Dict.pm
2098 ____________________________________________________________________________
2099 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
2100         Log: Small UnicodeCD tweaks.
2101      Branch: perl
2102            ! lib/UnicodeCD.pm lib/UnicodeCD.t
2103 ____________________________________________________________________________
2104 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
2105         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
2106              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2107              Date: Tue, 24 Jul 2001 01:51:32 +0900
2108              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
2109      Branch: perl
2110            ! lib/UnicodeCD.pm lib/UnicodeCD.t
2111 ____________________________________________________________________________
2112 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
2113         Log: Subject: [PATCH] installperl
2114              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2115              Date: Fri, 27 Jul 2001 19:05:04 -0700
2116              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
2117      Branch: perl
2118            ! installperl
2119 ____________________________________________________________________________
2120 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
2121         Log: Subject: [PATCH] Set proper compatibility versions in core
2122              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2123              Date: Fri, 27 Jul 2001 20:01:49 -0700
2124              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
2125      Branch: perl
2126            ! Makefile.SH
2127 ____________________________________________________________________________
2128 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
2129         Log: Metaconfig unit change for #11477.
2130      Branch: metaconfig/U/perl
2131            ! dlsrc.U
2132 ____________________________________________________________________________
2133 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
2134         Log: Subject: [PATCH] Darwin: -fpic not so good
2135              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
2136              Date: Fri, 27 Jul 2001 18:57:38 -0700
2137              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
2138      Branch: perl
2139            ! Configure
2140 ____________________________________________________________________________
2141 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
2142         Log: Subject: [PATCH] Clean up Darwin hints
2143              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
2144              Date: Fri, 27 Jul 2001 19:13:15 -0700
2145              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
2146      Branch: perl
2147            ! hints/darwin.sh
2148 ____________________________________________________________________________
2149 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
2150         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
2151              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2152              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
2153              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
2154      Branch: perl
2155            ! pod/perlfunc.pod pp.c t/op/split.t
2156 ____________________________________________________________________________
2157 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
2158         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
2159              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2160              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
2161              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
2162      Branch: perl
2163            ! pod/perlvar.pod
2164 ____________________________________________________________________________
2165 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
2166         Log: Subject: [PATCH] fixes to constant.pm documentation
2167              From: Ilmari Karonen <iltzu@sci.fi>
2168              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
2169              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
2170      Branch: perl
2171            ! lib/constant.pm
2172 ____________________________________________________________________________
2173 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
2174         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
2175              From: "Philip Newton" <Philip.Newton@gmx.net>
2176              Date: Fri, 27 Jul 2001 07:51:10 +0200
2177              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
2178      Branch: perl
2179            ! pod/perlport.pod
2180 ____________________________________________________________________________
2181 [ 11471] By: nick                                  on 2001/07/26  06:23:32
2182         Log: Subject:  [PATCH] Doc fix for perlguts / threading
2183              From:  Arthur Bergman <arthur@contiller.se>
2184              Date:  Wed, 25 Jul 2001 11:28:23 +0200
2185              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
2186      Branch: perl
2187            ! pod/perlguts.pod
2188 ____________________________________________________________________________
2189 [ 11470] By: nick                                  on 2001/07/26  06:21:06
2190         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
2191              From:  Philip Newton <Philip.Newton@gmx.net>
2192              Date:  Wed, 25 Jul 2001 08:19:47 +0200
2193              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
2194      Branch: perl
2195            ! INSTALL
2196 ____________________________________________________________________________
2197 [ 11469] By: nick                                  on 2001/07/26  06:20:25
2198         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
2199              From:  Philip Newton <Philip.Newton@gmx.net>
2200              Date:  Wed, 25 Jul 2001 08:12:48 +0200
2201              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
2202      Branch: perl
2203            ! INSTALL
2204 ____________________________________________________________________________
2205 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
2206         Log: More +x.
2207      Branch: perl
2208            ! Porting/makerel
2209 ____________________________________________________________________________
2210 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
2211         Log: Update Changes.
2212      Branch: perl
2213            ! Changes patchlevel.h
2214 ____________________________________________________________________________
2215 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
2216         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
2217              From: "Philip Newton" <Philip.Newton@gmx.net>
2218              Date: Tue, 24 Jul 2001 06:45:55 +0200
2219              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
2220      Branch: perl
2221            ! os2/perlrexx.c
2222 ____________________________________________________________________________
2223 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
2224         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
2225              From: Peter Prymmer <pvhp@forte.com>
2226              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
2227              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
2228      Branch: perl
2229            ! pod/perlport.pod t/io/fs.t vms/test.com
2230 ____________________________________________________________________________
2231 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
2232         Log: Workaround on Cwd bootstrap problem.
2233      Branch: perl
2234            ! lib/ExtUtils/MakeMaker.pm
2235 ____________________________________________________________________________
2236 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
2237         Log: When in Rome, quote like the Romans do.
2238      Branch: perl
2239            ! cflags.SH
2240 ____________________________________________________________________________
2241 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
2242         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
2243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2244              Date: Mon, 23 Jul 2001 19:29:49 -0400
2245              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
2246      Branch: perl
2247            + os2/perlrexx.c
2248            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
2249            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
2250            ! t/op/write.t
2251 ____________________________________________________________________________
2252 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
2253         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
2254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2255              Date: Mon, 23 Jul 2001 18:43:42 -0400
2256              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
2257      Branch: perl
2258            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2259 ____________________________________________________________________________
2260 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
2261         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
2262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2263              Date: Mon, 23 Jul 2001 18:33:16 -0400
2264              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
2265      Branch: perl
2266            ! lib/ExtUtils/MakeMaker.pm
2267 ____________________________________________________________________________
2268 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
2269         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
2270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2271              Date: Mon, 23 Jul 2001 18:20:35 -0400
2272              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
2273      Branch: perl
2274            ! Makefile.SH cflags.SH
2275 ____________________________________________________________________________
2276 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
2277         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
2278              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
2279              Date: Mon, 23 Jul 2001 11:32:17 -0500
2280              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
2281      Branch: perl
2282            ! lib/ExtUtils/MakeMaker.pm
2283 ____________________________________________________________________________
2284 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
2285         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
2286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2287              Date: Mon, 23 Jul 2001 18:13:20 -0400
2288              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
2289      Branch: perl
2290            ! lib/perl5db.pl
2291 ____________________________________________________________________________
2292 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
2293         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
2294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2295              Date: Mon, 23 Jul 2001 18:07:40 -0400
2296              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
2297      Branch: perl
2298            ! op.c
2299 ____________________________________________________________________________
2300 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
2301         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
2302              From: "Craig A. Berry" <craigberry@mac.com>
2303              Date: Mon, 23 Jul 2001 15:35:06 -0500
2304              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
2305      Branch: perl
2306            ! util.c
2307 ____________________________________________________________________________
2308 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
2309         Log: Subject: [PATCH perlfaq9.pod typo]
2310              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
2311              Date: Mon, 23 Jul 2001 07:49:05 -0700
2312              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
2313      Branch: perl
2314            ! pod/perlfaq9.pod
2315 ____________________________________________________________________________
2316 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
2317         Log: Subject: win32\sncfnmcs.pl corrections
2318              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
2319              Date: Mon, 23 Jul 2001 12:56:54 +0200
2320              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
2321              
2322              Rename the script a little bit more sensibly.
2323      Branch: perl
2324            + win32/sync_ext.pl
2325            - win32/sncfnmcs.pl
2326            ! MANIFEST README.win32
2327 ____________________________________________________________________________
2328 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
2329         Log: Test tweak.
2330      Branch: perl
2331            ! ext/B/Deparse.t
2332 ____________________________________________________________________________
2333 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
2334         Log: Metaconfig unit tweak for #11450.
2335      Branch: metaconfig/U/perl
2336            ! Mksymlinks.U
2337 ____________________________________________________________________________
2338 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
2339         Log: Too volatile failsafe check.
2340      Branch: perl
2341            ! Configure
2342 ____________________________________________________________________________
2343 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
2344         Log: Further doc tweaks.
2345      Branch: perl
2346            ! lib/UnicodeCD.pm
2347 ____________________________________________________________________________
2348 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
2349         Log: Doc tweaks.
2350      Branch: perl
2351            ! lib/UnicodeCD.pm
2352 ____________________________________________________________________________
2353 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
2354         Log: Doc tweakery from Abhijit.
2355      Branch: perl
2356            ! Porting/repository.pod
2357 ____________________________________________________________________________
2358 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
2359         Log: An accidental empty line.
2360      Branch: perl
2361            ! MANIFEST
2362 ____________________________________________________________________________
2363 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
2364         Log: Missing MANIFESTations.
2365      Branch: perl
2366            ! MANIFEST
2367 ____________________________________________________________________________
2368 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
2369         Log: Update Changes.
2370      Branch: perl
2371            ! Changes patchlevel.h
2372 ____________________________________________________________________________
2373 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
2374         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
2375              From: Mike Guy <mjtg@cam.ac.uk>
2376              Date: Fri, 20 Jul 2001 16:12:49 +0100
2377              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
2378      Branch: perl
2379            ! Porting/pumpkin.pod
2380 ____________________________________________________________________________
2381 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
2382         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
2383              From: Peter Prymmer <pvhp@forte.com>
2384              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
2385              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
2386      Branch: perl
2387            ! pod/perlhack.pod
2388 ____________________________________________________________________________
2389 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
2390         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
2391              From: Michael G Schwern <schwern@pobox.com>
2392              Date: Fri, 20 Jul 2001 20:22:35 -0400
2393              Message-ID: <20010720202235.O4498@blackrider>
2394      Branch: perl
2395            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
2396            ! lib/Test/t/todo.t
2397 ____________________________________________________________________________
2398 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
2399         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
2400              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2401              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
2402              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
2403      Branch: perl
2404            ! ext/POSIX/POSIX.pod
2405 ____________________________________________________________________________
2406 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
2407         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
2408              From: Mark-Jason Dominus <mjd@plover.com>
2409              Date: Fri, 20 Jul 2001 23:16:54 -0400
2410              Message-ID: <20010721031654.21877.qmail@plover.com>
2411      Branch: perl
2412            ! ext/POSIX/POSIX.pod
2413 ____________________________________________________________________________
2414 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
2415         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
2416              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2417              Date: Sun, 22 Jul 2001 14:56:09 +0200
2418              Message-ID: <20010722145609.A766@rafael>
2419      Branch: perl
2420            ! ext/B/O.pm
2421 ____________________________________________________________________________
2422 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
2423         Log: Subject: regexec.c #define cleanup
2424              From: Mark-Jason Dominus <mjd@plover.com>
2425              Date: Sat, 21 Jul 2001 18:33:25 -0400
2426              Message-ID: <20010721223325.3069.qmail@plover.com>
2427      Branch: perl
2428            ! regexec.c
2429 ____________________________________________________________________________
2430 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
2431         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
2432              From: Prymmer/Kahn <pvhp@best.com>
2433              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
2434              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
2435      Branch: perl
2436            ! t/io/fs.t
2437 ____________________________________________________________________________
2438 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
2439         Log: Typo in #11432.
2440      Branch: perl
2441            ! ext/POSIX/POSIX.t
2442 ____________________________________________________________________________
2443 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
2444         Log: Integrate (manually) change #11424 from macperl.
2445      Branch: perl
2446            ! ext/Filter/t/call.t
2447 ____________________________________________________________________________
2448 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
2449         Log: Integrate change #11408 from macperl.
2450      Branch: perl
2451           !> README.macos pod/perlport.pod
2452 ____________________________________________________________________________
2453 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
2454         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
2455      Branch: perl
2456           +> macos/MacPerlTests.cmd macos/xsubpp.patch
2457            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2458            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
2459            ! ext/POSIX/POSIX.t
2460 ____________________________________________________________________________
2461 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
2462         Log: pod/*.t tests not picked up by t/TEST either
2463      Branch: maint-5.6/perl
2464            ! t/TEST
2465 ____________________________________________________________________________
2466 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
2467         Log: better tweak for change#11429 (windows has both / and \ separated
2468              paths in @INC at that point)
2469      Branch: maint-5.6/perl
2470            ! t/pod/testp2pt.pl
2471 ____________________________________________________________________________
2472 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
2473         Log: MacOS pod test tweak needs \Escape
2474      Branch: maint-5.6/perl
2475            ! t/pod/testp2pt.pl
2476 ____________________________________________________________________________
2477 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
2478         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
2479              resulting duplicate output, but t/harness isn't)
2480      Branch: maint-5.6/perl
2481            ! t/run/runenv.t
2482 ____________________________________________________________________________
2483 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
2484         Log: t/harness wasn't picking up all the tests
2485      Branch: maint-5.6/perl
2486            ! t/harness
2487 ____________________________________________________________________________
2488 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
2489         Log: update MANIFEST for new file
2490      Branch: maint-5.6/perl
2491            ! MANIFEST
2492 ____________________________________________________________________________
2493 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
2494         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
2495              the exception of the macperl/macos/... tree
2496      Branch: maint-5.6/perl
2497           +> t/lib/filefind-taint.t
2498           !> (integrate 72 files)
2499 ____________________________________________________________________________
2500 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
2501         Log: Fix test.
2502      Branch: maint-5.6/macperl
2503            ! macos/bundled_ext/Filter/t/call.t
2504 ____________________________________________________________________________
2505 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
2506         Log: Make perl fork()-safe (in a slightly limited way) even on
2507              platforms that don't have pthread_atfork() (extension of
2508              the fix in change#11151).
2509              
2510              Note that this will not help extensions that call fork()
2511              directly in C, or that link to libraries that call fork()
2512              directly.  Such cases must be fixed to either call
2513              PerlProc_fork(), or call atfork_lock() in parent before the
2514              calling the function that forks and call atfork_unlock()
2515              in both parent and child immediately after the fork().
2516              (There are no worries if C code calls exec() in the child
2517              immediately after a fork().  Only cases where the child
2518              calls perl's API functions (including New()) after the
2519              fork() are problematic.)
2520              
2521              This change also eliminates the use of vfork() from perl,
2522              since all such uses were violating the severe restrictions
2523              on modifying the state of the process between the vfork()
2524              and the exec().
2525              
2526              This is a modified version of patches suggested by Abhijit
2527              Menon-Sen and Richard Soderberg.
2528      Branch: perl
2529            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
2530            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
2531 ____________________________________________________________________________
2532 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
2533         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
2534              Switch, and Text::Balanced.
2535      Branch: maint-5.6/macperl
2536            + macos/bundled_ext/Filter/Util/Call/Call.pm
2537            + macos/bundled_ext/Filter/Util/Call/Call.xs
2538            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
2539            + macos/bundled_ext/Filter/t/MyFilter.pm
2540            + macos/bundled_ext/Filter/t/call.t
2541            + macos/bundled_ext/Filter/t/filter-util.pl
2542            + macos/bundled_lib/blib/lib/Class/ISA.pm
2543            + macos/bundled_lib/blib/lib/Digest.pm
2544            + macos/bundled_lib/blib/lib/Filter/Simple.pm
2545            + macos/bundled_lib/blib/lib/Switch.pm
2546            + macos/bundled_lib/blib/lib/Text/Balanced.pm
2547            + macos/bundled_lib/blib/lib/Text/Balanced.pod
2548            + macos/bundled_lib/t/Class/ISA/test.pl
2549            + macos/bundled_lib/t/Digest/Digest.t
2550            + macos/bundled_lib/t/Filter/Simple/test.pl
2551            + macos/bundled_lib/t/Switch/test.pl
2552            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
2553            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
2554            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
2555            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
2556            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
2557            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
2558            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
2559            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
2560 ____________________________________________________________________________
2561 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
2562         Log: Add Filter::Util::Call to config/make files; edit utils
2563              to recognize the module (it was descended too far down).
2564              Bump version to 5.6.1a4.
2565      Branch: maint-5.6/macperl
2566            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
2567            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
2568            ! macos/macperl/Makefile.mk macos/xsubpp.patch
2569 ____________________________________________________________________________
2570 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
2571         Log: Make DB_File the default for MLDBM on MacOS.
2572      Branch: maint-5.6/macperl
2573            ! macos/bundled_lib/blib/lib/MLDBM.pm
2574 ____________________________________________________________________________
2575 [ 11419] By: nick                                  on 2001/07/20  14:51:03
2576         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
2577              From:  Simon Cozens <simon@netthink.co.uk>
2578              Date:  Fri, 20 Jul 2001 11:42:35 -0400
2579              Message-Id:  <20010720114235.A5235@netthink.co.uk>
2580      Branch: perl
2581            ! lib/UnicodeCD.pm
2582 ____________________________________________________________________________
2583 [ 11418] By: nick                                  on 2001/07/20  14:48:12
2584         Log: Subject:  [PATCH regcomp.h] adds a comment
2585              From:  Abhijit Menon-Sen <ams@wiw.org>
2586              Date:  Fri, 20 Jul 2001 21:05:37 +0530
2587              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
2588      Branch: perl
2589            ! regcomp.h
2590 ____________________________________________________________________________
2591 [ 11417] By: nick                                  on 2001/07/20  14:16:38
2592         Log: Subject:  [PATCH 5.7.2] INSTALL updates
2593              From:  Andy Dougherty <doughera@lafayette.edu>
2594              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
2595              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
2596      Branch: perl
2597            ! INSTALL
2598 ____________________________________________________________________________
2599 [ 11416] By: nick                                  on 2001/07/20  06:44:44
2600         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
2601              From:  Russ Allbery <rra@stanford.edu>
2602              Date:  19 Jul 2001 15:52:37 -0700
2603              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
2604      Branch: perl
2605            ! lib/Pod/Man.pm
2606 ____________________________________________________________________________
2607 [ 11415] By: nick                                  on 2001/07/20  06:35:11
2608         Log: Subject:  [PATCH] defer op_seq allocation
2609              From:  Abhijit Menon-Sen <ams@wiw.org>
2610              Date:  Thu, 19 Jul 2001 22:12:24 +0530
2611              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
2612      Branch: perl
2613            ! op.c
2614 ____________________________________________________________________________
2615 [ 11414] By: nick                                  on 2001/07/20  06:23:36
2616         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
2617              From:  Abhijit Menon-Sen <ams@wiw.org>
2618              Date:  Fri, 20 Jul 2001 01:18:50 +0530
2619              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
2620              (Private e-mail)
2621      Branch: perl
2622            ! ext/Time/HiRes/HiRes.xs
2623 ____________________________________________________________________________
2624 [ 11413] By: nick                                  on 2001/07/20  06:18:53
2625         Log: Integrate mainline
2626      Branch: perlio
2627           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
2628            - t/base/commonsense.t
2629           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
2630           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
2631           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
2632           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
2633           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
2634           !> win32/win32.c
2635 ____________________________________________________________________________
2636 [ 11412] By: nick                                  on 2001/07/19  06:44:27
2637         Log: Integrate win32/perlhost.h from maintenance branch.
2638              (Rest of $ENV{PATH} / system() fix.)
2639      Branch: perl
2640           !> win32/perlhost.h
2641 ____________________________________________________________________________
2642 [ 11411] By: nick                                  on 2001/07/19  06:41:34
2643         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
2644              From:  Philip Newton <Philip.Newton@gmx.net>
2645              Date:  Wed, 18 Jul 2001 21:43:57 +0200
2646              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
2647      Branch: perl
2648            ! pod/perlhack.pod
2649 ____________________________________________________________________________
2650 [ 11410] By: nick                                  on 2001/07/19  06:39:35
2651         Log: Subject:  Security hole in taint checking in open()
2652              From:  deekoo@tentacle.net
2653              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
2654              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
2655      Branch: perl
2656            ! doio.c
2657 ____________________________________________________________________________
2658 [ 11409] By: nick                                  on 2001/07/19  06:28:08
2659         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
2660              From:  Abhijit Menon-Sen <ams@wiw.org>
2661              Date:  Thu, 19 Jul 2001 04:30:43 +0530
2662              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
2663      Branch: perl
2664            ! ext/Time/HiRes/HiRes.xs
2665 ____________________________________________________________________________
2666 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
2667         Log: Update docs with latest implementation information and new URLs.
2668      Branch: maint-5.6/macperl
2669            ! README.macos pod/perlport.pod
2670 ____________________________________________________________________________
2671 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
2672         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
2673              Fix BuildRules to accept optimization variables.
2674      Branch: maint-5.6/macperl
2675            + macos/bundled_ext/Digest/MD5/Makefile.mk
2676            ! macos/BuildRules.mk macos/Makefile.mk
2677            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
2678            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
2679 ____________________________________________________________________________
2680 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
2681         Log: Integrate changes 11399,11401
2682      Branch: maint-5.6/macperl
2683           !> win32/perlhost.h win32/win32.c
2684 ____________________________________________________________________________
2685 [ 11405] By: nick                                  on 2001/07/18  06:50:33
2686         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
2687              from perl5.6*
2688      Branch: perl
2689           !> win32/perlhost.h win32/win32.c
2690 ____________________________________________________________________________
2691 [ 11404] By: nick                                  on 2001/07/18  06:43:59
2692         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
2693              From:  hv@crypt0.demon.co.uk
2694              Date:  Wed, 18 Jul 2001 05:58:46 +0100
2695              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
2696      Branch: perl
2697            ! ext/POSIX/POSIX.t
2698 ____________________________________________________________________________
2699 [ 11403] By: nick                                  on 2001/07/18  06:38:57
2700         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
2701              From:  hv@crypt0.demon.co.uk
2702              Date:  Wed, 18 Jul 2001 05:21:54 +0100
2703              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
2704      Branch: perl
2705            ! numeric.c t/op/arith.t
2706 ____________________________________________________________________________
2707 [ 11402] By: nick                                  on 2001/07/18  06:19:17
2708         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
2709              From:  mjd@plover.com
2710              Date:  17 Jul 2001 17:59:20 -0000
2711              Message-Id:  <20010717175920.8177.qmail@plover.com>
2712      Branch: perl
2713            ! pod/perlre.pod
2714 ____________________________________________________________________________
2715 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
2716         Log: thinko in change#11400 (duh)
2717      Branch: maint-5.6/perl
2718            ! win32/perlhost.h
2719 ____________________________________________________________________________
2720 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
2721         Log: change#11399 revealed another unrelated bug; this is just a temporary
2722              bandaid
2723      Branch: maint-5.6/perl
2724            ! win32/perlhost.h
2725 ____________________________________________________________________________
2726 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
2727         Log: fix bugs in handling of the virtualized environment under windows;
2728              there were bugs in propagating any changes to %ENV down to the real
2729              environment when such changes happened in the toplevel process
2730              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
2731              problem identification, and for a part of the fix)
2732      Branch: maint-5.6/perl
2733            ! win32/perlhost.h win32/win32.c
2734 ____________________________________________________________________________
2735 [ 11398] By: nick                                  on 2001/07/17  08:26:35
2736         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
2737              From: Peter Prymmer <pvhp@forte.com>
2738              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
2739              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
2740              
2741              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
2742              should not depend on existance of Config.pm
2743      Branch: perl
2744           +> t/lib/commonsense.t
2745            - t/base/commonsense.t
2746            ! MANIFEST t/README
2747 ____________________________________________________________________________
2748 [ 11397] By: nick                                  on 2001/07/17  08:09:58
2749         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
2750              From:  Michael G Schwern <schwern@pobox.com>
2751              Date:  Mon, 16 Jul 2001 18:20:31 -0400
2752              Message-Id:  <20010716182031.A1128@blackrider>
2753      Branch: perl
2754            ! pod/perlhack.pod
2755 ____________________________________________________________________________
2756 [ 11396] By: nick                                  on 2001/07/17  08:04:11
2757         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
2758              From:  Gwyn Judd <b.judd@xtra.co.nz>
2759              Date:  Tue, 17 Jul 2001 20:55:58 +1200
2760              Message-Id:  <20010717205558.A3107@thislove>
2761      Branch: perl
2762            ! pod/perlfunc.pod
2763 ____________________________________________________________________________
2764 [ 11395] By: nick                                  on 2001/07/17  08:02:22
2765         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
2766              From:  Peter Prymmer <pvhp@forte.com>
2767              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
2768              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
2769      Branch: perl
2770            ! t/op/sprintf.t
2771 ____________________________________________________________________________
2772 [ 11394] By: nick                                  on 2001/07/17  07:57:06
2773         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
2774              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
2775              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
2776              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
2777      Branch: perl
2778            ! gv.c
2779 ____________________________________________________________________________
2780 [ 11392] By: nick                                  on 2001/07/17  07:50:12
2781         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
2782              From:  Coral <coral@moonlight.crystalflame.net>
2783              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
2784              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
2785      Branch: perl
2786            ! pp_sys.c thread.h
2787 ____________________________________________________________________________
2788 [ 11391] By: nick                                  on 2001/07/17  07:34:28
2789         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
2790              From:  Jonathan Stowe <gellyfish@gellyfish.com>
2791              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
2792              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
2793      Branch: perl
2794            ! utils/h2xs.PL
2795 ____________________________________________________________________________
2796 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
2797         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
2798              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
2799              and Mac::Apps::Launch, which don't work, and Time::HiRes and
2800              Time::Piece, which don't yet work.
2801      Branch: maint-5.6/macperl
2802            + (add 154 files)
2803 ____________________________________________________________________________
2804 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
2805         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
2806              Also add hack to get around missing setenv for PERL5DB.
2807      Branch: maint-5.6/macperl
2808            ! macos/macish.c macos/macish.h
2809 ____________________________________________________________________________
2810 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
2811         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
2812      Branch: maint-5.6/macperl
2813            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
2814            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
2815 ____________________________________________________________________________
2816 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
2817         Log: Fix up some configuration and make options, add extra
2818              extensions.
2819      Branch: maint-5.6/macperl
2820            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
2821            ! macos/macperl/Makefile.mk
2822 ____________________________________________________________________________
2823 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
2824         Log: From Change 11374 in maintperl.
2825      Branch: maint-5.6/macperl
2826           !> utils/h2ph.PL
2827 ____________________________________________________________________________
2828 [ 11385] By: nick                                  on 2001/07/16  14:12:58
2829         Log: Back out change to h2xs till it passes its test.
2830      Branch: perl
2831            ! utils/h2xs.PL
2832 ____________________________________________________________________________
2833 [ 11384] By: nick                                  on 2001/07/16  14:00:10
2834         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
2835              From:  Jonathan Stowe <gellyfish@gellyfish.com>
2836              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
2837              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
2838      Branch: perl
2839            ! utils/h2xs.PL
2840 ____________________________________________________________________________
2841 [ 11383] By: nick                                  on 2001/07/16  13:53:12
2842         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
2843              From:  Robin Houston <robin@kitsite.com>
2844              Date:  Sun, 15 Jul 2001 18:22:31 +0100
2845              Message-Id:  <20010715182230.A11174@robin>
2846      Branch: perl
2847            ! hints/darwin.sh
2848 ____________________________________________________________________________
2849 [ 11382] By: nick                                  on 2001/07/16  13:52:49
2850         Log: Subject:  [PATCH perl@11372] re_dup
2851              From:  Radu Greab <radu@netsoft.ro>
2852              Date:  Sun, 15 Jul 2001 04:50:06 +0300
2853              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
2854      Branch: perl
2855            ! sv.c
2856 ____________________________________________________________________________
2857 [ 11379] By: nick                                  on 2001/07/16  13:35:39
2858         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
2859              From:  Robin Houston <robin@kitsite.com>
2860              Date:  Sat, 14 Jul 2001 14:28:50 +0100
2861              Message-Id:  <20010714142850.A10205@robin>
2862      Branch: perl
2863            ! ext/B/B/Deparse.pm
2864 ____________________________________________________________________________
2865 [ 11378] By: nick                                  on 2001/07/16  13:30:36
2866         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
2867              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
2868              Date:  Sat, 14 Jul 2001 22:17:42 +0900
2869              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
2870      Branch: perl
2871            + ext/Encode/Encode/euc-jp-0212.enc
2872            ! ext/Encode/Encode/Tcl.pm
2873 ____________________________________________________________________________
2874 [ 11377] By: nick                                  on 2001/07/16  13:17:28
2875         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
2876              From:  Andy Dougherty <doughera@lafayette.edu>
2877              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
2878              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
2879      Branch: perl
2880            ! hints/darwin.sh hints/rhapsody.sh
2881 ____________________________________________________________________________
2882 [ 11376] By: nick                                  on 2001/07/16  09:05:00
2883         Log: Integrate mainline
2884      Branch: perlio
2885           +> ext/Encode/Encode/7bit-greek.enc
2886           +> ext/Encode/Encode/7bit-latin1.enc
2887           +> ext/Encode/Encode/cns11643-1.enc
2888           +> ext/Encode/Encode/cns11643-2.enc
2889           +> ext/Encode/Encode/iso2022-cn.enc
2890           +> ext/Encode/Encode/iso2022-jp1.enc
2891           +> ext/Encode/Encode/iso2022-jp2.enc
2892           !> Changes Configure MANIFEST Makefile.SH
2893           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
2894           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
2895           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
2896           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
2897           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
2898 ____________________________________________________________________________
2899 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
2900         Log: integrate change#11374 from maint-5.6
2901              
2902              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
2903      Branch: perl
2904           !> utils/h2ph.PL
2905 ____________________________________________________________________________
2906 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
2907         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
2908      Branch: maint-5.6/perl
2909            ! utils/h2ph.PL
2910 ____________________________________________________________________________
2911 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
2912         Log: Update Changes.
2913      Branch: perl
2914            ! Changes patchlevel.h
2915 ____________________________________________________________________________
2916 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
2917         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
2918              From: Jonathan Stowe <gellyfish@gellyfish.com>
2919              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
2920              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
2921      Branch: perl
2922            ! utils/h2xs.PL
2923 ____________________________________________________________________________
2924 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
2925         Log: Subject: patch to add DEL to [:cntrl:]
2926              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2927              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
2928              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
2929      Branch: perl
2930            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
2931 ____________________________________________________________________________
2932 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
2933         Log: Metaconfig unit change for #11369; plus a dependency nit.
2934      Branch: metaconfig
2935            ! U/compline/nblock_io.U
2936      Branch: metaconfig/U/perl
2937            ! Extensions.U
2938 ____________________________________________________________________________
2939 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
2940         Log: #include <stdlib.h> so that exit() is prototyped,
2941              noticed by Hugo.
2942      Branch: perl
2943            ! Configure
2944 ____________________________________________________________________________
2945 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
2946         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
2947              From: Peter Prymmer <pvhp@forte.com>
2948              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
2949              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
2950      Branch: perl
2951            ! t/op/sprintf.t
2952 ____________________________________________________________________________
2953 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
2954         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
2955              From: Peter Prymmer <pvhp@forte.com>
2956              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
2957              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
2958      Branch: perl
2959            ! ext/Encode/Encode/Tcl.t
2960 ____________________________________________________________________________
2961 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
2962         Log: Add information about gcc 3.0 basic block profiling.
2963      Branch: perl
2964            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
2965 ____________________________________________________________________________
2966 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
2967         Log: Subject: Error in lib/PerlIO/Via.pm ?
2968              From: Mark-Jason Dominus <mjd@plover.com>
2969              Date: Fri, 13 Jul 2001 15:55:41 -0400
2970              Message-ID: <20010713195541.26751.qmail@plover.com>
2971      Branch: perl
2972            ! ext/PerlIO/Via/Via.pm
2973 ____________________________________________________________________________
2974 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
2975         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
2976              section from the Compiler section.
2977      Branch: perl
2978            ! myconfig.SH
2979 ____________________________________________________________________________
2980 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
2981         Log: Handle glibc style of constant definitions using enum
2982              with intervening #defines; from Brendan O'Dea.
2983      Branch: perl
2984            ! utils/h2ph.PL
2985 ____________________________________________________________________________
2986 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
2987         Log: Add LC_MESSAGES to the locale_h export tag (it already is
2988              in the Makefile.PL and thusly eligible for an XS constant)
2989              (see also maintperl #10543)
2990      Branch: perl
2991            ! ext/POSIX/POSIX.pm
2992 ____________________________________________________________________________
2993 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
2994         Log: Subject: Re: [patch] re_dup
2995              From: Abhijit Menon-Sen <ams@wiw.org>
2996              Date: Fri, 13 Jul 2001 21:41:09 +0530
2997              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
2998      Branch: perl
2999            ! sv.c
3000 ____________________________________________________________________________
3001 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
3002         Log: Subject: [patch] re_dup
3003              From: Doug MacEachern <dougm@covalent.net>
3004              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
3005              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
3006      Branch: perl
3007            ! sv.c
3008 ____________________________________________________________________________
3009 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
3010         Log: Update Changes.
3011      Branch: perl
3012            ! Changes patchlevel.h
3013 ____________________________________________________________________________
3014 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
3015         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
3016              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
3017              Date: Sat, 14 Jul 2001 00:06:30 +0900
3018              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
3019      Branch: perl
3020            + ext/Encode/Encode/7bit-greek.enc
3021            + ext/Encode/Encode/7bit-latin1.enc
3022            + ext/Encode/Encode/cns11643-1.enc
3023            + ext/Encode/Encode/cns11643-2.enc
3024            + ext/Encode/Encode/iso2022-cn.enc
3025            + ext/Encode/Encode/iso2022-jp1.enc
3026            + ext/Encode/Encode/iso2022-jp2.enc
3027            ! MANIFEST ext/Encode/Encode/Tcl.pm
3028            ! ext/Encode/Encode/iso2022-kr.enc
3029 ____________________________________________________________________________
3030 [ 11357] By: nick                                  on 2001/07/13  14:24:06
3031         Log: Blind integrate mainline (as of 5.7.2?)
3032      Branch: perlio
3033           !> AUTHORS Changes Porting/config.sh Porting/config_H
3034           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
3035           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3036           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3037           !> win32/makefile.mk
3038 ____________________________________________________________________________
3039 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
3040         Log: Snip away the devel patchlevel.
3041      Branch: perl
3042            ! patchlevel.h
3043 ____________________________________________________________________________
3044 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
3045         Log: Bump the version to 5.7.2.
3046      Branch: perl
3047            ! Porting/config.sh Porting/config_H patchlevel.h
3048            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3049            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3050            ! win32/makefile.mk
3051 ____________________________________________________________________________
3052 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
3053         Log: Update Changes.
3054      Branch: perl
3055            ! Changes
3056 ____________________________________________________________________________
3057 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
3058         Log: Reword.
3059      Branch: perl
3060            ! AUTHORS
3061 ____________________________________________________________________________
3062 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
3063         Log: AUTHORS update.
3064      Branch: perl
3065            ! AUTHORS
3066 ____________________________________________________________________________
3067 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
3068         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
3069              unless ithreads.
3070      Branch: perl
3071            ! makedef.pl
3072 ____________________________________________________________________________
3073 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
3074         Log: Integrate perlio.
3075      Branch: perl
3076           !> win32/distclean.bat
3077 ____________________________________________________________________________
3078 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
3079         Log: Test the encoding transform only iff we have PerlIO,
3080              noticed by H. Merijn Brand.
3081      Branch: perl
3082            ! ext/PerlIO/t/encoding.t
3083 ____________________________________________________________________________
3084 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
3085         Log: README.netware tweaks from Ananth Kesari.
3086      Branch: perl
3087            ! README.netware
3088 ____________________________________________________________________________
3089 [ 11346] By: nick                                  on 2001/07/13  09:18:51
3090         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
3091              to avoid /unicode vs /Unicode issues.
3092      Branch: perlio
3093            ! win32/distclean.bat
3094 ____________________________________________________________________________
3095 [ 11345] By: nick                                  on 2001/07/13  06:24:18
3096         Log: Integrate mainline
3097      Branch: perlio
3098           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
3099            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
3100           !> (integrate 63 files)
3101 ____________________________________________________________________________
3102 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
3103         Log: Add d_bincompat5005 information to perl -V.
3104      Branch: perl
3105            ! myconfig.SH
3106 ____________________________________________________________________________
3107 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
3108         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
3109              From: Abhijit Menon-Sen <ams@wiw.org>
3110              Date: Fri, 13 Jul 2001 07:12:36 +0530
3111              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
3112      Branch: perl
3113            ! sv.c
3114 ____________________________________________________________________________
3115 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
3116         Log: Remove unicode::distinct, as per Inaba Hiroto.
3117      Branch: perl
3118            - lib/unicode/distinct.pm
3119            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
3120            ! t/lib/1_compile.t
3121 ____________________________________________________________________________
3122 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
3123         Log: Paging for Dr Octothorpe.
3124      Branch: perl
3125            ! pod/perlfaq4.pod
3126 ____________________________________________________________________________
3127 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
3128         Log: cut-n-paste error noticed by mjd.
3129      Branch: perl
3130            ! pod/perlfaq4.pod
3131 ____________________________________________________________________________
3132 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
3133         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
3134              From: Peter Prymmer <pvhp@forte.com>
3135              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
3136              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
3137      Branch: perl
3138            ! pod/perlfaq4.pod
3139 ____________________________________________________________________________
3140 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
3141         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
3142              From: Randall Gellens <randy@qualcomm.com>
3143              Date: Thu, 12 Jul 2001 16:56:23 -0700
3144              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
3145      Branch: perl
3146            ! Porting/repository.pod
3147 ____________________________________________________________________________
3148 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
3149         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
3150      Branch: perl
3151            ! thread.h
3152 ____________________________________________________________________________
3153 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
3154         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
3155              From: coral <coral@moonlight.crystalflame.net>
3156              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
3157              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
3158      Branch: perl
3159            ! thread.h
3160 ____________________________________________________________________________
3161 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
3162         Log: Metaconfig unit change for #11134.
3163      Branch: metaconfig
3164            + U/threads/d_pthread_atfork.U
3165 ____________________________________________________________________________
3166 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
3167         Log: Add HAS_PTHREAD_ATFORK.
3168      Branch: perl
3169            ! Configure NetWare/config.wc NetWare/config_H.wc
3170            ! Porting/Glossary Porting/config.sh Porting/config_H
3171            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
3172            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
3173            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3174            ! win32/config.gc win32/config.vc win32/config_H.bc
3175            ! win32/config_H.gc win32/config_H.vc
3176 ____________________________________________________________________________
3177 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
3178         Log: Subject: [PATCH] File::Copy fails on tied handles
3179              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
3180              Date: Thu, 12 Jul 2001 15:18:51 -0700
3181              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
3182      Branch: perl
3183            ! lib/File/Copy.pm
3184 ____________________________________________________________________________
3185 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
3186         Log: Subject: [PATCH] Langinfo.t
3187              From: Nicholas Clark <nick@ccl4.org>
3188              Date: Thu, 12 Jul 2001 23:55:38 +0100
3189              Message-ID: <20010712235538.M5827@plum.flirble.org>
3190      Branch: perl
3191            ! ext/I18N/Langinfo/Langinfo.t
3192 ____________________________________________________________________________
3193 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
3194         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
3195              From: Peter Prymmer <pvhp@forte.com>
3196              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
3197              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
3198      Branch: perl
3199            ! pod/perl572delta.pod
3200 ____________________________________________________________________________
3201 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
3202         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
3203              From: Abhijit Menon-Sen <ams@wiw.org>
3204              Date: Fri, 13 Jul 2001 05:21:16 +0530
3205              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
3206      Branch: perl
3207            ! sv.c
3208 ____________________________________________________________________________
3209 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
3210         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
3211              From: Abhijit Menon-Sen <ams@wiw.org>
3212              Date: Fri, 13 Jul 2001 03:04:25 +0530
3213              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
3214      Branch: perl
3215            ! av.c
3216 ____________________________________________________________________________
3217 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
3218         Log: s/^M$//g
3219      Branch: perl
3220            ! win32/Makefile win32/makefile.mk
3221 ____________________________________________________________________________
3222 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
3223         Log: Update Changes.
3224      Branch: perl
3225            ! Changes patchlevel.h
3226 ____________________________________________________________________________
3227 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
3228         Log: Typo spotted by Philip Newton.
3229      Branch: perl
3230            ! pod/perl572delta.pod
3231 ____________________________________________________________________________
3232 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
3233         Log: Subject: [PATCH] fixes perl_clone of perl_clone
3234              From: Artur Bergman <artur@contiller.se>
3235              Date: Thu, 12 Jul 2001 20:57:09 +0200
3236              Message-ID: <B773BFA4.236B%artur@contiller.se>
3237      Branch: perl
3238            ! sv.c
3239 ____________________________________________________________________________
3240 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
3241         Log: Add README.uts from Hal Morris.
3242      Branch: perl
3243            + README.uts
3244            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
3245            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3246 ____________________________________________________________________________
3247 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
3248         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
3249              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3250              Date: Thu, 12 Jul 2001 20:32:37 +0200
3251              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
3252      Branch: perl
3253            ! hints/aix.sh
3254 ____________________________________________________________________________
3255 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
3256         Log: Subject: Patch: document reg_data.what member
3257              From: Mark-Jason Dominus <mjd@plover.com>
3258              Message-ID: <20010712182532.14821.qmail@plover.com>
3259              Date: Thu, 12 Jul 2001 14:25:32 -0400
3260      Branch: perl
3261            ! regcomp.c regcomp.h
3262 ____________________________________________________________________________
3263 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
3264         Log: Subject: [PATCH] Perl_re_dup()
3265              From: Abhijit Menon-Sen <ams@wiw.org>
3266              Date: Thu, 12 Jul 2001 23:54:32 +0530
3267              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
3268      Branch: perl
3269            ! embed.h embed.pl perlapi.c proto.h sv.c
3270 ____________________________________________________________________________
3271 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
3272         Log: Regen Configure, modlib, toc.
3273      Branch: perl
3274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3275            ! pod/perlmodlib.pod pod/perltoc.pod
3276 ____________________________________________________________________________
3277 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
3278         Log: The problem seems to be in PerlIO::Layer::->find() not
3279              accepting the ":encoding(blurflur)" arguments.
3280      Branch: perl
3281            ! lib/PerlIO.pm lib/open.pm
3282 ____________________________________________________________________________
3283 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
3284         Log: AIX doc update.
3285      Branch: perl
3286            ! README.aix pod/perl572delta.pod
3287 ____________________________________________________________________________
3288 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
3289         Log: Subject: AIX README update
3290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3291              Date: Thu, 12 Jul 2001 19:28:30 +0200
3292              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
3293      Branch: perl
3294            ! README.aix
3295 ____________________________________________________________________________
3296 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
3297         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
3298              From: Norton Allen <allen@huarp.harvard.edu>
3299              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
3300              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
3301      Branch: perl
3302            ! ext/IO/lib/IO/t/io_unix.t
3303 ____________________________________________________________________________
3304 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
3305         Log: Subject: [PATCH README.qnx hints/qnx.sh]
3306              From: Norton Allen <allen@huarp.harvard.edu>
3307              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
3308              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
3309      Branch: perl
3310            ! README.qnx hints/qnx.sh
3311 ____________________________________________________________________________
3312 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
3313         Log: Subject: [patch] faster PM_GETRE
3314              From: Doug MacEachern <dougm@covalent.net>
3315              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
3316              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
3317      Branch: perl
3318            ! op.h
3319 ____________________________________________________________________________
3320 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
3321         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
3322              From: Doug MacEachern <dougm@covalent.net>
3323              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
3324              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
3325      Branch: perl
3326            ! op.c
3327 ____________________________________________________________________________
3328 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
3329         Log: Tell where the nice Estonian database is.
3330      Branch: perl
3331            ! lib/open.pm
3332 ____________________________________________________________________________
3333 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
3334         Log: Retract #11309 since #11310 is a better fix.
3335      Branch: perl
3336            ! t/lib/1_compile.t
3337 ____________________________________________________________________________
3338 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
3339         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
3340              change#11300 needs to return the status of failed win32_spawnvp())
3341              
3342              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
3343              splitting correctly; remove unused variables; 'require' at run time
3344              rather than 'use' at compile time for I18N::Langinfo, since it
3345              isn't everyware
3346      Branch: perl
3347            ! lib/open.pm win32/win32.c
3348 ____________________________________________________________________________
3349 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
3350         Log: Temporary workaround.
3351      Branch: perl
3352            ! t/lib/1_compile.t
3353 ____________________________________________________________________________
3354 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
3355         Log: UCD typo in #11306 and add also more known-to-be-tested
3356              modules to the skip list.
3357      Branch: perl
3358            ! t/lib/1_compile.t
3359 ____________________________________________________________________________
3360 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
3361         Log: Rename Unicode::UCD to UnicodeCD to avoid
3362              messups with case-insensitive filesystems.
3363      Branch: perl
3364            + lib/UnicodeCD.pm lib/UnicodeCD.t
3365            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
3366            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
3367 ____________________________________________________________________________
3368 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
3369         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
3370              From: daniel@biz.bitpusher.com
3371              Date: Wed, 11 Jul 2001 23:25:47 -0700
3372              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
3373      Branch: perl
3374            ! lib/Tie/Array.pm t/op/splice.t
3375 ____________________________________________________________________________
3376 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
3377         Log: Subject: [PATCH] More accurate line numbers in messages
3378              From: Paul Johnson <paul@pjcj.net>
3379              Date: Thu, 12 Jul 2001 04:14:11 +0200
3380              Message-ID: <20010712041411.A3467@pjcj.net>
3381              
3382              (With prototyping and multiplicity tweaks.)
3383      Branch: perl
3384            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
3385 ____________________________________________________________________________
3386 [ 11304] By: nick                                  on 2001/07/12  12:53:40
3387         Log: Integrate mainline
3388      Branch: perlio
3389           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
3390           !> regexec.c thread.h
3391 ____________________________________________________________________________
3392 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
3393         Log: Cut-and-pasto in #11298.
3394      Branch: perl
3395            ! ext/ByteLoader/bytecode.h
3396 ____________________________________________________________________________
3397 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
3398         Log: Update the AIX known problems section.
3399      Branch: perl
3400            ! pod/perl572delta.pod
3401 ____________________________________________________________________________
3402 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
3403         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
3404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3405              Date: Thu, 12 Jul 2001 12:16:16 +0200
3406              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
3407      Branch: perl
3408            ! hints/aix.sh
3409 ____________________________________________________________________________
3410 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
3411         Log: Integrate perlio.
3412      Branch: perl
3413           !> makedef.pl win32/win32.c
3414 ____________________________________________________________________________
3415 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
3416         Log: Subject: [PATCH] fix for PMOP threadness failures
3417              From: Artur Bergman <artur@contiller.se>
3418              Date: Thu, 12 Jul 2001 09:48:06 +0200
3419              Message-ID: <B77322D6.22DD%artur@contiller.se>
3420      Branch: perl
3421            ! regexec.c
3422 ____________________________________________________________________________
3423 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
3424         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
3425              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3426              Date: Thu, 12 Jul 2001 09:09:48 +0200
3427              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
3428              
3429              More parentheses to keep bcc happy.
3430      Branch: perl
3431            ! ext/ByteLoader/bytecode.h
3432 ____________________________________________________________________________
3433 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
3434         Log: Subject: Re: [patch] pthread_atfork bandaid
3435              From: Doug MacEachern <dougm@covalent.net>
3436              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
3437              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
3438      Branch: perl
3439            ! thread.h
3440 ____________________________________________________________________________
3441 [ 11296] By: nick                                  on 2001/07/12  11:55:48
3442         Log: Exclude reentrant_buffer from .def file
3443      Branch: perlio
3444            ! makedef.pl
3445 ____________________________________________________________________________
3446 [ 11295] By: nick                                  on 2001/07/12  11:11:44
3447         Log: Honour void-ness of my_exit()
3448      Branch: perlio
3449            ! win32/win32.c
3450 ____________________________________________________________________________
3451 [ 11294] By: nick                                  on 2001/07/12  07:51:04
3452         Log: Integrate mainline
3453      Branch: perlio
3454           +> uts/sprintf_wrap.c
3455           !> (integrate 35 files)
3456 ____________________________________________________________________________
3457 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
3458         Log: Retract #11289.
3459      Branch: perl
3460            ! embed.h embed.pl perl.c proto.h thread.h
3461 ____________________________________________________________________________
3462 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
3463         Log: Now the :locale pseudolayer *almost* works...
3464      Branch: perl
3465            ! lib/open.pm
3466 ____________________________________________________________________________
3467 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
3468         Log: Locale encoding tweaks.
3469      Branch: perl
3470            ! lib/open.pm
3471 ____________________________________________________________________________
3472 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
3473         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
3474              From: Mark-Jason Dominus <mjd@plover.com>
3475              Date: Thu, 12 Jul 2001 00:59:31 -0400
3476              Message-ID: <20010712045931.8543.qmail@plover.com>
3477              
3478              Remove the chmod/umask leading zero warning.
3479      Branch: perl
3480            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
3481            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
3482 ____________________________________________________________________________
3483 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
3484         Log: (Retracted by #11289.)
3485      Branch: perl
3486            ! embed.h embed.pl perl.c proto.h thread.h
3487 ____________________________________________________________________________
3488 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
3489         Log: Needed by #11283.
3490      Branch: perl
3491            ! intrpvar.h
3492 ____________________________________________________________________________
3493 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
3494         Log: Metaconfig unit change for #11286.
3495      Branch: metaconfig/U/perl
3496            ! patchlevel.U
3497 ____________________________________________________________________________
3498 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
3499         Log: Subject: Re: [PATCH Configure] perl -V broken
3500              From: Andy Dougherty <doughera@lafayette.edu>
3501              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
3502              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
3503      Branch: perl
3504            ! Configure myconfig.SH
3505 ____________________________________________________________________________
3506 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
3507         Log: Retract #11166 (and #11237).
3508      Branch: perl
3509            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
3510            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
3511            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
3512 ____________________________________________________________________________
3513 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
3514         Log: UTS tweaks for Hal Morris.
3515      Branch: perl
3516            + uts/sprintf_wrap.c
3517            ! MANIFEST hints/uts.sh perl.h
3518 ____________________________________________________________________________
3519 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
3520         Log: Subject: [PATCH] Use reentrant API glibc
3521              From: Artur Bergman <artur@contiller.se>
3522              Date: Thu, 12 Jul 2001 00:58:21 +0200
3523              Message-ID: <B772A6AD.2288%artur@contiller.se>
3524      Branch: perl
3525            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
3526            ! sv.c
3527 ____________________________________________________________________________
3528 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
3529         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
3530              From: barries <barries@slaysys.com>
3531              Date: Wed, 11 Jul 2001 15:11:46 -0400
3532              Message-ID: <20010711151146.G24560@jester.slaysys.com>
3533      Branch: perl
3534            ! pp_sys.c t/lib/warnings/doio win32/win32.c
3535 ____________________________________________________________________________
3536 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
3537         Log: Subject: [patch] pthread_atfork bandaid
3538              From: Doug MacEachern <dougm@covalent.net>
3539              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
3540              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
3541      Branch: perl
3542            ! miniperlmain.c perl.c
3543 ____________________________________________________________________________
3544 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
3545         Log: Subject: [patch] perl_clone leaks
3546              From: Doug MacEachern <dougm@covalent.net>
3547              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
3548              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
3549      Branch: perl
3550            ! sv.c
3551 ____________________________________________________________________________
3552 [ 11279] By: nick                                  on 2001/07/11  15:49:38
3553         Log: Integrate mainline
3554      Branch: perlio
3555           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
3556           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
3557           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
3558           +> lib/Term/ANSIColor/README
3559           !> (integrate 54 files)
3560 ____________________________________________________________________________
3561 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
3562         Log: Update Changes.
3563      Branch: perl
3564            ! Changes patchlevel.h
3565 ____________________________________________________________________________
3566 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
3567         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
3568              From: Peter Prymmer <pvhp@forte.com>
3569              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
3570              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
3571              
3572              Backport of embed.pl to 5.003.
3573      Branch: perl
3574            ! embed.pl
3575 ____________________________________________________________________________
3576 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
3577         Log: Subject: Re: POSIX test #14 on UTS 
3578              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3579              Date: Wed, 11 Jul 2001 03:02:14 +0100
3580              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
3581      Branch: perl
3582            ! ext/POSIX/POSIX.t
3583 ____________________________________________________________________________
3584 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
3585         Log: Make the I32 an IV to preserve structure alignment and size.
3586      Branch: perl
3587            ! op.h
3588 ____________________________________________________________________________
3589 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
3590         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
3591              From: "Artur Bergman" <artur@contiller.se>
3592              Date: Wed, 11 Jul 2001 14:23:37 +0200
3593              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
3594              
3595              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
3596      Branch: perl
3597            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
3598            ! pod/perlapi.pod sv.c
3599 ____________________________________________________________________________
3600 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
3601         Log: Tweak until Pod::Parser gets updated.
3602      Branch: perl
3603            ! t/pod/special_seqs.xr
3604 ____________________________________________________________________________
3605 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
3606         Log: File::Spec usage tweak.
3607      Branch: perl
3608            ! lib/ExtUtils.t
3609 ____________________________________________________________________________
3610 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
3611         Log: Integrate #11263 from macperl; macos and macosx updates.
3612      Branch: perl
3613           !> pod/perlport.pod
3614 ____________________________________________________________________________
3615 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
3616         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
3617              From: Peter Prymmer <pvhp@forte.com>
3618              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
3619              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
3620      Branch: perl
3621            + ext/Time/HiRes/hints/dynixptx.pl
3622            ! MANIFEST hints/dynixptx.sh
3623 ____________________________________________________________________________
3624 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
3625         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
3626              From: Nicholas Clark <nick@ccl4.org>
3627              Date: Tue, 10 Jul 2001 23:17:43 +0100
3628              Message-ID: <20010710231742.B59620@plum.flirble.org>
3629      Branch: perl
3630            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
3631 ____________________________________________________________________________
3632 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
3633         Log: Subject: [DOC PATCH] Pluggable runops
3634              From: Paul Johnson <paul@pjcj.net>
3635              Date: Tue, 10 Jul 2001 21:53:28 +0200
3636              Message-ID: <20010710215328.B26577@pjcj.net>
3637      Branch: perl
3638            ! pod/perlguts.pod
3639 ____________________________________________________________________________
3640 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
3641         Log: Subject: [PATCH] Authors
3642              From: Artur Bergman <artur@contiller.se>
3643              Date: Tue, 10 Jul 2001 20:39:12 +0200
3644              Message-ID: <B771186F.21CD%artur@contiller.se>
3645      Branch: perl
3646            ! AUTHORS
3647 ____________________________________________________________________________
3648 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
3649         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
3650              From: Doug MacEachern <dougm@covalent.net>
3651              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
3652              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
3653      Branch: perl
3654            ! pp_ctl.c
3655 ____________________________________________________________________________
3656 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
3657         Log: Subject: doc patch; times() in scalar context
3658              From: mjd@plover.com
3659              Date: 10 Jul 2001 18:01:17 -0000
3660              Message-ID: <20010710180117.12477.qmail@plover.com>
3661      Branch: perl
3662            ! pod/perlfunc.pod
3663 ____________________________________________________________________________
3664 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
3665         Log: Subject: [PATCH] Small fix to pp_gmtime
3666              From: Artur Bergman <artur@contiller.se>
3667              Date: Tue, 10 Jul 2001 19:54:52 +0200
3668              Message-ID: <B7710E0B.21C5%artur@contiller.se>
3669      Branch: perl
3670            ! pp_sys.c
3671 ____________________________________________________________________________
3672 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
3673         Log: Integrate changes from mainline perl, add notes about
3674              Mac OS X and Mac OS.
3675      Branch: maint-5.6/macperl
3676            ! pod/perlport.pod
3677 ____________________________________________________________________________
3678 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
3679         Log: A proof of the dangers of package; ?
3680      Branch: perl
3681            ! t/lib/warnings/op
3682 ____________________________________________________________________________
3683 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
3684         Log: Regen toc and modlib.
3685      Branch: perl
3686            ! pod/perlmodlib.pod pod/perltoc.pod
3687 ____________________________________________________________________________
3688 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
3689         Log: Add compexcl(), casefold(), and casespec() interfaces;
3690              and make all interfaces to return hash references instead
3691              of hashes. 
3692      Branch: perl
3693            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3694 ____________________________________________________________________________
3695 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
3696         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
3697              From: "Philip Newton" <Philip.Newton@gmx.net>
3698              Date: Tue, 10 Jul 2001 09:55:59 +0200
3699              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
3700              
3701              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
3702              From: "Philip Newton" <Philip.Newton@gmx.net>
3703              Date: Tue, 10 Jul 2001 09:56:37 +0200
3704              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
3705      Branch: perl
3706            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3707            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
3708 ____________________________________________________________________________
3709 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
3710         Log: Subject: [patch] undef &xsub for 1,2
3711              From: Doug MacEachern <dougm@covalent.net>
3712              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
3713              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
3714              
3715              (This version of the patch with a comment from Gisle.)
3716      Branch: perl
3717            ! op.c
3718 ____________________________________________________________________________
3719 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
3720         Log: Mention package; deprecation and the Win32 problems.
3721      Branch: perl
3722            ! pod/perl572delta.pod
3723 ____________________________________________________________________________
3724 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
3725         Log: Subject: [PATCH] deprecate package with no arguments
3726              From: Robin Houston <robin@kitsite.com>
3727              Date: Tue, 10 Jul 2001 13:33:40 +0100
3728              Message-ID: <20010710133340.A13452@robin.kitsite.com>
3729      Branch: perl
3730            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
3731 ____________________________________________________________________________
3732 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
3733         Log: Upgrade to podlators 1.10.
3734      Branch: perl
3735            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
3736            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3737            ! pod/pod2man.PL pod/pod2text.PL
3738 ____________________________________________________________________________
3739 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
3740         Log: Upgrade to Term::ANSIColor 1.04.
3741      Branch: perl
3742            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
3743            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
3744 ____________________________________________________________________________
3745 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
3746         Log: Integrate perlio (the right fix for the ":layer(args)")
3747      Branch: perl
3748           !> perlio.c
3749 ____________________________________________________________________________
3750 [ 11252] By: nick                                  on 2001/07/10  06:58:14
3751         Log: Fix open(...,"...:layer(xxx)",...)
3752              - use memEQ not strEQ as there is '(' not '\0'
3753      Branch: perlio
3754            ! perlio.c
3755 ____________________________________________________________________________
3756 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
3757         Log: Telling the number of tests helps.
3758      Branch: perl
3759            ! ext/PerlIO/t/encoding.t
3760 ____________________________________________________________________________
3761 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
3762         Log: Require I18N::Langinfo, not use.
3763      Branch: perl
3764            ! lib/open.pm
3765 ____________________________________________________________________________
3766 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
3767         Log: Add a test for for PerlIO ":encoding(...)" layer.
3768      Branch: perl
3769            + ext/PerlIO/t/encoding.t
3770            ! MANIFEST ext/Encode/Encode.pm
3771 ____________________________________________________________________________
3772 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
3773         Log: PerlIO ":encoding(foobar)" temporary fix.
3774              Not really correct, I think, since the change means
3775              that prefixes match.
3776      Branch: perl
3777            ! perlio.c
3778 ____________________________________________________________________________
3779 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
3780         Log: Update to Math::BigInt 1.36.  The biggest news is
3781              the separation of the backend; now the pure Perl
3782              implementation is in Math::BigInt::Calc, but one
3783              can plugin, say, Math::BigInt::BitVect, and get
3784              considerable speedup.
3785      Branch: perl
3786            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
3787            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3788            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
3789            ! lib/Math/BigInt/t/mbimbf.t
3790 ____________________________________________________________________________
3791 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
3792         Log: Subject: Re: compatibility question
3793              From: Peter Prymmer <pvhp@forte.com>
3794              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
3795              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
3796      Branch: perl
3797            ! lib/ExtUtils/MM_VMS.pm
3798 ____________________________________________________________________________
3799 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
3800         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
3801              From: Norton Allen <allen@huarp.harvard.edu>
3802              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
3803              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
3804      Branch: perl
3805            ! ext/File/Glob/t/basic.t
3806 ____________________________________________________________________________
3807 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
3808         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
3809              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3810              Date: Tue, 10 Jul 2001 00:29:55 +0900
3811              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
3812      Branch: perl
3813            + ext/Encode/Encode/HZ.enc
3814            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
3815            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
3816            ! ext/Encode/Encode/iso2022-jp.enc
3817            ! ext/Encode/Encode/iso2022-kr.enc
3818 ____________________________________________________________________________
3819 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
3820         Log: Add in all them there macos/ files.
3821      Branch: maint-5.6/macperl
3822            + (add 577 files)
3823 ____________________________________________________________________________
3824 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
3825         Log: Add the new modules to the list of having those own tests.
3826      Branch: perl
3827            ! t/lib/1_compile.t
3828 ____________________________________________________________________________
3829 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
3830         Log: Add INOUT to control both ways at the same time.
3831      Branch: perl
3832            ! lib/open.pm
3833 ____________________________________________________________________________
3834 [ 11240] By: nick                                  on 2001/07/09  16:33:50
3835         Log: Integrate mainline
3836      Branch: perlio
3837           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
3838           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
3839           !> (integrate 41 files)
3840 ____________________________________________________________________________
3841 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
3842         Log: More encoding mapping magic.
3843      Branch: perl
3844            ! lib/open.pm
3845 ____________________________________________________________________________
3846 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
3847         Log: Update Changes.
3848      Branch: perl
3849            ! Changes patchlevel.h
3850 ____________________________________________________________________________
3851 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
3852         Log: (Retracted by #11285).
3853              
3854              Subject: [PATCH] OPpCONST_OCTAL fixes
3855              From: Abhijit Menon-Sen <ams@wiw.org>
3856              Date: Mon, 9 Jul 2001 07:38:45 +0530
3857              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
3858      Branch: perl
3859            ! op.c
3860 ____________________________________________________________________________
3861 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
3862         Log: Add a pseudolayer ":locale" to the open pragma which
3863              will get the encoding from the locale.  Yet undocumented
3864              because I can't get the PerlIO :encoding(foobar) to work.
3865      Branch: perl
3866            ! ext/Encode/Encode.pm lib/open.pm
3867 ____________________________________________________________________________
3868 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
3869         Log: Add more encoding mappings.
3870      Branch: perl
3871            ! ext/Encode/Encode.pm
3872 ____________________________________________________________________________
3873 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
3874         Log: Document that using :encoding layer requires using Encode.
3875      Branch: perl
3876            ! ext/Encode/Encode.pm lib/PerlIO.pm
3877 ____________________________________________________________________________
3878 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
3879         Log: Netware tweak from Ananth Kesari.
3880      Branch: perl
3881            ! NetWare/netware.h
3882 ____________________________________________________________________________
3883 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
3884         Log: t/harness doesn't know about run/*.t
3885      Branch: perl
3886            ! t/harness
3887 ____________________________________________________________________________
3888 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
3889         Log: run/exit.t busted on windows
3890      Branch: perl
3891            ! t/run/exit.t
3892 ____________________________________________________________________________
3893 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
3894         Log: fix a couple of UCD.t tests that fail due to bad case
3895      Branch: perl
3896            ! lib/Unicode/UCD.t
3897 ____________________________________________________________________________
3898 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
3899         Log: test skip logic was broken
3900      Branch: perl
3901            ! ext/I18N/Langinfo/Langinfo.t
3902 ____________________________________________________________________________
3903 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
3904         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
3905              failure of ExtUtils.t#27 when built in debug mode)
3906      Branch: perl
3907            ! lib/ExtUtils/MM_Win32.pm
3908 ____________________________________________________________________________
3909 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
3910         Log: I18N::Langinfo is not available on windows
3911      Branch: perl
3912            ! win32/FindExt.pm
3913 ____________________________________________________________________________
3914 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
3915         Log: save a dTHX
3916      Branch: perl
3917            ! ext/POSIX/POSIX.xs
3918 ____________________________________________________________________________
3919 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
3920         Log: Update Changes.
3921      Branch: perl
3922            ! Changes patchlevel.h
3923 ____________________________________________________________________________
3924 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
3925         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
3926              as pointed out by Sarathy.
3927      Branch: perl
3928            ! ext/I18N/Langinfo/Langinfo.xs
3929 ____________________________________________________________________________
3930 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
3931         Log: Retract #11212.
3932      Branch: perl
3933            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
3934 ____________________________________________________________________________
3935 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
3936         Log: Bump up the VERSION of Cwd.xs.
3937      Branch: perl
3938            ! ext/Cwd/Makefile.PL
3939 ____________________________________________________________________________
3940 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
3941         Log: Retract #11220, the problem wasn't the missing leading zero.
3942              Here's the problem:
3943              $ ./perl -we 'chmod(oct("755"), ".")'
3944              Non-octal literal mode (493) specified at -e line 1.
3945              (Did you mean 0493 instead?)
3946      Branch: perl
3947            ! lib/ExtUtils/MM_Unix.pm
3948 ____________________________________________________________________________
3949 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
3950         Log: (Retracted by #11221)
3951              Change the PERM_RW and PERM_RWX to 0644 and 0755
3952              (add the leading zero).
3953      Branch: perl
3954            ! lib/ExtUtils/MM_Unix.pm
3955 ____________________________________________________________________________
3956 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
3957         Log: Integrate changes #11193, 11205, 11209 from macperl.
3958              
3959              Fix up AutoLoader to fudge for Mac paths in import().
3960              
3961              Allow symbols in try_symbol() to begin with "_".
3962              
3963              Small portability fix for Mac OS.
3964      Branch: perl
3965           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
3966 ____________________________________________________________________________
3967 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
3968         Log: Metaconfig unit change for #11217.
3969      Branch: metaconfig/U/perl
3970            ! Extensions.U
3971 ____________________________________________________________________________
3972 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
3973         Log: Detypo, problem noticed by Gerrit P. Haase.
3974      Branch: perl
3975            ! Configure config_h.SH
3976 ____________________________________________________________________________
3977 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
3978         Log: Cwd cleanups.
3979      Branch: perl
3980            ! ext/Cwd/Cwd.xs
3981 ____________________________________________________________________________
3982 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
3983         Log: Slight tweaks on #11213.
3984      Branch: perl
3985            ! toke.c
3986 ____________________________________________________________________________
3987 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
3988         Log: A missing dTHX noticed by Gerrit P. Haase.
3989      Branch: perl
3990            ! ext/POSIX/POSIX.xs
3991 ____________________________________________________________________________
3992 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
3993         Log: Subject: [PATCH toke.c] Simplify yytoke()
3994              From: Simon Cozens <simon@netthink.co.uk>
3995              Date: Sun, 8 Jul 2001 13:24:34 +0100
3996              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
3997              
3998              Split out pending_ident().
3999      Branch: perl
4000            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
4001 ____________________________________________________________________________
4002 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
4003         Log: (Retracted by #11223.)
4004              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
4005              Date: Wed, 05 Nov 1997 17:22:34 -0600
4006              From: Graham Barr <gbarr@ti.com>
4007              Message-Id: <3460FFBA.6DA51F46@ti.com>
4008      Branch: perl
4009            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
4010 ____________________________________________________________________________
4011 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
4012         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
4013      Branch: perl
4014            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4015            ! pod/perllocale.pod
4016 ____________________________________________________________________________
4017 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
4018         Log: Really do the test under the C locale.
4019      Branch: perl
4020            ! ext/I18N/Langinfo/Langinfo.t
4021 ____________________________________________________________________________
4022 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
4023         Log: Small portability fix for Mac OS.
4024      Branch: maint-5.6/macperl
4025            ! lib/Cwd.pm
4026 ____________________________________________________________________________
4027 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
4028         Log: Metaconfig unit change for #11207.
4029      Branch: metaconfig/U/perl
4030            ! Extensions.U
4031 ____________________________________________________________________________
4032 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
4033         Log: Add I18N::Langinfo, which is basically a wrapper around
4034              nl_langinfo(), which is an additional way to query locale
4035              specific information.
4036      Branch: perl
4037            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4038            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4039            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
4040 ____________________________________________________________________________
4041 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
4042         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
4043              used in File::Find tests; replace with if.t.
4044      Branch: maint-5.6/macperl
4045            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
4046            ! t/pragma/warn/op
4047 ____________________________________________________________________________
4048 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
4049         Log: Allow symbols in try_symbol() to begin with "_".
4050      Branch: maint-5.6/macperl
4051            ! makedef.pl
4052 ____________________________________________________________________________
4053 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
4054         Log: Sync up the File::Find changes from the rewrite by
4055              Thomas Wegner, et al.
4056      Branch: maint-5.6/macperl
4057            + t/lib/filefind-taint.t
4058            ! lib/File/Find.pm t/lib/filefind.t
4059 ____________________________________________________________________________
4060 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
4061         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
4062              From: Thomas Wegner <wegner_thomas@yahoo.com>
4063              Date: Thu, 5 Jul 2001 20:31:25 +0200
4064              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
4065      Branch: maint-5.6/macperl
4066            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
4067 ____________________________________________________________________________
4068 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
4069         Log: Some more test portability fixes.
4070      Branch: maint-5.6/macperl
4071            ! t/lib/filecopy.t t/pragma/warn/pp_sys
4072 ____________________________________________________________________________
4073 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
4074         Log: The #11200 removed wrong (non-existent) target.  Duh.
4075      Branch: perl
4076            ! Makefile.SH
4077 ____________________________________________________________________________
4078 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
4079         Log: Zap the lib/re.pm before creating it.
4080      Branch: perl
4081            ! Makefile.SH
4082 ____________________________________________________________________________
4083 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
4084         Log: Another test.  Please ignore.
4085      Branch: maint-5.6/macperl
4086            ! README.macos
4087 ____________________________________________________________________________
4088 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
4089         Log: Portability fixes for a lot of tests, especially IO-related
4090              tests, and warnings, and the harness script.
4091      Branch: maint-5.6/macperl
4092            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
4093            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
4094            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
4095            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
4096            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
4097            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
4098            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
4099            ! t/pragma/warnings.t
4100 ____________________________________________________________________________
4101 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
4102         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
4103              From: Nicholas Clark <nick@ccl4.org>
4104              Date: Sat, 7 Jul 2001 21:00:17 +0100
4105              Message-ID: <20010707210017.H59620@plum.flirble.org>
4106      Branch: perl
4107            ! lib/h2xs.t
4108 ____________________________________________________________________________
4109 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
4110         Log: The UNICOS/mk SysV IPC problem has been fixed.
4111      Branch: perl
4112            ! pod/perl572delta.pod
4113 ____________________________________________________________________________
4114 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
4115         Log: Slight update tweaks on perlunicode.pod.
4116      Branch: perl
4117            ! pod/perlunicode.pod
4118 ____________________________________________________________________________
4119 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
4120         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
4121              From: Mark-Jason Dominus <mjd@plover.com>
4122              Date: Sat, 07 Jul 2001 13:04:04 -0400
4123              Message-ID: <20010707170404.32694.qmail@plover.com>
4124      Branch: perl
4125            ! ext/DB_File/DB_File.pm
4126 ____________________________________________________________________________
4127 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
4128         Log: Fix up AutoLoader to fudge for Mac paths in import().
4129      Branch: maint-5.6/macperl
4130            ! lib/AutoLoader.pm
4131 ____________________________________________________________________________
4132 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
4133         Log: Try to force the lib/re.pm to be there before entering
4134              the extensions builds, should help for parallel makes.
4135      Branch: perl
4136            ! Makefile.SH
4137 ____________________________________________________________________________
4138 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
4139         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
4140              From: Norton Allen <allen@huarp.harvard.edu>
4141              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
4142              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
4143      Branch: perl
4144            ! ext/POSIX/POSIX.xs
4145 ____________________________________________________________________________
4146 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
4147         Log: Subject: [PATCH] Re: op/arith.t
4148              From: Nicholas Clark <nick@ccl4.org>
4149              Date: Sat, 7 Jul 2001 13:04:54 +0100
4150              Message-ID: <20010707130454.D59620@plum.flirble.org>
4151      Branch: perl
4152            ! numeric.c toke.c
4153 ____________________________________________________________________________
4154 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
4155         Log: Subject: [PATCH] h2xs
4156              From: Nicholas Clark <nick@ccl4.org>
4157              Date: Fri, 6 Jul 2001 23:25:14 +0100
4158              Message-ID: <20010706232514.X59620@plum.flirble.org>
4159      Branch: perl
4160            ! utils/h2xs.PL
4161 ____________________________________________________________________________
4162 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
4163         Log: Subject: Re: bleedperl perl_alloc..free leakage
4164              From: Radu Greab <radu@netsoft.ro>
4165              Date: Fri, 6 Jul 2001 19:48:54 +0300
4166              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
4167              
4168              Leak-be-gone.
4169      Branch: perl
4170            ! op.c
4171 ____________________________________________________________________________
4172 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
4173         Log: Test again.  Please ignore.
4174      Branch: maint-5.6/macperl
4175            ! README.macos
4176 ____________________________________________________________________________
4177 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
4178         Log: Test.  Please ignore.
4179      Branch: maint-5.6/macperl
4180            ! README.macos
4181 ____________________________________________________________________________
4182 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
4183         Log: Include changes already sent in separately as patches,
4184              before branch was created.
4185      Branch: maint-5.6/macperl
4186            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
4187            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
4188            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
4189            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
4190            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
4191            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
4192            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
4193            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
4194            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
4195            ! t/pragma/strict.t
4196 ____________________________________________________________________________
4197 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
4198         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
4199              From: Norton Allen <allen@huarp.harvard.edu>
4200              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
4201              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
4202      Branch: perl
4203            ! utf8.h
4204 ____________________________________________________________________________
4205 [ 11183] By: nick                                  on 2001/07/06  16:27:40
4206         Log: Integrate mainline
4207      Branch: perlio
4208           +> (branch 42 files)
4209            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
4210            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
4211            - win32/bin/mdelete.bat
4212           !> (integrate 215 files)
4213 ____________________________________________________________________________
4214 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
4215         Log: The #11166 needed also these updated.
4216      Branch: perl
4217            ! lib/warnings.pm warnings.h
4218 ____________________________________________________________________________
4219 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
4220         Log: Update Changes.
4221      Branch: perl
4222            ! Changes patchlevel.h
4223 ____________________________________________________________________________
4224 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
4225         Log: Regen toc.
4226      Branch: perl
4227            ! pod/perltoc.pod
4228 ____________________________________________________________________________
4229 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
4230         Log: Nit from Abhijit.
4231      Branch: perl
4232            ! lib/CPAN.pm
4233 ____________________________________________________________________________
4234 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
4235         Log: Retract #11172.
4236      Branch: perl
4237            ! t/op/method.t
4238 ____________________________________________________________________________
4239 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
4240         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
4241              From: Norton Allen <allen@huarp.harvard.edu>
4242              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
4243              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
4244      Branch: perl
4245            ! lib/Cwd.pm
4246 ____________________________________________________________________________
4247 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
4248         Log: (Accidentally empty check-in.)
4249      Branch: perl
4250            ! utf8.h
4251 ____________________________________________________________________________
4252 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
4253         Log: Retract #11165 since Sarathy pointed out it'll not
4254              work properly under threads, the problem should be
4255              solved using "the savestack, either via SSNEW() or
4256              using a newSVpv()+SAVEFREESV() combo."
4257      Branch: perl
4258            ! ext/POSIX/POSIX.xs
4259 ____________________________________________________________________________
4260 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
4261         Log: Retract #11125 since NI-S pointed out it'll not work in
4262              cases where the extension has their own handcrafted INC
4263              et alia.
4264      Branch: perl
4265            ! lib/ExtUtils/MM_Unix.pm
4266 ____________________________________________________________________________
4267 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
4268         Log: Subject: RE: [PATCH] -I and MakeMaker again
4269              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4270              Date: Fri, 6 Jul 2001 09:18:29 +0200
4271              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
4272      Branch: perl
4273            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
4274            ! lib/ExtUtils/MM_Win32.pm
4275 ____________________________________________________________________________
4276 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
4277         Log: (Retracted by #11178)
4278              Subject: [PATCH t/op/method.t] SUPER:: strangeness
4279              From: Piers Cawley <pdcawley@iterative-software.com>
4280              Date: 06 Jul 2001 10:49:01 +0100
4281              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
4282      Branch: perl
4283            ! t/op/method.t
4284 ____________________________________________________________________________
4285 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
4286         Log: VOS README update from Paul Green.
4287      Branch: perl
4288            ! README.vos
4289 ____________________________________________________________________________
4290 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
4291         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4292              From: Norton Allen <allen@huarp.harvard.edu>
4293              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
4294              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
4295      Branch: perl
4296            ! README.qnx hints/qnx.sh
4297 ____________________________________________________________________________
4298 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
4299         Log: Subject: [PATCH] Doc patch for Tie::Hash
4300              From: Artur Bergman <artur@contiller.se>
4301              Date: Thu, 05 Jul 2001 22:51:18 +0200
4302              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
4303      Branch: perl
4304            ! lib/Tie/Hash.pm
4305 ____________________________________________________________________________
4306 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
4307         Log: Subject: [PATCH] perlfaq4.pod
4308              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
4309              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
4310              Date: Thu, 5 Jul 2001 18:44:10 +0100 
4311      Branch: perl
4312            ! pod/perlfaq4.pod
4313 ____________________________________________________________________________
4314 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
4315         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
4316              From: Robin Houston <robin@kitsite.com>
4317              Date: Thu, 5 Jul 2001 18:33:21 +0100
4318              Message-ID: <20010705183321.A27345@robin.kitsite.com>
4319      Branch: perl
4320            ! ext/B/B/Deparse.pm
4321 ____________________________________________________________________________
4322 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
4323         Log: (Retracted by #11285.)
4324              
4325              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
4326              From: Abhijit Menon-Sen <ams@wiw.org>
4327              Date: Fri, 6 Jul 2001 01:26:32 +0530
4328              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
4329      Branch: perl
4330            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
4331            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
4332            ! warnings.pl
4333 ____________________________________________________________________________
4334 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
4335         Log: (Retracted by #11175)
4336              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
4337              From: Norton Allen <allen@huarp.harvard.edu>
4338              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
4339              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
4340      Branch: perl
4341            ! ext/POSIX/POSIX.xs
4342 ____________________________________________________________________________
4343 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
4344         Log: Unterminated C< (noticed by Richard Hatch), and few other
4345              small Unicode doc tweaks.
4346      Branch: perl
4347            ! pod/perlretut.pod
4348 ____________________________________________________________________________
4349 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
4350         Log: More flexible argument understanding; add charblocks() and
4351              charscripts(); make charblock() and charscript() two-way;
4352              add charinrange(); separate the $Unicode::UCD::VERSION and
4353              the version of the Unicode by adding UnicodeVersion().
4354      Branch: perl
4355            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4356 ____________________________________________________________________________
4357 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
4358         Log: Update Unicode::UCD on \p{In...}.
4359      Branch: perl
4360            ! lib/Unicode/UCD.pm
4361 ____________________________________________________________________________
4362 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
4363         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
4364              From: Norton Allen <allen@huarp.harvard.edu>
4365              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
4366              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
4367      Branch: perl
4368            ! lib/ExtUtils/MM_Unix.pm
4369 ____________________________________________________________________________
4370 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
4371         Log: POSIX-BC tweaks from Thomas Dorner.
4372      Branch: perl
4373            ! hints/posix-bc.sh perlio.h
4374 ____________________________________________________________________________
4375 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
4376         Log: Module updates for the delta.
4377      Branch: perl
4378            ! pod/perl572delta.pod
4379 ____________________________________________________________________________
4380 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
4381         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
4382              From: Norton Allen <allen@huarp.harvard.edu>
4383              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
4384              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
4385      Branch: perl
4386            ! ext/IO/lib/IO/t/io_sock.t
4387 ____________________________________________________________________________
4388 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
4389         Log: Subject: [PATCH perldiag.pod] Quick fixes
4390              From: Simon Cozens <simon@netthink.co.uk>
4391              Date: Wed, 4 Jul 2001 20:22:12 +0100
4392              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
4393      Branch: perl
4394            ! pod/perldiag.pod
4395 ____________________________________________________________________________
4396 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
4397         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
4398              From: Radu Greab <radu@netsoft.ro>
4399              Date: Wed, 4 Jul 2001 22:13:31 +0300
4400              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
4401      Branch: perl
4402            ! op.c sv.c t/op/pos.t
4403 ____________________________________________________________________________
4404 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
4405         Log: Subject: [PATCH] -I and MakeMaker again
4406              From: Michael G Schwern <schwern@pobox.com>
4407              Date: Wed, 4 Jul 2001 15:03:07 -0400
4408              Message-ID: <20010704150307.I20340@blackrider>
4409              
4410              (and retract #11145)
4411      Branch: perl
4412            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
4413            ! lib/ExtUtils/MakeMaker.pm
4414 ____________________________________________________________________________
4415 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
4416         Log: Subject: Re: PERFORCE change 11142 for review
4417              From: "Philip Newton" <Philip.Newton@gmx.net>
4418              Date: Wed, 4 Jul 2001 20:46:26 +0200
4419              Message-Id: <200107041841.VAA25380@taas.iki.fi>
4420      Branch: perl
4421            ! lib/ExtUtils/MakeMaker.pm
4422 ____________________________________________________________________________
4423 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
4424         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
4425              From: Jonathan Stowe <gellyfish@gellyfish.com>
4426              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
4427              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
4428      Branch: perl
4429            ! utils/pl2pm.PL
4430 ____________________________________________________________________________
4431 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
4432         Log: fix the binary compatibility issue when building with/without
4433              usemymalloc by exporting Perl_malloc() et al as simple wrappers
4434              around the system functions (this allows most extensions built
4435              using one mode to coexist with perls built in the other mode)
4436              
4437              XXX the Perl_mfree() wrapper might need to do return(free()) on
4438              platforms where Free_t isn't "void"
4439      Branch: perl
4440            ! embed.h embed.pl makedef.pl proto.h util.c
4441 ____________________________________________________________________________
4442 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
4443         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
4444              since it doesn't ensure threads other than the one calling fork()
4445              aren't holding any locks; the fix is to use pthread_atfork() to
4446              hold global locks
4447              
4448              building perl with -Dusemymalloc exacerbates the problem since
4449              Perl_malloc() holds a mutex, and perl's exec() calls New()
4450              
4451              XXX the code in win32thread.h may be needed on platforms that have
4452              no pthread_atfork()
4453      Branch: perl
4454            ! perl.c thread.h win32/win32thread.h
4455 ____________________________________________________________________________
4456 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
4457         Log: Integrate #11009 from maintperl.
4458      Branch: maint-5.6/macperl
4459           !> lib/ExtUtils/Manifest.pm
4460 ____________________________________________________________________________
4461 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
4462         Log: Flexing my Perforce muscles.
4463      Branch: maint-5.6/macperl
4464            ! README.macos
4465 ____________________________________________________________________________
4466 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
4467         Log: Update Changes.
4468      Branch: perl
4469            ! Changes patchlevel.h
4470 ____________________________________________________________________________
4471 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
4472         Log: Metaconfig unit change for #11146.
4473      Branch: metaconfig/U/perl
4474            ! d_fcntl_can_lock.U
4475 ____________________________________________________________________________
4476 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
4477         Log: Somehow the #ifdefs of the added code (in #11093) made
4478              HP-UX to fail the fcntl locking test, without the ifdefs
4479              the test seems to be working again.  Reason unknown:
4480              HP-UX cc doesn't complain either way.
4481      Branch: perl
4482            ! Configure
4483 ____________________________________________________________________________
4484 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
4485         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
4486      Branch: perl
4487            ! lib/ExtUtils/MM_Unix.pm
4488 ____________________________________________________________________________
4489 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
4490         Log: gcc -Wall nit.
4491      Branch: perl
4492            ! pp_hot.c
4493 ____________________________________________________________________________
4494 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
4495         Log: When removing tests updating the test count is a good idea, too.
4496      Branch: perl
4497            ! lib/Net/t/require.t
4498 ____________________________________________________________________________
4499 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
4500         Log: Document #11134 and add the new symbols to the list of
4501              of MakeMaker known ones.
4502      Branch: perl
4503            ! lib/ExtUtils/MakeMaker.pm
4504 ____________________________________________________________________________
4505 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
4506         Log: Microperl update.
4507      Branch: perl
4508            ! uconfig.h
4509 ____________________________________________________________________________
4510 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
4511         Log: Update the libnet tests as per #11138.
4512      Branch: perl
4513            - lib/Net/t/ph.t
4514            ! MANIFEST lib/Net/t/require.t
4515 ____________________________________________________________________________
4516 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
4517         Log: Regen toc and modlib.
4518      Branch: perl
4519            ! pod/perlmodlib.pod pod/perltoc.pod
4520 ____________________________________________________________________________
4521 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
4522         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
4523              Graham's request.
4524      Branch: perl
4525            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
4526            ! MANIFEST
4527 ____________________________________________________________________________
4528 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
4529         Log: Add the OS/390 harness results to the delta.
4530      Branch: perl
4531            ! pod/perl572delta.pod
4532 ____________________________________________________________________________
4533 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
4534         Log: Avoid the two study tests in OS/390 until the bug has been solved.
4535      Branch: perl
4536            ! t/op/study.t
4537 ____________________________________________________________________________
4538 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
4539         Log: DOS/DJGPP tweaks from Laszlo Molnar.
4540      Branch: perl
4541            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
4542 ____________________________________________________________________________
4543 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
4544         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
4545              From: Michael G Schwern <schwern@pobox.com>
4546              Date: Wed, 4 Jul 2001 00:01:16 -0400
4547              Message-ID: <20010704000116.C591@blackrider>
4548      Branch: perl
4549            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
4550 ____________________________________________________________________________
4551 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
4552         Log: The #11132 missed singleton characters (not part
4553              of a unilo..unihi range) in Unicode scripts.
4554      Branch: perl
4555            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
4556            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
4557            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
4558            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
4559            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
4560            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
4561            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
4562            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
4563            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
4564            ! lib/unicode/mktables.PL t/op/pat.t
4565 ____________________________________________________________________________
4566 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
4567         Log: Support preferentially the Unicode 'scripts' definition
4568              in the \p{In...} notation since according to Unicode the
4569              scripts concept is more natural for matching than using
4570              the somewhat artificial block names.  The block names are
4571              still available, though, and if there's a name conflict,
4572              the scripts one wins and the blocks one has to do with
4573              'Block' appended to its name.  For more information see
4574              
4575              http://www.unicode.org/unicode/reports/tr24/
4576      Branch: perl
4577            + lib/unicode/In/100.pl lib/unicode/In/101.pl
4578            + lib/unicode/In/102.pl lib/unicode/In/103.pl
4579            + lib/unicode/In/104.pl lib/unicode/In/105.pl
4580            + lib/unicode/In/106.pl lib/unicode/In/107.pl
4581            + lib/unicode/In/108.pl lib/unicode/In/109.pl
4582            + lib/unicode/In/110.pl lib/unicode/In/111.pl
4583            + lib/unicode/In/112.pl lib/unicode/In/113.pl
4584            + lib/unicode/In/114.pl lib/unicode/In/115.pl
4585            + lib/unicode/In/116.pl lib/unicode/In/117.pl
4586            + lib/unicode/In/118.pl lib/unicode/In/119.pl
4587            + lib/unicode/In/120.pl lib/unicode/In/121.pl
4588            + lib/unicode/In/122.pl lib/unicode/In/123.pl
4589            + lib/unicode/In/124.pl lib/unicode/In/125.pl
4590            + lib/unicode/In/126.pl lib/unicode/In/127.pl
4591            + lib/unicode/In/128.pl lib/unicode/In/129.pl
4592            + lib/unicode/In/130.pl lib/unicode/In/131.pl
4593            + lib/unicode/In/132.pl lib/unicode/In/133.pl
4594            + lib/unicode/In/134.pl lib/unicode/In/135.pl
4595            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
4596            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
4597            ! (edit 106 files)
4598 ____________________________________________________________________________
4599 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
4600         Log: Better document the difference between a block and a script.
4601      Branch: perl
4602            ! lib/Unicode/UCD.pm
4603 ____________________________________________________________________________
4604 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
4605         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
4606              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4607              Date: Tue, 3 Jul 2001 15:04:23 -0500
4608              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
4609      Branch: perl
4610            ! lib/CPAN.pm
4611 ____________________________________________________________________________
4612 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
4613         Log: Add tests for charscript().
4614      Branch: perl
4615            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4616 ____________________________________________________________________________
4617 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
4618         Log: Add charscript() to get the UTR#24 script names of characters.
4619      Branch: perl
4620            ! lib/Unicode/UCD.pm
4621 ____________________________________________________________________________
4622 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
4623         Log: Todo updates.
4624      Branch: perl
4625            ! pod/perltodo.pod
4626 ____________________________________________________________________________
4627 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
4628         Log: Unicode::UCD updates.
4629      Branch: perl
4630            ! lib/Unicode/UCD.pm
4631 ____________________________________________________________________________
4632 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
4633         Log: (Retracted by #11174)
4634              Subject: MakeMaker should pass through DEFINE and INC to subdirs
4635              From: Alan Burlison <Alan.Burlison@sun.com>
4636              Date: Tue, 03 Jul 2001 15:20:13 +0100
4637              Message-ID: <3B41D49D.A923D4F9@sun.com>
4638      Branch: perl
4639            ! lib/ExtUtils/MM_Unix.pm
4640 ____________________________________________________________________________
4641 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
4642         Log: Subject: Patch needed for UTS
4643              From: hom00@utsglobal.com (Hal Morris)
4644              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
4645              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
4646              
4647              Replace #11113 with a better version.
4648      Branch: perl
4649            ! perl.h
4650 ____________________________________________________________________________
4651 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
4652         Log: Subject: Re: POINTERRIGOR
4653              From: Andy Dougherty <doughera@lafayette.edu>
4654              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
4655              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
4656      Branch: perl
4657            ! util.c
4658 ____________________________________________________________________________
4659 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
4660         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
4661              From: "Philip Newton" <pnewton@gmx.de>
4662              Date: Tue, 3 Jul 2001 17:03:34 +0200
4663              Message-ID: <3B41FAE6.29564.660E117@localhost>
4664      Branch: perl
4665            ! pp_hot.c
4666 ____________________________________________________________________________
4667 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
4668         Log: Typos.
4669      Branch: perl
4670            ! INSTALL
4671 ____________________________________________________________________________
4672 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
4673         Log: Subject: [PATCH 5.6.1] debugger fixes
4674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4675              Date: Tue, 3 Jul 2001 03:38:18 -0400
4676              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
4677              
4678              The $^S is working again.
4679      Branch: perl
4680            ! lib/perl5db.pl
4681 ____________________________________________________________________________
4682 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
4683         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
4684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4685              Date: Tue, 3 Jul 2001 03:34:06 -0400
4686              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
4687      Branch: perl
4688            ! os2/OS2/Process/Process.pm
4689 ____________________________________________________________________________
4690 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
4691         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
4692              From: "Philip Newton" <Philip.Newton@gmx.net>
4693              Date: Tue, 3 Jul 2001 09:11:27 +0200
4694              Message-Id: <200107030706.KAA04596@taas.iki.fi>
4695      Branch: perl
4696            ! lib/FindBin.pm
4697 ____________________________________________________________________________
4698 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
4699         Log: Delta delta.
4700      Branch: perl
4701            ! pod/perl572delta.pod
4702 ____________________________________________________________________________
4703 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
4704         Log: Metaconfig unit change for 11115.
4705      Branch: metaconfig
4706            ! U/modified/libc.U
4707 ____________________________________________________________________________
4708 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
4709         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
4710              (from Richard Hatch) (this was the cause of pipes() and
4711              times() myeteriously not being found)
4712      Branch: perl
4713            ! Configure
4714 ____________________________________________________________________________
4715 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
4716         Log: Retract #10142, the real culprit found by Richard Hatch,
4717              coming soon to Configure near you.
4718      Branch: perl
4719            ! hints/aix.sh
4720 ____________________________________________________________________________
4721 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
4722         Log: (Replaced by #11124) UTS workaround from Hal Morris.
4723      Branch: perl
4724            ! perl.h
4725 ____________________________________________________________________________
4726 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
4727         Log: Subject: [PATCH] grok not grocking correctly
4728              From: Nicholas Clark <nick@ccl4.org>
4729              Date: Tue, 3 Jul 2001 00:19:08 +0100
4730              Message-ID: <20010703001908.H59620@plum.flirble.org>
4731      Branch: perl
4732            ! numeric.c
4733 ____________________________________________________________________________
4734 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
4735         Log: Subject: [PATCH Deparse.t] test just-posted patches
4736              From: Robin Houston <robin@kitsite.com>
4737              Date: Mon, 2 Jul 2001 23:46:15 +0100
4738              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
4739      Branch: perl
4740            ! ext/B/Deparse.t
4741 ____________________________________________________________________________
4742 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
4743         Log: Subject: [PATCH toke.c] autosplit into @F
4744              From: Robin Houston <robin@kitsite.com>
4745              Date: Mon, 2 Jul 2001 23:18:20 +0100
4746              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
4747      Branch: perl
4748            ! perl.c toke.c
4749 ____________________________________________________________________________
4750 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
4751         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
4752              From: Robin Houston <robin@kitsite.com>
4753              Date: Mon, 2 Jul 2001 23:00:48 +0100
4754              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
4755      Branch: perl
4756            ! ext/B/B/Deparse.pm
4757 ____________________________________________________________________________
4758 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
4759         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
4760              From: "Philip Newton" <Philip.Newton@gmx.net>
4761              Date: Mon, 2 Jul 2001 22:06:22 +0200
4762              (no Message-Id)
4763      Branch: perl
4764            ! ext/NDBM_File/hints/linux.pl
4765 ____________________________________________________________________________
4766 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
4767         Log: Subject: Re: Fixed pack problem - sort of
4768              From: Nicholas Clark <nick@ccl4.org>
4769              Date: Mon, 2 Jul 2001 20:59:20 +0100
4770              Message-ID: <20010702205919.F59620@plum.flirble.org>
4771      Branch: perl
4772            ! pp_pack.c t/op/pack.t
4773 ____________________________________________________________________________
4774 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
4775         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
4776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4777              Date: Mon, 2 Jul 2001 15:45:41 -0400
4778              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
4779      Branch: perl
4780            ! os2/os2.c
4781 ____________________________________________________________________________
4782 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
4783         Log: (Mistaken retraction)
4784      Branch: perl
4785            ! utils/pl2pm.PL
4786 ____________________________________________________________________________
4787 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
4788         Log: Detypo in #11103.
4789      Branch: perl
4790            ! utils/pl2pm.PL
4791 ____________________________________________________________________________
4792 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
4793         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
4794              From: Jonathan Stowe <gellyfish@gellyfish.com>
4795              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
4796              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
4797      Branch: perl
4798            ! utils/pl2pm.PL
4799 ____________________________________________________________________________
4800 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
4801         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
4802              From: "Craig A. Berry" <craigberry@mac.com>
4803              Date: Mon, 02 Jul 2001 14:11:23 -0500
4804              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
4805      Branch: perl
4806            ! lib/Unicode/UCD.pm
4807 ____________________________________________________________________________
4808 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
4809         Log: Subject: [PATCH] Re: op/numconvert.t failures
4810              From: Nicholas Clark <nick@ccl4.org>
4811              Date: Mon, 2 Jul 2001 20:10:48 +0100
4812              Message-ID: <20010702201048.E59620@plum.flirble.org>
4813      Branch: perl
4814            ! t/op/numconvert.t
4815 ____________________________________________________________________________
4816 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
4817         Log: Update Changes.
4818      Branch: perl
4819            ! Changes patchlevel.h
4820 ____________________________________________________________________________
4821 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
4822         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
4823              The real fix must be more involved.  The line of code all the leaky
4824              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
4825              line of Perl_newPMOP().
4826      Branch: perl
4827            ! op.h
4828 ____________________________________________________________________________
4829 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
4830         Log: Based on
4831              
4832              Subject: Re: sizeof(struct sembuf)
4833              From: Nicholas Clark <nick@ccl4.org>
4834              Date: Sun, 1 Jul 2001 22:26:48 +0100
4835              Message-ID: <20010701222648.W59620@plum.flirble.org>
4836              
4837              but do semop() always the slow way.
4838      Branch: perl
4839            ! doio.c
4840 ____________________________________________________________________________
4841 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
4842         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
4843              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4844              Date: Tue, 03 Jul 2001 00:56:30 +0900
4845              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
4846      Branch: perl
4847            ! ext/Encode/Encode/Tcl.t
4848 ____________________________________________________________________________
4849 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
4850         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
4851              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4852              Date: Tue, 03 Jul 2001 00:55:46 +0900
4853              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
4854      Branch: perl
4855            ! ext/Encode/Encode/Tcl.pm
4856 ____________________________________________________________________________
4857 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
4858         Log: Regen api and toc.
4859      Branch: perl
4860            ! pod/perlapi.pod pod/perltoc.pod
4861 ____________________________________________________________________________
4862 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
4863         Log: Metaconfig unit change for #11093.
4864      Branch: metaconfig/U/perl
4865            ! d_fcntl_can_lock.U
4866 ____________________________________________________________________________
4867 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
4868         Log: The fcntl locking test may hang if NFS locking messed up;
4869              break out with alarm(10).
4870      Branch: perl
4871            ! Configure
4872 ____________________________________________________________________________
4873 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
4874         Log: Move the mdelete.bat from win32/bin to win32.
4875      Branch: perl
4876            ! MANIFEST
4877 ____________________________________________________________________________
4878 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
4879         Log: Typo in #11083.
4880      Branch: perl
4881            ! ext/Time/Piece/Piece.t
4882 ____________________________________________________________________________
4883 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
4884         Log: Netware tweaks from Guruprasad.
4885      Branch: perl
4886            - NetWare/perlsdio.h
4887            ! MANIFEST NetWare/Makefile NetWare/interface.c
4888            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
4889            ! perlsdio.h
4890 ____________________________________________________________________________
4891 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
4892         Log: Subject: Re: [PATH] shared -> unique;
4893              From: Abhijit Menon-Sen <ams@wiw.org>
4894              Date: Wed, 27 Jun 2001 03:51:27 +0530
4895              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
4896      Branch: perl
4897            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
4898 ____________________________________________________________________________
4899 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
4900         Log: Subject: Re: AIX / gcc-3.0
4901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4902              Date: Mon, 02 Jul 2001 15:20:21 +0200
4903              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
4904      Branch: perl
4905            ! hints/aix.sh
4906 ____________________________________________________________________________
4907 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
4908         Log: Subject: Re: Bug report: split splits on wrong pattern
4909              From: Abhijit Menon-Sen <ams@wiw.org>
4910              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
4911              Date: Mon, 2 Jul 2001 16:31:33 +0530
4912      Branch: perl
4913            ! pp_ctl.c
4914 ____________________________________________________________________________
4915 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
4916         Log: Subject: [PATCH 5.6.1] test harness
4917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4918              Date: Mon, 2 Jul 2001 06:29:21 -0400
4919              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
4920      Branch: perl
4921            ! lib/Test/Harness.pm
4922 ____________________________________________________________________________
4923 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
4924         Log: Subject: [PATCH 5.6.1] debugger goof
4925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4926              Date: Mon, 2 Jul 2001 06:27:22 -0400
4927              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
4928      Branch: perl
4929            ! lib/perl5db.pl
4930 ____________________________________________________________________________
4931 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
4932         Log: Subject: [PATCH 5.6.1] OS/2 cwd
4933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4934              Date: Mon, 2 Jul 2001 06:21:17 -0400
4935              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
4936      Branch: perl
4937            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
4938 ____________________________________________________________________________
4939 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
4940         Log: Make #11082 more OS/2-specific.
4941      Branch: perl
4942            ! ext/Time/Piece/Piece.t
4943 ____________________________________________________________________________
4944 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
4945         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
4946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4947              Date: Mon, 2 Jul 2001 06:06:34 -0400
4948              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
4949      Branch: perl
4950            ! ext/Time/Piece/Piece.t
4951 ____________________________________________________________________________
4952 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
4953         Log: Subject: [PATCH B::Deparse] version number & changes
4954              From: Robin Houston <robin@kitsite.com>  
4955              Date: Sun, 1 Jul 2001 17:17:29 +0100
4956              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
4957      Branch: perl
4958            ! ext/B/B/Deparse.pm
4959 ____________________________________________________________________________
4960 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
4961         Log: Subject: a small fix.
4962              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4963              Date: Mon, 2 Jul 2001 12:17:53 +0200
4964              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
4965      Branch: perl
4966            ! ext/Thread/Thread.xs
4967 ____________________________________________________________________________
4968 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
4969         Log: Subject: RE: perl@10907
4970              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4971              Date: Mon, 2 Jul 2001 12:06:16 +0200
4972              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
4973              
4974              Borland C vs PerlIO.
4975      Branch: perl
4976            ! win32/config.bc win32/config_H.bc
4977 ____________________________________________________________________________
4978 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
4979         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
4980              From: "H.M. Brand" <merijn@l1.procura.nl>
4981              Date: Mon, 02 Jul 2001 11:18:57 +0200
4982              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
4983      Branch: perl
4984            ! t/op/write.t
4985 ____________________________________________________________________________
4986 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
4987         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
4988              From: Michael G Schwern <schwern@pobox.com>
4989              Date: Mon, 2 Jul 2001 00:26:24 -0400
4990              Message-ID: <20010702002624.A18302@blackrider>
4991      Branch: perl
4992            - ext/util/mkbootstrap
4993 ____________________________________________________________________________
4994 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
4995         Log: Subject: [PATCH op.h] v minor comment tweak
4996              From: Robin Houston <robin@puffinry.freeserve.co.uk>
4997              Date: Mon, 2 Jul 2001 00:42:01 +0100
4998              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
4999      Branch: perl
5000            ! op.h
5001 ____________________________________________________________________________
5002 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
5003         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
5004      Branch: perl
5005            ! pod/perlfunc.pod
5006 ____________________________________________________________________________
5007 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
5008         Log: Subject: Re: sizeof(struct sembuf)
5009              From: Nicholas Clark <nick@ccl4.org>
5010              Date: Sun, 1 Jul 2001 19:23:16 +0100
5011              Message-ID: <20010701192316.V59620@plum.flirble.org>
5012              
5013              s/signaling/signalling/
5014      Branch: perl
5015            ! pod/perlfunc.pod
5016 ____________________________________________________________________________
5017 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
5018         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
5019              From: "Philip Newton" <Philip.Newton@gmx.net>
5020              Date: Sun, 1 Jul 2001 09:37:56 +0200
5021              Message-Id: <200107010733.KAA03920@taas.iki.fi>
5022      Branch: perl
5023            ! pod/perlvar.pod
5024 ____________________________________________________________________________
5025 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
5026         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
5027              From: "Philip Newton" <Philip.Newton@gmx.net>
5028              Date: Sun, 1 Jul 2001 09:37:56 +0200
5029              Message-Id: <200107010733.KAA03925@taas.iki.fi>
5030      Branch: perl
5031            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
5032 ____________________________________________________________________________
5033 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
5034         Log: Metaconfig unit change for #11070.
5035      Branch: metaconfig
5036            ! U/compline/randfunc.U
5037 ____________________________________________________________________________
5038 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
5039         Log: Subject: [PATCH perlsnap] its --> it's --> its
5040              From: "Philip Newton" <Philip.Newton@gmx.net>
5041              Date: Sun, 1 Jul 2001 09:37:56 +0200
5042              Message-Id: <200107010733.KAA03914@taas.iki.fi>
5043      Branch: perl
5044            ! Porting/config_H
5045 ____________________________________________________________________________
5046 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
5047         Log: Sync with Sarathy; integrate with perlio.
5048      Branch: perl
5049           !> gv.c
5050 ____________________________________________________________________________
5051 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
5052         Log: regenerate win32/config_H.?c files
5053      Branch: perl
5054            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5055 ____________________________________________________________________________
5056 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
5057         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
5058              naming discipline
5059              
5060              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
5061              because of this)
5062              
5063              fix a warning about "fd" being used without being set in Cwd.xs
5064      Branch: perl
5065            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
5066            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
5067            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
5068            ! win32/config.vc
5069 ____________________________________________________________________________
5070 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
5071         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
5072              within macro arguments") and warnings ("unary minus applied to
5073              unsigned type", among others)
5074      Branch: perl
5075            ! gv.c hv.c op.c pp.c sv.c toke.c
5076 ____________________________________________________________________________
5077 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
5078         Log: win32 fixes: more spurious CRs
5079      Branch: perl
5080            ! win32/mdelete.bat
5081 ____________________________________________________________________________
5082 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
5083         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
5084              from win32/bin (or it gets deleted by distclean); don't delete
5085              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
5086              NT (should be made Win9x specific, and added to makefile.mk)
5087      Branch: perl
5088           +> win32/mdelete.bat
5089            - win32/bin/mdelete.bat
5090            ! win32/Makefile win32/makefile.mk
5091 ____________________________________________________________________________
5092 [ 11063] By: nick                                  on 2001/07/01  18:54:09
5093         Log: Quick for for #ifdef mess
5094      Branch: perlio
5095            ! gv.c
5096 ____________________________________________________________________________
5097 [ 11062] By: nick                                  on 2001/07/01  18:47:42
5098         Log: Raw integrate - does not build #if mess in gv.c
5099      Branch: perlio
5100           !> (integrate 29 files)
5101 ____________________________________________________________________________
5102 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
5103         Log: Make 'compile' target a little less broken.
5104              Still very broken, though: -Wall warnings from
5105              the generated code, boot_Foo prototypes missing,
5106              can't autoload Fcntl::SEEK_CUR et alia, ...
5107      Branch: perl
5108            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
5109            ! utils/perlcc.PL x2p/Makefile.SH
5110 ____________________________________________________________________________
5111 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
5112         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
5113      Branch: perl
5114            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5115            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
5116 ____________________________________________________________________________
5117 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
5118         Log: Update Changes.
5119      Branch: perl
5120            ! Changes patchlevel.h
5121 ____________________________________________________________________________
5122 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
5123         Log: Still one typo, regen toc.
5124      Branch: perl
5125            ! lib/Unicode/UCD.pm pod/perltoc.pod
5126 ____________________________________________________________________________
5127 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
5128         Log: Detypos and regen toc.
5129      Branch: perl
5130            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
5131 ____________________________________________________________________________
5132 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
5133         Log: VERSION tweak.
5134      Branch: perl
5135            ! ext/List/Util/lib/List/Util.pm
5136 ____________________________________________________________________________
5137 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
5138         Log: Attempt at plugging the leak under ithreads detected by Doug.
5139      Branch: perl
5140            ! op.h
5141 ____________________________________________________________________________
5142 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
5143         Log: gcc -Wall lint after #11051.
5144      Branch: perl
5145            ! pp_sys.c
5146 ____________________________________________________________________________
5147 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
5148         Log: Integrate perlio.
5149      Branch: perl
5150           !> lib/File/Find/taint.t
5151 ____________________________________________________________________________
5152 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
5153         Log: Don't use the v-strings for module VERSIONs.
5154      Branch: perl
5155            ! lib/Unicode/UCD.pm
5156 ____________________________________________________________________________
5157 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
5158         Log: Code cleanup based on turning off the -woffs in IRIX.
5159              Not all of the gripes cleaned up (hairy code in hv.c and
5160              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
5161              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
5162              to the IRIX hints)
5163      Branch: perl
5164            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
5165            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
5166            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
5167            ! regcomp.c sv.c
5168 ____________________________________________________________________________
5169 [ 11050] By: nick                                  on 2001/06/30  20:46:46
5170         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
5171      Branch: perlio
5172            ! lib/File/Find/taint.t
5173 ____________________________________________________________________________
5174 [ 11049] By: nick                                  on 2001/06/30  18:13:33
5175         Log: Integrate mainline
5176      Branch: perlio
5177           +> NetWare/nwstdio.h NetWare/perlsdio.h
5178           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
5179           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
5180           +> lib/Unicode/UCD.t t/run/exit.t
5181           !> (integrate 60 files)
5182 ____________________________________________________________________________
5183 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
5184         Log: Delta delta.
5185      Branch: perl
5186            ! pod/perl572delta.pod
5187 ____________________________________________________________________________
5188 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
5189         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
5190              by CPAN.pm, use rather _00.
5191      Branch: perl
5192            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
5193            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
5194            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
5195            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
5196            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
5197            ! lib/ExtUtils/Embed.pm lib/Test.pm
5198 ____________________________________________________________________________
5199 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
5200         Log: Add a simple Unicode character database interface, Unicode::UCD.
5201      Branch: perl
5202            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
5203            ! MANIFEST
5204 ____________________________________________________________________________
5205 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
5206         Log: Subject: [PATCH] op/numconver.t
5207              From: Nicholas Clark <nick@ccl4.org>
5208              Date: Sat, 30 Jun 2001 15:40:10 +0100
5209              Message-ID: <20010630154010.I59620@plum.flirble.org>
5210      Branch: perl
5211            ! t/op/numconvert.t
5212 ____________________________________________________________________________
5213 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
5214         Log: The $^N is now taken (by #11038).
5215      Branch: perl
5216            ! t/base/lex.t
5217 ____________________________________________________________________________
5218 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
5219         Log: The #11040 had slipped to a wrong function...
5220      Branch: perl
5221            ! sv.c
5222 ____________________________________________________________________________
5223 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
5224         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
5225              the Configure library symbol probe mysteriously finds all
5226              symbols but those of pipe() and times().
5227      Branch: perl
5228            ! hints/aix.sh
5229 ____________________________________________________________________________
5230 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
5231         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
5232              From: Nicholas Clark <nick@ccl4.org>
5233              Date: Fri, 29 Jun 2001 23:49:07 +0100
5234              Message-ID: <20010629234907.D59620@plum.flirble.org>
5235      Branch: perl
5236            ! lib/ExtUtils.t
5237 ____________________________________________________________________________
5238 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
5239         Log: Subject: [PATCH] weakref fix 2, not yet there
5240              From: Artur Bergman <artur@contiller.se>
5241              Date: Sat, 30 Jun 2001 01:18:16 +0200
5242              Message-ID: <B762D957.1CC9%artur@contiller.se>
5243      Branch: perl
5244            ! sv.c
5245 ____________________________________________________________________________
5246 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
5247         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
5248              From: Michael G Schwern <schwern@pobox.com>
5249              Date: Fri, 29 Jun 2001 19:39:11 -0400
5250              Message-ID: <20010629193910.D25304@blackrider>
5251      Branch: perl
5252            + t/run/exit.t
5253            ! MANIFEST
5254 ____________________________________________________________________________
5255 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
5256         Log: Add support for $^N, the most-recently closed group.
5257      Branch: perl
5258            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
5259            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
5260            ! thrdvar.h
5261 ____________________________________________________________________________
5262 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
5263         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
5264              From: lvirden@cas.org
5265              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
5266              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
5267              
5268              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
5269              From: lvirden@cas.org
5270              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
5271              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
5272      Branch: perl
5273            ! README.solaris
5274 ____________________________________________________________________________
5275 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
5276         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
5277              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5278              Date: Sat, 30 Jun 2001 07:33:37 +0900
5279              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
5280              
5281              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
5282              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5283              Date: Sat, 30 Jun 2001 21:38:14 +0900
5284              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
5285      Branch: perl
5286            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
5287            + ext/Encode/Encode/7bit-kr.enc
5288            ! MANIFEST ext/Encode/Encode/Tcl.pm
5289 ____________________________________________________________________________
5290 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
5291         Log: NetWare tweaks from Guruprasad.
5292      Branch: perl
5293            + NetWare/nwstdio.h NetWare/perlsdio.h
5294            ! MANIFEST NetWare/Makefile NetWare/config.wc
5295            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
5296            ! NetWare/t/Readme.txt
5297 ____________________________________________________________________________
5298 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
5299         Log: More module $VERSION bump-ups.
5300      Branch: perl
5301            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
5302            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
5303            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
5304 ____________________________________________________________________________
5305 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
5306         Log: Doc update due to #11032.
5307      Branch: perl
5308            ! pod/perl572delta.pod
5309 ____________________________________________________________________________
5310 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
5311         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
5312              From: Peter Prymmer <pvhp@forte.com>
5313              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
5314              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
5315      Branch: perl
5316            ! ext/Time/HiRes/HiRes.xs
5317 ____________________________________________________________________________
5318 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
5319         Log: -lpthreads missing in AIX.
5320      Branch: perl
5321            ! hints/aix.sh
5322 ____________________________________________________________________________
5323 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
5324         Log: Subject: [PATCH] CLONE && weakrefs
5325              From: Artur Bergman <artur@contiller.se>
5326              Date: Fri, 29 Jun 2001 17:02:00 +0200
5327              Message-ID: <B7626508.1CA0%artur@contiller.se>
5328      Branch: perl
5329            ! sv.c
5330 ____________________________________________________________________________
5331 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
5332         Log: Subject: Re: Bug report: split splits on wrong pattern
5333              From: Radu Greab <radu@netsoft.ro>
5334              Date: Wed, 27 Jun 2001 21:50:52 +0300
5335              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
5336      Branch: perl
5337            ! pp_ctl.c t/op/split.t
5338 ____________________________________________________________________________
5339 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
5340         Log: Metaconfig unit change for #11027.
5341      Branch: metaconfig/U/perl
5342            ! d_modfl.U
5343 ____________________________________________________________________________
5344 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
5345         Log: I thought this Configure glitch for AIX was just recently fixed?
5346      Branch: perl
5347            ! Configure
5348 ____________________________________________________________________________
5349 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
5350         Log: Update Changes.
5351      Branch: perl
5352            ! Changes patchlevel.h
5353 ____________________________________________________________________________
5354 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
5355         Log: Subject: Re: perl@10967, File::Find, and Cwd
5356              From: Mike Guy <mjtg@cam.ac.uk>
5357              Date: Fri, 29 Jun 2001 14:56:49 +0100
5358              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
5359      Branch: perl
5360            ! lib/File/Find/taint.t
5361 ____________________________________________________________________________
5362 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
5363         Log: Update the sv_pvprintify() spec.
5364      Branch: perl
5365            ! pod/perltodo.pod
5366 ____________________________________________________________________________
5367 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
5368         Log: Known test failures update.
5369      Branch: perl
5370            ! pod/perl572delta.pod
5371 ____________________________________________________________________________
5372 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
5373         Log: Based on
5374              
5375              Subject: [PATCH @11016] More );) fixes
5376              From: Richard Soderberg <rs@crystalflame.net>
5377              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
5378              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
5379      Branch: perl
5380            ! ext/Thread/Thread.xs ext/Thread/typemap
5381 ____________________________________________________________________________
5382 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
5383         Log: Subject: [PATCH @11016] Fixes compile errors in four files
5384              From: Richard Soderberg <rs@crystalflame.net>
5385              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
5386              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
5387      Branch: perl
5388            ! mg.c pp.c pp_hot.c util.c
5389 ____________________________________________________________________________
5390 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
5391         Log: AIX hints tweaking continues, from Merijn Brand.
5392      Branch: perl
5393            ! hints/aix.sh
5394 ____________________________________________________________________________
5395 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
5396         Log: HP-UX needs gccversion sooner, from Merijn Brand.
5397      Branch: perl
5398            ! hints/hpux.sh
5399 ____________________________________________________________________________
5400 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
5401         Log: Subject: [PATCH 5.6.1] OS/2 docs
5402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5403              Date: Fri, 29 Jun 2001 02:34:12 -0400
5404              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
5405      Branch: perl
5406            ! README.os2 os2/Changes
5407 ____________________________________________________________________________
5408 [ 11017] By: nick                                  on 2001/06/29  10:20:30
5409         Log: Integrate mainline
5410      Branch: perlio
5411           +> (branch 37 files)
5412            - ext/ODBM_File/sdbm.t
5413           !> (integrate 211 files)
5414 ____________________________________________________________________________
5415 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
5416         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
5417              the modules found using a script written by Larry Schatzer Jr.
5418      Branch: perl
5419            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5420            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
5421            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5422            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5423            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
5424            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
5425            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
5426            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
5427            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
5428            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
5429            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
5430            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
5431            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
5432            ! lib/constant.pm lib/fields.pm lib/strict.pm
5433 ____________________________________________________________________________
5434 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
5435         Log: The latest JPL from the anoncvs.
5436      Branch: perl
5437            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5438 ____________________________________________________________________________
5439 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
5440         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
5441      Branch: perl
5442            ! t/op/pat.t
5443 ____________________________________________________________________________
5444 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
5445         Log: Worrying about insecure directories now is a bit too late.
5446      Branch: perl
5447            ! lib/File/Find/taint.t
5448 ____________________________________________________________________________
5449 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
5450         Log: Cannot DIE() in a void function,
5451              from Richard Hatch <rhatch@austin.ibm.com>.
5452      Branch: perl
5453            ! ext/IPC/SysV/SysV.xs
5454 ____________________________________________________________________________
5455 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
5456         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
5457              From: Peter Prymmer <pvhp@forte.com>
5458              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
5459              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
5460              
5461              (unfinished: time/hires tests 3, 5, 14 failing, but better
5462              than wholesale failure)
5463      Branch: perl
5464            ! ext/Time/HiRes/HiRes.xs
5465 ____________________________________________________________________________
5466 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
5467         Log: Subject: [PATCH 5.6.1] OS/2 improvements
5468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5469              Date: Thu, 28 Jun 2001 16:03:14 -0400
5470              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
5471      Branch: perl
5472            + os2/os2_base.t
5473            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
5474            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
5475            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
5476            ! os2/os2ish.h
5477 ____________________________________________________________________________
5478 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
5479         Log: Subject: Incrementing Extutils::Manifest's $VERSION
5480              From: Michael G Schwern <schwern@pobox.com>
5481              Date: Thu, 28 Jun 2001 13:13:49 -0400
5482              Message-ID: <20010628131349.A14738@blackrider>
5483      Branch: maint-5.6/perl
5484            ! lib/ExtUtils/Manifest.pm
5485 ____________________________________________________________________________
5486 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
5487         Log: AIX tweak from Merijn Brand.
5488      Branch: perl
5489            ! hints/aix.sh
5490 ____________________________________________________________________________
5491 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
5492         Log: Create the macperl branch.
5493      Branch: maint-5.6/macperl
5494           +> (branch 1728 files)
5495 ____________________________________________________________________________
5496 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
5497         Log: Update Changes.
5498      Branch: perl
5499            ! Changes patchlevel.h
5500 ____________________________________________________________________________
5501 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
5502         Log: More Perforce lore.
5503      Branch: perl
5504            ! Porting/repository.pod
5505 ____________________________________________________________________________
5506 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
5507         Log: Metaconfig unit changes for #11003.
5508      Branch: metaconfig/U/perl
5509            + d_nl_langinfo.U i_langinfo.U
5510 ____________________________________________________________________________
5511 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
5512         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
5513              Expected not to exist in non-UNIX excepting in VMS, where
5514              according to a quick web survey they just might.
5515      Branch: perl
5516            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
5517            ! Porting/config_H config_h.SH configure.com epoc/config.sh
5518            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
5519            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5520            ! win32/config.bc win32/config.gc win32/config.vc
5521 ____________________________________________________________________________
5522 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
5523         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
5524              in AIX is one is doing a 64-bit build.
5525      Branch: perl
5526            ! hints/aix.sh
5527 ____________________________________________________________________________
5528 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
5529         Log: Metaconfig unit changes for #11000.
5530      Branch: metaconfig/U/perl
5531            ! use64bits.U uselfs.U
5532 ____________________________________________________________________________
5533 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
5534         Log: Move use64bitint and use64bitall before uselargefiles.
5535      Branch: perl
5536            ! Configure
5537 ____________________________________________________________________________
5538 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
5539         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
5540              From: Robert Spier <rspier@pobox.com>
5541              Message-ID: <15162.41164.618712.841415@rls.cx>
5542              Date: Wed, 27 Jun 2001 23:13:16 -0400
5543      Branch: perl
5544            ! doio.c
5545 ____________________________________________________________________________
5546 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
5547         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
5548              From: Peter Prymmer <pvhp@forte.com>
5549              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
5550              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
5551      Branch: perl
5552            ! numeric.c
5553 ____________________________________________________________________________
5554 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
5555         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
5556              From: Peter Prymmer <pvhp@forte.com>
5557              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
5558              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
5559      Branch: perl
5560            ! configure.com ext/Digest/MD5/Makefile.PL
5561 ____________________________________________________________________________
5562 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
5563         Log: Update Changes.
5564      Branch: perl
5565            ! Changes patchlevel.h
5566 ____________________________________________________________________________
5567 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
5568         Log: Tiny EPOC updates.
5569      Branch: perl
5570            ! epoc/config.sh
5571 ____________________________________________________________________________
5572 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
5573         Log: The Test::More and Test::Simple tests required help
5574              thanks to our schizophrenic test scheme.
5575      Branch: perl
5576            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5577            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5578            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5579            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
5580            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
5581 ____________________________________________________________________________
5582 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
5583         Log: Upgrade to Test::Simple 0.09.
5584      Branch: perl
5585            + lib/Test/Simple/Changes
5586            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
5587            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5588            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5589            ! lib/Test/Simple/t/plan_is_noplan.t
5590 ____________________________________________________________________________
5591 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
5592         Log: Upgrade to Test::More 0.07.
5593      Branch: perl
5594            + lib/Test/More/Changes
5595            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
5596            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
5597            ! lib/Test/More/t/skipall.t
5598 ____________________________________________________________________________
5599 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
5600         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
5601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5602              Date: Wed, 27 Jun 2001 18:40:04 +0200
5603              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
5604      Branch: perl
5605            ! hints/hpux.sh
5606 ____________________________________________________________________________
5607 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
5608         Log: Subject: [PATCH README.qnx hints/qnx.sh]
5609              From: Norton Allen <allen@huarp.harvard.edu>
5610              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
5611              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
5612      Branch: perl
5613            ! README.qnx hints/qnx.sh
5614 ____________________________________________________________________________
5615 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
5616         Log: Subject: [PATCH] two little documentation nits
5617              From: Abhijit Menon-Sen <ams@wiw.org>
5618              Date: Wed, 27 Jun 2001 20:07:50 +0530
5619              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
5620      Branch: perl
5621            ! sv.c sv.h
5622 ____________________________________________________________________________
5623 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
5624         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
5625              From: Norton Allen <allen@huarp.harvard.edu>
5626              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
5627              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
5628      Branch: perl
5629            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
5630 ____________________________________________________________________________
5631 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
5632         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
5633              From: Michael G Schwern <schwern@pobox.com>
5634              Date: Wed, 27 Jun 2001 02:34:58 -0400
5635              Message-ID: <20010627023458.K23874@blackrider>
5636      Branch: perl
5637            ! vms/test.com
5638 ____________________________________________________________________________
5639 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
5640         Log: Add perl_clone_host() for Netware.
5641      Branch: perl
5642            ! NetWare/nw5.c
5643 ____________________________________________________________________________
5644 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
5645         Log: GCC 3.0 hints for HP-UX.
5646      Branch: perl
5647            ! hints/hpux.sh
5648 ____________________________________________________________________________
5649 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
5650         Log: In some Linux distributions the libndbm is broken
5651              (no null key support), therefore link with libgdbm
5652              (if available), since it has a working ndbm emulation,
5653              from Jonathan Stowe.
5654      Branch: perl
5655            + ext/NDBM_File/hints/linux.pl
5656            ! MANIFEST
5657 ____________________________________________________________________________
5658 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
5659         Log: Subject: [PATCH perl@10930] find.t hack for VMS
5660              From: "Craig A. Berry" <craigberry@mac.com>
5661              Date: Tue, 26 Jun 2001 23:40:25 -0500
5662              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
5663      Branch: perl
5664            ! lib/File/Find/find.t
5665 ____________________________________________________________________________
5666 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
5667         Log: AUTHORS updates.
5668      Branch: perl
5669            ! AUTHORS
5670 ____________________________________________________________________________
5671 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
5672         Log: Metaconfig unit change like #10980.
5673      Branch: metaconfig
5674            ! U/compline/d_stdstdio.U
5675 ____________________________________________________________________________
5676 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
5677         Log: "lose the it's", from Abhijit Menon-Sen.
5678              ("It's" not searched, pods not searched.)
5679      Branch: perl
5680            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
5681            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
5682            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
5683            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
5684            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5685            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
5686 ____________________________________________________________________________
5687 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
5688         Log: "lose the looses", from Abhijit Menon-Sen.
5689      Branch: perl
5690            ! ext/B/B/Assembler.pm gv.c
5691 ____________________________________________________________________________
5692 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
5693         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
5694      Branch: perl
5695            ! hints/os390.sh
5696 ____________________________________________________________________________
5697 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
5698         Log: DEC C 5.3 on the VAX simply doesn't seem to like
5699              compiling the MD5 extension, disable it there for now,
5700              from Peter Prymmer.
5701      Branch: perl
5702            ! configure.com
5703 ____________________________________________________________________________
5704 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
5705         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
5706              From: Jonathan Stowe <gellyfish@gellyfish.com>
5707              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
5708              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
5709      Branch: perl
5710            ! pod/perlfaq3.pod
5711 ____________________________________________________________________________
5712 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
5713         Log: Subject: [PATCH 5.6.1] perlxs misprints
5714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5715              Date: Tue, 26 Jun 2001 17:20:00 -0400
5716              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
5717      Branch: perl
5718            ! pod/perlxs.pod
5719 ____________________________________________________________________________
5720 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
5721         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
5722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5723              Date: Tue, 26 Jun 2001 17:27:07 -0400
5724              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
5725      Branch: perl
5726            ! lib/ExtUtils/MM_Unix.pm
5727 ____________________________________________________________________________
5728 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
5729         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
5730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5731              Date: Tue, 26 Jun 2001 17:23:24 -0400
5732              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
5733      Branch: perl
5734            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
5735 ____________________________________________________________________________
5736 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
5737         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
5738              by Olaf Flebbe.
5739      Branch: perl
5740            ! perl.h
5741 ____________________________________________________________________________
5742 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
5743         Log: Detypo.
5744      Branch: perl
5745            ! lib/Memoize/t/tie_sdbm.t
5746 ____________________________________________________________________________
5747 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
5748         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
5749      Branch: perl
5750            ! win32/perllib.c
5751 ____________________________________________________________________________
5752 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
5753         Log: Subject: [patch] perl_clone+CvFILE
5754              From: Doug MacEachern <dougm@covalent.net>
5755              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
5756              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
5757      Branch: perl
5758            ! sv.c
5759 ____________________________________________________________________________
5760 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
5761         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
5762              From: Mark-Jason Dominus <mjd@plover.com>
5763              Date: Tue, 26 Jun 2001 12:33:01 -0400
5764              Message-ID: <20010626163301.31298.qmail@plover.com>
5765      Branch: perl
5766            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5767 ____________________________________________________________________________
5768 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
5769         Log: Update Changes.
5770      Branch: perl
5771            ! Changes patchlevel.h
5772 ____________________________________________________________________________
5773 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
5774         Log: Also catfile() needs now to explicitly exported.
5775      Branch: perl
5776            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5777 ____________________________________________________________________________
5778 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
5779         Log: Regen toc.
5780      Branch: perl
5781            ! pod/perltoc.pod
5782 ____________________________________________________________________________
5783 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
5784         Log: Nonexistent pod command.
5785      Branch: perl
5786            ! pod/perl572delta.pod
5787 ____________________________________________________________________________
5788 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
5789         Log: Be more portable in the quest for tmpdir.
5790      Branch: perl
5791            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5792 ____________________________________________________________________________
5793 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
5794         Log: Be more portable in finding out the home directory,
5795              and use File::Spec to do the concat.
5796              (Come to think of it, couldn't File::Spec provide
5797              for a ->homedir method?)
5798      Branch: perl
5799            ! lib/Net/Config.pm
5800 ____________________________________________________________________________
5801 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
5802         Log: Doc patch for #10959.
5803      Branch: perl
5804            ! pod/perlfunc.pod
5805 ____________________________________________________________________________
5806 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
5807         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
5808              From: "Philip Newton" <pnewton@gmx.de>
5809              Date: Tue, 26 Jun 2001 16:26:47 +0200
5810              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
5811      Branch: perl
5812            ! pod/perldata.pod
5813 ____________________________________________________________________________
5814 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
5815         Log: Subject: [PATH] shared -> unique;
5816              From: "Artur Bergman" <artur@contiller.se>
5817              Date: Tue, 26 Jun 2001 16:18:40 +0200
5818              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
5819              
5820              Because "shared" isn't: it's read-only.
5821      Branch: perl
5822            ! toke.c xsutils.c
5823 ____________________________________________________________________________
5824 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
5825         Log: Escape multiline croak messages.
5826      Branch: perl
5827            ! t/op/ver.t
5828 ____________________________________________________________________________
5829 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
5830         Log: No more pragma/*.t for minitest.
5831      Branch: perl
5832            ! Makefile.SH
5833 ____________________________________________________________________________
5834 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
5835         Log: AUTHORS updates.
5836      Branch: perl
5837            ! AUTHORS
5838 ____________________________________________________________________________
5839 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
5840         Log: delta updates.
5841      Branch: perl
5842            ! pod/perl572delta.pod
5843 ____________________________________________________________________________
5844 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
5845         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
5846              From: Artur Bergman <artur@contiller.se> 
5847              Date: Tue, 26 Jun 2001 15:32:53 +0200
5848              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
5849      Branch: perl
5850            ! makedef.pl sv.c sv.h win32/perllib.c
5851 ____________________________________________________________________________
5852 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
5853         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
5854              From: Jonathan Stowe <gellyfish@gellyfish.com>
5855              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
5856              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
5857              
5858              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
5859      Branch: perl
5860            + ext/Time/HiRes/hints/sco.pl
5861            ! MANIFEST
5862 ____________________________________________________________________________
5863 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
5864         Log: Subject: [PATCH 5.6.1] static build
5865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5866              Date: Tue, 26 Jun 2001 04:22:25 -0400
5867              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
5868      Branch: perl
5869            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
5870            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
5871 ____________________________________________________________________________
5872 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
5873         Log: DJGPP patches from Laszlo Molnar.
5874      Branch: perl
5875            ! djgpp/djgpp.c perl.c util.c
5876 ____________________________________________________________________________
5877 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
5878         Log: Netware patches from Ananth Kesari.
5879      Branch: perl
5880            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
5881            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
5882            ! NetWare/nwtinfo.h
5883 ____________________________________________________________________________
5884 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
5885         Log: Detypo.
5886      Branch: perl
5887            ! ext/Errno/Errno_pm.PL
5888 ____________________________________________________________________________
5889 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
5890         Log: There seems to be two ways of spelling the $^O in *STEP.
5891      Branch: perl
5892            ! ext/Errno/Errno_pm.PL
5893 ____________________________________________________________________________
5894 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
5895         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
5896              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
5897      Branch: perl
5898            ! ext/Errno/Errno_pm.PL
5899 ____________________________________________________________________________
5900 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
5901         Log: Known bugs update.
5902      Branch: perl
5903            ! pod/perl572delta.pod
5904 ____________________________________________________________________________
5905 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
5906         Log: The default installation of Cygwin has 500 as root's uid.
5907      Branch: perl
5908            ! lib/User/pwent.t
5909 ____________________________________________________________________________
5910 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
5911         Log: Be even more relaxed (re-allow having only one entry).
5912      Branch: perl
5913            ! t/op/grent.t t/op/pwent.t
5914 ____________________________________________________________________________
5915 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
5916         Log: Test failure updates.
5917      Branch: perl
5918            ! pod/perl572delta.pod
5919 ____________________________________________________________________________
5920 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
5921         Log: MPE/iX test tweaks from Mark Bixby.
5922      Branch: perl
5923            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
5924            ! t/io/fs.t t/op/stat.t
5925 ____________________________________________________________________________
5926 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
5927         Log: Microperl findings.
5928      Branch: perl
5929            ! perl.h pp_sys.c
5930 ____________________________________________________________________________
5931 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
5932         Log: Touch uconfig.h.
5933      Branch: perl
5934            ! uconfig.h
5935 ____________________________________________________________________________
5936 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
5937         Log: Subject: [PATCH] Proposed fix for Pod::Man
5938              From: Rob Napier <rnapier@employees.org>
5939              Date: Mon, 25 Jun 2001 15:49:24 -0400
5940              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
5941              
5942              Cater for Solaris nroff brokenness (shortchanges daisywheel
5943              printers, but hey, we also no more support PDPs.)
5944      Branch: perl
5945            ! lib/Pod/Man.pm
5946 ____________________________________________________________________________
5947 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
5948         Log: Typo in #10937.
5949      Branch: perl
5950            ! ext/POSIX/sigaction.t
5951 ____________________________________________________________________________
5952 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
5953         Log: SIGCONT not trappable in VMS.
5954      Branch: perl
5955            ! ext/POSIX/sigaction.t
5956 ____________________________________________________________________________
5957 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
5958         Log: Subject: [DRAFT] Encode-Tcl.t
5959              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5960              Date: Tue, 26 Jun 2001 03:38:08 +0900
5961              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
5962      Branch: perl
5963            + ext/Encode/Encode/Tcl.t
5964            ! MANIFEST ext/Encode/Encode/Tcl.pm
5965 ____________________________________________________________________________
5966 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
5967         Log: Because of #10932 retract also the perlfunc hunk of #10910.
5968      Branch: perl
5969            ! pod/perlfunc.pod
5970 ____________________________________________________________________________
5971 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
5972         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
5973              by Ilya Zakharevich in
5974              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
5975      Branch: perl
5976            ! XSUB.h
5977 ____________________________________________________________________________
5978 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
5979         Log: Typo in #10889.
5980      Branch: perl
5981            ! hints/uts.sh
5982 ____________________________________________________________________________
5983 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
5984         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
5985              From: Abhijit Menon-Sen <ams@wiw.org>
5986              Date: Mon, 25 Jun 2001 23:45:45 +0530
5987              Message-ID: <20010625234545.A5022@lustre.linux.in>
5988      Branch: perl
5989            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
5990 ____________________________________________________________________________
5991 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
5992         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
5993              From: Michael G Schwern <schwern@pobox.com>
5994              Date: Mon, 25 Jun 2001 14:35:51 -0400
5995              Message-ID: <20010625143551.H13819@blackrider>
5996      Branch: perl
5997            ! lib/Test.pm
5998 ____________________________________________________________________________
5999 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
6000         Log: Update Changes.
6001      Branch: perl
6002            ! Changes patchlevel.h
6003 ____________________________________________________________________________
6004 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
6005         Log: Regen toc and modlib.
6006      Branch: perl
6007            ! pod/perlmodlib.pod pod/perltoc.pod
6008 ____________________________________________________________________________
6009 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
6010         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
6011              for the benefit of C++ compilers, as suggested by Guruprasad.
6012      Branch: perl
6013            ! embed.pl proto.h
6014 ____________________________________________________________________________
6015 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
6016         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
6017              From: Jonathan Stowe <gellyfish@gellyfish.com>
6018              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
6019              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
6020      Branch: perl
6021            ! pod/perlfaq5.pod
6022 ____________________________________________________________________________
6023 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
6024         Log: Missed from #10925.
6025      Branch: perl
6026            ! gv.c
6027 ____________________________________________________________________________
6028 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
6029         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
6030              From: Robin Houston <robin@kitsite.com>
6031              Date: Sat, 19 May 2001 16:19:34 +0100
6032              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
6033      Branch: perl
6034            ! cv.h gv.h op.c
6035 ____________________________________________________________________________
6036 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
6037         Log: Netware README tweak.
6038      Branch: perl
6039            ! README.netware
6040 ____________________________________________________________________________
6041 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
6042         Log: Subject: [PATCH] Re: overload.t fails
6043              From: Abhijit Menon-Sen <ams@wiw.org>
6044              Date: Mon, 25 Jun 2001 14:52:20 +0530
6045              Message-ID: <20010625145220.A24114@lustre.linux.in>
6046      Branch: perl
6047            ! lib/overload.t
6048 ____________________________________________________________________________
6049 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
6050         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
6051              From: Mike Guy <mjtg@cam.ac.uk>
6052              Date: Mon, 25 Jun 2001 11:43:23 +0100
6053              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
6054      Branch: perl
6055            ! lib/Carp.pm
6056 ____________________________________________________________________________
6057 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
6058         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
6059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6060              Date: Sun, 24 Jun 2001 05:17:05 -0400
6061              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
6062      Branch: perl
6063            ! os2/os2ish.h
6064 ____________________________________________________________________________
6065 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
6066         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
6067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6068              Date: Mon, 25 Jun 2001 05:52:27 -0400
6069              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
6070      Branch: perl
6071            ! hints/os2.sh
6072 ____________________________________________________________________________
6073 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
6074         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
6075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6076              Date: Mon, 25 Jun 2001 05:23:35 -0400
6077              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
6078      Branch: perl
6079            ! os2/os2.c
6080 ____________________________________________________________________________
6081 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
6082         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
6083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6084              Date: Mon, 25 Jun 2001 05:04:32 -0400
6085              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
6086      Branch: perl
6087            ! os2/OS2/REXX/DLL/DLL.pm
6088 ____________________________________________________________________________
6089 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
6090         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
6091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6092              Date: Mon, 25 Jun 2001 05:02:36 -0400
6093              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
6094      Branch: perl
6095            ! mg.c os2/dl_os2.c os2/os2.c
6096 ____________________________________________________________________________
6097 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
6098         Log: Subject: Re: [PATCH 5.6.1] misprints
6099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6100              Date: Mon, 25 Jun 2001 04:50:50 -0400
6101              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
6102      Branch: perl
6103            ! os2/os2.c pp_sys.c
6104 ____________________________________________________________________________
6105 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
6106         Log: Add Test::More and Test::Simple to the delta.
6107      Branch: perl
6108            ! pod/perl572delta.pod
6109 ____________________________________________________________________________
6110 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
6111         Log: Add Test::More, from Michael G Schwern.
6112      Branch: perl
6113            + lib/Test/More.pm lib/Test/More/t/More.t
6114            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6115            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6116            + t/lib/Test/More/Catch.pm
6117            ! MANIFEST
6118 ____________________________________________________________________________
6119 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
6120         Log: Add Test::Simple from Michael G Schwern.
6121      Branch: perl
6122            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6123            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6124            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6125            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
6126            + t/lib/Test/Simple/Catch.pm
6127            + t/lib/Test/Simple/sample_tests/death.plx
6128            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
6129            + t/lib/Test/Simple/sample_tests/extras.plx
6130            + t/lib/Test/Simple/sample_tests/five_fail.plx
6131            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
6132            + t/lib/Test/Simple/sample_tests/one_fail.plx
6133            + t/lib/Test/Simple/sample_tests/require.plx
6134            + t/lib/Test/Simple/sample_tests/success.plx
6135            + t/lib/Test/Simple/sample_tests/too_few.plx
6136            + t/lib/Test/Simple/sample_tests/two_fail.plx
6137            ! MANIFEST
6138 ____________________________________________________________________________
6139 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
6140         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
6141              From: "Craig A. Berry" <craigberry@mac.com>
6142              Date: Sun, 24 Jun 2001 23:41:36 -0500
6143              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
6144      Branch: perl
6145            ! pp_sys.c
6146 ____________________________________________________________________________
6147 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
6148         Log: Upgrade to Attribute::Handlers 0.70.
6149      Branch: perl
6150            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6151            ! MANIFEST lib/Attribute/Handlers.pm
6152 ____________________________________________________________________________
6153 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
6154         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
6155              From: Abhijit Menon-Sen <ams@wiw.org>
6156              Date: Sat, 23 Jun 2001 05:17:44 +0530
6157              Message-ID: <20010623051744.A18583@lustre.linux.in>
6158              
6159              (Can't think of a good place to put tests.)
6160      Branch: perl
6161            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
6162 ____________________________________________________________________________
6163 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
6164         Log: Subject: [PATCH] t/op/pat.t typo fix
6165              From: Richard Soderberg <rs@crystalflame.net>
6166              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
6167              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
6168      Branch: perl
6169            ! t/op/pat.t
6170 ____________________________________________________________________________
6171 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
6172         Log: Move the pack warnings to their own file, as pointed
6173              out by Spider.
6174      Branch: perl
6175            + t/lib/warnings/pp_pack
6176            ! MANIFEST t/lib/warnings/pp
6177 ____________________________________________________________________________
6178 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
6179         Log: Update Changes.
6180      Branch: perl
6181            ! Changes patchlevel.h
6182 ____________________________________________________________________________
6183 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
6184         Log: Partially fix a problem noticed by IRIX compiler:
6185              the initialization of parse_start was bypassed by
6186              several gotos.  Now initialized to zero, which may
6187              not be the best choice.
6188      Branch: perl
6189            ! regcomp.c
6190 ____________________________________________________________________________
6191 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
6192         Log: Relax the group and password tests back to moaning only
6193              if no matches at all are found.  (Even with a small sample
6194              I could find many sites where there are, umm, anomalies in
6195              the said databases.)       
6196      Branch: perl
6197            ! t/op/grent.t t/op/pwent.t
6198 ____________________________________________________________________________
6199 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
6200         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
6201      Branch: perl
6202            ! pp_ctl.c
6203 ____________________________________________________________________________
6204 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
6205         Log: De-cut-and-pasto in #10902.
6206      Branch: perl
6207            ! pp_ctl.c
6208 ____________________________________________________________________________
6209 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
6210         Log: The #10771 didn't take?
6211      Branch: perl
6212            ! pp_ctl.c
6213 ____________________________________________________________________________
6214 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
6215         Log: Undo the filetests part of #10900, under multiplicity
6216              weird errors take place.
6217      Branch: perl
6218            ! pp_sys.c
6219 ____________________________________________________________________________
6220 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
6221         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
6222      Branch: perl
6223            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
6224 ____________________________________________________________________________
6225 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
6226         Log: (Replaced by #10922)
6227              
6228              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
6229              From: Tony Bowden <tony@kasei.com>
6230              Date: Sun, 24 Jun 2001 17:32:40 +0100
6231              Message-ID: <20010624173240.A16293@blackstar.co.uk>
6232              
6233              Document (well, mention) shortmess() and longmess()
6234              to rob people of their fun of reinventing the weel.
6235      Branch: perl
6236            ! lib/Carp.pm
6237 ____________________________________________________________________________
6238 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
6239         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
6240              From: Brian Jepson <bjepson@oreilly.com>
6241              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
6242              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
6243      Branch: perl
6244            ! pp_sys.c
6245 ____________________________________________________________________________
6246 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
6247         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
6248              From: Robin Barker <rmb1@cise.npl.co.uk> 
6249              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
6250              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
6251      Branch: perl
6252            ! lib/CPAN.pm
6253 ____________________________________________________________________________
6254 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
6255         Log: Memoize patch from mjd.
6256      Branch: perl
6257            ! lib/Memoize/t/tie_storable.t
6258 ____________________________________________________________________________
6259 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
6260         Log: Spec the sv_pvprintify() a bit more.
6261      Branch: perl
6262            ! pod/perltodo.pod
6263 ____________________________________________________________________________
6264 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
6265         Log: Upgrade to Memoize 0.65.
6266      Branch: perl
6267            + lib/Memoize/t/array_confusion.t
6268            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
6269            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
6270            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
6271            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
6272            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
6273            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
6274            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
6275            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
6276            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
6277            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
6278            ! lib/Memoize/t/tie_storable.t
6279 ____________________________________________________________________________
6280 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
6281         Log: Metaconfig unit change for #10892.
6282      Branch: metaconfig
6283            ! U/modified/Options.U
6284 ____________________________________________________________________________
6285 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
6286         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
6287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6288              Date: Sun, 24 Jun 2001 05:24:40 -0400
6289              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
6290      Branch: perl
6291            ! Configure hints/os2.sh
6292 ____________________________________________________________________________
6293 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
6294         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
6295              From: Mike Guy <mjtg@cam.ac.uk>
6296              Date: Sun, 24 Jun 2001 15:28:39 +0100
6297              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
6298              
6299              Fix an ancient (5.002) bug.
6300      Branch: perl
6301            ! lib/Carp/Heavy.pm
6302 ____________________________________________________________________________
6303 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
6304         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
6305              variables.
6306      Branch: perl
6307            ! pp_sys.c
6308 ____________________________________________________________________________
6309 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
6310         Log: Make UTS as per #10888.
6311      Branch: perl
6312            ! hints/uts.sh
6313 ____________________________________________________________________________
6314 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
6315         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
6316      Branch: perl
6317            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
6318            ! mpeix/mpeixish.h perl.h unixish.h
6319 ____________________________________________________________________________
6320 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
6321         Log: AUTHORS update.
6322      Branch: perl
6323            ! AUTHORS
6324 ____________________________________________________________________________
6325 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
6326         Log: Subject: Encode::Tcl for multibyte doesnot work
6327              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6328              Date: Sun, 24 Jun 2001 22:48:21 +0900
6329              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
6330      Branch: perl
6331            ! ext/Encode/Encode/Tcl.pm
6332 ____________________________________________________________________________
6333 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
6334         Log: Subject: [PATCH] Remove tautology in error messages
6335              From: Mike Guy <mjtg@cam.ac.uk>
6336              Date: Sun, 24 Jun 2001 13:31:00 +0100
6337              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
6338      Branch: perl
6339            ! pp_sys.c
6340 ____________________________________________________________________________
6341 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
6342         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
6343      Branch: perl
6344            ! hints/darwin.sh
6345 ____________________________________________________________________________
6346 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
6347         Log: Subject: Re: [PATCH 5.6.1] test suite
6348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6349              Date: Sun, 24 Jun 2001 05:47:05 -0400
6350              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
6351              
6352              Test suite fixes.
6353      Branch: perl
6354            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
6355 ____________________________________________________________________________
6356 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
6357         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
6358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6359              Date: Sun, 24 Jun 2001 05:37:19 -0400
6360              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
6361      Branch: perl
6362            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
6363 ____________________________________________________________________________
6364 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
6365         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
6366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6367              Date: Sun, 24 Jun 2001 05:34:50 -0400
6368              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
6369              
6370              Pacify compiler warnings.
6371      Branch: perl
6372            ! pp_sys.c
6373 ____________________________________________________________________________
6374 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
6375         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
6376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6377              Date: Sun, 24 Jun 2001 05:21:18 -0400
6378              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
6379              
6380              Enable compression of executables during link time.
6381      Branch: perl
6382            ! hints/os2.sh
6383 ____________________________________________________________________________
6384 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
6385         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
6386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6387              Date: Sun, 24 Jun 2001 05:15:11 -0400
6388              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
6389              
6390              Add ordinals to the export list for Perl DLL.
6391              (Breaks intra-version DLL compatibility.)
6392      Branch: perl
6393            ! makedef.pl
6394 ____________________________________________________________________________
6395 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
6396         Log: Allow (displaying and) re-editing the Subject in perlbug.
6397              Also abstract the Subject quality control into a function.
6398      Branch: perl
6399            ! utils/perlbug.PL
6400 ____________________________________________________________________________
6401 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
6402         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
6403      Branch: perl
6404            ! utils/perlbug.PL
6405 ____________________________________________________________________________
6406 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
6407         Log: Regen toc and modlib.
6408      Branch: perl
6409            ! pod/perlmodlib.pod pod/perltoc.pod
6410 ____________________________________________________________________________
6411 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
6412         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
6413              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
6414              attribute semantics as much as possible, or 'ntsec' which uses
6415              native NTFS semantics.)  (See also #10877.)
6416      Branch: perl
6417            ! perl.c
6418 ____________________________________________________________________________
6419 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
6420         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
6421      Branch: perl
6422            ! lib/Test/Harness.pm
6423 ____________________________________________________________________________
6424 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
6425         Log: Just zap the -uPerlio.
6426      Branch: perl
6427            ! ext/B/Stash.t
6428 ____________________________________________________________________________
6429 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
6430         Log: Do not test PerlIO if PerlIO not used.
6431      Branch: perl
6432            ! ext/PerlIO/PerlIO.t
6433 ____________________________________________________________________________
6434 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
6435         Log: Regen perlapi.
6436      Branch: perl
6437            ! pod/perlapi.pod
6438 ____________________________________________________________________________
6439 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
6440         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
6441              From: Nicholas Clark <nick@ccl4.org>
6442              Date: Sat, 23 Jun 2001 22:55:47 +0100
6443              Message-ID: <20010623225547.Z98663@plum.flirble.org>
6444      Branch: perl
6445            ! numeric.c
6446 ____________________________________________________________________________
6447 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
6448         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
6449              From: Prymmer/Kahn <pvhp@best.com>
6450              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
6451              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
6452      Branch: perl
6453            ! lib/h2xs.t
6454 ____________________________________________________________________________
6455 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
6456         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
6457              cygwin does not taint cwd, just like win32.
6458      Branch: perl
6459            ! lib/File/Find/taint.t t/op/taint.t
6460 ____________________________________________________________________________
6461 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
6462         Log: Retract #10865, the patch should be unnecessary.
6463              (But seemingly helpful in Cygwin?  Strange.)
6464      Branch: perl
6465            ! lib/Memoize/t/tie_ndbm.t
6466 ____________________________________________________________________________
6467 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
6468         Log: Misplaced test file; plus Cygwin filesystem semantics.
6469      Branch: perl
6470            + ext/SDBM_File/sdbm.t
6471            - ext/ODBM_File/sdbm.t
6472            ! MANIFEST
6473 ____________________________________________________________________________
6474 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
6475         Log: (Retracted by #10867.)
6476      Branch: perl
6477            ! lib/Memoize/t/tie_ndbm.t
6478 ____________________________________________________________________________
6479 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
6480         Log: Metaconfig unit change for #10863.
6481      Branch: metaconfig/U/perl
6482            ! Extensions.U
6483 ____________________________________________________________________________
6484 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
6485         Log: In Cygwin do not build NDBM_File and ODBM_File unless
6486              -lndbm and -ldbm are available.
6487      Branch: perl
6488            ! Configure config_h.SH
6489 ____________________________________________________________________________
6490 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
6491         Log: More Cygwin filesystem semantics.
6492      Branch: perl
6493            ! t/io/fs.t t/op/stat.t
6494 ____________________________________________________________________________
6495 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
6496         Log: More DOSish permission semantics for Cygwin.
6497      Branch: perl
6498            ! lib/AnyDBM_File.t
6499 ____________________________________________________________________________
6500 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
6501         Log: Cygwin too has different permission semantics.
6502      Branch: perl
6503            ! ext/GDBM_File/gdbm.t
6504 ____________________________________________________________________________
6505 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
6506         Log: The group (and assumedly passwd) databases can have
6507              only one entry (this is the case in cygwin).
6508      Branch: perl
6509            ! t/op/grent.t t/op/pwent.t
6510 ____________________________________________________________________________
6511 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
6512         Log: Also in Cygwin use Socket to figure out domainname
6513              (if any) (avoids trying to call external 'domainname',
6514              which doesn't at the moment exist in Cygwin)
6515      Branch: perl
6516            ! lib/Net/Domain.pm
6517 ____________________________________________________________________________
6518 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
6519         Log: Remove also the lib$Foo.def, not just $Foo.def.
6520      Branch: perl
6521            ! lib/ExtUtils/MM_Unix.pm
6522 ____________________________________________________________________________
6523 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
6524         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
6525      Branch: perl
6526            ! unixish.h
6527 ____________________________________________________________________________
6528 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
6529         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
6530              to match the whole isprint(), only the space character.
6531      Branch: perl
6532            ! handy.h pod/perlre.pod t/op/pat.t
6533 ____________________________________________________________________________
6534 [ 10854] By: nick                                  on 2001/06/23  08:09:33
6535         Log: Integrate mainline
6536      Branch: perlio
6537           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
6538           !> lib/ExtUtils.t lib/File/Find/taint.t
6539           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
6540           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
6541           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
6542 ____________________________________________________________________________
6543 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
6544         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
6545              with its floats    in os390 and s390 (UTS).
6546      Branch: perl
6547            ! lib/Math/BigInt/t/bigintpm.t
6548 ____________________________________________________________________________
6549 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
6550         Log: Add also UTS (s390) to the non-IEEE float platforms.
6551      Branch: perl
6552            ! t/op/sprintf.t
6553 ____________________________________________________________________________
6554 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
6555         Log: Subject: RFC: what are applicable standards for exponent sizes?
6556              From: Peter Prymmer <pvhp@forte.com>
6557              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
6558              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
6559      Branch: perl
6560            ! t/op/sprintf.t
6561 ____________________________________________________________________________
6562 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
6563         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
6564              From: Peter Prymmer <pvhp@forte.com>
6565              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
6566              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
6567      Branch: perl
6568            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
6569 ____________________________________________________________________________
6570 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
6571         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
6572              From: Peter Prymmer <pvhp@forte.com>
6573              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
6574              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
6575      Branch: perl
6576            ! lib/ExtUtils.t
6577 ____________________________________________________________________________
6578 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
6579         Log: Retract #10845.
6580      Branch: perl
6581            ! lib/File/Find/taint.t
6582 ____________________________________________________________________________
6583 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
6584         Log: Yet another error message.
6585      Branch: perl
6586            ! t/op/mkdir.t
6587 ____________________________________________________________________________
6588 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
6589         Log: The croak message for nonexistent socket functions may vary.
6590      Branch: perl
6591            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
6592 ____________________________________________________________________________
6593 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
6594         Log: (Retracted by #10848.)
6595      Branch: perl
6596            ! lib/File/Find/taint.t
6597 ____________________________________________________________________________
6598 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
6599         Log: Integrate perlio.
6600      Branch: perl
6601           !> lib/File/Find/taint.t t/op/write.t
6602 ____________________________________________________________________________
6603 [ 10843] By: nick                                  on 2001/06/22  21:24:51
6604         Log: Back out debug in taint.t
6605      Branch: perlio
6606            ! lib/File/Find/taint.t
6607 ____________________________________________________________________________
6608 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
6609         Log: setitimer() does not exist in Unicos, despite of what
6610              Configure thinks, from Mark P. Lutz.
6611      Branch: perl
6612            ! hints/unicos.sh
6613 ____________________________________________________________________________
6614 [ 10841] By: nick                                  on 2001/06/22  21:19:36
6615         Log: Skip cwd test on Win32 ???
6616      Branch: perlio
6617            ! lib/File/Find/taint.t
6618 ____________________________________________________________________________
6619 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
6620         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
6621              and Tru64 gcc -Wall happy.
6622      Branch: perl
6623            ! mg.c
6624 ____________________________________________________________________________
6625 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
6626         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
6627      Branch: perl
6628            ! ext/IPC/SysV/Semaphore.pm
6629 ____________________________________________________________________________
6630 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
6631         Log: Metaconfig unit change for #10837.
6632      Branch: metaconfig/U/perl
6633            ! Cross.U
6634 ____________________________________________________________________________
6635 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
6636         Log: Cleanup of the cross-compilation unit.
6637      Branch: perl
6638            ! Configure
6639 ____________________________________________________________________________
6640 [ 10836] By: nick                                  on 2001/06/22  20:45:12
6641         Log: Skip |- based op/write.t on Win32 as well as VMS
6642      Branch: perlio
6643            ! t/op/write.t
6644 ____________________________________________________________________________
6645 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
6646         Log: Integrate perlio.
6647      Branch: perl
6648           !> util.c
6649 ____________________________________________________________________________
6650 [ 10834] By: nick                                  on 2001/06/22  20:41:54
6651         Log: Integrate mainline
6652      Branch: perlio
6653           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6654           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
6655           !> vos/config.ga.h
6656 ____________________________________________________________________________
6657 [ 10833] By: nick                                  on 2001/06/22  20:22:58
6658         Log: Patcho fix.
6659      Branch: perlio
6660            ! util.c
6661 ____________________________________________________________________________
6662 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
6663         Log: Metaconfig unit changes for #10831.
6664      Branch: metaconfig
6665            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
6666 ____________________________________________________________________________
6667 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
6668         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
6669              From: Andy Dougherty <doughera@lafayette.edu>
6670              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
6671              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
6672      Branch: perl
6673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6674            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
6675 ____________________________________________________________________________
6676 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
6677         Log: MPE/iX prototype nits from Mark Bixby.
6678      Branch: perl
6679            ! pp_sys.c
6680 ____________________________________________________________________________
6681 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
6682         Log: Detypo.
6683      Branch: perl
6684            ! util.c
6685 ____________________________________________________________________________
6686 [ 10828] By: nick                                  on 2001/06/22  15:33:37
6687         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
6688      Branch: perlio
6689           +> lib/h2xs.t
6690           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
6691           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
6692           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
6693           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
6694           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6695           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
6696           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
6697           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
6698           !> vms/vmsish.h
6699 ____________________________________________________________________________
6700 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
6701         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
6702              Date: Fri, 22 Jun 2001 10:08:35 -0500
6703              From: "Craig A. Berry" <craigberry@mac.com>
6704              Message-Id: <a05101001b75908704194@[192.168.56.145]>
6705      Branch: perl
6706            ! vms/vms.c vms/vmsish.h
6707 ____________________________________________________________________________
6708 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
6709         Log: NetWare scripts tweak from Ananth Kesari.
6710      Branch: perl
6711            ! NetWare/t/NWScripts.pl
6712 ____________________________________________________________________________
6713 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
6714         Log: Update Changes.
6715      Branch: perl
6716            ! Changes patchlevel.h
6717 ____________________________________________________________________________
6718 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
6719         Log: Add .i and .s targets.
6720      Branch: perl
6721            ! Makefile.SH
6722 ____________________________________________________________________________
6723 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
6724         Log: Upgrade to Locale::Maketext 1.03.
6725      Branch: perl
6726            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6727            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
6728 ____________________________________________________________________________
6729 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
6730         Log: Upgrade to I18N::LangTags 0.26.
6731      Branch: perl
6732            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6733            ! lib/I18N/LangTags/test.pl
6734 ____________________________________________________________________________
6735 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
6736         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
6737              Philip Newton.
6738      Branch: perl
6739            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6740            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6741 ____________________________________________________________________________
6742 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
6743         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
6744              From: Prymmer/Kahn <pvhp@best.com>
6745              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
6746              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
6747      Branch: perl
6748            + lib/h2xs.t
6749            ! MANIFEST utils/h2xs.PL
6750 ____________________________________________________________________________
6751 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
6752         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
6753              From: Prymmer/Kahn <pvhp@best.com>
6754              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
6755              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
6756      Branch: perl
6757            ! lib/ExtUtils.t
6758 ____________________________________________________________________________
6759 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
6760         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
6761              From: Prymmer/Kahn <pvhp@best.com>
6762              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
6763              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
6764      Branch: perl
6765            ! t/pod/plainer.t
6766 ____________________________________________________________________________
6767 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
6768         Log: AUTHORS update.
6769      Branch: perl
6770            ! AUTHORS
6771 ____________________________________________________________________________
6772 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
6773         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
6774              From: "Craig A. Berry" <craigberry@mac.com>
6775              Date: Thu, 21 Jun 2001 18:20:38 -0500
6776              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
6777      Branch: perl
6778            ! ext/POSIX/POSIX.xs
6779 ____________________________________________________________________________
6780 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
6781         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
6782              From: "Craig A. Berry" <craigberry@mac.com>
6783              Date: Thu, 21 Jun 2001 09:58:52 -0500
6784              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
6785      Branch: perl
6786            ! ext/B/Deparse.t t/op/write.t
6787 ____________________________________________________________________________
6788 [ 10814] By: nick                                  on 2001/06/22  08:13:09
6789         Log: Integrate mainline.
6790      Branch: perlio
6791           !> (integrate 46 files)
6792 ____________________________________________________________________________
6793 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
6794         Log: Change the prefixes only if $prefix is unset,
6795              as originally patched by Marcel Grunauer.
6796      Branch: perl
6797            ! hints/darwin.sh hints/rhapsody.sh
6798 ____________________________________________________________________________
6799 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
6800         Log: Subject: Re: Patch for hints/darwin.sh
6801              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
6802              Date: Thu, 21 Jun 2001 11:23:46 -0700
6803              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
6804      Branch: perl
6805            ! hints/darwin.sh hints/rhapsody.sh
6806 ____________________________________________________________________________
6807 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
6808         Log: Add .PHONY targets for non-file targets,
6809              from Wilfredo Sánchez.  Should help saying
6810              "make install" on case-insensitive filesystems.
6811      Branch: perl
6812            ! Makefile.SH
6813 ____________________________________________________________________________
6814 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
6815         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
6816              From: Doug MacEachern <dougm@covalent.net>
6817              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
6818              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
6819              
6820              plus reword the getcwd() comment, plus use getcwd() buffer
6821              size minus one.
6822      Branch: perl
6823            ! util.c
6824 ____________________________________________________________________________
6825 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
6826         Log: More gprofing from Doug MacEachern.
6827      Branch: perl
6828            ! Makefile.SH
6829 ____________________________________________________________________________
6830 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
6831         Log: Metaconfig unit change for #10807.
6832      Branch: metaconfig/U/perl
6833            ! d_sfio.U
6834 ____________________________________________________________________________
6835 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
6836         Log: Tell that you are removing the unneeded -lsfio.
6837      Branch: perl
6838            ! Configure
6839 ____________________________________________________________________________
6840 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
6841         Log: More MPE/iX tweaks from Mark Bixby.
6842      Branch: perl
6843            ! perl.c t/op/magic.t
6844 ____________________________________________________________________________
6845 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
6846         Log: The fchdir() proto is supposed to live in <unistd.h>.
6847      Branch: perl
6848            ! ext/Cwd/Cwd.xs
6849 ____________________________________________________________________________
6850 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
6851         Log: This town is too small for the Cwd extension and me,
6852              it would seem...
6853      Branch: perl
6854            ! ext/Cwd/Cwd.xs
6855 ____________________________________________________________________________
6856 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
6857         Log: Metaconfig unit change for #10802.
6858      Branch: metaconfig/U/perl
6859            ! d_modfl.U
6860 ____________________________________________________________________________
6861 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
6862         Log: More d'ohs.
6863      Branch: perl
6864            ! Configure
6865 ____________________________________________________________________________
6866 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
6867         Log: Off-by-one.  I'm so classic.
6868      Branch: perl
6869            ! util.c
6870 ____________________________________________________________________________
6871 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
6872         Log: Update Changes.
6873      Branch: perl
6874            ! Changes patchlevel.h
6875 ____________________________________________________________________________
6876 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
6877         Log: Subject: Documentation patch for Net::FTP
6878              From: Marcel Grunauer <marcel@codewerk.com>
6879              Date: Wed, 20 Jun 2001 23:03:26 +0200
6880              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
6881      Branch: perl
6882            ! lib/Net/FTP.pm
6883 ____________________________________________________________________________
6884 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
6885         Log: Retract the #10417 mg.c and embed.pl parts because of
6886              strange SEGVs in 64bit x86 FreeBSD observed by
6887              Nicholas Clark.
6888      Branch: perl
6889            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
6890 ____________________________________________________________________________
6891 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
6892         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
6893      Branch: perl
6894            ! Configure NetWare/config.wc NetWare/config_H.wc
6895            ! Porting/Glossary Porting/config.sh Porting/config_H
6896            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6897            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6898            ! vos/config.ga.h win32/config.bc win32/config.gc
6899            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6900            ! win32/config_H.vc
6901 ____________________________________________________________________________
6902 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
6903         Log: Cwd tweak from Doug MacEachern.
6904      Branch: perl
6905            ! ext/Cwd/Cwd.xs
6906 ____________________________________________________________________________
6907 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
6908         Log: Protect the fchdir() and lstat() with ifdefs.
6909              fchdir() needs a Configure probe.
6910      Branch: perl
6911            ! ext/Cwd/Cwd.xs
6912 ____________________________________________________________________________
6913 [ 10794] By: nick                                  on 2001/06/21  17:11:35
6914         Log: Integrate mainline
6915      Branch: perlio
6916           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
6917           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
6918           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
6919           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6920           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
6921           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
6922           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
6923           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
6924            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
6925            - lib/File/Glob/case.t lib/File/Glob/global.t
6926            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
6927            - lib/File/Temp/posix.t lib/File/Temp/security.t
6928            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
6929            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
6930            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
6931            - lib/Text/Wrap/wrap.t
6932           !> (integrate 41 files)
6933 ____________________________________________________________________________
6934 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
6935         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
6936              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6937              Date: Thu, 21 Jun 2001 13:04:54 -0500
6938              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
6939      Branch: perl
6940            ! ext/Cwd/Cwd.xs
6941 ____________________________________________________________________________
6942 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
6943         Log: Subject: [PATCH pod] overlong =item
6944              From: Robin Barker <rmb1@cise.npl.co.uk>
6945              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
6946              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
6947      Branch: perl
6948            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6949            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6950 ____________________________________________________________________________
6951 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
6952         Log: Subject: [PATCH perlio.c] format 
6953              From: Robin Barker <rmb1@cise.npl.co.uk>
6954              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
6955              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
6956      Branch: perl
6957            ! perlio.c
6958 ____________________________________________________________________________
6959 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
6960         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
6961              From: Radu Greab <radu@netsoft.ro>
6962              Date: Thu, 21 Jun 2001 19:06:02 +0300
6963              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
6964      Branch: perl
6965            ! pod/perlapi.pod sv.c
6966 ____________________________________________________________________________
6967 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
6968         Log: The metaconfig unit changes for #10788.
6969      Branch: metaconfig/U/perl
6970            ! Cross.U fflushall.U
6971 ____________________________________________________________________________
6972 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
6973         Log: Cross-configuration changes: make $from to rm the files
6974              before copying them over (this means that he rm can be
6975              removed from the fflushall test), create $targetmkdir      
6976              (not documented in install since it is supposed to internal
6977              use only), make $run to copy over the executable only if
6978              a stamp file .xok doesn't already exist (to avoid unnecessary
6979              copying of the executable)
6980      Branch: perl
6981            ! Configure Makefile.SH
6982 ____________________________________________________________________________
6983 [ 10787] By: nick                                  on 2001/06/21  14:16:18
6984         Log: Integrate mainline
6985      Branch: perlio
6986           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
6987           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
6988           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
6989            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
6990           !> (integrate 34 files)
6991 ____________________________________________________________________________
6992 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
6993         Log: Re-add the files as text.
6994      Branch: perl
6995            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
6996 ____________________________________________________________________________
6997 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
6998         Log: Delete the binary files.
6999      Branch: perl
7000            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
7001 ____________________________________________________________________________
7002 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
7003         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
7004              From: Andy Dougherty <doughera@lafayette.edu>
7005              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
7006              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
7007      Branch: perl
7008            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
7009            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
7010            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
7011            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
7012 ____________________________________________________________________________
7013 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
7014         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
7015              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
7016              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
7017              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
7018              
7019              Setting umask to something friendlier.
7020      Branch: perl
7021            ! installman installperl
7022 ____________________________________________________________________________
7023 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
7024         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
7025              Resort MANIFEST with sort -f, looks much better.
7026      Branch: perl
7027            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
7028            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
7029            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
7030            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7031            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
7032            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
7033            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
7034            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
7035            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
7036            - lib/File/Glob/case.t lib/File/Glob/global.t
7037            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
7038            - lib/File/Temp/posix.t lib/File/Temp/security.t
7039            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
7040            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
7041            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
7042            - lib/Text/Wrap/wrap.t
7043            ! MANIFEST
7044 ____________________________________________________________________________
7045 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
7046         Log: Upgrade to I18N::LangTags 0.25.
7047      Branch: perl
7048            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7049            ! lib/I18N/LangTags/List.pm
7050 ____________________________________________________________________________
7051 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
7052         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
7053              From: Richard Soderberg <rs@crystalflame.net>
7054              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
7055              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
7056      Branch: perl
7057            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
7058            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
7059 ____________________________________________________________________________
7060 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
7061         Log: Test obsoleted by change #10777.
7062      Branch: perl
7063            ! t/op/sub_lval.t
7064 ____________________________________________________________________________
7065 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
7066         Log: Case of confused test numbering.
7067      Branch: perl
7068            ! t/op/pat.t
7069 ____________________________________________________________________________
7070 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
7071         Log: Subject: Re: Opinion on undef lvalue
7072              From: Abhijit Menon-Sen <ams@wiw.org>
7073              Date: Sun, 17 Jun 2001 13:04:46 +0530
7074              Message-ID: <20010617130446.B27925@lustre.linux.in>
7075              
7076              Allow lvalue subs to return undef in array context.
7077      Branch: perl
7078            ! pp_hot.c
7079 ____________________________________________________________________________
7080 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
7081         Log: Just a guess that using the same hack for cygwin as
7082              for win32 might help.
7083      Branch: perl
7084            ! lib/File/Find/find.t
7085 ____________________________________________________________________________
7086 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
7087         Log: NetWare tweaks from Guruprasad.
7088      Branch: perl
7089            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
7090            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
7091            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
7092            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
7093 ____________________________________________________________________________
7094 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
7095         Log: Subject: Re: perl@10722: Bogus warnings on REs 
7096              From: Hugo <hv@crypt.compulink.co.uk>
7097              Date: Thu, 21 Jun 2001 09:51:17 +0100
7098              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
7099              
7100              Unroll to avoid a UTS compiler bug.
7101      Branch: perl
7102            ! regcomp.c
7103 ____________________________________________________________________________
7104 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
7105         Log: Subject: Re: [PATCH] Make /o work under i?threads
7106              From: Artur Bergman <artur@contiller.se>
7107              Date: Thu, 21 Jun 2001 14:38:03 +0200
7108              Message-ID: <B757B74A.184D%artur@contiller.se>
7109      Branch: perl
7110            ! t/op/pat.t
7111 ____________________________________________________________________________
7112 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
7113         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
7114              From: Artur Bergman <artur@contiller.se> 
7115              Date: Thu, 21 Jun 2001 14:27:33 +0200
7116              Message-ID: <B757B4D4.1849%artur@contiller.se>
7117              
7118              Plus extra parentheses.
7119      Branch: perl
7120            ! op.h
7121 ____________________________________________________________________________
7122 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
7123         Log: Subject: [PATCH] Make /o work under i?threads
7124              From: Richard Soderberg <rs@crystalflame.net>
7125              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
7126              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
7127      Branch: perl
7128            ! pp_ctl.c
7129 ____________________________________________________________________________
7130 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
7131         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
7132              From: Artur Bergman <artur@contiller.se>
7133              Date: Thu, 21 Jun 2001 14:04:54 +0200
7134              Message-ID: <B757AF86.1842%artur@contiller.se>
7135      Branch: perl
7136            ! op.h
7137 ____________________________________________________________________________
7138 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
7139         Log: Subject: Re: perl@10765: sv.c not OK on win32
7140              From: Artur Bergman <artur@contiller.se>
7141              Date: Thu, 21 Jun 2001 10:31:06 +0200
7142              Message-ID: <B7577D69.182C%artur@contiller.se>
7143      Branch: perl
7144            ! sv.c
7145 ____________________________________________________________________________
7146 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
7147         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
7148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7149              Date: Thu, 21 Jun 2001 06:23:56 -0400
7150              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
7151              
7152              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
7153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7154              Date: Thu, 21 Jun 2001 06:32:21 -0400
7155              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
7156      Branch: perl
7157            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
7158 ____________________________________________________________________________
7159 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
7160         Log: Subject: [PATCH] make syslog test more verbose
7161              From: Robert Spier <rspier@pobox.com>
7162              Date: Thu, 21 Jun 2001 00:54:32 -0400
7163              Message-ID: <15153.32264.295807.333073@rls.cx>
7164      Branch: perl
7165            ! ext/Sys/Syslog/syslog.t
7166 ____________________________________________________________________________
7167 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
7168         Log: Subject: op/study.t refinements
7169              From: Hugo <hv@crypt.compulink.co.uk>
7170              Date: Thu, 21 Jun 2001 00:29:07 +0100
7171              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
7172      Branch: perl
7173            ! t/op/study.t
7174 ____________________________________________________________________________
7175 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
7176         Log: Update Changes.
7177      Branch: perl
7178            ! Changes patchlevel.h
7179 ____________________________________________________________________________
7180 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
7181         Log: Subject: Re: [PATCH] djgpp updates
7182              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
7183              Date: Wed, 20 Jun 2001 10:05:15 +0200
7184              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
7185      Branch: perl
7186            ! djgpp/config.over
7187 ____________________________________________________________________________
7188 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
7189         Log: Fix for ID 20010619.002 "When building hash, hash keys that
7190              are function calls are not being called", from Abhijit.
7191      Branch: perl
7192            ! t/base/lex.t toke.c
7193 ____________________________________________________________________________
7194 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
7195         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
7196      Branch: perl
7197            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
7198            + lib/Locale/Maketext/test.pl
7199            - lib/Locale/Maketext.t
7200            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7201            ! lib/Locale/Maketext/TPJ13.pod
7202 ____________________________________________________________________________
7203 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
7204         Log: Metaconfig unit change for #10760.
7205      Branch: metaconfig
7206            ! U/modified/Cppsym.U
7207 ____________________________________________________________________________
7208 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
7209         Log: Do not remove the ccsym* Cppsym* files since
7210              they are useful for metaconfig units coming after us.
7211              (This is the Configure nit mentioned in #10752.)
7212      Branch: perl
7213            ! Configure
7214 ____________________________________________________________________________
7215 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
7216         Log: Update to I18N::LangTags 0.24, from Sean Burke.
7217      Branch: perl
7218            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
7219            + lib/I18N/LangTags/README
7220            - lib/I18N/LangTags/List.pod
7221            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
7222 ____________________________________________________________________________
7223 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
7224         Log: Regen headers.
7225      Branch: perl
7226            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
7227            ! pod/perlapi.pod proto.h
7228 ____________________________________________________________________________
7229 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
7230         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
7231              From: Artur Bergman <artur@contiller.se>
7232              Date: Wed, 20 Jun 2001 11:31:32 +0200
7233              Message-ID: <B7563A14.17D8%artur@contiller.se>
7234      Branch: perl
7235            ! embed.pl hv.c intrpvar.h sv.c sv.h
7236 ____________________________________________________________________________
7237 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
7238         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
7239              From: Tim Sweetman <tim@aldigital.co.uk> 
7240              Date: Wed, 13 Jun 2001 14:25:17 +0100 
7241              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
7242      Branch: perl
7243            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
7244 ____________________________________________________________________________
7245 [ 10755] By: nick                                  on 2001/06/20  16:12:37
7246         Log: Integrate mainline
7247      Branch: perlio
7248           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
7249           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
7250           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
7251           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
7252           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
7253           !> t/op/study.t util.c
7254 ____________________________________________________________________________
7255 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
7256         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
7257              but not Makefile)
7258      Branch: maint-5.6/perl
7259            ! win32/Makefile
7260 ____________________________________________________________________________
7261 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
7262         Log: Security tweak on readlink().
7263      Branch: perl
7264            ! pp_sys.c
7265 ____________________________________________________________________________
7266 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
7267         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
7268      Branch: perl
7269            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
7270            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
7271            ! mpeix/relink t/op/pwent.t
7272 ____________________________________________________________________________
7273 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
7274         Log: Reinstate #10725 (with probe for alarm()).
7275      Branch: perl
7276            ! t/op/study.t
7277 ____________________________________________________________________________
7278 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
7279         Log: Replace our implementation of realpath() with OpenBSD's
7280              (src/lib/libc/stdlib/realpath.c 1.4).
7281      Branch: perl
7282            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
7283            ! pod/perldiag.pod proto.h util.c
7284 ____________________________________________________________________________
7285 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
7286         Log: Integrate perlio.
7287      Branch: perl
7288           !> perlio.c
7289 ____________________________________________________________________________
7290 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
7291         Log: No point in going into memory-saving contortions
7292              with getcwd() since there's a danger of buffer overflow.
7293              Also make the POSIX extension to use sv_getcwd().
7294              Finally, a missed proto.h fragment.
7295      Branch: perl
7296            ! ext/POSIX/POSIX.xs proto.h util.c
7297 ____________________________________________________________________________
7298 [ 10747] By: nick                                  on 2001/06/20  12:38:26
7299         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
7300      Branch: perlio
7301            ! perlio.c
7302 ____________________________________________________________________________
7303 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
7304         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
7305              From: Graham Barr <gbarr@pobox.com>
7306              Date: Wed, 20 Jun 2001 11:05:49 +0100
7307              Message-ID: <20010620110549.I19188@pobox.com>
7308              
7309              reported in        
7310              
7311              Subject: Bug in IO::Socket::INET module (repeat)
7312              From: "Harmon S. Nine" <hnine@netarx.com>
7313              Date: Tue, 19 Jun 2001 09:41:35 -0400
7314              Message-ID: <3B2F568F.8080605@netarx.com>
7315              
7316              The bug was that the IO::Socket::INET constructor
7317              did not allow a 'LocalPort' of 0.
7318      Branch: perl
7319            ! ext/IO/lib/IO/Socket/INET.pm
7320 ____________________________________________________________________________
7321 [ 10745] By: nick                                  on 2001/06/20  08:56:39
7322         Log: Integrate mainline.
7323      Branch: perlio
7324           !> (integrate 37 files)
7325 ____________________________________________________________________________
7326 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
7327         Log: After some reading I don't think we can blindly
7328              use systems' realpath().  Too many security problems,
7329              too many buggy implementations.
7330              
7331              TODO: the realpath() emulation code in util.c doesn't
7332              seem fully operational?  (readlink(), for example?)
7333      Branch: perl
7334            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
7335            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
7336            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
7337            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
7338            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
7339            ! win32/config_H.gc win32/config_H.vc
7340 ____________________________________________________________________________
7341 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
7342         Log: Metaconfig unit change for #10738.
7343      Branch: metaconfig
7344            ! U/compline/d_gconvert.U
7345 ____________________________________________________________________________
7346 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
7347         Log: Integrate change #10739 from maintperl:
7348              
7349              C<eval "/x$\r\n/x"> fails to compile correctly 
7350      Branch: perl
7351           !> t/op/pat.t toke.c
7352 ____________________________________________________________________________
7353 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
7354         Log: Retract #10725 (Hugo asked NOT to apply the patch)
7355      Branch: perl
7356            ! t/op/study.t
7357 ____________________________________________________________________________
7358 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
7359         Log: The test.third results were funnily named because of the
7360              new test scheme.
7361      Branch: perl
7362            ! t/TEST
7363 ____________________________________________________________________________
7364 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
7365         Log: C<eval "/x$\r\n/x"> fails to compile correctly
7366      Branch: maint-5.6/perl
7367            ! t/op/pat.t toke.c
7368 ____________________________________________________________________________
7369 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
7370         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
7371              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7372              Date: Tue, 19 Jun 2001 19:15:40 -0400
7373              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
7374              
7375              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
7376              because "1e+129" being expected but "1.e+129" being returned.
7377              The culprit (at least in Tru64) is the use of gcvt().
7378      Branch: perl
7379            ! Configure
7380 ____________________________________________________________________________
7381 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
7382         Log: Subject: [PATCH perl@10722] test hunting on VMS
7383              From: "Craig A. Berry" <craigberry@mac.com>
7384              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
7385              Date: Tue, 19 Jun 2001 18:59:01 -0500
7386      Branch: perl
7387            ! vms/test.com
7388 ____________________________________________________________________________
7389 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
7390         Log: Subject: [PATCH] s/typos//
7391              From: Abhijit Menon-Sen <ams@wiw.org>
7392              Date: Wed, 20 Jun 2001 02:15:02 +0530
7393              Message-ID: <20010620021502.A14541@lustre.linux.in>
7394              
7395              Without the op.h s/bearword/bareword/ hunk, see
7396              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
7397      Branch: perl
7398            ! util.c
7399 ____________________________________________________________________________
7400 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
7401         Log: Metaconfig unit change for #10732 and #10733.
7402      Branch: metaconfig/U/perl
7403            ! fflushall.U
7404 ____________________________________________________________________________
7405 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
7406         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
7407              From: "Craig A. Berry" <craigberry@mac.com>
7408              Date: Tue, 19 Jun 2001 17:19:48 -0500
7409              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
7410      Branch: perl
7411            ! configure.com vms/descrip_mms.template
7412 ____________________________________________________________________________
7413 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
7414         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
7415              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7416              Date: Tue, 19 Jun 2001 16:48:07 -0400
7417              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
7418              
7419              Further fixes to fflush(NULL) detection.
7420      Branch: perl
7421            ! Configure
7422 ____________________________________________________________________________
7423 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
7424         Log: AIX test -s hangs with non-existent files?
7425              (A genuine logic bug in Configure, but AIX also broken?)
7426      Branch: perl
7427            ! Configure
7428 ____________________________________________________________________________
7429 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
7430         Log: AUTHORS updates.
7431      Branch: perl
7432            ! AUTHORS
7433 ____________________________________________________________________________
7434 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
7435         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
7436              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7437              Date: Tue, 19 Jun 2001 15:33:25 -0400
7438              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
7439      Branch: perl
7440            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
7441            ! t/lib/warnings/pp
7442 ____________________________________________________________________________
7443 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
7444         Log: Integrate perlio.
7445      Branch: perl
7446           !> lib/File/Find/find.t win32/distclean.bat
7447 ____________________________________________________________________________
7448 [ 10728] By: nick                                  on 2001/06/19  18:24:53
7449         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
7450      Branch: perlio
7451            ! lib/File/Find/find.t win32/distclean.bat
7452 ____________________________________________________________________________
7453 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
7454         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
7455              also add information how to find out whether one has PerlIO.
7456      Branch: perl
7457            ! pod/perlfunc.pod
7458 ____________________________________________________________________________
7459 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
7460         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
7461              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7462              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
7463              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
7464      Branch: perl
7465            ! pod/perlfunc.pod
7466 ____________________________________________________________________________
7467 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
7468         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
7469              From: Hugo <hv@crypt.compulink.co.uk>
7470              Date: Tue, 19 Jun 2001 12:37:30 +0100
7471              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
7472      Branch: perl
7473            ! t/op/study.t
7474 ____________________________________________________________________________
7475 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
7476         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
7477              From: Hugo <hv@crypt.compulink.co.uk>
7478              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
7479              Date: Tue, 19 Jun 2001 13:15:17 +0100
7480      Branch: perl
7481            ! util.c
7482 ____________________________________________________________________________
7483 [ 10723] By: nick                                  on 2001/06/19  14:46:15
7484         Log: Integrate mainline
7485      Branch: perlio
7486           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
7487           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
7488           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
7489           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
7490           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
7491           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
7492            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7493            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7494            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7495            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7496            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7497            - ext/Thread/unsync4.t
7498           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
7499           !> djgpp/config.over djgpp/fixpmain
7500           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
7501           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
7502           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
7503 ____________________________________________________________________________
7504 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
7505         Log: Update Changes.
7506      Branch: perl
7507            ! Changes patchlevel.h
7508 ____________________________________________________________________________
7509 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
7510         Log: The existence shall be MANIFESted.
7511      Branch: perl
7512            ! MANIFEST
7513 ____________________________________________________________________________
7514 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
7515         Log: The old libnet.cfg is first searched from the current directory,
7516              only then from the module path.
7517      Branch: perl
7518            ! utils/libnetcfg.PL
7519 ____________________________________________________________________________
7520 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
7521         Log: NetWare tweaks from Guruprasad.
7522      Branch: perl
7523            ! NetWare/Makefile NetWare/config.wc
7524 ____________________________________________________________________________
7525 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
7526         Log: Subject: [PATCH] djgpp updates
7527              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
7528              Date: Tue, 19 Jun 2001 10:59:06 +0200
7529              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
7530      Branch: perl
7531            ! djgpp/config.over djgpp/fixpmain
7532 ____________________________________________________________________________
7533 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
7534         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
7535              From: Prymmer/Kahn <pvhp@best.com>
7536              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
7537              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
7538      Branch: perl
7539            ! win32/Makefile
7540 ____________________________________________________________________________
7541 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
7542         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
7543              to happen right after the inclusion of <inttypes.h>,
7544              from Edward Moy.
7545      Branch: perl
7546            ! handy.h perl.h
7547 ____________________________________________________________________________
7548 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
7549         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
7550              From: Doug MacEachern <dougm@covalent.net>
7551              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
7552              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
7553      Branch: perl
7554            ! ext/DynaLoader/DynaLoader_pm.PL
7555 ____________________________________________________________________________
7556 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
7557         Log: Revert #10656 for perfomance reasons but leave in the
7558              use of Hv*() macros -- in comments, so that grepping the
7559              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
7560              suggested by Sarathy, also by Abhijit.)
7561      Branch: perl
7562            ! hv.c
7563 ____________________________________________________________________________
7564 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
7565         Log: Subject: [patch] .s MakeMaker suffix
7566              From: Doug MacEachern <dougm@covalent.net>
7567              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
7568              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
7569      Branch: perl
7570            ! lib/ExtUtils/MM_Unix.pm
7571 ____________________________________________________________________________
7572 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
7573         Log: One test lost in the big shuffle restored.
7574      Branch: perl
7575            + ext/IPC/SysV/ipcsysv.t
7576            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
7577 ____________________________________________________________________________
7578 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
7579         Log: Rename the old non-standard threads tests so that
7580              they won't be invoked.
7581      Branch: perl
7582            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
7583            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
7584            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
7585            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
7586            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
7587            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
7588            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7589            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7590            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7591            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7592            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7593            - ext/Thread/unsync4.t
7594            ! MANIFEST
7595 ____________________________________________________________________________
7596 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
7597         Log: Integrate perlio.
7598      Branch: perl
7599           !> win32/config_sh.PL
7600 ____________________________________________________________________________
7601 [ 10709] By: nick                                  on 2001/06/19  08:18:18
7602         Log: Integrate mainline
7603      Branch: perlio
7604           +> (branch 40 files)
7605            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
7606            - lib/strict/subs lib/strict/vars lib/warnings/1global
7607            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
7608            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
7609            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
7610            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
7611            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
7612            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
7613            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
7614            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
7615            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
7616            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
7617            - lib/warnings/utf8 lib/warnings/util
7618           !> (integrate 57 files)
7619 ____________________________________________________________________________
7620 [ 10708] By: nick                                  on 2001/06/19  07:57:10
7621         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
7622      Branch: perlio
7623            ! win32/config_sh.PL
7624 ____________________________________________________________________________
7625 [ 10707] By: nick                                  on 2001/06/19  07:05:07
7626         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
7627      Branch: perl
7628            ! perly.c perly.y perly_c.diff vms/perly_c.vms
7629 ____________________________________________________________________________
7630 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
7631         Log: More perl572delta tweaks.
7632      Branch: perl
7633            ! pod/perl572delta.pod
7634 ____________________________________________________________________________
7635 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
7636         Log: Update perl572delta.
7637      Branch: perl
7638            ! pod/perl572delta.pod
7639 ____________________________________________________________________________
7640 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
7641         Log: VOS updates from Paul Green.
7642      Branch: perl
7643            ! vos/Changes vos/build.cm vos/perl.bind
7644 ____________________________________________________________________________
7645 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
7646         Log: Update the vos/config.*.* files.
7647      Branch: perl
7648            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7649            ! vos/config.ga.h
7650 ____________________________________________________________________________
7651 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
7652         Log: Add a makefile for more painless adding of symbols to the
7653              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
7654              takes care of the adding)
7655      Branch: perl
7656            + vos/Makefile
7657 ____________________________________________________________________________
7658 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
7659         Log: Make libnetcfg by default display the libnet configuration,
7660              -c to change, add -i for old config, document all options,
7661              regen toc.
7662      Branch: perl
7663            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
7664 ____________________________________________________________________________
7665 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
7666         Log: gcc -Wall sweep.
7667      Branch: perl
7668            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
7669 ____________________________________________________________________________
7670 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
7671         Log: So there.
7672      Branch: perl
7673            ! universal.c
7674 ____________________________________________________________________________
7675 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
7676         Log: Document the need for sv_printify().
7677              
7678              Document that 'use utf8' has been considered.
7679              
7680              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
7681      Branch: perl
7682            ! pod/perltodo.pod universal.c
7683 ____________________________________________________________________________
7684 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
7685         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
7686              From: Nicholas Clark <nick@ccl4.org>
7687              Date: Mon, 18 Jun 2001 23:29:23 +0100
7688              Message-ID: <20010618232923.I98663@plum.flirble.org>
7689      Branch: perl
7690            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
7691            ! ext/Sys/Syslog/Makefile.PL
7692 ____________________________________________________________________________
7693 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
7694         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
7695              From: Scott.L.Miller@Compaq.com
7696              Date: Mon, 18 Jun 2001 10:12:27 -0500
7697              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
7698      Branch: perl
7699            ! lib/perl5db.pl pod/perldebug.pod
7700 ____________________________________________________________________________
7701 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
7702         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
7703              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7704              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
7705              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
7706      Branch: perl
7707            ! lib/Carp/Heavy.pm
7708 ____________________________________________________________________________
7709 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
7710         Log: Subject: [PATCH] Documentation changes for CLONE
7711              From: Artur Bergman <artur@contiller.se>
7712              Date: Mon, 18 Jun 2001 22:06:37 +0200
7713              Message-ID: <B7542BEC.1719%artur@contiller.se>
7714      Branch: perl
7715            ! pod/perlmod.pod pod/perlsub.pod
7716 ____________________________________________________________________________
7717 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
7718         Log: Subject: Re: configure.com
7719              From: "Craig A. Berry" <craigberry@mac.com>
7720              Date: Mon, 18 Jun 2001 16:04:38 -0500
7721              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
7722      Branch: perl
7723            ! configure.com
7724 ____________________________________________________________________________
7725 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
7726         Log: Subject: PL_nullstash + perl_clone()
7727              From: Doug MacEachern <dougm@covalent.net>
7728              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
7729              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
7730      Branch: perl
7731            ! sv.c
7732 ____________________________________________________________________________
7733 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
7734         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
7735              From: davem@fdgroup.co.uk
7736              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
7737              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
7738      Branch: perl
7739            ! embed.pl pod/perlapi.pod
7740 ____________________________________________________________________________
7741 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
7742         Log: More cross-compilation defaults gleaned from -Dcc
7743              if it is CPU-OS-gcc.
7744      Branch: metaconfig
7745            ! U/modified/libc.U
7746      Branch: metaconfig/U/perl
7747            ! Cross.U
7748      Branch: perl
7749            ! Configure INSTALL
7750 ____________________________________________________________________________
7751 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
7752         Log: Update Changes.
7753      Branch: perl
7754            ! Changes patchlevel.h
7755 ____________________________________________________________________________
7756 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
7757         Log: Subject: [PATCH 5.7.1] sv.c documentation
7758              From: davem@fdgroup.co.uk
7759              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
7760              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
7761      Branch: perl
7762            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
7763            ! sv.c sv.h
7764 ____________________________________________________________________________
7765 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
7766         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
7767              From: "Jon Gunnip" <jongunnip@hotmail.com>
7768              Date: Sun, 17 Jun 2001 18:24:29 -0400
7769              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
7770      Branch: perl
7771            ! pod/perlvar.pod
7772 ____________________________________________________________________________
7773 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
7774         Log: Move the locale/strict/warnings helper files back
7775              under the t/lib; this way the amount of non-installabled
7776              stuff under lib/ stays smaller.
7777      Branch: perl
7778            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
7779            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
7780            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
7781            + t/lib/warnings/5nolint t/lib/warnings/6default
7782            + t/lib/warnings/7fatal t/lib/warnings/8signal
7783            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
7784            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
7785            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
7786            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
7787            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
7788            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
7789            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
7790            + t/lib/warnings/taint t/lib/warnings/toke
7791            + t/lib/warnings/universal t/lib/warnings/utf8
7792            + t/lib/warnings/util
7793            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
7794            - lib/strict/subs lib/strict/vars lib/warnings/1global
7795            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
7796            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
7797            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
7798            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
7799            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
7800            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
7801            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
7802            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
7803            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
7804            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
7805            - lib/warnings/utf8 lib/warnings/util
7806            ! MANIFEST installperl lib/locale.t lib/strict.t
7807 ____________________________________________________________________________
7808 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
7809         Log: Split off the pack/unpack code, from Nicholas Clark.
7810      Branch: perl
7811            + pp_pack.c
7812            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
7813            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
7814            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7815 ____________________________________________________________________________
7816 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
7817         Log: Guard the SysV IPC tests against being invoked in
7818              SysV-IPC-less places.
7819      Branch: perl
7820            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
7821 ____________________________________________________________________________
7822 [ 10683] By: nick                                  on 2001/06/18  12:24:42
7823         Log: Integrate mainline (new test scheme now ok on Linux).
7824      Branch: perlio
7825           +> lib/warnings.t
7826           !> dump.c sv.c
7827 ____________________________________________________________________________
7828 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
7829         Log: Add the locale.c and numeric.c to the microperl sources.
7830      Branch: perl
7831            ! Makefile.micro win32/Makefile
7832 ____________________________________________________________________________
7833 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
7834         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
7835              From: Abhijit Menon-Sen <ams@wiw.org>
7836              Date: Mon, 18 Jun 2001 14:23:44 +0530
7837              Message-ID: <20010618142344.A13136@lustre.linux.in>
7838      Branch: perl
7839            ! dump.c
7840 ____________________________________________________________________________
7841 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
7842         Log: Subject: Re: [PATCH] more anonymous stash cleanups
7843              From: Abhijit Menon-Sen <ams@wiw.org>
7844              Date: Mon, 18 Jun 2001 15:50:32 +0530
7845              Message-ID: <20010618155032.A13223@lustre.linux.in>
7846              
7847              Plus the comment left in as suggested by NI-S.
7848      Branch: perl
7849            ! sv.c
7850 ____________________________________________________________________________
7851 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
7852         Log: One missed file.
7853      Branch: perl
7854            + lib/warnings.t
7855 ____________________________________________________________________________
7856 [ 10678] By: nick                                  on 2001/06/18  08:05:29
7857         Log: Integrate mainline (part2 - the deletes)
7858      Branch: perlio
7859            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
7860            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
7861            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
7862            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
7863            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
7864            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
7865            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
7866            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
7867            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
7868            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
7869            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
7870 ____________________________________________________________________________
7871 [ 10677] By: nick                                  on 2001/06/18  08:04:44
7872         Log: Integrate mainline (part1)
7873      Branch: perlio
7874           +> (branch 376 files)
7875            - (delete 219 files)
7876           !> (integrate 151 files)
7877 ____________________________________________________________________________
7878 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
7879         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
7880              No doubt I made some mistakes like missed some files or
7881              misnamed some files.  The naming rules were more or less:
7882              (1) if the module is from CPAN, follows its ways, be it
7883              t/*.t or test.pl.
7884              (2) otherwise if there are multiple tests for a module
7885              put them in a t/
7886              (3) otherwise if there's only one test put it in Module.t
7887              (4) helper files go to module/ (locale, strict, warnings)
7888              (5) use longer filenames now that we can (but e.g. the
7889              compat-0.6.t and the Text::Balanced test files still
7890              were renamed to be more civil against the 8.3 people)
7891              installperl was updated appropriately not to install the
7892              *.t files or the help files from under lib.
7893              
7894              TODO: some helper files still remain under t/ that could
7895              follow their 'masters'.  UPDATE: On second thoughts, why
7896              should they.  They can continue to live under t/lib, and
7897              in fact the locale/strict/warnings helpers that were moved
7898              could be moved back.  This way the amount of non-installable
7899              stuff under lib/ stays smaller.
7900      Branch: perl
7901            + (add 253 files)
7902            - (delete 254 files)
7903            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
7904 ____________________________________________________________________________
7905 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
7906         Log: The warning no more comes from util.c, it comes from numeric.c.
7907      Branch: perl
7908            ! README.tru64
7909 ____________________________________________________________________________
7910 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
7911         Log: Subject: Re: anyone good at casting spells?
7912              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7913              Date: Sun, 17 Jun 2001 21:21:04 -0400
7914              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
7915      Branch: perl
7916            ! ext/POSIX/POSIX.xs hv.h
7917 ____________________________________________________________________________
7918 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
7919         Log: Protect the (original) thread tests against testing if no 5.005
7920              threads have been configured.
7921      Branch: perl
7922            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7923            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7924            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7925            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7926            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7927            ! ext/Thread/unsync4.t
7928 ____________________________________________________________________________
7929 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
7930         Log: Try the new test scanning scheme on Text::Abbrev.
7931      Branch: perl
7932            + lib/Text/Abbrev.t
7933            - lib/Text/Abbrev/t/abbrev.t
7934            ! MANIFEST
7935 ____________________________________________________________________________
7936 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
7937         Log: Change the scan policy of the *.t and test.pl files,
7938              now the *.t do not need to live in a t/ directory.
7939      Branch: perl
7940            ! t/TEST t/harness
7941 ____________________________________________________________________________
7942 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
7943         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
7944              From: Ilmari Karonen <iltzu@sci.fi>
7945              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
7946              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
7947      Branch: perl
7948            ! pod/perlfaq7.pod
7949 ____________________________________________________________________________
7950 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
7951         Log: Quench the warnings from Tru64; the HP-UX is still
7952              broken because it really, REALLY, doesn't like the
7953              HvARRAY() being lvalue:
7954              
7955              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
7956              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
7957      Branch: perl
7958            ! hv.c
7959 ____________________________________________________________________________
7960 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
7961         Log: Integrate change #10667 from maintperl:
7962              
7963              change#10449 broke the special-case that makes lexicals inside the
7964              eval"" within DB::DB() visible
7965      Branch: perl
7966           !> op.c
7967 ____________________________________________________________________________
7968 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
7969         Log: change#10449 broke the special-case that makes lexicals inside the
7970              eval"" within DB::DB() visible
7971      Branch: maint-5.6/perl
7972            ! op.c
7973 ____________________________________________________________________________
7974 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
7975         Log: Still spurious output; indent the code a bit.
7976              
7977              TODO1: separate the utility functions like MkDir
7978              into a helper script?
7979              
7980              TODO2: I see a lot of repetition in the filepath()
7981              and dirpath() calls.
7982      Branch: perl
7983            ! t/lib/filefind.t t/lib/findtaint.t
7984 ____________________________________________________________________________
7985 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
7986         Log: Regen modlib, toc.
7987      Branch: perl
7988            ! pod/perlmodlib.pod pod/perltoc.pod
7989 ____________________________________________________________________________
7990 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
7991         Log: Add libnetcfg to perlutil.
7992      Branch: perl
7993            ! pod/perlutil.pod
7994 ____________________________________________________________________________
7995 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
7996         Log: Initial integration of libnet-1.0703.
7997              The Configure script renamed as libnetcfg, will be
7998              installed along other utilities.
7999      Branch: perl
8000            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
8001            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
8002            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
8003            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
8004            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
8005            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
8006            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
8007            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
8008            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
8009            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
8010            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
8011            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
8012            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
8013            + utils/libnetcfg.PL
8014            ! MANIFEST utils.lst utils/Makefile
8015 ____________________________________________________________________________
8016 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
8017         Log: Less potentially test-harness-confusing output.
8018      Branch: perl
8019            ! lib/Memoize/t/expire_module_t.t
8020 ____________________________________________________________________________
8021 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
8022         Log: The final print annoys make test.
8023      Branch: perl
8024            ! t/lib/filefind.t t/lib/findtaint.t
8025 ____________________________________________________________________________
8026 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
8027         Log: Add an option for handling dangling symbolic links.
8028      Branch: perl
8029            ! lib/File/Find.pm t/lib/filefind.t
8030 ____________________________________________________________________________
8031 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
8032         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
8033              From: Thomas Wegner <wegner_thomas@yahoo.com>
8034              Date: Sun, 17 Jun 2001 14:43:11 +0200
8035              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
8036      Branch: perl
8037            + t/lib/findtaint.t
8038            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
8039 ____________________________________________________________________________
8040 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
8041         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
8042              From: Jonathan Stowe <gellyfish@gellyfish.com>
8043              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
8044              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
8045      Branch: perl
8046            ! lib/ExtUtils/MM_Unix.pm
8047 ____________________________________________________________________________
8048 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
8049         Log: Subject: [PATCH] more anonymous stash cleanups
8050              From: Abhijit Menon-Sen <ams@wiw.org>
8051              Date: Sun, 17 Jun 2001 11:44:06 +0530
8052              Message-ID: <20010617114406.A25203@lustre.linux.in>
8053      Branch: perl
8054            ! op.c
8055 ____________________________________________________________________________
8056 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
8057         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
8058              From: Abhijit Menon-Sen <ams@wiw.org>
8059              Date: Sun, 17 Jun 2001 08:02:59 +0530
8060              Message-ID: <20010617080259.A28776@lustre.linux.in>
8061              
8062              Subject: [PATCH #2/7] xhv_eiter
8063              From: Abhijit Menon-Sen <ams@wiw.org>
8064              Date: Sun, 17 Jun 2001 08:13:18 +0530
8065              Message-ID: <20010617081318.B28776@lustre.linux.in>
8066              
8067              Subject: [PATCH #3/7] xhv_fill
8068              From: Abhijit Menon-Sen <ams@wiw.org>
8069              Date: Sun, 17 Jun 2001 08:25:16 +0530
8070              Message-ID: <20010617082516.C28776@lustre.linux.in>
8071              
8072              Subject: [PATCH #4/7] xhv_keys
8073              From: Abhijit Menon-Sen <ams@wiw.org>
8074              Date: Sun, 17 Jun 2001 08:36:17 +0530
8075              Message-ID: <20010617083617.D28776@lustre.linux.in>
8076              
8077              Subject: [PATCH #5/7] xhv_max
8078              From: Abhijit Menon-Sen <ams@wiw.org>
8079              Date: Sun, 17 Jun 2001 08:39:48 +0530
8080              Message-ID: <20010617083948.E28776@lustre.linux.in>
8081              
8082              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
8083              From: Abhijit Menon-Sen <ams@wiw.org>
8084              Date: Sun, 17 Jun 2001 08:51:11 +0530
8085              Message-ID: <20010617085111.F28776@lustre.linux.in>
8086      Branch: perl
8087            ! hv.c
8088 ____________________________________________________________________________
8089 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
8090         Log: Update Changes.
8091      Branch: perl
8092            ! Changes patchlevel.h
8093 ____________________________________________________________________________
8094 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
8095         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
8096              From: Abhijit Menon-Sen <ams@wiw.org>
8097              Date: Sat, 16 Jun 2001 07:41:19 +0530
8098              Message-ID: <20010616074119.A24720@lustre.linux.in>
8099      Branch: perl
8100            ! hv.c perl.c vms/vmsish.h win32/win32.h
8101 ____________________________________________________________________________
8102 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
8103         Log: Document tests failing when threaded, since we now have more.
8104      Branch: perl
8105            ! pod/perl572delta.pod
8106 ____________________________________________________________________________
8107 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
8108         Log: -Wall cleanup.
8109      Branch: perl
8110            ! ext/Thread/Thread.xs
8111 ____________________________________________________________________________
8112 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
8113         Log: pthread_attr_setstacksize() isn't absolutely necessary
8114              to call, only iff THREAD_CREATE_NEEDS_STACK.
8115      Branch: perl
8116            ! ext/Thread/Thread.xs
8117 ____________________________________________________________________________
8118 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
8119         Log: -Wall strays.
8120      Branch: perl
8121            ! perl.c util.c
8122 ____________________________________________________________________________
8123 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
8124         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
8125              (and INT64_MIN) brokenness.
8126      Branch: perl
8127            ! hints/darwin.sh perl.h
8128 ____________________________________________________________________________
8129 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
8130         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
8131              From: Nicholas Clark <nick@ccl4.org>
8132              Date: Sun, 17 Jun 2001 00:16:05 +0100
8133              Message-ID: <20010617001605.V98663@plum.flirble.org>
8134      Branch: perl
8135            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
8136            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8137            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8138 ____________________________________________________________________________
8139 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
8140         Log: Add perlnetware to docs; regen toc; supply skeleton
8141              docs for some Memoize submodules.
8142      Branch: perl
8143            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
8144            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8145            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
8146            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
8147            ! win32/Makefile win32/makefile.mk
8148 ____________________________________________________________________________
8149 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
8150         Log: pod cleanup.
8151      Branch: perl
8152            ! README.netware
8153 ____________________________________________________________________________
8154 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
8155         Log: Integrate Memoize 0.64.  Few tweaks were required in
8156              the test scripts.  Note that the speed and expire*
8157              tests take several dozen seconds to run.
8158      Branch: perl
8159            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8160            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
8161            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8162            + lib/Memoize/README lib/Memoize/SDBM_File.pm
8163            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
8164            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
8165            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
8166            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8167            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
8168            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
8169            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
8170            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
8171            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
8172            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
8173            ! MANIFEST t/lib/1_compile.t
8174 ____________________________________________________________________________
8175 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
8176         Log: Document the cross-compilation options.
8177      Branch: perl
8178            ! Cross/README INSTALL
8179 ____________________________________________________________________________
8180 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
8181         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
8182      Branch: perl
8183            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
8184            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
8185            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
8186            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
8187            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
8188            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
8189            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
8190            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
8191            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
8192            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
8193            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
8194            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
8195            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
8196            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
8197            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
8198            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
8199            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
8200            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
8201            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
8202            + lib/ExtUtils/MM_NW5.pm
8203            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
8204            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
8205            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
8206            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
8207            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
8208            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
8209            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
8210            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
8211            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
8212            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
8213            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
8214            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
8215            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
8216            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
8217            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
8218            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
8219            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
8220            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
8221            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
8222            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
8223            ! util.h x2p/a2py.c
8224 ____________________________________________________________________________
8225 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
8226         Log: Resort MANIFEST.
8227      Branch: perl
8228            ! MANIFEST
8229 ____________________________________________________________________________
8230 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
8231         Log: Integrate perlio.
8232      Branch: perl
8233           +> win32/win32io.c
8234           !> MANIFEST perlio.c perliol.h win32/makefile.mk
8235 ____________________________________________________________________________
8236 [ 10640] By: nick                                  on 2001/06/16  18:38:31
8237         Log: Disable :win32 layer as default till I get it working
8238      Branch: perlio
8239            ! MANIFEST perlio.c
8240 ____________________________________________________________________________
8241 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
8242         Log: Try the new scheme by moving the Text::Abbrev test
8243              to a new place under lib.
8244      Branch: perl
8245            + lib/Text/Abbrev/t/abbrev.t
8246            - t/lib/abbrev.t
8247            ! MANIFEST
8248 ____________________________________________________________________________
8249 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
8250         Log: Make the code even more dynamical so that testname
8251              suffix length can change.
8252      Branch: perl
8253            ! lib/Test/Harness.pm t/TEST
8254 ____________________________________________________________________________
8255 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
8256         Log: Allow for deeper t/ and also a single test.pl.
8257      Branch: perl
8258            ! t/TEST t/harness
8259 ____________________________________________________________________________
8260 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
8261         Log: #define fix from Nicholas Clark.
8262      Branch: perl
8263            ! ext/POSIX/POSIX.xs
8264 ____________________________________________________________________________
8265 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
8266         Log: Initialization is nice.
8267      Branch: perl
8268            ! lib/Test/Harness.pm
8269 ____________________________________________________________________________
8270 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
8271         Log: Make t/TEST and t/harness to test also the t/ tests
8272              under the main lib/ and ext/ directories.  Fix Test::Harness
8273              to dynamically change the width of its "foo/bar....ok" output.
8274      Branch: perl
8275            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
8276 ____________________________________________________________________________
8277 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
8278         Log: Subject: [PATCH] Re: perl@10611 
8279              From: Nicholas Clark <nick@ccl4.org>
8280              Date: Sat, 16 Jun 2001 16:52:47 +0100
8281              Message-ID: <20010616165247.O98663@plum.flirble.org>
8282              
8283              The .xs parts, too.
8284      Branch: perl
8285            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
8286            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
8287 ____________________________________________________________________________
8288 [ 10632] By: nick                                  on 2001/06/16  16:44:35
8289         Log: Work-in-progress win32 layer semi-functional, checking 
8290              for UNIX breakage.
8291      Branch: perlio
8292            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
8293 ____________________________________________________________________________
8294 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
8295         Log: Subject: [PATCH] Re: perl@10611 
8296              From: Nicholas Clark <nick@ccl4.org>
8297              Date: Sat, 16 Jun 2001 16:52:47 +0100
8298              Message-ID: <20010616165247.O98663@plum.flirble.org>
8299      Branch: perl
8300            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
8301            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
8302            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
8303            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
8304            ! lib/ExtUtils/Constant.pm
8305 ____________________________________________________________________________
8306 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
8307         Log: Metaconfig unit change for #10629.
8308      Branch: metaconfig
8309            ! U/modified/Finish.U
8310 ____________________________________________________________________________
8311 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
8312         Log: The extraction changed directories.
8313      Branch: perl
8314            ! Configure
8315 ____________________________________________________________________________
8316 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
8317         Log: Math::BigInt 1.35 from Tels.
8318      Branch: perl
8319            + t/lib/mbimbf.t
8320            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8321            ! t/lib/bigfltpm.t t/lib/bigintpm.t
8322 ____________________________________________________________________________
8323 [ 10627] By: nick                                  on 2001/06/16  14:54:52
8324         Log: Work in progress UNIX-side edit of win32 PerLIO layer
8325      Branch: perlio
8326            + win32/win32io.c
8327            ! perlio.c win32/makefile.mk
8328 ____________________________________________________________________________
8329 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
8330         Log: Subject: [PATCH 5.6.1] os2/diff-configure
8331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8332              Date: Fri, 15 Jun 2001 01:19:36 -0400
8333              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
8334              
8335              Empty all of it because I think #10624 made even the
8336              last patch hunk unnecessary.
8337      Branch: perl
8338            ! os2/diff.configure
8339 ____________________________________________________________________________
8340 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
8341         Log: Metaconfig unit change for 10624.
8342      Branch: metaconfig
8343            ! U/modified/libc.U
8344      Branch: perl
8345            ! config_h.SH
8346 ____________________________________________________________________________
8347 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
8348         Log: Move the initialization of libnames to the beginning so
8349              that can one 'seed' it (as OS/2 does.)
8350      Branch: perl
8351            ! Configure
8352 ____________________________________________________________________________
8353 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
8354         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
8355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8356              Date: Fri, 15 Jun 2001 19:10:57 -0400
8357              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
8358      Branch: perl
8359            ! os2/OS2/REXX/DLL/DLL.pm
8360 ____________________________________________________________________________
8361 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
8362         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
8363              From: "Craig A. Berry" <craigberry@mac.com>
8364              Date: Fri, 15 Jun 2001 17:00:03 -0500
8365              Message-Id: <a05101007b750342599be@[172.16.52.1]>
8366      Branch: perl
8367            ! vms/descrip_mms.template
8368 ____________________________________________________________________________
8369 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
8370         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
8371              From: "Craig A. Berry" <craigberry@mac.com>
8372              Date: Fri, 15 Jun 2001 18:39:42 -0500
8373              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
8374      Branch: perl
8375            ! lib/File/Spec/VMS.pm t/lib/extutils.t
8376 ____________________________________________________________________________
8377 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
8378         Log: Integrate perlio.
8379      Branch: perl
8380           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
8381           !> t/io/utf8.t t/lib/io_scalar.t
8382 ____________________________________________________________________________
8383 [ 10619] By: nick                                  on 2001/06/15  21:05:19
8384         Log: Generated files
8385      Branch: perlio
8386            ! embed.h proto.h
8387 ____________________________________________________________________________
8388 [ 10618] By: nick                                  on 2001/06/15  20:27:42
8389         Log: Fix open.pm to work via XS-implemented method calls rather
8390              than *open::layers variables which caused all the HV/AV hassle.
8391      Branch: perlio
8392            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
8393            ! t/lib/io_scalar.t
8394 ____________________________________________________________________________
8395 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
8396         Log: Integrate perlio.
8397      Branch: perl
8398           !> lib/ExtUtils/Constant.pm
8399 ____________________________________________________________________________
8400 [ 10616] By: nick                                  on 2001/06/15  18:46:47
8401         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
8402      Branch: perlio
8403            ! lib/ExtUtils/Constant.pm
8404 ____________________________________________________________________________
8405 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
8406         Log: Integrate perlio.
8407      Branch: perl
8408           !> ext/Socket/Socket.xs
8409 ____________________________________________________________________________
8410 [ 10614] By: nick                                  on 2001/06/15  18:33:37
8411         Log: MULTIPLICITY fix for Socket.xs
8412      Branch: perlio
8413            ! ext/Socket/Socket.xs
8414 ____________________________________________________________________________
8415 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
8416         Log: Subject: Re: perl@10611
8417              From: Doug MacEachern <dougm@covalent.net>
8418              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
8419              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
8420      Branch: perl
8421            ! ext/Socket/Socket.xs
8422 ____________________________________________________________________________
8423 [ 10612] By: nick                                  on 2001/06/15  16:14:38
8424         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
8425      Branch: perlio
8426           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8427           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
8428           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
8429           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
8430           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
8431           !> utils/h2ph.PL
8432 ____________________________________________________________________________
8433 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
8434         Log: Update Changes.
8435      Branch: perl
8436            ! Changes patchlevel.h
8437 ____________________________________________________________________________
8438 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
8439         Log: Upping the test count.
8440      Branch: perl
8441            ! t/lib/filefind.t
8442 ____________________________________________________________________________
8443 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
8444         Log: Integrate perlio.
8445      Branch: perl
8446           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8447 ____________________________________________________________________________
8448 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
8449         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
8450              From: andreas.koenig@anima.de (Andreas J. Koenig)
8451              Date: 15 Jun 2001 13:30:39 +0200
8452              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
8453              
8454              Record the grim history.
8455      Branch: perl
8456            ! lib/File/Find.pm
8457 ____________________________________________________________________________
8458 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
8459         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
8460              From: Brian McCauley <nobull@mail.com>
8461              Date: 15 Jun 2001 07:51:26 +0100
8462              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
8463      Branch: perl
8464            ! lib/File/Find.pm t/lib/filefind.t
8465 ____________________________________________________________________________
8466 [ 10606] By: nick                                  on 2001/06/15  14:00:08
8467         Log: regen_config_h for Win32.
8468      Branch: perlio
8469            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8470 ____________________________________________________________________________
8471 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
8472         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
8473              From: Peter Prymmer <pvhp@forte.com>
8474              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
8475              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
8476      Branch: perl
8477            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
8478 ____________________________________________________________________________
8479 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
8480         Log: Some filesystems require writability for rename/unlink.
8481      Branch: perl
8482            ! opcode.pl
8483 ____________________________________________________________________________
8484 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
8485         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
8486              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8487              Date: Fri, 15 Jun 2001 12:08:53 +0200
8488              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
8489      Branch: perl
8490            ! perlio.c
8491 ____________________________________________________________________________
8492 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
8493         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
8494              From: Mike Guy <mjtg@cam.ac.uk>
8495              Date: Fri, 15 Jun 2001 14:11:49 +0100
8496              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
8497      Branch: perl
8498            ! opcode.pl
8499 ____________________________________________________________________________
8500 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
8501         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
8502              From: Nicholas Clark <nick@ccl4.org>
8503              Date: Thu, 14 Jun 2001 23:52:56 +0100
8504              Message-ID: <20010614235256.G98663@plum.flirble.org>
8505      Branch: perl
8506            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
8507            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8508 ____________________________________________________________________________
8509 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
8510         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
8511              From: Russ Allbery <rra@stanford.edu>
8512              Date: 14 Jun 2001 13:24:43 -0700
8513              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
8514      Branch: perl
8515            ! ext/GDBM_File/GDBM_File.pm
8516 ____________________________________________________________________________
8517 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
8518         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
8519              From: Nicholas Clark <nick@ccl4.org>
8520              Date: Thu, 14 Jun 2001 20:37:47 +0100
8521              Message-ID: <20010614203747.F98663@plum.flirble.org>
8522      Branch: perl
8523            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8524            ! t/lib/gdbm.t
8525 ____________________________________________________________________________
8526 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
8527         Log: Integrate perlio.
8528      Branch: perl
8529           !> makedef.pl sv.c
8530 ____________________________________________________________________________
8531 [ 10597] By: nick                                  on 2001/06/15  11:08:13
8532         Log: Check that HVs with HvNAME() != NULL are really stashes before
8533              treating them as such. Also be more defensive on the GvCV.
8534              Win32 fork and dprof now working again. 
8535      Branch: perlio
8536            ! sv.c
8537 ____________________________________________________________________________
8538 [ 10596] By: nick                                  on 2001/06/15  10:11:20
8539         Log: Integrate mainline.
8540      Branch: perlio
8541           +> Cross/README
8542           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
8543           !> Porting/config_H config_h.SH configure.com epoc/config.sh
8544           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
8545           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8546           !> vos/config.ga.h win32/config.bc win32/config.gc
8547           !> win32/config.vc win32/config_H.bc win32/config_H.gc
8548           !> win32/config_H.vc
8549 ____________________________________________________________________________
8550 [ 10595] By: nick                                  on 2001/06/15  09:37:17
8551         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
8552              - Win32 (VC++) now builds but fails:
8553              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
8554              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
8555              write.t    - open(...,"|-") not implemented on Win32 
8556      Branch: perlio
8557            ! makedef.pl
8558 ____________________________________________________________________________
8559 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
8560         Log: Integrate perlio.
8561      Branch: perl
8562           !> perlio.c win32/makefile.mk
8563 ____________________________________________________________________________
8564 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
8565         Log: Metaconfig unit changes for #10592.
8566      Branch: metaconfig
8567            + U/modified/i_varhdr.U U/modified/startsh.U
8568            - U/a_dvisory/crosscompile.U U/target/Target.U
8569            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
8570            ! U/compline/bitpbyte.U U/compline/byteorder.U
8571            ! U/compline/ccflags.U U/compline/charsize.U
8572            ! U/compline/d_casti32.U U/compline/d_castneg.U
8573            ! U/compline/d_closedir.U U/compline/d_fd_set.U
8574            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
8575            ! U/compline/d_keepsig.U U/compline/d_open3.U
8576            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
8577            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
8578            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
8579            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
8580            ! U/compline/doublesize.U U/compline/floatsize.U
8581            ! U/compline/nblock_io.U U/compline/orderlib.U
8582            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
8583            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
8584            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
8585            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
8586            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
8587            ! U/modified/spitshell.U U/threads/archname.U
8588            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
8589            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
8590            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
8591            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
8592            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
8593      Branch: metaconfig/U/perl
8594            + Cross.U
8595            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
8596            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
8597            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
8598            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
8599            ! stdio_streams.U uselfs.U
8600 ____________________________________________________________________________
8601 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
8602         Log: The first steps towards cross-compilation.
8603              
8604              Abstract execution of compiled test executables with $run,
8605              and abstract transfer of files with $to and $from.
8606              
8607              Under cross-compilation the $run, $to, and $from will point
8608              to appropriate wrapper scripts, by default ssh and scp,
8609              but also rsh, rcp, and cp are supported.  If not
8610              cross-compiling, they will be set to '', ':', and ':',
8611              respectively.
8612              
8613              With these patches I was able to get Configure for
8614              iPAQ ARM Linux on an Intel Linux about 95% right
8615              (only a few tests failed to execute or they produced
8616              incorrect results), and I was able to compile
8617              a functional miniperl.
8618              
8619              The symbol crosscompile renamed to be usecrosscompile,
8620              the corresponding C symbol from CROSSCOMPILE to
8621              USE_CROSS_COMPILE.
8622      Branch: perl
8623            ! Configure Cross/README Makefile.SH Porting/Glossary
8624            ! Porting/config.sh Porting/config_H config_h.SH configure.com
8625            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
8626            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8627            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8628            ! win32/config.gc win32/config.vc win32/config_H.bc
8629            ! win32/config_H.gc win32/config_H.vc
8630 ____________________________________________________________________________
8631 [ 10591] By: nick                                  on 2001/06/14  20:00:12
8632         Log: Steps along the road toward Win32 building again.
8633      Branch: perlio
8634            ! perlio.c win32/makefile.mk
8635 ____________________________________________________________________________
8636 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
8637         Log: Integrate perlio.
8638      Branch: perl
8639           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8640 ____________________________________________________________________________
8641 [ 10589] By: nick                                  on 2001/06/14  13:54:07
8642         Log: Routine regen_config_h for Win32
8643      Branch: perlio
8644            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8645 ____________________________________________________________________________
8646 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
8647         Log: Integrate perlio.
8648      Branch: perl
8649           +> perlyline.pl
8650           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
8651 ____________________________________________________________________________
8652 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
8653         Log: A placeholder.
8654      Branch: perl
8655            + Cross/README
8656 ____________________________________________________________________________
8657 [ 10586] By: nick                                  on 2001/06/14  08:25:07
8658         Log: Add new step to run_byacc which:
8659              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
8660              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
8661      Branch: perlio
8662            + perlyline.pl
8663            ! MANIFEST Makefile.SH perly.c
8664 ____________________________________________________________________________
8665 [ 10585] By: nick                                  on 2001/06/14  08:22:29
8666         Log: Integrate mainline
8667      Branch: perlio
8668           +> locale.c numeric.c
8669           !> Changes cygwin/Makefile.SHs embed.h embed.pl
8670           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
8671           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
8672           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
8673           !> x2p/Makefile.SH
8674 ____________________________________________________________________________
8675 [ 10584] By: nick                                  on 2001/06/14  08:05:53
8676         Log: Hack to remove insecure directories from PATH so test will run.
8677      Branch: perlio
8678            ! t/lib/filefind.t
8679 ____________________________________________________________________________
8680 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
8681         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
8682      Branch: perl
8683            - t/lib/mbimbf.t
8684            ! MANIFEST
8685 ____________________________________________________________________________
8686 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
8687         Log: Detypo.
8688      Branch: perl
8689            ! x2p/Makefile.SH
8690 ____________________________________________________________________________
8691 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
8692         Log: de-$CONFIG continues.
8693      Branch: perl
8694            ! cygwin/Makefile.SHs x2p/Makefile.SH
8695 ____________________________________________________________________________
8696 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
8697         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
8698              From: Nicholas Clark <nick@ccl4.org>
8699              Date: Wed, 13 Jun 2001 21:20:13 +0100
8700              Message-ID: <20010613212013.D98663@plum.flirble.org>
8701      Branch: perl
8702            ! opcode.pl
8703 ____________________________________________________________________________
8704 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
8705         Log: Subject: splitting util.c
8706              From: Hugo <hv@crypt.compulink.co.uk>
8707              Date: Thu, 14 Jun 2001 00:41:08 +0100
8708              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
8709      Branch: perl
8710            + locale.c numeric.c
8711            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
8712            ! pod/perlapi.pod proto.h util.c
8713 ____________________________________________________________________________
8714 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
8715         Log: Upgrade to Math::BigInt 1.34 from Tels.
8716      Branch: perl
8717            + t/lib/mbimbf.t
8718            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8719            ! t/lib/bigfltpm.t t/lib/bigintpm.t
8720 ____________________________________________________________________________
8721 [ 10577] By: nick                                  on 2001/06/13  19:02:48
8722         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
8723      Branch: perlio
8724           !> (integrate 125 files)
8725 ____________________________________________________________________________
8726 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
8727         Log: Update Changes.
8728      Branch: perl
8729            ! Changes patchlevel.h
8730 ____________________________________________________________________________
8731 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
8732         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
8733              From: "Craig A. Berry" <craigberry@mac.com>
8734              Date: Wed, 13 Jun 2001 13:24:28 -0500
8735              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
8736      Branch: perl
8737            ! ext/re/Makefile.PL
8738 ____________________________________________________________________________
8739 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
8740         Log: Mc.u.c. for #10573.
8741      Branch: metaconfig
8742            ! U/threads/usethreads.U
8743 ____________________________________________________________________________
8744 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
8745         Log: It would be also be good if I could type.
8746      Branch: perl
8747            ! Configure
8748 ____________________________________________________________________________
8749 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
8750         Log: Metaconfig unit change for #10571.
8751      Branch: metaconfig
8752            ! U/threads/usethreads.U
8753 ____________________________________________________________________________
8754 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
8755         Log: A non-empty default is a good thing.
8756      Branch: perl
8757            ! Configure
8758 ____________________________________________________________________________
8759 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
8760         Log: Metaconfig unit change for #10569.
8761      Branch: metaconfig
8762            ! U/threads/usethreads.U
8763 ____________________________________________________________________________
8764 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
8765         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
8766              extremely experimental, not even prompted for.
8767      Branch: perl
8768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8769            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
8770            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8771            ! win32/config.bc win32/config.gc win32/config.vc
8772 ____________________________________________________________________________
8773 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
8774         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
8775      Branch: perl
8776            ! pod/perlfaq6.pod
8777 ____________________________________________________________________________
8778 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
8779         Log: Integrate perlio; conflicts, accept Nick's versions.
8780      Branch: perl
8781           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8782           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
8783 ____________________________________________________________________________
8784 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
8785         Log: Subject: Re: ext/ + -Wall
8786              From: Doug MacEachern <dougm@covalent.net>
8787              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
8788              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
8789      Branch: perl
8790            ! XSUB.h lib/ExtUtils/xsubpp perl.h
8791 ____________________________________________________________________________
8792 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
8793         Log: Similar logic as DB_File.xs, using the modern macros and
8794              defines them to older ones for older Perls where PERL_VERSION
8795              is not defined, from Doug MacEachern.
8796      Branch: perl
8797            ! ext/Storable/Storable.xs
8798 ____________________________________________________________________________
8799 [ 10564] By: nick                                  on 2001/06/13  15:22:01
8800         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
8801              and using that instead (name lookups are sequential search for now).
8802      Branch: perlio
8803            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8804            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
8805 ____________________________________________________________________________
8806 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
8807         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
8808              From: "Richard Soderberg" <rs@crystalflame.net>
8809              Date: Sat, 26 May 2001 06:44:20 -0700
8810              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
8811      Branch: perl
8812            ! sv.c t/op/glob.t
8813 ____________________________________________________________________________
8814 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
8815         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
8816              From: "Craig A. Berry" <craigberry@mac.com>
8817              Date: Tue, 12 Jun 2001 23:55:26 -0500
8818              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
8819      Branch: perl
8820            ! ext/re/Makefile.PL ext/re/re.xs
8821 ____________________________________________________________________________
8822 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
8823         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
8824              suggested by NI-S.
8825      Branch: perl
8826            ! XSUB.h malloc.c perl.h
8827 ____________________________________________________________________________
8828 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
8829         Log: Regen toc.
8830      Branch: perl
8831            ! pod/perltoc.pod
8832 ____________________________________________________________________________
8833 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
8834         Log: Subject: [patch] perl.gprof control
8835              From: Doug MacEachern <dougm@covalent.net>
8836              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
8837              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
8838      Branch: perl
8839            ! miniperlmain.c perl.h
8840 ____________________________________________________________________________
8841 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
8842         Log: Subject: Re: ext/ + -Wall
8843              From: Doug MacEachern <dougm@covalent.net>
8844              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
8845              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
8846              
8847              Document ax and break up dXSARGS.
8848      Branch: perl
8849            ! XSUB.h pod/perlapi.pod
8850 ____________________________________________________________________________
8851 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
8852         Log: More AIX tweakage from Merijn.
8853      Branch: perl
8854            ! hints/aix.sh
8855 ____________________________________________________________________________
8856 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
8857         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
8858              From: "Craig A. Berry" <craigberry@mac.com>
8859              Date: Tue, 12 Jun 2001 22:57:45 -0500
8860              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
8861      Branch: perl
8862            ! vms/descrip_mms.template
8863 ____________________________________________________________________________
8864 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
8865         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
8866              From: "Craig A. Berry" <craigberry@mac.com>
8867              Date: Tue, 12 Jun 2001 22:21:39 -0500
8868              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
8869      Branch: perl
8870            ! configure.com util.c
8871 ____________________________________________________________________________
8872 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
8873         Log: New AIX dynaloading code from Jens-Uwe Mager.
8874              Does break binary compatibility.
8875      Branch: perl
8876            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
8877 ____________________________________________________________________________
8878 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
8879         Log: VMS DEC C compiler found nits by Peter Prymmer.
8880      Branch: perl
8881            ! util.c
8882 ____________________________________________________________________________
8883 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
8884         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
8885              From: Peter Prymmer <pvhp@forte.com>
8886              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
8887              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
8888      Branch: perl
8889            ! t/lib/filecomp.t
8890 ____________________________________________________________________________
8891 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
8892         Log: I wonder how many $CONFIGs still lurk in the shadows.
8893      Branch: perl
8894            ! pod/Makefile.SH x2p/cflags.SH
8895 ____________________________________________________________________________
8896 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
8897         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
8898      Branch: perl
8899            ! pod/checkpods.PL
8900 ____________________________________________________________________________
8901 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
8902         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
8903      Branch: perl
8904            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
8905 ____________________________________________________________________________
8906 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
8907         Log: Subject: [patch] rid local_patches warnings
8908              From: Doug MacEachern <dougm@covalent.net>
8909              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
8910              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
8911      Branch: perl
8912            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
8913 ____________________________________________________________________________
8914 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
8915         Log: Subject: Re: ext/ + -Wall
8916              From: Doug MacEachern <dougm@covalent.net>
8917              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
8918              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
8919      Branch: perl
8920            ! ext/attrs/attrs.xs
8921 ____________________________________________________________________________
8922 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
8923         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
8924              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8925              Date: Tue, 12 Jun 2001 14:36:20 -0400
8926              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
8927      Branch: perl
8928            ! pod/perlretut.pod
8929 ____________________________________________________________________________
8930 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
8931         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
8932              From: Mike Guy <mjtg@cam.ac.uk>
8933              Date: Tue, 12 Jun 2001 19:10:31 +0100
8934              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
8935              
8936              Subject: Re: [ID 20010612.001] out of memory during regex compilation
8937              From: Mike Guy <mjtg@cam.ac.uk>
8938              Date: Tue, 12 Jun 2001 19:21:01 +0100
8939              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
8940      Branch: perl
8941            ! pod/perlop.pod
8942 ____________________________________________________________________________
8943 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
8944         Log: AIX tweaks from Merijn H. Brand.
8945      Branch: perl
8946            ! hints/aix.sh
8947 ____________________________________________________________________________
8948 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
8949         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
8950              From: "Brendan O'Dea" <bod@compusol.com.au>
8951              Date: Wed, 13 Jun 2001 05:16:47 +1000
8952              Message-ID: <20010613051647.A8945@compusol.com.au>
8953      Branch: maint-5.6/perl
8954            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8955 ____________________________________________________________________________
8956 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
8957         Log: Subject: Small bcopy cleanup
8958              From: Andy Dougherty <doughera@lafayette.edu>
8959              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
8960              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
8961      Branch: perl
8962            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
8963 ____________________________________________________________________________
8964 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
8965         Log: Subject: [PATCH] Re: ext/ + -Wall
8966              From: Nicholas Clark <nick@ccl4.org>
8967              Date: Wed, 13 Jun 2001 00:04:30 +0100
8968              Message-ID: <20010613000430.M5901@plum.flirble.org>
8969      Branch: perl
8970            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8971 ____________________________________________________________________________
8972 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
8973         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
8974              From: Nicholas Clark <nick@ccl4.org>
8975              Date: Tue, 12 Jun 2001 23:53:07 +0100
8976              Message-ID: <20010612235307.L5901@plum.flirble.org>
8977      Branch: perl
8978            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8979 ____________________________________________________________________________
8980 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
8981         Log: MPE/iX tweaks from Mark Bixby.
8982      Branch: perl
8983            ! hints/mpeix.sh mpeix/mpeixish.h util.c
8984 ____________________________________________________________________________
8985 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
8986         Log: Update Changes.
8987      Branch: perl
8988            ! Changes patchlevel.h
8989 ____________________________________________________________________________
8990 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
8991         Log: One less -Wall whine (found under DEBUGGING).
8992      Branch: perl
8993            ! x2p/Makefile.SH x2p/a2p.c
8994 ____________________________________________________________________________
8995 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
8996         Log: s/case-independent/case-insensitive/g
8997      Branch: perl
8998            ! pod/perldebug.pod
8999 ____________________________________________________________________________
9000 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
9001         Log: As suggested in    
9002              
9003              Subject: Re: ext/ + -Wall
9004              From: Gurusamy Sarathy <gsar@ActiveState.com>
9005              Date: Mon, 11 Jun 2001 23:34:31 -0700
9006              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
9007      Branch: perl
9008            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
9009            ! perl.h
9010 ____________________________________________________________________________
9011 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
9012         Log: Subject: ext/ + -Wall
9013              From: Doug MacEachern <dougm@covalent.net>
9014              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
9015              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
9016      Branch: perl
9017            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
9018            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
9019            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
9020            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
9021            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
9022            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
9023            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
9024            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
9025            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
9026            ! lib/ExtUtils/xsubpp
9027 ____________________________________________________________________________
9028 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
9029         Log: Subject: [PATCH] anonymous stashes
9030              From: Abhijit Menon-Sen <ams@wiw.org>
9031              Date: Tue, 12 Jun 2001 12:47:04 +0530
9032              Message-ID: <20010612124704.A29029@lustre.linux.in>
9033      Branch: perl
9034            ! dump.c gv.c sv.c xsutils.c
9035 ____________________________________________________________________________
9036 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
9037         Log: One more test for $^S.
9038      Branch: perl
9039            ! t/op/magic.t
9040 ____________________________________________________________________________
9041 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
9042         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
9043              From: Abhijit Menon-Sen <ams@wiw.org>
9044              Date: Tue, 12 Jun 2001 17:35:55 +0530
9045              Message-ID: <20010612173555.A32426@lustre.linux.in>
9046      Branch: perl
9047            ! mg.c t/op/magic.t
9048 ____________________________________________________________________________
9049 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
9050         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
9051              From: Mike Guy <mjtg@cam.ac.uk>
9052              Date: Tue, 12 Jun 2001 13:14:15 +0100
9053              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
9054      Branch: perl
9055            ! pod/perlop.pod
9056 ____________________________________________________________________________
9057 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
9058         Log: AUTHORS updates.
9059      Branch: perl
9060            ! AUTHORS
9061 ____________________________________________________________________________
9062 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
9063         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
9064              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
9065              Content-Transfer-Encoding: 7bit
9066              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
9067      Branch: perl
9068            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
9069 ____________________________________________________________________________
9070 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
9071         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
9072              From: "Philip Newton" <Philip.Newton@gmx.net>
9073              Date: Mon, 11 Jun 2001 07:08:03 +0200
9074              Message-Id: <200106120802.LAA08992@taas.iki.fi>
9075      Branch: perl
9076            ! t/base/term.t
9077 ____________________________________________________________________________
9078 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
9079         Log: Cleanup the a2p.c for -Wall.
9080      Branch: perl
9081            ! x2p/Makefile.SH x2p/a2p.c
9082 ____________________________________________________________________________
9083 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
9084         Log: File::Find update for MacOS from Chris Nandor.
9085      Branch: perl
9086            ! lib/File/Find.pm t/lib/filefind.t
9087 ____________________________________________________________________________
9088 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
9089         Log: gcc -Wall nits picked out by a non-UNIX system
9090              (courtesy of Mark Bixby)
9091      Branch: perl
9092            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
9093            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
9094            ! pp_sys.c util.c
9095 ____________________________________________________________________________
9096 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
9097         Log: Metaconfig unit change for #10522.  (The d_modfl changes
9098              placate metalint.)
9099      Branch: metaconfig/U/perl
9100            ! d_modfl.U d_u32align.U
9101 ____________________________________________________________________________
9102 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
9103         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
9104              be "./try 2>&1 >/dev/null".
9105      Branch: perl
9106            ! Configure
9107 ____________________________________________________________________________
9108 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
9109         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
9110              From: "Craig A. Berry" <craigberry@mac.com>
9111              Date: Mon, 11 Jun 2001 14:00:32 -0500
9112              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
9113      Branch: perl
9114            ! configure.com
9115 ____________________________________________________________________________
9116 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
9117         Log: Move the full \p\P lists to perlunicode.
9118      Branch: perl
9119            ! pod/perlretut.pod pod/perlunicode.pod
9120 ____________________________________________________________________________
9121 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
9122         Log: VOS build tweak for 5.6.1 from Paul Green.
9123      Branch: maint-5.6/perl
9124            ! vos/build.cm
9125 ____________________________________________________________________________
9126 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
9127         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
9128              From: "Craig A. Berry" <craigberry@mac.com>
9129              Date: Fri, 8 Jun 2001 18:08:18 -0500
9130              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
9131      Branch: perl
9132            ! vms/vms.c
9133 ____________________________________________________________________________
9134 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
9135         Log: Update Changes.
9136      Branch: perl
9137            ! Changes patchlevel.h
9138 ____________________________________________________________________________
9139 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
9140         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
9141      Branch: perl
9142            ! vos/config.alpha.h vos/config.ga.h
9143 ____________________________________________________________________________
9144 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
9145         Log: VOS updates from Paul Green for @10476.
9146      Branch: perl
9147            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
9148            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9149            ! vos/config.ga.h vos/configure_perl.cm
9150 ____________________________________________________________________________
9151 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
9152         Log: Subject: [PATCH] Not many people know this ...
9153              From: Mike Guy <mjtg@cam.ac.uk>
9154              Date: Mon, 11 Jun 2001 14:55:15 +0100
9155              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
9156      Branch: perl
9157            ! pod/perldebug.pod
9158 ____________________________________________________________________________
9159 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
9160         Log: Add final commas to lists as suggested by Philip Newton.
9161      Branch: perl
9162            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9163 ____________________________________________________________________________
9164 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
9165         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
9166              Date: Sun, 10 Jun 2001 23:35:38 -0400
9167              From: Chris Nandor <pudge@pobox.com>
9168              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
9169      Branch: perl
9170            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
9171            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
9172            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
9173            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
9174            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
9175            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
9176            ! t/op/write.t t/pragma/strict.t
9177 ____________________________________________________________________________
9178 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
9179         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
9180              From: Chris Nandor <pudge@pobox.com>
9181              Date: Mon, 11 Jun 2001 08:24:28 -0400
9182              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
9183      Branch: perl
9184            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
9185            ! t/lib/io_dir.t
9186 ____________________________________________________________________________
9187 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
9188         Log: One more run_byacc (a hand-tweaked version had slipped in).
9189      Branch: perl
9190            ! perly.c vms/perly_c.vms
9191 ____________________________________________________________________________
9192 [ 10509] By: nick                                  on 2001/06/11  07:49:15
9193         Log: Integrate mainline
9194      Branch: perlio
9195           !> Makefile.SH embed.h embed.pl global.sym
9196           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
9197           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
9198           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
9199           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
9200 ____________________________________________________________________________
9201 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
9202         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
9203              From: Mike Guy <mjtg@cam.ac.uk>
9204              Reply-To: mjtg@cam.ac.uk
9205              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
9206      Branch: perl
9207            ! lib/ExtUtils/Manifest.pm
9208 ____________________________________________________________________________
9209 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
9210         Log: Subject: [PATCH] ExtUtils::Constant
9211              From: Nicholas Clark <nick@ccl4.org>
9212              Date: Sun, 10 Jun 2001 23:25:41 +0100
9213              Message-ID: <20010610232540.C76396@plum.flirble.org>
9214      Branch: perl
9215            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9216 ____________________________________________________________________________
9217 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
9218         Log: Integrate perlio.
9219      Branch: perl
9220           !> iperlsys.h
9221 ____________________________________________________________________________
9222 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
9223         Log: Move the grok_number and its lieutenant grok_numeric_radix
9224              from sv.c statics to util.c and public.
9225      Branch: perl
9226            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
9227            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
9228 ____________________________________________________________________________
9229 [ 10504] By: nick                                  on 2001/06/10  17:47:06
9230         Log: Fix (valid) -Wall warnings in perlio.c
9231      Branch: perlio
9232            ! iperlsys.h
9233 ____________________________________________________________________________
9234 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
9235         Log: Update perly_c.diff, update perly.fixer to edit away
9236              some of the -Wall noise.
9237      Branch: perl
9238            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
9239 ____________________________________________________________________________
9240 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
9241         Log: Check the version of byacc.
9242      Branch: perl
9243            ! Makefile.SH
9244 ____________________________________________________________________________
9245 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
9246         Log: Subject: [PATCH] perly.y overhaul
9247              From: Simon Cozens <simon@netthink.co.uk>
9248              Date: Sun, 10 Jun 2001 16:56:54 +0100
9249              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
9250              
9251              Plus make run_byacc.
9252      Branch: perl
9253            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
9254 ____________________________________________________________________________
9255 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
9256         Log: Integrate perlio.
9257      Branch: perl
9258           !> perlio.c perlsfio.h
9259 ____________________________________________________________________________
9260 [ 10499] By: nick                                  on 2001/06/10  15:01:08
9261         Log: Integrate mainline
9262      Branch: perlio
9263           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
9264           !> t/pragma/locale.t util.c
9265 ____________________________________________________________________________
9266 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
9267         Log: Put some meat on the perl572delta bones.  The list of
9268              selected bug fixes needs more work, as does still the
9269              whole document.
9270      Branch: perl
9271            ! pod/perl572delta.pod
9272 ____________________________________________________________________________
9273 [ 10497] By: nick                                  on 2001/06/10  12:27:51
9274         Log: Paper over a crack or two with USE_SFIO
9275      Branch: perlio
9276            ! perlio.c perlsfio.h
9277 ____________________________________________________________________________
9278 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
9279         Log: Update Changes.
9280      Branch: perl
9281            ! Changes patchlevel.h
9282 ____________________________________________________________________________
9283 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
9284         Log: Subject: Re: pragma/locale.t #107
9285              From: Hugo <hv@crypt.compulink.co.uk>
9286              Date: Sun, 10 Jun 2001 11:23:30 +0100
9287              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
9288              
9289              Encapsulate the scan of the decimal radix separator.
9290      Branch: perl
9291            ! embed.h embed.pl proto.h sv.c
9292 ____________________________________________________________________________
9293 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
9294         Log: Try to grok numbers both with the locale specific separator
9295              and with the usual "." (if different from the lss); add a test
9296              to locale.t to do also a little bit of math in addition to just
9297              equalness testing; remove extraneous logic as suggested in
9298              
9299              Subject: Re: pragma/locale.t #107
9300              From: Nicholas Clark <nick@ccl4.org>
9301              Date: Sat, 9 Jun 2001 22:37:36 +0100
9302              Message-ID: <20010609223735.Y76396@plum.flirble.org>
9303      Branch: perl
9304            ! sv.c t/pragma/locale.t
9305 ____________________________________________________________________________
9306 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
9307         Log: Metaconfig unit change for #10492.
9308      Branch: metaconfig/U/perl
9309            ! Extensions.U
9310 ____________________________________________________________________________
9311 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
9312         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
9313              From: Artur Bergman <artur@contiller.se> 
9314              Date: Sat, 09 Jun 2001 21:03:51 +0200
9315              Message-ID: <B7483FB6.1398%artur@contiller.se>
9316      Branch: perl
9317            ! Configure
9318 ____________________________________________________________________________
9319 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
9320         Log: Integrate perlio.
9321      Branch: perl
9322           !> perlsfio.h
9323 ____________________________________________________________________________
9324 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
9325         Log: Do locale specific separator if only in locale.
9326      Branch: perl
9327            ! util.c
9328 ____________________________________________________________________________
9329 [ 10489] By: nick                                  on 2001/06/09  19:13:25
9330         Log: Make XS/Typemap compile (but fail) with sfio
9331      Branch: perlio
9332            ! perlsfio.h
9333 ____________________________________________________________________________
9334 [ 10488] By: nick                                  on 2001/06/09  19:12:51
9335         Log: Re-integrate mainline
9336      Branch: perlio
9337           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
9338           !> proto.h sv.c util.c
9339 ____________________________________________________________________________
9340 [ 10487] By: nick                                  on 2001/06/09  16:26:29
9341         Log: Integrate mainline
9342      Branch: perlio
9343           !> (integrate 31 files)
9344 ____________________________________________________________________________
9345 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
9346         Log: Subject: [PATCH] New attempt to clone callack
9347              From: Artur Bergman <artur@contiller.se> 
9348              Date: Thu, 07 Jun 2001 11:52:16 +0200
9349              Message-ID: <B7451B6F.12B7%artur@contiller.se>
9350      Branch: perl
9351            ! embedvar.h intrpvar.h perlapi.h sv.c
9352 ____________________________________________________________________________
9353 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
9354         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
9355      Branch: perl
9356            ! embed.h embed.pl perl.h proto.h sv.c util.c
9357 ____________________________________________________________________________
9358 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
9359         Log: Subject: Re: pragma/locale.t #107
9360              From: Nicholas Clark <nick@ccl4.org>
9361              Date: Sat, 9 Jun 2001 16:26:10 +0100
9362              Message-ID: <20010609162609.V76396@plum.flirble.org>
9363              
9364              A missing NVification.
9365      Branch: perl
9366            ! sv.c
9367 ____________________________________________________________________________
9368 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
9369         Log: Redo the #10482, there already was a test script for formats.
9370      Branch: perl
9371            - t/io/format.t
9372            ! MANIFEST t/op/write.t
9373 ____________________________________________________________________________
9374 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
9375         Log: Twisted format testing, from Merijn.
9376      Branch: perl
9377            + t/io/format.t
9378            ! MANIFEST
9379 ____________________________________________________________________________
9380 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
9381         Log: More \p{In...} testing, combined with \N{...}.
9382      Branch: perl
9383            ! lib/utf8_heavy.pl t/op/pat.t
9384 ____________________________________________________________________________
9385 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
9386         Log: Metaconfig changes for #10479.
9387      Branch: metaconfig
9388            ! U/Glossary.patch
9389      Branch: metaconfig/U/perl
9390            ! d_modfl.U
9391 ____________________________________________________________________________
9392 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
9393         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
9394      Branch: perl
9395            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9396            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
9397            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9398            ! win32/config.bc win32/config.gc win32/config.vc
9399 ____________________________________________________________________________
9400 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
9401         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
9402              From: "Craig A. Berry" <craigberry@mac.com>
9403              Date: Thu, 7 Jun 2001 14:27:20 -0500
9404              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
9405      Branch: perl
9406            ! vms/perlvms.pod
9407 ____________________________________________________________________________
9408 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
9409         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
9410              From: Gisle Aas <gisle@ActiveState.com>
9411              Date: 07 Jun 2001 17:04:29 -0700
9412              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
9413      Branch: perl
9414            ! ext/re/re.xs
9415 ____________________________________________________________________________
9416 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
9417         Log: Update Changes.
9418      Branch: perl
9419            ! Changes patchlevel.h
9420 ____________________________________________________________________________
9421 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
9422         Log: Regen Glossary et alia.
9423      Branch: perl
9424            ! Porting/Glossary Porting/config.sh Porting/config_H
9425 ____________________________________________________________________________
9426 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
9427         Log: Metaconfig unit changes for #10473.
9428      Branch: metaconfig/U/perl
9429            ! d_modfl.U
9430 ____________________________________________________________________________
9431 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
9432         Log: Harumph, also AIX will spill its guts (i.e. dump core)
9433              if an executable contains modfl() but it hasn't been
9434              compiled right (in the case of AIX, with cc -qlongdouble).
9435      Branch: perl
9436            ! Configure
9437 ____________________________________________________________________________
9438 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
9439         Log: integrate change#10471 from mainline
9440              
9441              in change#10451, check that CvOUTSIDE is a CV before looking in
9442              (it can apparently be SVt_NULL during global destruction)
9443      Branch: maint-5.6/perl
9444           !> op.c
9445 ____________________________________________________________________________
9446 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
9447         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
9448              (it can apparently be SVt_NULL during global destruction)
9449      Branch: perl
9450            ! op.c
9451 ____________________________________________________________________________
9452 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
9453         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
9454              From: Robin Barker <rmb1@cise.npl.co.uk>
9455              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
9456              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
9457      Branch: perl
9458            ! lib/diagnostics.pm pod/perldiag.pod
9459 ____________________________________________________________________________
9460 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
9461         Log: Subject: [PATCH perl@10439] long =item
9462              From: Robin Barker <rmb1@cise.npl.co.uk>
9463              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
9464              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
9465      Branch: perl
9466            ! README.amiga lib/Attribute/Handlers.pm
9467            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9468 ____________________________________________________________________________
9469 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
9470         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
9471              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
9472              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
9473              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
9474      Branch: perl
9475            ! pod/perlguts.pod
9476 ____________________________________________________________________________
9477 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
9478         Log: Integrate perlio.
9479      Branch: perl
9480           !> sv.c
9481 ____________________________________________________________________________
9482 [ 10466] By: nick                                  on 2001/06/07  10:25:40
9483         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
9484              whitespace tweaks.
9485              Still coredumps in pragma/overload.t - what a nice hard fail that is...
9486      Branch: perlio
9487            ! sv.c
9488 ____________________________________________________________________________
9489 [ 10465] By: nick                                  on 2001/06/07  08:41:58
9490         Log: Raw integrate of mainline for S_grok_number debug
9491              (sv.c has MULTIPLICITY issues as well as whatever else ...)
9492      Branch: perlio
9493            - plan9/perlplan9.doc plan9/perlplan9.pod
9494           !> (integrate 46 files)
9495 ____________________________________________________________________________
9496 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
9497         Log: The proper prototyping for #10463.
9498      Branch: perl
9499            ! embed.h embed.pl proto.h sv.c
9500 ____________________________________________________________________________
9501 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
9502         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
9503              From: Nicholas Clark <nick@ccl4.org>
9504              Date: Thu, 7 Jun 2001 00:29:59 +0100
9505              Message-ID: <20010607002959.Z76396@plum.flirble.org>
9506      Branch: perl
9507            ! sv.c
9508 ____________________________________________________________________________
9509 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
9510         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
9511              From: "Craig A. Berry" <craigberry@mac.com>
9512              Date: Wed, 06 Jun 2001 17:54:30 -0500
9513              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
9514      Branch: perl
9515            ! vms/perlvms.pod
9516 ____________________________________________________________________________
9517 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
9518         Log: Podify the remaining README.platform files;
9519              merge README.plan9 and plan9/perlplan9.pod;
9520              delete plan9/perlplan9.* (the perlplan.doc needs to
9521              be regenerated in Plan 9); make the =head1 and =head2
9522              in the README.platform to be a little more verbose
9523              (skipped README.os2 not to anger Ilya) so that they
9524              look better in the toc; regen toc.
9525      Branch: perl
9526            - plan9/perlplan9.doc plan9/perlplan9.pod
9527            ! MANIFEST README.aix README.amiga README.apollo README.beos
9528            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
9529            ! README.hpux README.hurd README.machten README.macos
9530            ! README.micro README.mint README.mpeix README.os390
9531            ! README.plan9 README.qnx README.solaris README.threads
9532            ! README.tru64 README.vmesa README.vms README.vos README.win32
9533            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9534            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9535 ____________________________________________________________________________
9536 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
9537         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
9538              From: Mike Guy <mjtg@cam.ac.uk>
9539              Reply-To: mjtg@cam.ac.uk
9540              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
9541      Branch: perl
9542            ! pod/perlguts.pod
9543 ____________________________________________________________________________
9544 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
9545         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
9546              From: Mike Guy <mjtg@cam.ac.uk>
9547              Reply-To: mjtg@cam.ac.uk
9548              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
9549      Branch: perl
9550            ! pod/perlsec.pod
9551 ____________________________________________________________________________
9552 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
9553         Log: Disable long doubles from pre-5.0 Tru64s.
9554      Branch: perl
9555            ! README.tru64 hints/dec_osf.sh
9556 ____________________________________________________________________________
9557 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
9558         Log: The #10455 exposed that modfl() is fundamentally busted
9559              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
9560              testing it.
9561      Branch: perl
9562            ! hints/dec_osf.sh
9563 ____________________________________________________________________________
9564 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
9565         Log: Metaconfig unit change for #10455.
9566      Branch: metaconfig/U/perl
9567            ! d_modfl.U
9568 ____________________________________________________________________________
9569 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
9570         Log: Configure check for geborken modfl(), inspired by
9571              
9572              Subject: Re: [20010118.017] op/int.t failure 
9573              From: Hugo <hv@crypt.compulink.co.uk>
9574              Date: Tue, 05 Jun 2001 13:43:27 +0100
9575              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
9576      Branch: perl
9577            ! Configure
9578 ____________________________________________________________________________
9579 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
9580         Log: Integrate changes #10450 and #10451 from maintperl:
9581              
9582              optimize change#10448 slightly (don't repeat search in eval""s lexical
9583              scope, since that has already been searched)
9584              
9585              change#9108 needs subtler treatment for case of closures created
9586              within eval""
9587      Branch: perl
9588           !> op.c t/op/misc.t
9589 ____________________________________________________________________________
9590 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
9591         Log: MakeMaker magic to compile (when no dynamic loading)
9592              List/Util.xsc as (ListUtil.c and) ListUtil.o since
9593              POSIX-BC (BS2000) linker has an evil limitation of
9594              being unable to include in the same executable several
9595              object files with the same name - case-insensitively -
9596              because otherwise we conflict with util.c.
9597              Strictly speaking currently required only in POSIX-BC
9598              but probably will do no harm elsewhere where static
9599              linking is required.
9600      Branch: perl
9601            ! ext/List/Util/Makefile.PL
9602 ____________________________________________________________________________
9603 [ 10452] By: nick                                  on 2001/06/06  08:59:51
9604         Log: Integrate mainline.
9605      Branch: perlio
9606           +> lib/Attribute/Handlers/demo/Demo.pm
9607           +> lib/Attribute/Handlers/demo/Descriptions.pm
9608           +> lib/Attribute/Handlers/demo/MyClass.pm
9609           +> lib/Attribute/Handlers/demo/demo.pl
9610           +> lib/Attribute/Handlers/demo/demo2.pl
9611           +> lib/Attribute/Handlers/demo/demo3.pl
9612           +> lib/Attribute/Handlers/demo/demo4.pl
9613           +> lib/Attribute/Handlers/demo/demo_call.pl
9614           +> lib/Attribute/Handlers/demo/demo_chain.pl
9615           +> lib/Attribute/Handlers/demo/demo_cycle.pl
9616           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
9617           +> lib/Attribute/Handlers/demo/demo_phases.pl
9618           +> lib/Attribute/Handlers/demo/demo_range.pl
9619           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
9620           +> uts/strtol_wrap.c
9621           !> (integrate 91 files)
9622 ____________________________________________________________________________
9623 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
9624         Log: change#9108 needs subtler treatment for case of closures created
9625              within eval""
9626      Branch: maint-5.6/perl
9627            ! op.c t/op/misc.t
9628 ____________________________________________________________________________
9629 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
9630         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
9631              scope, since that has already been searched)
9632      Branch: maint-5.6/perl
9633            ! op.c
9634 ____________________________________________________________________________
9635 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
9636         Log: Integrate change #10448 from maintperl; lexicals
9637              outside an eval"" weren't resolved correctly inside a subroutine
9638              definition inside the eval"" if they were not already referenced
9639              in the toplevel of the eval""-ed code
9640      Branch: perl
9641           !> cop.h op.c pp_ctl.c t/op/misc.t
9642 ____________________________________________________________________________
9643 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
9644         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
9645              outside an eval"" weren't resolved correctly inside a subroutine
9646              definition inside the eval"" if they were not already referenced
9647              in the toplevel of the eval""-ed code
9648      Branch: maint-5.6/perl
9649            ! cop.h op.c pp_ctl.c t/op/misc.t
9650 ____________________________________________________________________________
9651 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
9652         Log: Subject: [PATCH] perl570delta.pod
9653              From: Peter Scott <Peter@PSDT.com> 
9654              Date: Tue, 05 Jun 2001 18:51:02 -0700
9655              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
9656      Branch: perl
9657            ! pod/perl570delta.pod
9658 ____________________________________________________________________________
9659 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
9660         Log: The fudge factor is no more needed.  I hope.
9661      Branch: perl
9662            ! t/lib/posix.t
9663 ____________________________________________________________________________
9664 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
9665         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
9666              From: Hugo <hv@crypt.compulink.co.uk>
9667              Date: Tue, 05 Jun 2001 12:58:19 +0100
9668              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
9669      Branch: perl
9670            ! util.c
9671 ____________________________________________________________________________
9672 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
9673         Log: Make up prototypes only for those who have the functions
9674              but not the prototypes.
9675      Branch: perl
9676            ! perl.h
9677 ____________________________________________________________________________
9678 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
9679         Log: Subject: Re: Not OK: perl@10439 on win32 
9680              From: Prymmer/Kahn <pvhp@best.com> 
9681              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
9682              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
9683      Branch: perl
9684            ! perl.h util.c
9685 ____________________________________________________________________________
9686 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
9687         Log: The metaconfig units changes for #10441.
9688      Branch: metaconfig
9689            ! U/modified/Extract.U U/modified/Extractall.U
9690            ! U/modified/Finish.U
9691 ____________________________________________________________________________
9692 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
9693         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
9694      Branch: perl
9695            ! Configure
9696 ____________________________________________________________________________
9697 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
9698         Log: Unnecessary fuzziness undone, noted by Mike Guy.
9699      Branch: perl
9700            ! t/op/tr.t
9701 ____________________________________________________________________________
9702 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
9703         Log: Update Changes.
9704      Branch: perl
9705            ! Changes patchlevel.h
9706 ____________________________________________________________________________
9707 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
9708         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
9709              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
9710              leakage patch.
9711      Branch: perl
9712            ! t/op/misc.t
9713 ____________________________________________________________________________
9714 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
9715         Log: Test case for #10433/#10424.
9716      Branch: perl
9717            ! t/op/misc.t
9718 ____________________________________________________________________________
9719 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
9720         Log: Subject: One fix for strtoul not setting errno
9721              From: hom00@utsglobal.com (Hal Morris)
9722              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
9723              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
9724      Branch: perl
9725            + uts/strtol_wrap.c
9726            ! MANIFEST hints/uts.sh
9727 ____________________________________________________________________________
9728 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
9729         Log: Metaconfig units changes for #10434.
9730      Branch: metaconfig
9731            ! U/modified/Cppsym.U
9732      Branch: metaconfig/U/perl
9733            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
9734            + d_syscallproto.U d_usleepproto.U
9735            ! longdblfio.U quadfio.U
9736 ____________________________________________________________________________
9737 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
9738         Log: Configure tweaks; add prototype probes, make the cpp symbols
9739              probe to cast, not whine; test for %Ld and %Lf before %lld and
9740              %llf because the L is the ANSI way.
9741      Branch: perl
9742            ! Configure config_h.SH configure.com epoc/config.sh
9743            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
9744            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9745            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
9746 ____________________________________________________________________________
9747 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
9748         Log: Sigh.  This is what #10424 was supposed to check in.
9749      Branch: perl
9750            ! op.c sv.c sv.h
9751 ____________________________________________________________________________
9752 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
9753         Log: More verbose failure.
9754      Branch: perl
9755            ! t/op/ver.t
9756 ____________________________________________________________________________
9757 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
9758         Log: The .pm changes to go with #10428.
9759      Branch: perl
9760            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
9761            ! ext/Sys/Syslog/Syslog.pm
9762 ____________________________________________________________________________
9763 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
9764         Log: On second thoughts show to utf8 skippage message only
9765              on failures, it's too confusing otherwise,
9766      Branch: perl
9767            ! t/pragma/locale.t
9768 ____________________________________________________________________________
9769 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
9770         Log: Do not import anything from Encode.
9771      Branch: perl
9772            ! ext/MIME/Base64/QuotedPrint.pm
9773 ____________________________________________________________________________
9774 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
9775         Log: The #10402 didn't take.  Weird.
9776      Branch: perl
9777            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
9778            ! ext/Sys/Syslog/Syslog.xs
9779 ____________________________________________________________________________
9780 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
9781         Log: Eradicate traces of 'asciirange' re subpragma.
9782      Branch: perl
9783            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
9784            ! pod/perldiag.pod
9785 ____________________________________________________________________________
9786 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
9787         Log: use is a compile-time thing.
9788      Branch: perl
9789            ! ext/MIME/Base64/QuotedPrint.pm
9790 ____________________________________________________________________________
9791 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
9792         Log: Subject: [PATCH perl@10419] -Wall casting patch
9793              From: Robin Barker <rmb1@cise.npl.co.uk>
9794              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
9795              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
9796      Branch: perl
9797            ! ext/Devel/DProf/DProf.xs mg.c
9798 ____________________________________________________________________________
9799 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
9800         Log: Subject: [PATCH #2] introducing SVpad_TYPED
9801              From: Abhijit Menon-Sen <ams@wiw.org>
9802              Date: Mon, 4 Jun 2001 12:26:02 +0530
9803              Message-ID: <20010604122602.A5775@lustre.linux.in>
9804      Branch: perl
9805            ! op.c sv.c sv.h
9806 ____________________________________________________________________________
9807 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
9808         Log: testsuite for change#10192 (from Gisle Aas)
9809      Branch: perl
9810            + t/op/override.t
9811            ! MANIFEST
9812 ____________________________________________________________________________
9813 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
9814         Log: integrate changes#10414-10416 from mainline
9815              
9816              Potential buffer overrun if the radix separator is more than
9817              one byte.  Also, under locales, prefer the locale-specific
9818              separator over the old boring ".".
9819              
9820              "10.", that is, decimal numbers can have no decimal part at all.
9821              
9822              The non-locale places need love, too.
9823      Branch: maint-5.6/perl
9824           !> perl.h sv.c
9825 ____________________________________________________________________________
9826 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
9827         Log: Missed from #10420.
9828      Branch: perl
9829            ! epoc/config.sh
9830 ____________________________________________________________________________
9831 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
9832         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
9833              often this prototype goes with HAS_SETRESUID_PROTO.
9834      Branch: perl
9835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9836            ! config_h.SH configure.com perl.h uconfig.h
9837 ____________________________________________________________________________
9838 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
9839         Log: Update Changes.
9840      Branch: perl
9841            ! Changes patchlevel.h
9842 ____________________________________________________________________________
9843 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
9844         Log: -Wall "subscript has type `char'" cleanup.
9845      Branch: perl
9846            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
9847 ____________________________________________________________________________
9848 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
9849         Log: Various "cast to pointer from integer of different size"
9850              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
9851              wide but I32 (int) only 32 bits wide).
9852              
9853              WARNING: the classnum and tagnum changes in Storable.xs
9854              may not be wise, they may be breaking binary compatibility
9855              (in 64-bit platforms), asked Raphael Manfredi about the changes.
9856      Branch: perl
9857            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
9858            ! mg.c proto.h
9859 ____________________________________________________________________________
9860 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
9861         Log: The non-locale places need love, too.
9862      Branch: perl
9863            ! perl.h
9864 ____________________________________________________________________________
9865 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
9866         Log: "10.", that is, decimal numbers can have no decimal part at all.
9867      Branch: perl
9868            ! perl.h
9869 ____________________________________________________________________________
9870 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
9871         Log: Potential buffer overrun if the radix separator is more than
9872              one byte.  Also, under locales, prefer the locale-specific
9873              separator over the old boring ".".
9874      Branch: perl
9875            ! perl.h sv.c
9876 ____________________________________________________________________________
9877 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
9878         Log: Integrate change #10412 from maintperl; locale is now
9879              per-cop, not per-op; plus retweak the locale.t to always
9880              list the skipped utf8 locales.
9881      Branch: perl
9882            ! t/pragma/locale.t
9883           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9884           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
9885 ____________________________________________________________________________
9886 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
9887         Log: rationalize locale handling to fix the bugs uncovered by change#10394
9888              
9889              the major issue was that the runtime was looking at PL_hints rather
9890              than op_private to notice whether locale was enabled
9891              
9892              the secondary issue was that many locale-sensitive numeric ops didn't
9893              have HINT_LOCALE propagated into their op_private
9894              
9895              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
9896              instead of per-op, just like HINT_BYTE and the hints for lexical
9897              warnings (this makes the hint available to every op via PL_curcop)
9898              
9899              pragma/locale.t may need to be reworked with these fixes in mind
9900              (it currently passes its tests)
9901      Branch: maint-5.6/perl
9902            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9903            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
9904 ____________________________________________________________________________
9905 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
9906         Log: More verbose debugging.
9907      Branch: perl
9908            ! t/pragma/locale.t
9909 ____________________________________________________________________________
9910 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
9911         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
9912              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9913              Date: Sat, 2 Jun 2001 22:53:33 +0100
9914              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
9915      Branch: perl
9916            ! regcomp.c t/pragma/warn/regcomp
9917 ____________________________________________________________________________
9918 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
9919         Log: Mention that lexicalizing $a or $b is a bad idea if one
9920              wants to use sort().
9921      Branch: perl
9922            ! pod/perlvar.pod
9923 ____________________________________________________________________________
9924 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
9925         Log: Tweak the test to be happy if the accuracy is 'good enough'.
9926      Branch: perl
9927            ! t/lib/posix.t
9928 ____________________________________________________________________________
9929 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
9930         Log: Upgrade to Attribute::Handlers 0.70.
9931              
9932              NOTE: this unearthed the "too late for CHECK block" bug,
9933              that's why the 1_compile.t change.
9934      Branch: perl
9935            + lib/Attribute/Handlers/demo/Demo.pm
9936            + lib/Attribute/Handlers/demo/Descriptions.pm
9937            + lib/Attribute/Handlers/demo/MyClass.pm
9938            + lib/Attribute/Handlers/demo/demo.pl
9939            + lib/Attribute/Handlers/demo/demo2.pl
9940            + lib/Attribute/Handlers/demo/demo3.pl
9941            + lib/Attribute/Handlers/demo/demo4.pl
9942            + lib/Attribute/Handlers/demo/demo_call.pl
9943            + lib/Attribute/Handlers/demo/demo_chain.pl
9944            + lib/Attribute/Handlers/demo/demo_cycle.pl
9945            + lib/Attribute/Handlers/demo/demo_hashdir.pl
9946            + lib/Attribute/Handlers/demo/demo_phases.pl
9947            + lib/Attribute/Handlers/demo/demo_range.pl
9948            + lib/Attribute/Handlers/demo/demo_rawdata.pl
9949            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
9950            ! t/lib/attrhand.t
9951 ____________________________________________________________________________
9952 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
9953         Log: One less -Wall whine.
9954      Branch: perl
9955            ! regcomp.c
9956 ____________________________________________________________________________
9957 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
9958         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
9959      Branch: perl
9960           !> t/op/eval.t
9961 ____________________________________________________________________________
9962 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
9963         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
9964              aren't "normally" visible inside eval""s contained in subs unless
9965              a cloned reference to them already exists)
9966              
9967              strangely enough, t/harness didn't show this up as a failure
9968              (harness needs fixing?)
9969      Branch: maint-5.6/perl
9970            ! t/op/eval.t
9971 ____________________________________________________________________________
9972 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
9973         Log: Update to Text::Balanced 1.85.
9974      Branch: perl
9975            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
9976 ____________________________________________________________________________
9977 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
9978         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
9979              From: Nicholas Clark <nick@ccl4.org>
9980              Date: Sun, 3 Jun 2001 17:54:36 +0100
9981              Message-ID: <20010603175436.E76396@plum.flirble.org> 
9982      Branch: perl
9983            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
9984            ! ext/Sys/Syslog/Syslog.xs
9985 ____________________________________________________________________________
9986 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
9987         Log: Unused variables.
9988      Branch: perl
9989            ! util.c
9990 ____________________________________________________________________________
9991 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
9992         Log: Subject: [PATCH] APIfy op_clear 
9993              From: Simon Cozens <simon@netthink.co.uk>
9994              Date: Sun, 3 Jun 2001 13:51:46 +0100
9995              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
9996              
9997              (despite the subject line, op_null is APIfied by the patch)
9998      Branch: perl
9999            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10000 ____________________________________________________________________________
10001 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
10002         Log: Subject: [PATCH] t/lib/extutils.t
10003              From: Nicholas Clark <nick@ccl4.org>
10004              Date: Sat, 2 Jun 2001 23:57:05 +0100
10005              Message-ID: <20010602235705.Q12698@plum.flirble.org>
10006      Branch: perl
10007            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10008 ____________________________________________________________________________
10009 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
10010         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
10011              From: Prymmer/Kahn <pvhp@best.com>
10012              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
10013              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
10014      Branch: perl
10015            ! win32/Makefile win32/makefile.mk
10016 ____________________________________________________________________________
10017 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
10018         Log: Subject: Re: 'decimal digits' macro? 
10019              From: Hugo <hv@crypt.compulink.co.uk>
10020              Date: Sun, 03 Jun 2001 04:26:36 +0100
10021              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
10022      Branch: perl
10023            ! handy.h t/lib/posix.t t/op/tr.t
10024 ____________________________________________________________________________
10025 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
10026         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10027              From: Hugo <hv@crypt.compulink.co.uk>
10028              Date: Sun, 03 Jun 2001 14:56:30 +0100
10029              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
10030      Branch: perl
10031            ! util.c
10032 ____________________________________________________________________________
10033 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
10034         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
10035      Branch: perl
10036           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
10037           !> vms/perly_c.vms
10038 ____________________________________________________________________________
10039 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
10040         Log: fix leakage of lexicals at file scope into subroutines that were
10041              declared before them; this appears to be a longstanding bug that
10042              meant that lexicals at file scope were never "deintroduced", meaning
10043              their scope range was never properly closed, and their visibility
10044              extended to all subsequent eval""s or requires
10045              
10046              added a test case
10047              
10048              seems to also fix a case of bogus duplicate warnings
10049      Branch: maint-5.6/perl
10050            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
10051            ! vms/perly_c.vms
10052 ____________________________________________________________________________
10053 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
10054         Log: More VMS tweaks from Craig A. Berry.
10055      Branch: perl
10056            ! configure.com t/lib/extutils.t
10057 ____________________________________________________________________________
10058 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
10059         Log: -Wall cleanup continues.
10060      Branch: perl
10061            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
10062            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
10063            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
10064            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
10065            ! run.c toke.c util.c
10066 ____________________________________________________________________________
10067 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
10068         Log: The metaconfig unit change for #10390.
10069      Branch: metaconfig/U/perl
10070            ! gccvers.U
10071 ____________________________________________________________________________
10072 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
10073         Log: Drop the -ansi from the default gcc flags.
10074              
10075              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
10076              that struct cannot be compared with a flat integer, such as STRLEN.
10077              The -ansi will also cause a lot of noise in Solaris because of:
10078              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
10079      Branch: perl
10080            ! Configure
10081 ____________________________________________________________________________
10082 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
10083         Log: Integrate perlio.
10084      Branch: perl
10085           !> pod/perlapi.pod util.c
10086 ____________________________________________________________________________
10087 [ 10388] By: nick                                  on 2001/06/02  08:01:12
10088         Log: Integrate mainline
10089      Branch: perlio
10090           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
10091           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
10092           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
10093           !> t/lib/1_compile.t t/lib/mimeqp.t
10094 ____________________________________________________________________________
10095 [ 10387] By: nick                                  on 2001/06/02  07:39:17
10096         Log: Tweak util.c's atof2 for MULTIPLICITY
10097      Branch: perlio
10098            ! util.c
10099 ____________________________________________________________________________
10100 [ 10386] By: nick                                  on 2001/06/02  07:38:33
10101         Log: Integrate mainline
10102      Branch: perlio
10103           !> (integrate 41 files)
10104 ____________________________________________________________________________
10105 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
10106         Log: Add Attribute::Handlers 0.61 from Damian Conway.
10107      Branch: perl
10108            + lib/Attribute/Handlers.pm t/lib/attrhand.t
10109            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
10110 ____________________________________________________________________________
10111 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
10112         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
10113              From: Peter Prymmer <pvhp@forte.com>
10114              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
10115              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
10116      Branch: perl
10117            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
10118 ____________________________________________________________________________
10119 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
10120         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
10121              From: Jeff Pinyan <jeffp@crusoe.net>
10122              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
10123              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
10124      Branch: perl
10125            ! lib/File/Find.pm
10126 ____________________________________________________________________________
10127 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
10128         Log: Subject: [PATCH perl@10381] configure.com tweaks
10129              From: "Craig A. Berry" <craigberry@mac.com>
10130              Date: Fri, 1 Jun 2001 13:55:43 -0500
10131              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
10132      Branch: perl
10133            ! configure.com
10134 ____________________________________________________________________________
10135 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
10136         Log: Update Changes.
10137      Branch: perl
10138            ! Changes patchlevel.h
10139 ____________________________________________________________________________
10140 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
10141         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
10142              From: Mike Guy <mjtg@cam.ac.uk>
10143              Date: Fri, 01 Jun 2001 18:17:02 +0100
10144              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
10145      Branch: perl
10146            ! lib/perl5db.pl
10147 ____________________________________________________________________________
10148 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
10149         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10150              From: Hugo <hv@crypt.compulink.co.uk>
10151              Date: Thu, 31 May 2001 20:49:48 +0100
10152              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
10153      Branch: perl
10154            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
10155            ! util.c
10156 ____________________________________________________________________________
10157 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
10158         Log: Zero() is not available in x2p (or, rather, some of its
10159              implementations like memzero() might not be available.)
10160      Branch: perl
10161            ! x2p/hash.c
10162 ____________________________________________________________________________
10163 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
10164         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
10165              From: Michael G Schwern <schwern@pobox.com>
10166              Date: Fri, 1 Jun 2001 12:00:29 +0100
10167              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
10168              
10169              (But use Zero() instead of memset.)
10170      Branch: perl
10171            ! x2p/hash.c
10172 ____________________________________________________________________________
10173 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
10174         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
10175              From: Jeff Pinyan <jeffp@crusoe.net>
10176              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
10177              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
10178      Branch: perl
10179            ! pod/perldiag.pod regcomp.c t/op/pat.t
10180 ____________________________________________________________________________
10181 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
10182         Log: Retract #10324 and #10333; not needed.
10183      Branch: perl
10184            ! hints/irix_6.sh hints/linux.sh
10185 ____________________________________________________________________________
10186 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
10187         Log: The #10370 wasn't quite right.
10188      Branch: perl
10189            ! ext/XS/Typemap/Typemap.xs
10190 ____________________________________________________________________________
10191 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
10192         Log: The metaconfig units changes for #10372.
10193      Branch: metaconfig/U/perl
10194            + d_realpath.U d_sresgproto.U d_sresuproto.U
10195            ! gccvers.U i_db.U
10196 ____________________________________________________________________________
10197 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
10198         Log: Configure tweaks; record the Berkeley DB version,
10199              probe for realpath(), for setresuid() and setresgid()
10200              prototypes; use realpath() (try to be paranoid enough),
10201              use the setres[ug]id prototypes because glibc has the functions
10202              but not their prototypes; add -Wall -ansi to gcc ccflags;
10203              regen toc.
10204      Branch: perl
10205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10206            ! config_h.SH configure.com epoc/config.sh
10207            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
10208            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
10209            ! vos/config.ga.def win32/config.bc win32/config.gc
10210            ! win32/config.vc
10211 ____________________________________________________________________________
10212 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
10213         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
10214              From: Michael G Schwern <schwern@pobox.com>
10215              Date: Fri, 1 Jun 2001 11:28:14 +0100
10216              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
10217      Branch: perl
10218            ! lib/attributes.pm xsutils.c
10219 ____________________________________________________________________________
10220 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
10221         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
10222              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10223              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
10224              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
10225      Branch: perl
10226            ! ext/XS/Typemap/Typemap.xs
10227 ____________________________________________________________________________
10228 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
10229         Log: Subject: [patch] Cwd.xs optimizations/abstraction
10230              From: Doug MacEachern <dougm@covalent.net>
10231              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
10232              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
10233      Branch: perl
10234            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
10235            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
10236 ____________________________________________________________________________
10237 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
10238         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
10239              From: Nicholas Clark <nick@ccl4.org>
10240              Date: Thu, 31 May 2001 23:56:40 +0100
10241              Message-ID: <20010531235640.F12698@plum.flirble.org>
10242              
10243              Make the test work also under only static extensions
10244              (sh Configure -Uusedl fakes this nicely)
10245      Branch: perl
10246            ! t/lib/extutils.t
10247 ____________________________________________________________________________
10248 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
10249         Log: Subject: [PATCH hv.c] Eliminating trigraph
10250              From: Michael G Schwern <schwern@pobox.com>
10251              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
10252              Date: Fri, 1 Jun 2001 11:49:56 +0100
10253      Branch: perl
10254            ! hv.c
10255 ____________________________________________________________________________
10256 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
10257         Log: Subject: Re: [PATCH] Tests for File::Compare 
10258              From: "Philip Newton" <Philip.Newton@gmx.net>
10259              Date: Thu, 31 May 2001 19:44:05 +0200
10260              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
10261              
10262              Unnecessary "quotation marks".
10263      Branch: perl
10264            ! t/lib/filecomp.t
10265 ____________________________________________________________________________
10266 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
10267         Log: Integrate perlio.
10268      Branch: perl
10269           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
10270 ____________________________________________________________________________
10271 [ 10364] By: nick                                  on 2001/06/01  10:13:31
10272         Log: Cleanup dll.base and dll.exp created by GCC builds.
10273      Branch: perlio
10274            ! lib/ExtUtils/MM_Win32.pm
10275 ____________________________________________________________________________
10276 [ 10363] By: nick                                  on 2001/06/01  10:02:17
10277         Log: Make filecomp test work on CRLF platforms by adding binmode.
10278      Branch: perlio
10279            ! t/lib/filecomp.t
10280 ____________________________________________________________________________
10281 [ 10362] By: nick                                  on 2001/06/01  08:37:17
10282         Log: Integrate mainline
10283      Branch: perlio
10284           !> Changes Configure patchlevel.h perlio.c
10285 ____________________________________________________________________________
10286 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
10287         Log: panic:claustrophobia.
10288      Branch: perl
10289            ! perlio.c
10290 ____________________________________________________________________________
10291 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
10292         Log: Update Changes.
10293      Branch: perl
10294            ! Changes patchlevel.h
10295 ____________________________________________________________________________
10296 [ 10359] By: nick                                  on 2001/05/31  12:35:50
10297         Log: Integrate mainline.
10298      Branch: perlio
10299           +> t/lib/filecomp.t
10300           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
10301           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
10302 ____________________________________________________________________________
10303 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
10304         Log: Integrate perlio.
10305      Branch: perl
10306           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
10307           !> win32/config_H.vc
10308 ____________________________________________________________________________
10309 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
10310         Log: Metaconfig unit change for #10356.
10311      Branch: metaconfig
10312            ! U/installdirs/inc_version_list.U
10313 ____________________________________________________________________________
10314 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
10315         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
10316              (idea from Sarathy; implementation from Andy)
10317      Branch: perl
10318            ! Configure
10319 ____________________________________________________________________________
10320 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
10321         Log: More AUTHORS.
10322      Branch: perl
10323            ! AUTHORS
10324 ____________________________________________________________________________
10325 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
10326         Log: Subject: Re: [PATCH] Tests for File::Compare
10327              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
10328              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
10329              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
10330      Branch: perl
10331            + t/lib/filecomp.t
10332            ! MANIFEST t/lib/1_compile.t
10333 ____________________________________________________________________________
10334 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
10335         Log: Subject: [PATCH] DEBUG_* macro cleanups
10336              From: Abhijit Menon-Sen <ams@wiw.org>
10337              Date: Thu, 31 May 2001 12:16:22 +0530
10338              Message-ID: <20010531121622.B4829@lustre.linux.in>
10339              
10340              Subject: Re: [PATCH] DEBUG_* macro cleanups
10341              From: Abhijit Menon-Sen <ams@wiw.org>
10342              Date: Thu, 31 May 2001 13:57:01 +0530
10343              Message-ID: <20010531135701.A21775@lustre.linux.in>
10344              
10345              (The DEBUG_ definitions in perl.h changed to use the
10346              STMT_START and STMT_END.)
10347      Branch: perl
10348            ! perl.h pp_ctl.c sv.c toke.c
10349 ____________________________________________________________________________
10350 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
10351         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
10352              From: Abhijit Menon-Sen <ams@wiw.org>
10353              Date: Thu, 31 May 2001 08:27:55 +0530
10354              Message-ID: <20010531082755.A10018@lustre.linux.in>
10355      Branch: perl
10356            ! ext/Storable/Storable.xs gv.c perl.c
10357 ____________________________________________________________________________
10358 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
10359         Log: Subject: [PATCH] AUTHORS
10360              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10361              Date: Thu, 31 May 2001 01:27:59 -0500
10362              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
10363              
10364              Subject: Re: [PATCH] AUTHORS
10365              From: "Philip Newton" <Philip.Newton@gmx.net>
10366              Date: Thu, 31 May 2001 10:08:06 +0200
10367              (Message-Id missing?)
10368      Branch: perl
10369            ! AUTHORS
10370 ____________________________________________________________________________
10371 [ 10350] By: nick                                  on 2001/05/31  11:40:43
10372         Log: win32 - dmake regen_config_h
10373      Branch: perlio
10374            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10375 ____________________________________________________________________________
10376 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
10377         Log: Subject: Re: [PATCH util.c] More warning cleanups.
10378              From: "Philip Newton" <Philip.Newton@gmx.net>
10379              Date: Thu, 31 May 2001 07:41:36 +0200
10380              Message-Id: <200105310538.IAA25458@taku.hut.fi>
10381              
10382              Undo C++-ism that snekt in.
10383      Branch: perl
10384            ! util.c
10385 ____________________________________________________________________________
10386 [ 10348] By: nick                                  on 2001/05/31  11:36:46
10387         Log: Tolerate Win32 numerics
10388      Branch: perlio
10389            ! t/pragma/warn/toke
10390 ____________________________________________________________________________
10391 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
10392         Log: Integrate perlio.
10393      Branch: perl
10394           !> perlio.c win32/win32.h
10395 ____________________________________________________________________________
10396 [ 10346] By: nick                                  on 2001/05/31  10:54:55
10397         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
10398              perlio.c change 10255.
10399      Branch: perlio
10400            ! perlio.c
10401 ____________________________________________________________________________
10402 [ 10345] By: nick                                  on 2001/05/31  10:01:57
10403         Log: Conditionaly put back some "unused" dTHX which are used
10404              with PERL_IMPLICIT_SYS
10405      Branch: perlio
10406            ! perlio.c
10407 ____________________________________________________________________________
10408 [ 10344] By: nick                                  on 2001/05/31  10:00:59
10409         Log: Fix Win32 for new spelling IN_BYTES 
10410      Branch: perlio
10411            ! win32/win32.h
10412 ____________________________________________________________________________
10413 [ 10343] By: nick                                  on 2001/05/31  08:01:32
10414         Log: perlio.c -Wall cleaner under MULTIPLICITY
10415              - still minor noise with linux stdio
10416      Branch: perlio
10417            ! perlio.c
10418 ____________________________________________________________________________
10419 [ 10342] By: nick                                  on 2001/05/31  07:52:23
10420         Log: Integrate mainline.
10421      Branch: perlio
10422           !> (integrate 42 files)
10423 ____________________________________________________________________________
10424 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
10425         Log: AUTHORS updates.
10426      Branch: perl
10427            ! AUTHORS
10428 ____________________________________________________________________________
10429 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
10430         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
10431              From: Peter Prymmer <pvhp@forte.com>
10432              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
10433              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
10434      Branch: perl
10435            ! t/lib/md5-file.t
10436 ____________________________________________________________________________
10437 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
10438         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
10439              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
10440              to match the pragma name; various robustness cleanups.
10441      Branch: perl
10442            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
10443            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
10444 ____________________________________________________________________________
10445 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
10446         Log: More -Wall sweeping.
10447      Branch: perl
10448            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
10449            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
10450            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
10451            ! regcomp.c sv.c toke.c utf8.c
10452 ____________________________________________________________________________
10453 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
10454         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
10455              From: Nicholas Clark <nick@ccl4.org>
10456              Date: Wed, 30 May 2001 22:34:41 +0100
10457              Message-ID: <20010530223441.Y86445@plum.flirble.org>
10458      Branch: perl
10459            ! t/op/cmp.t
10460 ____________________________________________________________________________
10461 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
10462         Log: It's is not, it isn't ain't, and it's it's, not its,
10463              if you mean it is. If you don't, it's its. Then too,
10464              it's hers. It isn't her's. It isn't our's either.
10465              It's ours, and likewise yours and theirs.
10466              -- Oxford University Press, Edpress News
10467      Branch: perl
10468            ! lib/autouse.pm
10469 ____________________________________________________________________________
10470 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
10471         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
10472      Branch: perl
10473            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
10474            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
10475            ! x2p/str.c x2p/walk.c xsutils.c
10476 ____________________________________________________________________________
10477 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
10478         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
10479              From: Michael G Schwern <schwern@pobox.com>
10480              Date: Wed, 30 May 2001 17:10:38 +0100
10481              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
10482              
10483              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
10484              From: Abhijit Menon-Sen <ams@wiw.org>
10485              Date: Wed, 30 May 2001 23:16:13 +0530
10486              Message-ID: <20010530231613.A31933@lustre.linux.in>
10487      Branch: perl
10488            ! perl.c t/run/runenv.t
10489 ____________________________________________________________________________
10490 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
10491         Log: (Retracted by #10375.)
10492              
10493              IRIX hints patch from Merijn Broeren.
10494              
10495              TODO: (this and the earlier Linux hints patch) should be solved
10496              at Configure level.  Merijn: -ldb should not be used on any platform
10497              for perl, just when linking DBFile itself. Trying to be helpful here
10498              is counterproductive.
10499      Branch: perl
10500            ! hints/irix_6.sh
10501 ____________________________________________________________________________
10502 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
10503         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
10504              From: Nicholas Clark <nick@ccl4.org>
10505              Date: Wed, 30 May 2001 23:20:58 +0100
10506              Message-ID: <20010530232058.B86445@plum.flirble.org>
10507      Branch: perl
10508            ! doop.c
10509 ____________________________________________________________________________
10510 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
10511         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
10512              From: Michael G Schwern <schwern@pobox.com> 
10513              Date: Wed, 30 May 2001 15:24:20 +0100
10514              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
10515      Branch: perl
10516            ! t/pragma/autouse.t
10517 ____________________________________________________________________________
10518 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
10519         Log: The regex trick wasn't a good idea.
10520      Branch: perl
10521            ! pod/perlfaq4.pod
10522 ____________________________________________________________________________
10523 [ 10329] By: nick                                  on 2001/05/30  18:34:35
10524         Log: Integrate mainline
10525      Branch: perlio
10526           !> (integrate 40 files)
10527 ____________________________________________________________________________
10528 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
10529         Log: Update Changes.
10530      Branch: perl
10531            ! Changes patchlevel.h
10532 ____________________________________________________________________________
10533 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
10534         Log: The metaconfig unit change for #10325.
10535      Branch: metaconfig
10536            + U/modified/afs.U
10537 ____________________________________________________________________________
10538 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
10539         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
10540              is now wrong.
10541      Branch: perl
10542            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
10543 ____________________________________________________________________________
10544 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
10545         Log: Introduce $Config{afsroot}.
10546      Branch: perl
10547            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10548            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
10549            ! win32/config.gc win32/config.vc
10550 ____________________________________________________________________________
10551 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
10552         Log: (Retracted by #10375.)
10553              
10554              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
10555      Branch: perl
10556            ! hints/linux.sh
10557 ____________________________________________________________________________
10558 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
10559         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
10560              (Also Configure tweaks needed; coming up soon.)
10561      Branch: perl
10562            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
10563 ____________________________________________________________________________
10564 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
10565         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
10566              From: Michael G Schwern <schwern@pobox.com>
10567              Date: Sun, 27 May 2001 10:29:43 +0100
10568              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
10569      Branch: perl
10570            ! lib/perl5db.pl
10571 ____________________________________________________________________________
10572 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
10573         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
10574              and Abhijit Menon-Sen.
10575      Branch: perl
10576            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
10577            ! perl.c pp_sys.c regcomp.c
10578 ____________________________________________________________________________
10579 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
10580         Log: Fix the BOOT section to call myU2time properly.
10581      Branch: perl
10582            ! ext/Time/HiRes/HiRes.xs
10583 ____________________________________________________________________________
10584 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
10585         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
10586              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
10587              Date: Wed, 30 May 2001 09:44:29 -0400
10588              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
10589              
10590              Detypo; plus add one more trick.
10591      Branch: perl
10592            ! pod/perlfaq4.pod
10593 ____________________________________________________________________________
10594 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
10595         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
10596              From: Michael G Schwern <schwern@pobox.com>
10597              Date: Wed, 30 May 2001 14:39:06 +0100
10598              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
10599      Branch: perl
10600            ! lib/autouse.pm t/pragma/autouse.t
10601 ____________________________________________________________________________
10602 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
10603         Log: Subject: Re: AIX and gcc (moving targets)
10604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10605              Date: Wed, 30 May 2001 15:25:08 +0200
10606              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
10607      Branch: perl
10608            ! ext/Time/HiRes/HiRes.xs
10609 ____________________________________________________________________________
10610 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
10611         Log: Subject: [PATCH t/TEST] sorting tests
10612              From: Michael G Schwern <schwern@pobox.com>
10613              Date: Wed, 30 May 2001 10:24:02 +0100
10614              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
10615      Branch: perl
10616            ! t/TEST
10617 ____________________________________________________________________________
10618 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
10619         Log: Subject: [ID 20010529.002] typos in man page perlre
10620              From: bart@cg681574-a.adubn1.nj.home.com 
10621              Date: Tue, 29 May 2001 13:58:59 -0500
10622              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
10623      Branch: perl
10624            ! pod/perlre.pod
10625 ____________________________________________________________________________
10626 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
10627         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
10628              From: "Craig A. Berry" <craigberry@mac.com>
10629              Date: Tue, 29 May 2001 23:23:45 -0500
10630              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
10631      Branch: perl
10632            ! t/lib/extutils.t t/pragma/autouse.t
10633 ____________________________________________________________________________
10634 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
10635         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
10636              From: David Dyck <dcd@tc.fluke.com>
10637              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
10638              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
10639      Branch: perl
10640            ! t/lib/filefind.t
10641 ____________________________________________________________________________
10642 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
10643         Log: AIX hints update for gcc from Merijn H. Brand.
10644      Branch: perl
10645            ! hints/aix.sh
10646 ____________________________________________________________________________
10647 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
10648         Log: Retract #10295 and #10296: a more generic solution
10649              is needed (there's something funny with gcc on AIX).
10650      Branch: perl
10651            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
10652 ____________________________________________________________________________
10653 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
10654         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
10655              From: Hugo <hv@crypt.compulink.co.uk>
10656              Date: Wed, 30 May 2001 11:59:19 +0100
10657              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
10658              
10659              localizing $@ has unfortunate semantics - if you die past
10660              a local $@, the die message is lost.
10661      Branch: perl
10662            ! lib/utf8_heavy.pl
10663 ____________________________________________________________________________
10664 [ 10309] By: nick                                  on 2001/05/30  08:23:02
10665         Log: Integrate mainline (autouse works again.)
10666      Branch: perlio
10667           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
10668           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
10669           !> pod/perlvar.pod t/op/cmp.t
10670 ____________________________________________________________________________
10671 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
10672         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
10673              From: David Dyck <dcd@tc.fluke.com>
10674              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
10675              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
10676      Branch: perl
10677            ! lib/File/Find.pm
10678 ____________________________________________________________________________
10679 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
10680         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
10681              From: Nicholas Clark <nick@ccl4.org>
10682              Date: Tue, 29 May 2001 23:16:09 +0100
10683              Message-ID: <20010529231609.U86445@plum.flirble.org>
10684              
10685              Make the test output slightly clearer by distinguishing
10686              between '' and undef.
10687      Branch: perl
10688            ! t/op/cmp.t
10689 ____________________________________________________________________________
10690 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
10691         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
10692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10693              Date: Tue, 29 May 2001 19:15:19 -0400
10694              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
10695      Branch: perl
10696            ! hints/os2.sh
10697 ____________________________________________________________________________
10698 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
10699         Log: Subject: perlvar.pod addition
10700              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
10701              Date: Fri, 25 May 2001 20:23:12 +0200
10702              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
10703              
10704              Subject: Re: perlvar.pod addition
10705              From: "Abigail" <abigail@foad.org> 
10706              Date: Fri, 25 May 2001 22:00:39 +0200
10707              Message-ID: <20010525200039.28029.qmail@foad.org>
10708              
10709              Mention $a and $b in perlvar.
10710      Branch: perl
10711            ! pod/perlvar.pod
10712 ____________________________________________________________________________
10713 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
10714         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
10715              From: Jeff Pinyan <jeffp@crusoe.net>
10716              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
10717              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
10718      Branch: perl
10719            ! pod/perlvar.pod
10720 ____________________________________________________________________________
10721 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
10722         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
10723              From: Jeff Pinyan <jeffp@crusoe.net>
10724              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
10725              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
10726      Branch: perl
10727            ! pod/perlfaq6.pod
10728 ____________________________________________________________________________
10729 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
10730         Log: Mention Time::localtime and Time::gmtime.
10731      Branch: perl
10732            ! ext/Time/Piece/Piece.pm
10733 ____________________________________________________________________________
10734 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
10735         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
10736              From: Michael G Schwern <schwern@pobox.com>
10737              Date: Tue, 29 May 2001 18:51:32 +0100
10738              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
10739      Branch: perl
10740            ! pod/perlfaq4.pod
10741 ____________________________________________________________________________
10742 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
10743         Log: Retract #10243.
10744      Branch: perl
10745            ! lib/autouse.pm
10746 ____________________________________________________________________________
10747 [ 10299] By: nick                                  on 2001/05/29  18:41:19
10748         Log: Post weekend integrate mainline (fails one test pragma/autouse).
10749      Branch: perlio
10750           +> (branch 29 files)
10751           !> (integrate 91 files)
10752 ____________________________________________________________________________
10753 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
10754         Log: Update Changes.
10755      Branch: perl
10756            ! Changes patchlevel.h
10757 ____________________________________________________________________________
10758 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
10759         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
10760              before Perl_load_module/Perl_call_method and restore the value
10761              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
10762      Branch: perl
10763            ! utf8.c
10764 ____________________________________________________________________________
10765 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
10766         Log: Subject: Re: AIX and gcc (moving targets)
10767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10768              Date: Tue, 29 May 2001 17:59:40 +0200
10769              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
10770      Branch: perl
10771            ! ext/Storable/Makefile.PL
10772 ____________________________________________________________________________
10773 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
10774         Log: Subject: Re: AIX and gcc (moving targets)
10775              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10776              Date: Tue, 29 May 2001 12:32:57 +0200
10777              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
10778      Branch: perl
10779            ! ext/POSIX/Makefile.PL
10780 ____________________________________________________________________________
10781 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
10782         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
10783              From: Michael G Schwern <schwern@pobox.com>
10784              Date: Tue, 29 May 2001 09:53:29 +0100
10785              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
10786              
10787              (#10280 retracted)
10788      Branch: perl
10789            ! lib/Test/Harness.pm t/lib/test-harness.t
10790 ____________________________________________________________________________
10791 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
10792         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
10793              From: Michael G Schwern <schwern@pobox.com>
10794              Date: Tue, 29 May 2001 09:19:52 +0100
10795              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
10796      Branch: perl
10797            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
10798            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
10799            + t/lib/Test/todo.t
10800            ! MANIFEST lib/Test.pm t/TEST
10801 ____________________________________________________________________________
10802 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
10803         Log: From: Michael G Schwern <schwern@pobox.com>
10804              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
10805              Date: Tue, 29 May 2001 08:26:09 +0100
10806              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
10807      Branch: perl
10808            ! t/TEST
10809 ____________________________________________________________________________
10810 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
10811         Log: Add tests for Time::gmtime and Time::localtime.
10812      Branch: perl
10813            + t/lib/time-gmtime.t t/lib/time-localtime.t
10814            ! MANIFEST t/lib/1_compile.t
10815 ____________________________________________________________________________
10816 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
10817         Log: Add test for File::stat.
10818      Branch: perl
10819            + t/lib/filestat.t
10820            ! MANIFEST t/lib/1_compile.t
10821 ____________________________________________________________________________
10822 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
10823         Log: Add test for Net::servent.
10824      Branch: perl
10825            + t/lib/net-sent.t
10826            ! MANIFEST t/lib/1_compile.t
10827 ____________________________________________________________________________
10828 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
10829         Log: Add test for Net::protoent.
10830      Branch: perl
10831            + t/lib/net-pent.t
10832            ! MANIFEST t/lib/1_compile.t
10833 ____________________________________________________________________________
10834 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
10835         Log: Add test for Net::netent.
10836      Branch: perl
10837            + t/lib/net-nent.t
10838            ! MANIFEST t/lib/1_compile.t
10839 ____________________________________________________________________________
10840 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
10841         Log: Add test for User::grent.  Portability doubtful.
10842      Branch: perl
10843            + t/lib/user-grent.t
10844            ! MANIFEST t/lib/1_compile.t
10845 ____________________________________________________________________________
10846 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
10847         Log: Add test for User::pwent.
10848              Probably will fall down somewhere for portability reasons.
10849      Branch: perl
10850            + t/lib/user-pwent.t
10851            ! MANIFEST t/lib/1_compile.t
10852 ____________________________________________________________________________
10853 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
10854         Log: Metaconfig units changes for #10283.
10855      Branch: metaconfig
10856            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
10857            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
10858            ! U/installdirs/sitescript.U U/modified/Signal.U
10859 ____________________________________________________________________________
10860 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
10861         Log: Subject: [PATCH 5.6.1] signal names in Configure
10862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10863              Date: Tue, 29 May 2001 03:52:25 -0400
10864              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
10865              
10866              Subject: [PATCH 5.6.1] older perl in Configure
10867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10868              Date: Tue, 29 May 2001 03:55:40 -0400
10869              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
10870              
10871              Subject: [PATCH 5.6.1] goofs in Configure
10872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10873              Date: Tue, 29 May 2001 04:13:07 -0400
10874              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
10875              
10876              Configure portability tweaks.
10877      Branch: perl
10878            ! Configure
10879 ____________________________________________________________________________
10880 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
10881         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
10882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10883              Date: Tue, 29 May 2001 04:07:06 -0400
10884              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
10885      Branch: perl
10886            ! os2/os2.c
10887 ____________________________________________________________________________
10888 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
10889         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
10890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10891              Date: Tue, 29 May 2001 04:01:38 -0400
10892              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
10893      Branch: perl
10894            ! hints/os2.sh os2/Makefile.SHs
10895 ____________________________________________________________________________
10896 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
10897         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
10898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10899              Date: Tue, 29 May 2001 03:50:18 -0400
10900              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
10901      Branch: perl
10902            ! lib/Test/Harness.pm
10903 ____________________________________________________________________________
10904 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
10905         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
10906      Branch: perl
10907            ! lib/utf8_heavy.pl
10908 ____________________________________________________________________________
10909 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
10910         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
10911              From: Hugo <hv@crypt.compulink.co.uk>
10912              Date: Tue, 29 May 2001 03:03:45 +0100
10913              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
10914              
10915              Explanation why the $@ always gets the UTF8 flag when under use utf8--
10916              because we told it to have the flag when under use utf8.
10917      Branch: perl
10918            ! pp_ctl.c
10919 ____________________________________________________________________________
10920 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
10921         Log: At least a partial fix for 20010528.004.
10922      Branch: perl
10923            ! lib/utf8_heavy.pl
10924 ____________________________________________________________________________
10925 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
10926         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
10927              From: Nicholas Clark <nick@ccl4.org> 
10928              Date: Mon, 28 May 2001 23:39:38 +0100
10929              Message-ID: <20010528233938.M86445@plum.flirble.org>
10930              
10931              More portable non-zero UV.
10932      Branch: perl
10933            ! t/lib/extutils.t
10934 ____________________________________________________________________________
10935 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
10936         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
10937              From: Nicholas Clark <nick@ccl4.org>
10938              Date: Mon, 28 May 2001 22:46:09 +0100
10939              Message-ID: <20010528224608.L86445@plum.flirble.org>
10940              
10941              Test also "make clean".
10942      Branch: perl
10943            ! t/lib/extutils.t
10944 ____________________________________________________________________________
10945 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
10946         Log: Subject: Re: Would -Wno-unused -Wall be better?
10947              From: Michael G Schwern <schwern@pobox.com>
10948              Date: Tue, 29 May 2001 00:55:54 +0100
10949              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
10950      Branch: perl
10951            ! pp.h
10952 ____________________________________________________________________________
10953 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
10954         Log: Add a test for 20010528.007, fixed in #10272.
10955      Branch: perl
10956            ! t/op/misc.t toke.c
10957 ____________________________________________________________________________
10958 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
10959         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
10960              From: Hugo <hv@crypt.compulink.co.uk>
10961              Date: Tue, 29 May 2001 00:23:23 +0100
10962              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
10963      Branch: perl
10964            ! toke.c
10965 ____________________________________________________________________________
10966 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
10967         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
10968              From: Michael G Schwern <schwern@pobox.com>
10969              Date: Tue, 29 May 2001 00:42:59 +0100
10970              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
10971      Branch: perl
10972            ! t/pragma/autouse.t
10973 ____________________________________________________________________________
10974 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
10975         Log: Some shells seemingly arrange the signal handlers differently
10976              (bug id 20010521.004).
10977      Branch: perl
10978            ! t/lib/sigaction.t
10979 ____________________________________________________________________________
10980 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
10981         Log: Regen perlmodlib.
10982      Branch: perl
10983            ! pod/perlmodlib.pod
10984 ____________________________________________________________________________
10985 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
10986         Log: Update Changes.
10987      Branch: perl
10988            ! Changes patchlevel.h
10989 ____________________________________________________________________________
10990 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
10991         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
10992              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10993              Date: Mon, 28 May 2001 14:56:35 -0500
10994              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
10995      Branch: perl
10996            ! pod/perlnewmod.pod
10997 ____________________________________________________________________________
10998 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
10999         Log: Regen toc.
11000      Branch: perl
11001            ! pod/perltoc.pod
11002 ____________________________________________________________________________
11003 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
11004         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
11005              From: "Richard Soderberg" <rs@crystalflame.net>
11006              Date: Mon, 28 May 2001 12:31:23 -0700
11007              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
11008      Branch: perl
11009            ! t/op/splice.t
11010 ____________________________________________________________________________
11011 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
11012         Log: The #10260 was too bold: locales and utf8 still do not mix.
11013      Branch: perl
11014            ! t/pragma/locale.t
11015 ____________________________________________________________________________
11016 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
11017         Log: Subject: [PATCH] Pod nitpicks
11018              From: "Richard Soderberg" <rs@crystalflame.net>
11019              Date: Mon, 28 May 2001 10:08:58 -0700
11020              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
11021      Branch: perl
11022            ! pod/perl571delta.pod pod/perlapi.pod sv.h
11023 ____________________________________________________________________________
11024 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
11025         Log: Upgrade to I18N::LangTags 0.22.
11026      Branch: perl
11027            + lib/I18N/LangTags/List.pod
11028            ! MANIFEST lib/I18N/LangTags.pm
11029 ____________________________________________________________________________
11030 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
11031         Log: A slightly more serious bug found by -Mutf8; op/misc and
11032              lib/complex dumped core.
11033      Branch: perl
11034            ! regexec.c
11035 ____________________________________________________________________________
11036 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
11037         Log: Various buglets shaken out by -Mutf8.
11038      Branch: perl
11039            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
11040            ! t/pragma/locale.t
11041 ____________________________________________________________________________
11042 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
11043         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
11044      Branch: perl
11045            ! t/lib/carp.t
11046 ____________________________________________________________________________
11047 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
11048         Log: Subject: [PATCH] todo patch
11049              From: Artur Bergman <artur@contiller.se> 
11050              Date: Mon, 28 May 2001 17:03:51 +0200
11051              Message-ID: <B7383577.F34%artur@contiller.se>
11052      Branch: perl
11053            ! pod/perltodo.pod
11054 ____________________________________________________________________________
11055 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
11056         Log: Subject: typo in perlguts.pod
11057              From: "John P. Linderman" <jpl@research.att.com>
11058              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
11059              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
11060      Branch: perl
11061            ! pod/perlguts.pod
11062 ____________________________________________________________________________
11063 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
11064         Log: Subject: AIX and gcc (moving targets)
11065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11066              Date: Mon, 28 May 2001 12:54:04 +0200
11067              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
11068      Branch: perl
11069            ! hints/aix.sh
11070 ____________________________________________________________________________
11071 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
11072         Log: Subject: Re: perlio + multiple perl_alloc..destruct
11073              From: Doug MacEachern <dougm@covalent.net>
11074              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
11075              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
11076      Branch: perl
11077            ! perlio.c
11078 ____________________________________________________________________________
11079 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
11080         Log: The #10251 wasn't quite up-to-the-code.
11081      Branch: perl
11082            ! t/op/misc.t
11083 ____________________________________________________________________________
11084 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
11085         Log: Test case for bug 20010526.004, fixed in #10252.
11086      Branch: perl
11087            ! t/op/taint.t
11088 ____________________________________________________________________________
11089 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
11090         Log: Subject: Re: [ID 20010526.004] Taint looses value
11091              From: Hugo <hv@crypt.compulink.co.uk>
11092              Date: Sun, 27 May 2001 20:39:32 +0100
11093              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
11094      Branch: perl
11095            ! sv.c
11096 ____________________________________________________________________________
11097 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
11098         Log: Test case for 20010422.005, fixed by #10250.
11099      Branch: perl
11100            ! t/op/misc.t
11101 ____________________________________________________________________________
11102 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
11103         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
11104              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11105              Date: Mon, 28 May 2001 06:39:12 -0400
11106              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
11107      Branch: perl
11108            ! toke.c
11109 ____________________________________________________________________________
11110 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
11111         Log: Linerewrapping.
11112      Branch: perl
11113            ! lib/open.pm
11114 ____________________________________________________________________________
11115 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
11116         Log: Updates on the modules list.
11117      Branch: perl
11118            ! t/lib/1_compile.t
11119 ____________________________________________________________________________
11120 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
11121         Log: Add a test for PerlIO.
11122              
11123              (I probably got the crlf/raw thing wrong for clrfy platforms...)
11124      Branch: perl
11125            + t/lib/perlio.t
11126            ! MANIFEST lib/PerlIO.pm
11127 ____________________________________________________________________________
11128 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
11129         Log: Add a test for carp et alia.
11130      Branch: perl
11131            + t/lib/carp.t
11132            ! MANIFEST
11133 ____________________________________________________________________________
11134 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
11135         Log: Adding the new test would be swell.
11136      Branch: perl
11137            + t/pragma/autouse.t
11138 ____________________________________________________________________________
11139 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
11140         Log: Add a test for the autouse pragma.
11141      Branch: perl
11142            ! MANIFEST
11143 ____________________________________________________________________________
11144 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
11145         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
11146              From: dLux <dlux@spam.sch.bme.hu>
11147              Date: Sun, 27 May 2001 16:14:26 +0200
11148              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
11149      Branch: perl
11150            ! lib/autouse.pm
11151 ____________________________________________________________________________
11152 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
11153         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
11154              From: "Richard Soderberg" <rs@crystalflame.net>
11155              Date: Mon, 28 May 2001 03:56:36 -0700
11156              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
11157      Branch: perl
11158            ! utils/dprofpp.PL
11159 ____________________________________________________________________________
11160 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
11161         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
11162              From: "Stephen P. Potter" <spp@spotter.yi.org>
11163              Date: Tue, 22 May 2001 11:40:25 -0400
11164              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
11165              
11166              Subject: Re: [ID 20010522.003] Time::Local module bug
11167              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
11168              Date: Tue, 22 May 2001 11:50:19 -0400
11169              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
11170      Branch: perl
11171            ! lib/Time/Local.pm
11172 ____________________________________________________________________________
11173 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
11174         Log: The PERL_DL_NONLAZY can have whitespace in front.
11175      Branch: perl
11176            ! t/lib/extutils.t
11177 ____________________________________________________________________________
11178 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
11179         Log: Document strftime() and strptime().
11180      Branch: perl
11181            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
11182 ____________________________________________________________________________
11183 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
11184         Log: Make Time::Piece::strptime() to be a function, not a method.
11185      Branch: perl
11186            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
11187 ____________________________________________________________________________
11188 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
11189         Log: Tweak the test to be more portable.
11190      Branch: perl
11191            ! t/lib/extutils.t
11192 ____________________________________________________________________________
11193 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
11194         Log: Subject: PATCH: Re: Re: Attributes that tie
11195              From: Leon Brocard <acme@astray.com>
11196              Date: Sun, 27 May 2001 12:37:29 +0100
11197              Message-ID: <20010527123729.A22663@ns0.astray.com>
11198              
11199              Document that variable attributes are not currently usable
11200              for tieing.  (An ugly limitation that should be fixed.)
11201      Branch: perl
11202            ! lib/attributes.pm
11203 ____________________________________________________________________________
11204 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
11205         Log: Microperl tweaks.
11206      Branch: perl
11207            ! Makefile.micro uconfig.h uconfig.sh
11208 ____________________________________________________________________________
11209 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
11210         Log: Add make target for microperl (kind of silly, but convenient).
11211      Branch: perl
11212            ! Makefile.SH
11213 ____________________________________________________________________________
11214 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
11215         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
11216              for microperl.)
11217      Branch: perl
11218            ! doio.c
11219 ____________________________________________________________________________
11220 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
11221         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
11222              From: rspier@pobox.com (Robert Spier)
11223              Date: Sat, 26 May 2001 20:05:23 -0400
11224              Message-ID: <15120.17603.148648.12430@rls.cx>
11225              
11226              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
11227              From: rspier@pobox.com (Robert Spier)
11228              Date: Sun, 27 May 2001 00:23:12 -0400
11229              Message-ID: <15120.33072.511966.767230@rls.cx>
11230      Branch: perl
11231            ! doio.c pod/perlfunc.pod
11232 ____________________________________________________________________________
11233 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
11234         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
11235      Branch: perl
11236            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11237 ____________________________________________________________________________
11238 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
11239         Log: Add README.tru64.
11240      Branch: perl
11241            + README.tru64
11242 ____________________________________________________________________________
11243 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
11244         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
11245      Branch: perl
11246            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11247            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
11248            ! MANIFEST
11249 ____________________________________________________________________________
11250 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
11251         Log: Integrate I18N::LangTags from Sean Burke.
11252              
11253              TODO: the language list from RFC 3066 needs to be integrated
11254              and made available somehow.  The list is included in the
11255              I18N-LangTags 0.21 distribution, but it is undocumented
11256              and unconnected to the module.
11257      Branch: perl
11258            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
11259            ! MANIFEST
11260 ____________________________________________________________________________
11261 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
11262         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
11263              envisioned by Sarathy.
11264      Branch: perl
11265            ! t/op/ver.t toke.c
11266 ____________________________________________________________________________
11267 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
11268         Log: Subject: [ID 20010525.001] Pod typo nits fixed
11269              From: lvirden@cas.org
11270              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
11271              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
11272              
11273              minus the perlsolaris decimation plus the
11274              
11275              Subject: Re: [ID 20010525.001] Pod typo nits fixed
11276              From: "Philip Newton" <Philip.Newton@gmx.net>
11277              Date: Fri, 25 May 2001 18:05:55 +0200
11278              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
11279      Branch: perl
11280            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
11281            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
11282            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
11283            ! pod/perlutil.pod pod/perlxstut.pod
11284 ____________________________________________________________________________
11285 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
11286         Log: return clauses are nice.
11287      Branch: perl
11288            ! sv.c
11289 ____________________________________________________________________________
11290 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
11291         Log: Subject: change 10199 backwards?
11292              From: Doug MacEachern <dougm@covalent.net>
11293              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
11294              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
11295      Branch: perl
11296            ! sv.c
11297 ____________________________________________________________________________
11298 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
11299         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
11300              From: Hugo <hv@crypt.compulink.co.uk>
11301              Date: Sat, 26 May 2001 17:05:12 +0100
11302              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
11303      Branch: perl
11304            + t/op/gmagic.t
11305            ! MANIFEST doop.c embed.h embed.pl global.sym
11306            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
11307            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
11308 ____________________________________________________________________________
11309 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
11310         Log: Regen headers for #10221.
11311      Branch: perl
11312            ! global.sym objXSUB.h perlapi.c
11313 ____________________________________________________________________________
11314 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
11315         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
11316              From: Juha Laiho <juha.laiho@Elma.Net>
11317              Date: Thu, 3 May 2001 09:51:30 +0300
11318              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
11319      Branch: perl
11320            ! embed.pl
11321 ____________________________________________________________________________
11322 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
11323         Log: Subject: Re: [PATCH] Re: stability of sort()?
11324              From: "John P. Linderman" <jpl@research.att.com>
11325              Date: Sat, 26 May 2001 13:27:19 -0400
11326              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
11327      Branch: perl
11328            ! pod/perlfunc.pod
11329 ____________________________________________________________________________
11330 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
11331         Log: Integrate perlio.
11332      Branch: perl
11333           !> pod/perlguts.pod
11334 ____________________________________________________________________________
11335 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
11336         Log: Subject: [PATCH perl@10210] PerlIO for VMS
11337              From: "Craig A. Berry" <craigberry@mac.com>
11338              Date: Sat, 26 May 2001 09:34:11 -0500
11339              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
11340      Branch: perl
11341            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
11342            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
11343            ! vms/vmsish.h
11344 ____________________________________________________________________________
11345 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
11346         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
11347              From: David Dyck <dcd@tc.fluke.com>
11348              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
11349              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
11350      Branch: perl
11351            ! lib/perl5db.pl
11352 ____________________________________________________________________________
11353 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
11354         Log: Subject: utf8 regexp tests
11355              From: Hugo <hv@crypt.compulink.co.uk>
11356              Date: Fri, 25 May 2001 22:35:01 +0100
11357              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
11358      Branch: perl
11359            ! t/op/regexp.t
11360 ____________________________________________________________________________
11361 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
11362         Log: Subject: [PATCH] Re: stability of sort()?
11363              From: Nicholas Clark <nick@ccl4.org>
11364              Date: Fri, 25 May 2001 22:40:19 +0100
11365              Message-ID: <20010525224019.B86445@plum.flirble.org>
11366      Branch: perl
11367            ! pod/perlfunc.pod
11368 ____________________________________________________________________________
11369 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
11370         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
11371              From: John Peacock <jpeacock@rowman.com>
11372              Date: Thu, 24 May 2001 22:14:01 -0400
11373              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
11374      Branch: perl
11375            ! mg.c scope.c sv.c
11376 ____________________________________________________________________________
11377 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
11378         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
11379              From: Nicholas Clark <nick@ccl4.org>
11380              Date: Sun, 20 May 2001 19:24:13 +0100
11381              Message-ID: <20010520192413.G83222@plum.flirble.org>
11382      Branch: perl
11383            + lib/ExtUtils/Constant.pm t/lib/extutils.t
11384            ! MANIFEST utils/h2xs.PL
11385 ____________________________________________________________________________
11386 [ 10212] By: nick                                  on 2001/05/26  09:49:28
11387         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
11388              add a few more notes there on use of mortals on the stack.
11389      Branch: perlio
11390            ! pod/perlguts.pod
11391 ____________________________________________________________________________
11392 [ 10211] By: nick                                  on 2001/05/26  09:05:36
11393         Log: Integrate mainline
11394      Branch: perlio
11395           +> t/lib/fcntl.t t/pragma/vars.t
11396           !> (integrate 49 files)
11397 ____________________________________________________________________________
11398 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
11399         Log: Update Changes.
11400      Branch: perl
11401            ! Changes patchlevel.h
11402 ____________________________________________________________________________
11403 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
11404         Log: Based on
11405              
11406              Subject: [PATCH pp.c] Wrapping pack("C",256)
11407              From: Simon Cozens <simon@netthink.co.uk>
11408              Date: Sat, 12 May 2001 17:58:41 +0100
11409              Message-ID: <20010512175841.A6132@netthink.co.uk>
11410      Branch: perl
11411            ! pod/perldiag.pod pp.c t/pragma/warn/pp
11412 ____________________________________________________________________________
11413 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
11414         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
11415              From: "Brendan O'Dea" <bod@compusol.com.au>
11416              Date: Fri, 25 May 2001 11:18:29 +1000
11417              Message-ID: <20010525111829.A28411@compusol.com.au>
11418              
11419              (Slightly modified.)
11420      Branch: perl
11421            ! lib/Term/Cap.pm
11422 ____________________________________________________________________________
11423 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
11424         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
11425              From: Hugo <hv@crypt.compulink.co.uk>
11426              Date: Fri, 25 May 2001 02:13:25 +0100
11427              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
11428      Branch: perl
11429            ! t/op/misc.t
11430 ____________________________________________________________________________
11431 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
11432         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
11433              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
11434              Date: Fri, 25 May 2001 10:25:36 +0900
11435              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
11436      Branch: perl
11437            ! regcomp.c regexec.c
11438 ____________________________________________________________________________
11439 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
11440         Log: Subject: [PATCH #2] stash autovivification and method call error messages
11441              From: Ilmari Karonen <iltzu@sci.fi>
11442              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
11443              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
11444      Branch: perl
11445            ! gv.c pp_hot.c t/op/method.t
11446 ____________________________________________________________________________
11447 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
11448         Log: Add make target and documentation for gprof profiling.
11449      Branch: perl
11450            ! Makefile.SH pod/perlhack.pod
11451 ____________________________________________________________________________
11452 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
11453         Log: Subject: Don't think about UTF8 
11454              From: Mike Guy <mjtg@cam.ac.uk> 
11455              Date: Tue, 22 May 2001 14:35:39 +0100
11456              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
11457      Branch: perl
11458            ! sv.h
11459 ____________________________________________________________________________
11460 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
11461         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
11462              From: Geraint A Edwards <gedge@serf.org> 
11463              Date: Thu, 24 May 2001 22:51:24 +0100
11464              Message-Id: <20010524225124.A34981@cymru.serf.org>
11465      Branch: perl
11466            ! x2p/find2perl.PL
11467 ____________________________________________________________________________
11468 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
11469         Log: DB_File has its own attribute story.
11470      Branch: perl
11471            ! ext/DB_File/DB_File.xs
11472 ____________________________________________________________________________
11473 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
11474         Log: Subject: Re: Making perl with -Wall
11475              From: Andy Dougherty <doughera@lafayette.edu>
11476              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
11477              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
11478      Branch: perl
11479            ! perl.h
11480 ____________________________________________________________________________
11481 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
11482         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
11483              From: "Richard Soderberg" <rs@crystalflame.net>
11484              Date: Thu, 24 May 2001 08:58:16 -0700
11485              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
11486      Branch: perl
11487            ! sv.c
11488 ____________________________________________________________________________
11489 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
11490         Log: IV/UV casting fixes from Nicholas Clark.
11491      Branch: perl
11492            ! perl.h pp_sys.c util.c
11493 ____________________________________________________________________________
11494 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
11495         Log: Subject: Re: Making perl with -Wall
11496              From: Michael G Schwern <schwern@pobox.com>
11497              Date: Thu, 24 May 2001 15:40:28 +0100
11498              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
11499      Branch: perl
11500            ! malloc.c perl.h
11501 ____________________________________________________________________________
11502 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
11503         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
11504              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11505              Date: Tue, 22 May 2001 11:49:37 +0200
11506              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
11507      Branch: metaconfig
11508            ! U/modified/Oldsym.U
11509      Branch: metaconfig/U/perl
11510            ! patchlevel.U
11511      Branch: perl
11512            ! Configure config_h.SH myconfig.SH
11513 ____________________________________________________________________________
11514 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
11515         Log: Under versiononly install also the scripts with the version suffix.
11516              (e.g. .../bin/h2xs5.7.1)
11517      Branch: perl
11518            ! installperl
11519 ____________________________________________________________________________
11520 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
11521         Log: Subject: [PATCH] Stop segfault in mg.c:636
11522              From: "Richard Soderberg" <rs@crystalflame.net>
11523              Date: Thu, 24 May 2001 05:51:52 -0700
11524              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
11525      Branch: perl
11526            ! mg.c
11527 ____________________________________________________________________________
11528 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
11529         Log: Iteration continues; hopefully convergently.
11530      Branch: perl
11531            ! t/lib/b-stash.t
11532 ____________________________________________________________________________
11533 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
11534         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
11535              From: Gisle Aas <gisle@ActiveState.com>
11536              Date: 23 May 2001 16:13:10 -0700
11537              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
11538      Branch: perl
11539            ! op.c toke.c
11540 ____________________________________________________________________________
11541 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
11542         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
11543              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11544              Date: Thu, 24 May 2001 05:05:22 -0500
11545              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
11546      Branch: perl
11547            ! lib/dumpvar.pl lib/perl5db.pl
11548 ____________________________________________________________________________
11549 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
11550         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
11551              From: David Dyck <dcd@tc.fluke.com>
11552              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
11553              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
11554      Branch: perl
11555            ! lib/perl5db.pl
11556 ____________________________________________________________________________
11557 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
11558         Log: Tiny pod nits on READMEs, mostly whitespace issues.
11559      Branch: perl
11560            ! README.amiga README.dos README.macos README.mpeix README.vmesa
11561            ! README.win32
11562 ____________________________________________________________________________
11563 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
11564         Log: The DG/UX part of the 20010521.005.
11565      Branch: perl
11566            ! README.dgux
11567 ____________________________________________________________________________
11568 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
11569         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
11570              From: Hugo <hv@crypt.compulink.co.uk>
11571              Date: Mon, 21 May 2001 16:32:02 +0100
11572              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
11573      Branch: perl
11574            ! regcomp.c t/op/misc.t
11575 ____________________________________________________________________________
11576 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
11577         Log: Subject: [PATCH] Extra UNIVERSAL tests
11578              From: Mike Guy <mjtg@cam.ac.uk>
11579              Date: Wed, 23 May 2001 12:29:20 +0100
11580              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
11581      Branch: perl
11582            ! t/op/universal.t
11583 ____________________________________________________________________________
11584 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
11585         Log: Subject: [PATCH] Remove EQ keyword
11586              From: Mike Guy <mjtg@cam.ac.uk>
11587              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
11588              Date: Wed, 23 May 2001 11:17:29 +0100
11589      Branch: perl
11590            ! keywords.h keywords.pl
11591 ____________________________________________________________________________
11592 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
11593         Log: Subject: [PATCH] lib/perl5db.pl
11594              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11595              Date: Wed, 23 May 2001 02:18:03 -0500
11596              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
11597      Branch: perl
11598            ! lib/perl5db.pl
11599 ____________________________________________________________________________
11600 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
11601         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
11602              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11603              Date: Tue, 22 May 2001 23:34:41 -0500
11604              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
11605      Branch: perl
11606            ! lib/Term/Cap.pm
11607 ____________________________________________________________________________
11608 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
11609         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
11610              From: davem@fdgroup.co.uk
11611              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
11612              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
11613      Branch: perl
11614            ! emacs/e2ctags.pl
11615 ____________________________________________________________________________
11616 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
11617         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
11618              From: Michael G Schwern <schwern@pobox.com>
11619              Date: Tue, 22 May 2001 14:15:09 +0100
11620              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
11621      Branch: perl
11622            ! lib/vars.pm
11623 ____________________________________________________________________________
11624 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
11625         Log: Subject: [PATCH lib/vars.pm] Odd code nit
11626              From: Michael G Schwern <schwern@pobox.com>
11627              Date: Tue, 22 May 2001 14:14:28 +0100
11628              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
11629      Branch: perl
11630            ! lib/vars.pm
11631 ____________________________________________________________________________
11632 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
11633         Log: Use the new use vars feature.
11634      Branch: perl
11635            ! t/lib/b-stash.t
11636 ____________________________________________________________________________
11637 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
11638         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
11639              From: Mike Guy <mjtg@cam.ac.uk>
11640              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11641              Date: Tue, 22 May 2001 13:11:39 +0100
11642      Branch: perl
11643            + t/pragma/vars.t
11644            ! MANIFEST lib/vars.pm t/lib/1_compile.t
11645 ____________________________________________________________________________
11646 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
11647         Log: -qlongdouble considered harmful by Merijn.
11648      Branch: perl
11649            ! hints/aix.sh
11650 ____________________________________________________________________________
11651 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
11652         Log: Update Changes.
11653      Branch: perl
11654            ! Changes patchlevel.h
11655 ____________________________________________________________________________
11656 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
11657         Log: Add a test of its very own for Fcntl.  Hopefully portable.
11658      Branch: perl
11659            + t/lib/fcntl.t
11660            ! MANIFEST
11661 ____________________________________________________________________________
11662 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
11663         Log: Must be trickier for 'minitest' not to die.
11664      Branch: perl
11665            ! t/op/taint.t
11666 ____________________________________________________________________________
11667 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
11668         Log: Can't declare other people's variables.
11669      Branch: perl
11670            ! t/lib/b-stash.t
11671 ____________________________________________________________________________
11672 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
11673         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
11674      Branch: perl
11675            ! doio.c t/op/taint.t
11676 ____________________________________________________________________________
11677 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
11678         Log: The OS/2 variable needs to be declared.
11679      Branch: perl
11680            ! t/lib/b-stash.t
11681 ____________________________________________________________________________
11682 [ 10170] By: nick                                  on 2001/05/20  16:48:29
11683         Log: Integrate mainline
11684      Branch: perlio
11685           !> (integrate 41 files)
11686 ____________________________________________________________________________
11687 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
11688         Log: Small perlsec updates: clarify the taintedness of filename
11689              globbing; suggest using Scalar::Util::tainted().
11690      Branch: perl
11691            ! pod/perlsec.pod
11692 ____________________________________________________________________________
11693 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
11694         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
11695              From: Dave Mitchell <davem@fdgroup.co.uk>
11696              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
11697              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
11698      Branch: perl
11699            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
11700            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
11701            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
11702            ! xsutils.c
11703 ____________________________________________________________________________
11704 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
11705         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
11706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11707              Date: Sat, 19 May 2001 04:08:46 -0400
11708              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
11709      Branch: perl
11710            ! lib/ExtUtils/Mksymlists.pm makedef.pl
11711 ____________________________________________________________________________
11712 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
11713         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
11714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11715              Date: Sat, 19 May 2001 04:30:45 -0400
11716              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
11717      Branch: perl
11718            ! os2/os2.c
11719 ____________________________________________________________________________
11720 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
11721         Log: Subject: [PATCH 5.6.1] build bugs OS/2
11722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11723              Date: Sat, 19 May 2001 04:35:28 -0400
11724              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
11725      Branch: perl
11726            ! os2/Makefile.SHs os2/os2.c
11727 ____________________________________________________________________________
11728 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
11729         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
11730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11731              Date: Sat, 19 May 2001 04:04:23 -0400
11732              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
11733              
11734              (In bleadperl patched b-stash.t instead of b.t)
11735      Branch: perl
11736            ! t/lib/b-stash.t t/lib/bigfltpm.t
11737 ____________________________________________________________________________
11738 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
11739         Log: Subject: [PATCH 5.6.1] perl5db
11740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11741              Date: Sat, 19 May 2001 03:49:09 -0400
11742              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
11743      Branch: perl
11744            ! lib/perl5db.pl
11745 ____________________________________________________________________________
11746 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
11747         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
11748              From: Gisle Aas <gisle@ActiveState.com>
11749              Date: 18 May 2001 14:24:51 -0700
11750              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
11751      Branch: perl
11752            ! pp_ctl.c
11753 ____________________________________________________________________________
11754 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
11755         Log: Subject: [PATCH] Chomp should not always stringify
11756              From: Gisle Aas <gisle@ActiveState.com>
11757              Date: 18 May 2001 07:55:25 -0700
11758              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
11759      Branch: perl
11760            ! doop.c t/op/chop.t
11761 ____________________________________________________________________________
11762 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
11763         Log: Integrate perlio.
11764      Branch: perl
11765           !> pod/perlfunc.pod
11766 ____________________________________________________________________________
11767 [ 10159] By: nick                                  on 2001/05/20  09:39:46
11768         Log: Document some more of open's features.
11769      Branch: perlio
11770            ! pod/perlfunc.pod
11771 ____________________________________________________________________________
11772 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
11773         Log: back out change#10153 (it has compatibility issues such as the
11774              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
11775              benefit for 5.6.x doesn't seem worth the risk)
11776      Branch: maint-5.6/perl
11777            ! toke.c
11778 ____________________________________________________________________________
11779 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
11780         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
11781      Branch: perl
11782            ! x2p/s2p.PL
11783 ____________________________________________________________________________
11784 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
11785         Log: Update Changes.
11786      Branch: perl
11787            ! Changes patchlevel.h
11788 ____________________________________________________________________________
11789 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
11790         Log: Integrate change #10144 from maintperl.
11791              
11792              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
11793      Branch: perl
11794           !> win32/config.bc win32/config.gc win32/config.vc
11795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11796 ____________________________________________________________________________
11797 [ 10154] By: nick                                  on 2001/05/18  07:23:03
11798         Log: Integrate mainline.
11799      Branch: perlio
11800           +> README.dgux t/lib/i18n-collate.t utils.lst
11801           !> (integrate 49 files)
11802 ____________________________________________________________________________
11803 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
11804         Log: Integrate change #7224 from mainline into maintperl.
11805              
11806              Allow @+ and @- to be doublequoted, from Simon Cozens. 
11807              (Approved by Larry, see Tom's comment in 20000830.005.)
11808      Branch: maint-5.6/perl
11809           !> toke.c
11810 ____________________________________________________________________________
11811 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
11812         Log: Subject: [PATCH bleadperl] small lookbehind fix
11813              From: Hugo <hv@crypt.compulink.co.uk>
11814              Date: Fri, 18 May 2001 00:07:19 +0100
11815              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
11816      Branch: perl
11817            ! regexec.c
11818 ____________________________________________________________________________
11819 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
11820         Log: Detypos.
11821      Branch: perl
11822            ! installman utils.lst
11823 ____________________________________________________________________________
11824 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
11825         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
11826              in 20001222.001.
11827      Branch: perl
11828            ! t/lib/glob-basic.t
11829 ____________________________________________________________________________
11830 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
11831         Log: Subject: [PATCH] Test for bug 20010515.004
11832              From: Benjamin Sugars <bsugars@canoe.ca>
11833              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
11834              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
11835      Branch: perl
11836            ! t/op/misc.t
11837 ____________________________________________________________________________
11838 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
11839         Log: Integrate #10145 from maintperl.
11840              
11841              fix for ID 20010515.004 (needs test)
11842      Branch: perl
11843           !> pp_hot.c
11844 ____________________________________________________________________________
11845 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
11846         Log: Thinko noticed by Doug MacEachern.
11847      Branch: perl
11848            ! thread.h
11849 ____________________________________________________________________________
11850 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
11851         Log: Subject: Re: [PATCH] HERE mark in regex
11852              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11853              Date: Thu, 17 May 2001 12:20:33 -0400
11854              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
11855      Branch: perl
11856            ! t/op/re_tests
11857 ____________________________________________________________________________
11858 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
11859         Log: fix for ID 20010515.004 (needs test)
11860      Branch: maint-5.6/perl
11861            ! pp_hot.c
11862 ____________________________________________________________________________
11863 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
11864         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
11865      Branch: maint-5.6/perl
11866            ! win32/config.bc win32/config.gc win32/config.vc
11867            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11868 ____________________________________________________________________________
11869 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
11870         Log: Macrofy the getspecific (and use it also in util.c)
11871      Branch: perl
11872            ! thread.h util.c
11873 ____________________________________________________________________________
11874 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
11875         Log: Use the unchecked thread-specific key fetch also in Tru64.
11876      Branch: perl
11877            ! thread.h
11878 ____________________________________________________________________________
11879 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
11880         Log: Subject: [PATCH 5.6.1]Quick thread speedup
11881              From: Dan Sugalski <dan@sidhe.org> 
11882              Date: Wed, 16 May 2001 18:05:19 -0400
11883              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
11884      Branch: perl
11885            ! thread.h util.c
11886 ____________________________________________________________________________
11887 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
11888         Log: I think this is quite enough testing for a deprecated feature.
11889      Branch: perl
11890            + t/lib/i18n-collate.t
11891            ! MANIFEST t/lib/1_compile.t
11892 ____________________________________________________________________________
11893 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
11894         Log: More HP-UX lore from Jeff Okamoto.
11895      Branch: perl
11896            ! README.hpux
11897 ____________________________________________________________________________
11898 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
11899         Log: Sort utils.lst for easier maintenance.
11900      Branch: perl
11901            ! utils.lst
11902 ____________________________________________________________________________
11903 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
11904         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11905              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11906              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
11907              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
11908              
11909              Add pod2latex to utils.lst.
11910      Branch: perl
11911            ! MANIFEST utils.lst
11912 ____________________________________________________________________________
11913 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
11914         Log: Subject: Re: [PATCH] HERE mark in regex
11915              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11916              Date: Wed, 16 May 2001 13:04:43 -0400
11917              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
11918      Branch: perl
11919            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11920            ! t/op/regmesg.t t/pragma/warn/regcomp
11921 ____________________________________________________________________________
11922 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
11923         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11924              From: Simon Cozens <simon@netthink.co.uk>
11925              Date: Wed, 16 May 2001 18:02:08 +0100
11926              Message-ID: <20010516180208.A6458@netthink.co.uk>
11927      Branch: perl
11928            ! installman utils.lst
11929 ____________________________________________________________________________
11930 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
11931         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
11932              From: "Philip Newton" <pnewton@gmx.de>
11933              Date: Tue, 15 May 2001 15:09:30 +0200
11934              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
11935              
11936              Test case for #10128.
11937      Branch: perl
11938            ! t/pragma/warn/pp_hot
11939 ____________________________________________________________________________
11940 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
11941         Log: Update Changes.
11942      Branch: perl
11943            ! Changes patchlevel.h
11944 ____________________________________________________________________________
11945 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
11946         Log: Deprecate pseudo-hashes.
11947      Branch: perl
11948            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
11949 ____________________________________________________________________________
11950 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
11951         Log: HP-UX hints update from Merijn.
11952      Branch: perl
11953            ! hints/hpux.sh
11954 ____________________________________________________________________________
11955 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
11956         Log: README.hpux update from Merijn.
11957      Branch: perl
11958            ! README.hpux
11959 ____________________________________________________________________________
11960 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
11961         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11962              From: Simon Cozens <simon@netthink.co.uk>
11963              Date: Wed, 16 May 2001 15:57:55 +0100
11964              Message-ID: <20010516155755.A4728@netthink.co.uk>
11965      Branch: perl
11966            + utils.lst
11967            ! MANIFEST installman installperl
11968 ____________________________________________________________________________
11969 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
11970         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
11971              From: "Philip Newton" <pnewton@gmx.de>
11972              Date: Tue, 15 May 2001 16:31:05 +0200
11973              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
11974              
11975              Fix PERL_Y2KWARN test to check before rather than after appending.
11976      Branch: perl
11977            ! pp_hot.c
11978 ____________________________________________________________________________
11979 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
11980         Log: Regen Porting stuff.
11981      Branch: perl
11982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11983            ! config_h.SH
11984 ____________________________________________________________________________
11985 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
11986         Log: Metaconfig unit change for #10125.
11987      Branch: metaconfig
11988            ! U/modified/Oldconfig.U
11989 ____________________________________________________________________________
11990 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
11991         Log: Use OSVERS.
11992      Branch: perl
11993            ! Configure config_h.SH perl.c
11994 ____________________________________________________________________________
11995 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
11996         Log: Regen toc.
11997      Branch: perl
11998            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11999 ____________________________________________________________________________
12000 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
12001         Log: Adding the README.dgux to the MANIFEST would be a good idea.
12002      Branch: perl
12003            ! MANIFEST
12004 ____________________________________________________________________________
12005 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
12006         Log: Move the stack desire definition to thread.h.
12007      Branch: perl
12008            ! ext/Thread/Thread.xs thread.h
12009 ____________________________________________________________________________
12010 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
12011         Log: DG-UX threading patches, including a README.dgux,
12012              from Takis Psarogiannakopoulos.
12013      Branch: perl
12014            + README.dgux
12015            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
12016 ____________________________________________________________________________
12017 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
12018         Log: Subject: [PATCH B::Deparse] More on /x regexes
12019              From: Robin Houston <robin@kitsite.com>
12020              Date: Tue, 15 May 2001 19:09:35 +0100
12021              Message-ID: <20010515190935.A27268@penderel>
12022      Branch: perl
12023            ! ext/B/B/Deparse.pm
12024 ____________________________________________________________________________
12025 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
12026         Log: Document that the core time() may be rounding rather
12027              than truncating, would have saved at least my confusion.
12028      Branch: perl
12029            ! ext/Time/HiRes/HiRes.pm
12030 ____________________________________________________________________________
12031 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
12032         Log: Subject: perl-current/t/time-hires.t
12033              From: John Peacock <jpeacock@rowman.com>
12034              Date: Fri, 11 May 2001 14:09:41 -0400
12035              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
12036      Branch: perl
12037            ! t/lib/time-hires.t
12038 ____________________________________________________________________________
12039 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
12040         Log: Subject: [PATCH dump.c] Op private flags
12041              From: Simon Cozens <simon@netthink.co.uk>
12042              Date: Sun, 13 May 2001 20:20:36 +0100
12043              Message-ID: <20010513202036.A21896@netthink.co.uk>
12044      Branch: perl
12045            ! dump.c
12046 ____________________________________________________________________________
12047 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
12048         Log: Upgrade to Switch 2.03.
12049      Branch: perl
12050            ! lib/Switch.pm
12051 ____________________________________________________________________________
12052 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
12053         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
12054              to PERL_CONFIG_SH and use it consistently.
12055      Branch: maint-5.6/perl
12056           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12057           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12058           !> myconfig.SH writemain.SH
12059 ____________________________________________________________________________
12060 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
12061         Log: Metaconfig units changes for #10113.
12062      Branch: metaconfig
12063            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
12064 ____________________________________________________________________________
12065 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
12066         Log: The problem described in 20010514.031 still wasn't
12067              fully cured, there were remnants of $CONFIG when
12068              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
12069              to avoid future conflicts.
12070      Branch: perl
12071            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12072            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12073            ! myconfig.SH writemain.SH
12074 ____________________________________________________________________________
12075 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
12076         Log: Half of #10107 got lost.
12077      Branch: perl
12078            ! ext/B/B/Deparse.pm
12079 ____________________________________________________________________________
12080 [ 10111] By: nick                                  on 2001/05/15  08:39:14
12081         Log: Integrate mainline.
12082      Branch: perlio
12083           +> ext/POSIX/hints/uts.pl
12084            - Todo Todo-5.6 t/camel-III/vstring.t
12085           !> (integrate 48 files)
12086 ____________________________________________________________________________
12087 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
12088         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
12089              From: Robin Houston <robin@kitsite.com>
12090              Date: Mon, 14 May 2001 22:27:08 +0100
12091              Message-ID: <20010514222708.A22963@penderel>
12092      Branch: perl
12093            ! t/TestInit.pm
12094 ____________________________________________________________________________
12095 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
12096         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
12097              From: Robin Houston <robin@kitsite.com>
12098              Date: Mon, 14 May 2001 22:16:43 +0100
12099              Message-ID: <20010514221643.A22437@penderel>
12100      Branch: perl
12101            ! ext/B/B/Deparse.pm
12102 ____________________________________________________________________________
12103 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
12104         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
12105              From: Robin Houston <robin@kitsite.com>
12106              Date: Mon, 14 May 2001 22:03:44 +0100
12107              Message-ID: <20010514220344.A20643@penderel>
12108      Branch: perl
12109            ! ext/B/B/Deparse.pm
12110 ____________________________________________________________________________
12111 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
12112         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
12113              From: Robin Houston <robin@kitsite.com>
12114              Date: Mon, 14 May 2001 22:10:07 +0100
12115              Message-ID: <20010514221007.A21118@penderel>
12116      Branch: perl
12117            ! ext/B/B/Deparse.pm
12118 ____________________________________________________________________________
12119 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
12120         Log: Fix for 20010514.037; substr() didn't invalidate the locale
12121              collation magic.
12122      Branch: perl
12123            ! pp.c
12124 ____________________________________________________________________________
12125 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
12126         Log: Update Changes.
12127      Branch: perl
12128            ! Changes patchlevel.h
12129 ____________________________________________________________________________
12130 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
12131         Log: Retract #10094.
12132      Branch: perl
12133            ! lib/Pod/Text.pm
12134 ____________________________________________________________________________
12135 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
12136         Log: Integrate change #10100 from maintperl.
12137              
12138              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
12139              bug ID 20010514.027)
12140      Branch: perl
12141           !> mg.c pp_ctl.c
12142 ____________________________________________________________________________
12143 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
12144         Log: Document the deprecatedness of suidperl.
12145      Branch: perl
12146            ! INSTALL pod/perlfaq1.pod
12147 ____________________________________________________________________________
12148 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
12149         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
12150              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12151              Date: Mon, 14 May 2001 09:38:59 -0400
12152              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
12153      Branch: perl
12154            ! lib/ExtUtils/MM_Unix.pm
12155 ____________________________________________________________________________
12156 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
12157         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
12158              bug ID 20010514.027)
12159              
12160              TODO: this needs a testsuite addition
12161      Branch: maint-5.6/perl
12162            ! mg.c pp_ctl.c
12163 ____________________________________________________________________________
12164 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
12165         Log: More DWIMminess for Class::Struct: calling the array or hash
12166              accessors only with one argument, an array or a hash reference,
12167              sets the underlying array or hash.  This mirrors nicely also
12168              the usage in the constructor.
12169              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
12170      Branch: perl
12171            ! lib/Class/Struct.pm t/lib/class-struct.t
12172 ____________________________________________________________________________
12173 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
12174         Log: Reference cmp'ing should go through the whole stringification
12175              process shebang, as pointed out by Sarathy in #10091.
12176      Branch: perl
12177            ! pp.c
12178 ____________________________________________________________________________
12179 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
12180         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
12181              From: Simon Cozens <simon@netthink.co.uk>
12182              Date: Sat, 12 May 2001 16:36:27 +0100
12183              Message-ID: <20010512163627.A5522@netthink.co.uk>
12184              
12185              with some additions salvaged from Todo and Todo-5.6 before
12186              retiring them.
12187      Branch: perl
12188            - Todo Todo-5.6
12189            ! MANIFEST pod/perltodo.pod
12190 ____________________________________________________________________________
12191 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
12192         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
12193              From: "Golubev I. N." <gin@mo.msk.ru>
12194              Date: Mon, 07 May 2001 14:33:34 (GMT)
12195              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
12196      Branch: perl
12197            ! perl.h
12198 ____________________________________________________________________________
12199 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
12200         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
12201              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12202              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
12203              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
12204      Branch: perl
12205            ! lib/ExtUtils/MM_Unix.pm
12206 ____________________________________________________________________________
12207 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
12208         Log: (Retracted by #10104.)
12209              
12210              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
12211              From: barries <barries@slaysys.com>
12212              Date: Sat, 12 May 2001 01:28:10 -0400
12213              Message-ID: <20010512012810.B26358@jester.slaysys.com>
12214      Branch: perl
12215            ! lib/Pod/Text.pm
12216 ____________________________________________________________________________
12217 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
12218         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
12219              From: Mike Guy <mjtg@cam.ac.uk>
12220              Date: Sat, 12 May 2001 19:24:33 +0100
12221              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
12222      Branch: perl
12223            ! lib/AutoSplit.pm
12224 ____________________________________________________________________________
12225 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
12226         Log: Yet another HP-UX hints tweak from Merijn.
12227      Branch: perl
12228            ! hints/hpux.sh
12229 ____________________________________________________________________________
12230 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
12231         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
12232              isn't defined (changes#9366,9368,9370 from mainline without the
12233              pp_scmp() change)
12234      Branch: maint-5.6/perl
12235            ! pp.c pp.h pp_hot.c
12236 ____________________________________________________________________________
12237 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
12238         Log: The sorting seems to happen now automatically.
12239      Branch: perl
12240            ! t/lib/glob-basic.t
12241 ____________________________________________________________________________
12242 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
12243         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
12244              From: Benjamin Sugars <bsugars@canoe.ca>
12245              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
12246              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
12247      Branch: perl
12248            ! pod/perlfunc.pod
12249 ____________________________________________________________________________
12250 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
12251         Log: Subject: Re: undef(&foo) does not work for XS functions
12252              From: Doug MacEachern <dougm@covalent.net>
12253              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
12254              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
12255      Branch: perl
12256            ! op.c
12257 ____________________________________________________________________________
12258 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
12259         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
12260              From: Peter Prymmer <pvhp@forte.com>
12261              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
12262              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
12263      Branch: perl
12264            ! t/op/append.t
12265 ____________________________________________________________________________
12266 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
12267         Log: Update Changes.
12268      Branch: perl
12269            ! Changes patchlevel.h
12270 ____________________________________________________________________________
12271 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
12272         Log: Remove the 'asciir' re subpragma.  Should instead implement
12273              the 'physical vs logical' range scheme:
12274              
12275              \xAA-\xCC is a native physical range, you want that range of
12276              codepoints in your native encoding.  In EBCDIC the codepoints
12277              in the gaps (between i-j and r-s) should be included.
12278              
12279              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
12280              codepoints in Unicode.
12281              
12282              a-z is a logical range, you want that range of 'logical' codepoints
12283              in your native encoding.  In EBCDIC the codepoints in the gaps
12284              (between i-j and r-s) should not be included.
12285              
12286              Mixed cases (a-\xAA, etc) should either be errors, or maybe
12287              the 'logical' endpoints should be converted to native/Unicode
12288              codepoints, and the range handled as a physical range.
12289              
12290              'Logical endpoints' are to be recognized only in the A-Z, a-z,
12291              and 0-9 ranges.  Probably a warning should be given for mixed
12292              cases like A-z or a-9 (since such expressions are encoding
12293              dependent), with a recommendation to use physical ranges.
12294      Branch: perl
12295            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
12296            ! t/op/regexp.t
12297 ____________________________________________________________________________
12298 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
12299         Log: Make the test to cleanup the test directory tree
12300              both before and after the testing so that we always
12301              have a clean slate to work with.
12302      Branch: perl
12303            ! t/lib/filefind.t
12304 ____________________________________________________________________________
12305 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
12306         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
12307              From: Jon Eveland <jweveland@yahoo.com>
12308              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
12309              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
12310      Branch: perl
12311            ! pod/perlfunc.pod
12312 ____________________________________________________________________________
12313 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
12314         Log: Merge the camel-III/vstring.t with op/ver.t.
12315      Branch: perl
12316            - t/camel-III/vstring.t
12317            ! MANIFEST t/TEST t/harness t/op/ver.t
12318 ____________________________________________________________________________
12319 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
12320         Log: Add test.deparse make target.
12321      Branch: perl
12322            ! Makefile.SH
12323 ____________________________________________________________________________
12324 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
12325         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
12326              From: Robin Houston <robin@kitsite.com>
12327              Date: Fri, 11 May 2001 12:02:22 +0100
12328              Message-ID: <20010511120222.A11529@penderel>
12329      Branch: perl
12330            ! ext/B/B/Deparse.pm t/op/method.t
12331 ____________________________________________________________________________
12332 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
12333         Log: A nicely working combination for UTS from Hal Morris.
12334      Branch: perl
12335            + ext/POSIX/hints/uts.pl
12336            ! MANIFEST hints/uts.sh
12337 ____________________________________________________________________________
12338 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
12339         Log: i_ieeefp=undef for UTS.
12340      Branch: perl
12341            ! hints/uts.sh
12342 ____________________________________________________________________________
12343 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
12344         Log: Subject: RE: rand(0) is rand(1)
12345              From: Larry Shatzer <lshatzer@islanddata.com>
12346              Date: Thu, 10 May 2001 11:09:27 -0700
12347              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
12348      Branch: perl
12349            ! pod/perlfunc.pod
12350 ____________________________________________________________________________
12351 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
12352         Log: Subject: [patch] make op_{clear,null} public
12353              From: Doug MacEachern <dougm@covalent.net>
12354              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
12355              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
12356      Branch: perl
12357            ! embed.h embed.pl op.c proto.h
12358 ____________________________________________________________________________
12359 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
12360         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
12361              From: Robin Houston <robin@kitsite.com>
12362              Date: Thu, 10 May 2001 18:54:59 +0100
12363              Message-ID: <20010510185459.A5995@penderel>
12364      Branch: perl
12365            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
12366 ____________________________________________________________________________
12367 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
12368         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
12369              From: Robin Houston <robin@kitsite.com>
12370              Date: Thu, 10 May 2001 12:56:39 +0100
12371              Message-ID: <20010510125639.A2119@penderel>
12372      Branch: perl
12373            ! ext/B/B/Deparse.pm
12374 ____________________________________________________________________________
12375 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
12376         Log: Retract #10070, not ready yet.
12377      Branch: perl
12378            ! ext/B/B/Deparse.pm
12379 ____________________________________________________________________________
12380 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
12381         Log: The metaconfig unit change for #10071.
12382      Branch: metaconfig
12383            ! U/modified/mallocsrc.U
12384 ____________________________________________________________________________
12385 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
12386         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
12387      Branch: perl
12388            ! Configure
12389 ____________________________________________________________________________
12390 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
12391         Log: (Retracted by #10073)
12392              
12393              Subject: Re: [PATCH t/TEST] B::Deparse tester 
12394              From: Hugo <hv@crypt.compulink.co.uk>
12395              Date: Thu, 10 May 2001 05:48:09 +0100
12396              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
12397      Branch: perl
12398            ! ext/B/B/Deparse.pm
12399 ____________________________________________________________________________
12400 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
12401         Log: Add a for(func()) test.
12402      Branch: perl
12403            ! t/cmd/for.t
12404 ____________________________________________________________________________
12405 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
12406         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
12407              From: Robin Houston <robin@kitsite.com>
12408              Date: Thu, 10 May 2001 13:50:08 +0100
12409              Message-ID: <20010510135008.A2454@penderel>
12410      Branch: perl
12411            ! ext/B/B/Deparse.pm
12412 ____________________________________________________________________________
12413 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
12414         Log: A thinko in #10065.
12415      Branch: perl
12416            ! hv.c
12417 ____________________________________________________________________________
12418 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
12419         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
12420              From: Robin Houston <robin@kitsite.com>
12421              Date: Thu, 10 May 2001 02:10:34 +0100
12422              Message-ID: <20010510021034.A19421@penderel>
12423      Branch: perl
12424            ! ext/B/B.xs ext/B/B/Deparse.pm
12425 ____________________________________________________________________________
12426 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
12427         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
12428              From: Doug MacEachern <dougm@covalent.net>
12429              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
12430              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
12431      Branch: perl
12432            ! hv.c
12433 ____________________________________________________________________________
12434 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
12435         Log: One more workaround for the UTS compiler from Hal Morris.
12436      Branch: perl
12437            ! perl.h
12438 ____________________________________________________________________________
12439 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
12440         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
12441              From: Robin Houston <robin@kitsite.com>
12442              Date: Thu, 10 May 2001 01:02:08 +0100
12443              Message-ID: <20010510010208.A18200@penderel>
12444      Branch: perl
12445            ! ext/B/B/Debug.pm
12446 ____________________________________________________________________________
12447 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
12448         Log: Subject: [PATCH] Simplify deb_curcv() a bit
12449              From: Benjamin Sugars <bsugars@canoe.ca>
12450              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
12451              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
12452      Branch: perl
12453            ! run.c
12454 ____________________________________________________________________________
12455 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
12456         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
12457              From: Benjamin Sugars <bsugars@canoe.ca>
12458              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
12459              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
12460      Branch: perl
12461            ! t/lib/io_scalar.t
12462 ____________________________________________________________________________
12463 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
12464         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
12465              From: Peter Prymmer <pvhp@forte.com>
12466              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
12467              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
12468      Branch: perl
12469            ! t/lib/md5-file.t
12470 ____________________________________________________________________________
12471 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
12472         Log: Subject: [PATCH t/TEST] B::Deparse tester
12473              From: Robin Houston <robin@kitsite.com>
12474              Date: Wed, 9 May 2001 19:17:50 +0100
12475              Message-ID: <20010509191750.A16940@penderel>
12476      Branch: perl
12477            ! ext/B/O.pm t/TEST
12478 ____________________________________________________________________________
12479 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
12480         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
12481              From: Jeff Pinyan <jeffp@crusoe.net>
12482              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
12483              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
12484      Branch: perl
12485            ! lib/Pod/Html.pm
12486 ____________________________________________________________________________
12487 [ 10057] By: nick                                  on 2001/05/09  18:37:56
12488         Log: Integrate mainline.
12489      Branch: perlio
12490           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
12491           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
12492 ____________________________________________________________________________
12493 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
12494         Log: Update Changes.
12495      Branch: perl
12496            ! Changes patchlevel.h
12497 ____________________________________________________________________________
12498 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
12499         Log: Integrate perlio.
12500      Branch: perl
12501           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12502 ____________________________________________________________________________
12503 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
12504         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
12505              From: Benjamin Sugars <bsugars@canoe.ca>
12506              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
12507              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
12508      Branch: perl
12509            ! perlio.c
12510 ____________________________________________________________________________
12511 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
12512         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
12513              From: Benjamin Sugars <bsugars@canoe.ca>
12514              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
12515              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
12516      Branch: perl
12517            ! ext/PerlIO/Scalar/Scalar.xs
12518 ____________________________________________________________________________
12519 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
12520         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
12521              From: Jeff Pinyan <jeffp@crusoe.net>
12522              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
12523              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
12524      Branch: perl
12525            ! lib/Pod/Html.pm
12526 ____________________________________________________________________________
12527 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
12528         Log: EPOC tweak from Olaf Flebbe.
12529      Branch: perl
12530            ! epoc/epocish.h
12531 ____________________________________________________________________________
12532 [ 10050] By: nick                                  on 2001/05/09  14:37:57
12533         Log: win32, regen_config_h
12534      Branch: perlio
12535            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12536 ____________________________________________________________________________
12537 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
12538         Log: Integrate perlio.
12539      Branch: perl
12540           !> pp_sys.c
12541 ____________________________________________________________________________
12542 [ 10048] By: nick                                  on 2001/05/09  11:59:50
12543         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
12544              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
12545      Branch: perlio
12546            ! pp_sys.c
12547 ____________________________________________________________________________
12548 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
12549         Log: Integrate perlio.
12550      Branch: perl
12551           !> run.c
12552 ____________________________________________________________________________
12553 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
12554         Log: Subject: Re: Less warnings during configure
12555              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12556              Date: Wed, 09 May 2001 13:12:49 +0200
12557              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
12558      Branch: perl
12559            ! hints/hpux.sh
12560 ____________________________________________________________________________
12561 [ 10045] By: nick                                  on 2001/05/09  09:56:59
12562         Log: MULTIPLICITY/DEBUGGING build fix.
12563      Branch: perlio
12564            ! run.c
12565 ____________________________________________________________________________
12566 [ 10044] By: nick                                  on 2001/05/09  09:46:37
12567         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
12568      Branch: perlio
12569           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
12570            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12571           !> (integrate 65 files)
12572 ____________________________________________________________________________
12573 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
12574         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
12575              From: Robin Houston <robin@kitsite.com>
12576              Date: Tue, 8 May 2001 19:38:00 +0100
12577              Message-ID: <20010508193800.A4389@penderel>
12578              
12579              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
12580              From: Robin Houston <robin@kitsite.com>
12581              Date: Tue, 8 May 2001 20:03:57 +0100
12582              Message-ID: <20010508200357.A4614@penderel>
12583              
12584              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
12585              From: Robin Houston <robin@kitsite.com>
12586              Date: Wed, 9 May 2001 00:12:05 +0100
12587              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
12588      Branch: perl
12589            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
12590 ____________________________________________________________________________
12591 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
12592         Log: Retract #10031.
12593      Branch: perl
12594            ! pod/perlfunc.pod
12595 ____________________________________________________________________________
12596 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
12597         Log: The metaconfig unit changes for #10040.
12598      Branch: metaconfig/U/perl
12599            ! Checkcc.U d_dlsymun.U dlsrc.U
12600 ____________________________________________________________________________
12601 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
12602         Log: The Configure half of
12603              
12604              Subject: Less warnings during configure
12605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12606              Date: Tue, 08 May 2001 08:44:02 +0200
12607              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
12608      Branch: perl
12609            ! Configure
12610 ____________________________________________________________________________
12611 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
12612         Log: Subject: Less warnings during configure
12613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12614              Date: Tue, 08 May 2001 08:44:02 +0200
12615              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
12616      Branch: perl
12617            ! hints/hpux.sh
12618 ____________________________________________________________________________
12619 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
12620         Log: Don't forget to whine about \d__\d.
12621      Branch: perl
12622            ! t/pragma/warn/toke toke.c
12623 ____________________________________________________________________________
12624 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
12625         Log: Allow underscores also in the exponent part.
12626      Branch: perl
12627            ! t/pragma/warn/toke toke.c
12628 ____________________________________________________________________________
12629 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
12630         Log: CodeMagicCD doesn't look like an *I*DE.
12631      Branch: perl
12632            ! pod/perlfaq3.pod
12633 ____________________________________________________________________________
12634 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
12635         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
12636              to be consistently down).
12637      Branch: perl
12638            ! pod/perlfaq3.pod
12639 ____________________________________________________________________________
12640 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
12641         Log: Upgrade to Text::Balanced 1.84.
12642      Branch: perl
12643            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
12644 ____________________________________________________________________________
12645 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
12646         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
12647              From: Benjamin Sugars <bsugars@canoe.ca>
12648              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
12649              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
12650      Branch: perl
12651            ! run.c
12652 ____________________________________________________________________________
12653 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
12654         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
12655              From: Peter Prymmer <pvhp@forte.com>
12656              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
12657              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
12658      Branch: perl
12659            ! t/pod/plainer.t
12660 ____________________________________________________________________________
12661 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
12662         Log: (Retracted by #10042)
12663              
12664              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
12665              From: "Philip Newton" <pnewton@gmx.de>
12666              Date: Tue, 8 May 2001 09:18:10 +0200
12667              Message-ID: <3AF7B9D2.28861.603732@localhost>
12668      Branch: perl
12669            ! pod/perlfunc.pod
12670 ____________________________________________________________________________
12671 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
12672         Log: Subject: [PATCH B::Deparse] Document known bugs
12673              From: Robin Houston <robin@kitsite.com>
12674              Date: Tue, 8 May 2001 01:53:34 +0100
12675              Message-ID: <20010508015334.A32394@penderel>
12676      Branch: perl
12677            ! ext/B/B/Deparse.pm
12678 ____________________________________________________________________________
12679 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
12680         Log: Subject: Re: Perl book, magazine and website updates.
12681              From: "Philip Newton" <pnewton@gmx.de>
12682              Date: Mon, 7 May 2001 17:03:58 +0200
12683              Message-ID: <3AF6D57E.5387.1E29930@localhost>
12684      Branch: perl
12685            ! pod/perlfaq2.pod
12686 ____________________________________________________________________________
12687 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
12688         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
12689              From: Peter Prymmer <pvhp@forte.com>
12690              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
12691              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
12692      Branch: perl
12693            ! t/io/fflush.t
12694 ____________________________________________________________________________
12695 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
12696         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
12697              From: Robin Houston <robin@kitsite.com>
12698              Date: Tue, 8 May 2001 01:14:55 +0100
12699              Message-ID: <20010508011455.A32162@penderel>
12700      Branch: perl
12701            ! ext/B/B/Deparse.pm
12702 ____________________________________________________________________________
12703 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
12704         Log: Typo in #10025.
12705      Branch: perl
12706            ! hints/uts.sh
12707 ____________________________________________________________________________
12708 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
12709         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
12710      Branch: perl
12711            ! hints/uts.sh
12712 ____________________________________________________________________________
12713 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
12714         Log: Subject: Re: [ID 20010506.045] question about hash syntax
12715              From: Peter Scott <Peter@PSDT.com>
12716              Date: Sun, 06 May 2001 13:10:40 -0700
12717              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
12718      Branch: perl
12719            ! pod/perl56delta.pod
12720 ____________________________________________________________________________
12721 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
12722         Log: Configure should figure out the list of dynamic extensions
12723              just fine in UTS-- and in fact it does, as reported by Hal Morris.
12724      Branch: perl
12725            ! hints/uts.sh
12726 ____________________________________________________________________________
12727 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
12728         Log: Update Changes.
12729      Branch: perl
12730            ! Changes patchlevel.h
12731 ____________________________________________________________________________
12732 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
12733         Log: Subject: [PATCH regcomp.c] Insecure regexes
12734              From: Robin Houston <robin@kitsite.com>
12735              Date: Mon, 7 May 2001 21:56:12 +0100
12736              Message-ID: <20010507215612.A31114@penderel>
12737      Branch: perl
12738            ! regcomp.c
12739 ____________________________________________________________________________
12740 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
12741         Log: Drop the foobar.perl.com references for now until Simon
12742              gets them sorted out.
12743      Branch: perl
12744            ! pod/perlfaq2.pod
12745 ____________________________________________________________________________
12746 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
12747         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
12748              From: Prymmer/Kahn <pvhp@best.com>
12749              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
12750              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
12751      Branch: perl
12752            ! lib/Devel/SelfStubber.pm
12753 ____________________________________________________________________________
12754 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
12755         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
12756              From: Prymmer/Kahn <pvhp@best.com>
12757              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
12758              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
12759      Branch: perl
12760            ! win32/Makefile
12761 ____________________________________________________________________________
12762 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
12763         Log: s/WebTechnique's/WebTechniques/
12764      Branch: perl
12765            ! pod/perlfaq2.pod
12766 ____________________________________________________________________________
12767 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
12768         Log: Llama 3 updates from Randal.
12769      Branch: perl
12770            ! pod/perlfaq2.pod
12771 ____________________________________________________________________________
12772 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
12773         Log: Subject: [PATCH] Help -Dt show correct pad variables
12774              From: Benjamin Sugars <ben.sugars@home.com>
12775              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
12776              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
12777      Branch: perl
12778            ! embed.h embed.pl proto.h run.c
12779 ____________________________________________________________________________
12780 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
12781         Log: Subject: [PATCH] Document C<our $foo : shared>
12782              From: Benjamin Sugars <ben.sugars@home.com>
12783              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
12784              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
12785      Branch: perl
12786            ! pod/perlfunc.pod
12787 ____________________________________________________________________________
12788 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
12789         Log: Subject: [PATCH B::Deparse] undefined folded constants
12790              From: Robin Houston <robin@kitsite.com>
12791              Date: Sun, 6 May 2001 17:19:09 +0100
12792              Message-ID: <20010506171909.A7046@penderel>
12793      Branch: perl
12794            ! ext/B/B/Deparse.pm
12795 ____________________________________________________________________________
12796 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
12797         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
12798              From: Robin Houston <robin@kitsite.com>
12799              Message-ID: <20010506164654.A6848@penderel>
12800              Date: Sun, 6 May 2001 16:46:54 +0100
12801      Branch: perl
12802            ! ext/B/B/Deparse.pm
12803 ____________________________________________________________________________
12804 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
12805         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
12806              From: Robin Houston <robin@kitsite.com>
12807              Date: Sun, 6 May 2001 14:47:02 +0100
12808              Message-ID: <20010506144702.A6308@penderel>
12809      Branch: perl
12810            ! t/op/my_stash.t
12811 ____________________________________________________________________________
12812 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
12813         Log: Subject: Perl book, magazine and website updates.
12814              From: Simon Cozens <simon@netthink.co.uk>
12815              Date: Sun, 6 May 2001 16:55:36 +0100
12816              Message-ID: <20010506165536.A1795@netthink.co.uk>
12817      Branch: perl
12818            ! pod/perlbook.pod pod/perlfaq2.pod
12819 ____________________________________________________________________________
12820 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
12821         Log: Tweaks on the Tru64 prof options.
12822      Branch: perl
12823            ! pod/perlhack.pod
12824 ____________________________________________________________________________
12825 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
12826         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
12827              From: Robin Houston <robin@kitsite.com>
12828              Date: Sun, 6 May 2001 14:40:51 +0100
12829              Message-ID: <20010506144051.A6279@penderel>
12830      Branch: perl
12831            ! t/pod/testp2pt.pl
12832 ____________________________________________________________________________
12833 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
12834         Log: Subject: [PATCH B::Deparse] scoping
12835              From: Robin Houston <robin@kitsite.com>
12836              Date: Sun, 6 May 2001 14:36:56 +0100
12837              Message-ID: <20010506143656.A4006@penderel>
12838      Branch: perl
12839            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
12840 ____________________________________________________________________________
12841 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
12842         Log: Document the undefinedness of bitshifting out of range.
12843      Branch: perl
12844            ! pod/perlop.pod
12845 ____________________________________________________________________________
12846 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
12847         Log: Retract #10003 and update the IDE descriptions a bit.
12848      Branch: perl
12849            ! pod/perlfaq3.pod
12850 ____________________________________________________________________________
12851 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
12852         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
12853              From: Prymmer/Kahn <pvhp@best.com>
12854              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
12855              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
12856      Branch: perl
12857            ! win32/Makefile win32/buildext.pl win32/config.bc
12858            ! win32/config.gc win32/config.vc
12859 ____________________________________________________________________________
12860 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
12861         Log: (Retracted by #10005.)
12862      Branch: perl
12863            ! pod/perlfaq3.pod
12864 ____________________________________________________________________________
12865 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
12866         Log: It's "psed", not "sed".
12867      Branch: perl
12868            ! x2p/s2p.PL
12869 ____________________________________________________________________________
12870 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
12871         Log: Update Changes.
12872      Branch: perl
12873            ! Changes patchlevel.h
12874 ____________________________________________________________________________
12875 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
12876         Log: Subject: Re: bleadperl make install fails due to "psed"
12877              From: andreas.koenig@anima.de (Andreas J. Koenig)
12878              Date: 05 May 2001 18:23:28 +0200
12879              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
12880      Branch: perl
12881            ! x2p/Makefile.SH x2p/s2p.PL
12882 ____________________________________________________________________________
12883 [  9999] By: jhi                                   on 2001/05/05  18:28:09
12884         Log: AUTHORS updates.
12885      Branch: perl
12886            ! AUTHORS
12887 ____________________________________________________________________________
12888 [  9998] By: jhi                                   on 2001/05/05  18:16:00
12889         Log: Updates on the pods related to the modules included since 5.6.
12890              
12891              TODO: perltodo really could use major updating.
12892      Branch: perl
12893            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
12894            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
12895            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
12896            ! pod/perlsyn.pod pod/perltodo.pod
12897 ____________________________________________________________________________
12898 [  9997] By: jhi                                   on 2001/05/05  17:35:17
12899         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
12900              from Kurt Skauen.
12901      Branch: perl
12902            + hints/atheos.sh
12903            ! MANIFEST
12904 ____________________________________________________________________________
12905 [  9996] By: jhi                                   on 2001/05/05  17:25:00
12906         Log: Add preemptive #undefs for some of the shorter and more prone
12907              to collision regcomp.h #defines.  (Background: the MASK collided
12908              with a system header #define in Rhapsody.)
12909      Branch: perl
12910            ! regcomp.h
12911 ____________________________________________________________________________
12912 [  9995] By: jhi                                   on 2001/05/05  13:24:21
12913         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12914              From: Nicholas Clark <nick@ccl4.org>
12915              Date: Sat, 5 May 2001 14:46:39 +0100
12916              Message-ID: <20010505144639.O53513@plum.flirble.org>
12917              
12918              Add a test for the constants (if any) being processed correctly.
12919      Branch: perl
12920            ! utils/h2xs.PL
12921 ____________________________________________________________________________
12922 [  9994] By: jhi                                   on 2001/05/05  02:11:03
12923         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
12924              From: Peter Prymmer <pvhp@forte.com>
12925              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
12926              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
12927      Branch: perl
12928            ! t/lib/b-stash.t
12929 ____________________________________________________________________________
12930 [  9993] By: jhi                                   on 2001/05/05  02:03:49
12931         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
12932              From: Peter Prymmer <pvhp@forte.com>
12933              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
12934              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
12935      Branch: perl
12936            ! perlio.c vms/vmsish.h
12937 ____________________________________________________________________________
12938 [  9992] By: jhi                                   on 2001/05/04  17:21:12
12939         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
12940              From: Robin Barker <rmb1@cise.npl.co.uk>
12941              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
12942              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
12943      Branch: perl
12944            + t/pod/plainer.t
12945            ! MANIFEST
12946 ____________________________________________________________________________
12947 [  9991] By: jhi                                   on 2001/05/04  16:47:45
12948         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
12949              From: Robin Barker <rmb1@cise.npl.co.uk>
12950              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
12951              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
12952      Branch: perl
12953            ! regcomp.c
12954 ____________________________________________________________________________
12955 [  9990] By: jhi                                   on 2001/05/04  14:37:20
12956         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
12957              From: Prymmer/Kahn <pvhp@best.com>
12958              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
12959              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
12960      Branch: perl
12961            ! t/lib/b-stash.t
12962 ____________________________________________________________________________
12963 [  9989] By: jhi                                   on 2001/05/04  14:03:58
12964         Log: Introduce perl572delta, update Todo, add the missing
12965              mention about signal safety since 5.7.1 (though this
12966              requires verification and more details.)
12967      Branch: perl
12968            + pod/perl572delta.pod
12969            ! MANIFEST Todo pod/perl571delta.pod
12970 ____________________________________________________________________________
12971 [  9988] By: jhi                                   on 2001/05/04  12:41:51
12972         Log: Subject: [PATCH perl@9944] long =item
12973              From: Robin Barker <rmb1@cise.npl.co.uk>
12974              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
12975              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
12976      Branch: perl
12977            ! ext/Time/HiRes/HiRes.pm
12978 ____________________________________________________________________________
12979 [  9987] By: jhi                                   on 2001/05/04  12:39:19
12980         Log: The #9901 had removed one line essential for EBCDIC.
12981      Branch: perl
12982            ! regcomp.c
12983 ____________________________________________________________________________
12984 [  9986] By: jhi                                   on 2001/05/04  12:30:23
12985         Log: Subject: cygwin/Makefile.SHs INSTALL patch
12986              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
12987              Date: Mon, 08 Jan 2001 04:59:21 +0200
12988              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
12989      Branch: perl
12990            ! cygwin/Makefile.SHs
12991 ____________________________________________________________________________
12992 [  9985] By: jhi                                   on 2001/05/04  03:51:39
12993         Log: Encode/IO doc tweaks.
12994      Branch: perl
12995            ! ext/Encode/Encode.pm
12996 ____________________________________________________________________________
12997 [  9984] By: jhi                                   on 2001/05/04  03:29:34
12998         Log: Remove GDBM_File from the dynamic extensions for UTS,
12999              GDBM is not a standard feature.
13000      Branch: perl
13001            ! hints/uts.sh
13002 ____________________________________________________________________________
13003 [  9983] By: jhi                                   on 2001/05/04  03:22:59
13004         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
13005      Branch: perl
13006            ! pod/perlretut.pod
13007 ____________________________________________________________________________
13008 [  9982] By: jhi                                   on 2001/05/03  23:21:03
13009         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
13010              From: Benjamin Sugars <bsugars@canoe.ca>
13011              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
13012              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
13013      Branch: perl
13014            ! dump.c
13015 ____________________________________________________________________________
13016 [  9981] By: jhi                                   on 2001/05/03  23:20:05
13017         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
13018              From: Benjamin Sugars <bsugars@canoe.ca>
13019              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
13020              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
13021      Branch: perl
13022            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13023 ____________________________________________________________________________
13024 [  9980] By: jhi                                   on 2001/05/03  23:15:29
13025         Log: Integrate perlio.
13026      Branch: perl
13027           !> ext/Encode/Encode.pm
13028 ____________________________________________________________________________
13029 [  9979] By: jhi                                   on 2001/05/03  16:54:59
13030         Log: Install psed man page.
13031      Branch: perl
13032            ! installman
13033 ____________________________________________________________________________
13034 [  9978] By: jhi                                   on 2001/05/03  16:45:58
13035         Log: Remove unused files; noted by Sarathy.
13036      Branch: perl
13037            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13038            ! MANIFEST
13039 ____________________________________________________________________________
13040 [  9977] By: jhi                                   on 2001/05/03  16:42:30
13041         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
13042              From: Andy Dougherty <doughera@lafayette.edu>
13043              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
13044              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
13045      Branch: perl
13046            ! INSTALL
13047 ____________________________________________________________________________
13048 [  9976] By: nick                                  on 2001/05/03  16:40:42
13049         Log: Allow $answer = encode($object,$text); like it says in docs.
13050      Branch: perlio
13051            ! ext/Encode/Encode.pm
13052 ____________________________________________________________________________
13053 [  9975] By: nick                                  on 2001/05/03  16:22:30
13054         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
13055              to be in scope (fair enough), and also a package variable (our) for eval to see it.
13056      Branch: perlio
13057            ! ext/Encode/Encode.pm
13058 ____________________________________________________________________________
13059 [  9974] By: nick                                  on 2001/05/03  15:48:17
13060         Log: Integrate mainline.
13061      Branch: perlio
13062           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
13063           +> t/lib/filter-simple.t t/lib/next.t
13064           !> (integrate 70 files)
13065 ____________________________________________________________________________
13066 [  9973] By: jhi                                   on 2001/05/03  13:09:09
13067         Log: Update Changes.
13068      Branch: perl
13069            ! Changes patchlevel.h
13070 ____________________________________________________________________________
13071 [  9972] By: jhi                                   on 2001/05/03  12:58:33
13072         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
13073              From: Prymmer/Kahn <pvhp@best.com>
13074              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
13075              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
13076      Branch: perl
13077            ! t/io/fflush.t
13078 ____________________________________________________________________________
13079 [  9971] By: jhi                                   on 2001/05/03  12:57:26
13080         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
13081              From: Prymmer/Kahn <pvhp@best.com>
13082              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
13083              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
13084      Branch: perl
13085            ! win32/FindExt.pm
13086 ____________________________________________________________________________
13087 [  9970] By: jhi                                   on 2001/05/03  02:42:46
13088         Log: Can't croak sans thread context, from Doug MacEachern.
13089      Branch: perl
13090            ! toke.c
13091 ____________________________________________________________________________
13092 [  9969] By: jhi                                   on 2001/05/03  01:23:48
13093         Log: Subject: Random input test and Perl
13094              From: Ilya Zakharevich <ilya@math.berkeley.edu>
13095              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
13096              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
13097      Branch: perl
13098            ! toke.c
13099 ____________________________________________________________________________
13100 [  9968] By: jhi                                   on 2001/05/02  22:17:21
13101         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
13102              From: Peter Prymmer <pvhp@forte.com>
13103              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
13104              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
13105      Branch: perl
13106            ! pod/perlfunc.pod pod/perlport.pod
13107 ____________________________________________________________________________
13108 [  9967] By: jhi                                   on 2001/05/02  20:12:45
13109         Log: Workaround for UTS compiler casting bug from Hal Morris.
13110      Branch: perl
13111            ! perl.h
13112 ____________________________________________________________________________
13113 [  9966] By: jhi                                   on 2001/05/02  18:31:37
13114         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
13115              From: Dan Sugalski <dan@sidhe.org>
13116              Date: Wed, 02 May 2001 15:23:22 -0400
13117              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
13118      Branch: perl
13119            ! perl.c vms/vms.c
13120 ____________________________________________________________________________
13121 [  9965] By: jhi                                   on 2001/05/02  18:21:29
13122         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
13123      Branch: perl
13124            ! pod/perlfunc.pod
13125 ____________________________________________________________________________
13126 [  9964] By: jhi                                   on 2001/05/02  18:15:01
13127         Log: Document large files in INSTALL, document also the %x
13128              limitation if not use64bitint, closes bug 20010326.007.
13129      Branch: perl
13130            ! INSTALL
13131 ____________________________________________________________________________
13132 [  9963] By: jhi                                   on 2001/05/02  17:24:47
13133         Log: perlmodlib tweaks; regen pods.
13134      Branch: perl
13135            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
13136            ! pod/perltoc.pod
13137 ____________________________________________________________________________
13138 [  9962] By: jhi                                   on 2001/05/02  17:14:00
13139         Log: Fix for a segfault, from Marc Lehmann.
13140      Branch: perl
13141            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
13142 ____________________________________________________________________________
13143 [  9961] By: jhi                                   on 2001/05/02  15:55:53
13144         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
13145              From: "Philip Newton" <pnewton@gmx.de>
13146              Date: Wed, 2 May 2001 18:39:03 +0200
13147              Message-ID: <3AF05447.15525.173B588@localhost>
13148      Branch: perl
13149            ! pod/perlop.pod
13150 ____________________________________________________________________________
13151 [  9960] By: jhi                                   on 2001/05/02  15:35:37
13152         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
13153              From: Dan Sugalski <dan@sidhe.org>
13154              Date: Wed, 02 May 2001 11:37:27 -0400
13155              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
13156      Branch: perl
13157            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
13158            ! thread.h vms/vms.c vms/vmsish.h
13159 ____________________________________________________________________________
13160 [  9959] By: jhi                                   on 2001/05/02  15:21:08
13161         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
13162              From: Benjamin Sugars <bsugars@canoe.ca>
13163              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
13164              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
13165      Branch: perl
13166            ! ext/PerlIO/Scalar/Scalar.xs
13167 ____________________________________________________________________________
13168 [  9958] By: jhi                                   on 2001/05/02  15:15:53
13169         Log: Bug in #9915, spotted by Mike Guy.
13170      Branch: perl
13171            ! installperl
13172 ____________________________________________________________________________
13173 [  9957] By: jhi                                   on 2001/05/02  13:26:01
13174         Log: Add a test for not griping about references as array
13175              indices if the reference has magic in it (overloaded
13176              methods).
13177      Branch: perl
13178            ! pod/perldiag.pod t/pragma/warn/pp_hot
13179 ____________________________________________________________________________
13180 [  9956] By: jhi                                   on 2001/05/02  13:07:01
13181         Log: Retracted a bit too much in #9952.
13182      Branch: perl
13183            ! t/pragma/sub_lval.t
13184 ____________________________________________________________________________
13185 [  9955] By: jhi                                   on 2001/05/02  13:05:38
13186         Log: Test for #9952.
13187      Branch: perl
13188            ! t/op/tie.t
13189 ____________________________________________________________________________
13190 [  9954] By: jhi                                   on 2001/05/02  11:48:18
13191         Log: Additional note on the encoding example: one cannot
13192              convert string constants in-place.
13193      Branch: perl
13194            ! ext/Encode/Encode.pm
13195 ____________________________________________________________________________
13196 [  9953] By: jhi                                   on 2001/05/02  11:43:51
13197         Log: Note that if you have recent enough Perl you already
13198              have Filter::Util::Call.
13199      Branch: perl
13200            ! lib/Filter/Simple.pm
13201 ____________________________________________________________________________
13202 [  9952] By: jhi                                   on 2001/05/02  11:31:53
13203         Log: Retract changes #8254 and #8255, causes coredump in
13204              'tie FH, "main"', reported by Abigail, culprit found by
13205              Benjamin Sugars.  Mirrors maintperl change #9950.
13206      Branch: perl
13207            ! op.c t/pragma/sub_lval.t
13208 ____________________________________________________________________________
13209 [  9951] By: jhi                                   on 2001/05/02  11:14:29
13210         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
13211      Branch: perl
13212            + t/lib/MyFilter.pm
13213 ____________________________________________________________________________
13214 [  9950] By: gsar                                  on 2001/05/02  03:17:11
13215         Log: revert integration of changes#8254,8255 in change#8620 (causes
13216              a coredump in C<tie FH, 'foo'>; the idea itself may need better
13217              rationalization)
13218      Branch: maint-5.6/perl
13219            ! op.c t/pragma/sub_lval.t
13220 ____________________________________________________________________________
13221 [  9949] By: gsar                                  on 2001/05/02  02:56:32
13222         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
13223              
13224              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13225              
13226              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13227      Branch: maint-5.6/perl
13228           !> hints/svr5.sh
13229 ____________________________________________________________________________
13230 [  9948] By: gsar                                  on 2001/05/02  02:49:15
13231         Log: pod/find.t breaks on VMS (from Craig Berry)
13232      Branch: maint-5.6/perl
13233            ! t/pod/find.t
13234 ____________________________________________________________________________
13235 [  9947] By: jhi                                   on 2001/05/02  02:43:09
13236         Log: Add an encoding conversion example.
13237      Branch: perl
13238            ! ext/Encode/Encode.pm
13239 ____________________________________________________________________________
13240 [  9946] By: jhi                                   on 2001/05/02  01:34:22
13241         Log: Another coat of paint but still nowhere finished.
13242              Need to decide on the semantics of strptime(): should
13243              strptime() be a function instead of a method?  To do
13244              the week/monthname-strptiming the i18n/l10n bullet needs
13245              to be bitten with gusto.
13246      Branch: perl
13247            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13248 ____________________________________________________________________________
13249 [  9945] By: jhi                                   on 2001/05/01  23:40:52
13250         Log: Update Changes.
13251      Branch: perl
13252            ! Changes patchlevel.h
13253 ____________________________________________________________________________
13254 [  9944] By: jhi                                   on 2001/05/01  23:33:37
13255         Log: Add known-to-be-tested modules to the list-to-be-skipped.
13256      Branch: perl
13257            ! t/lib/1_compile.t
13258 ____________________________________________________________________________
13259 [  9943] By: jhi                                   on 2001/05/01  23:24:40
13260         Log: Subject: BorlandC++ fix
13261              From: "Vadim Konovalov" <watman@inbox.ru>
13262              Date: Mon, 30 Apr 2001 20:12:26 -0700
13263              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
13264      Branch: perl
13265            ! win32/makefile.mk
13266 ____________________________________________________________________________
13267 [  9942] By: jhi                                   on 2001/05/01  23:18:02
13268         Log: Update to Filter::Simple 0.60, create a test for it.
13269      Branch: perl
13270            + t/lib/filter-simple.t
13271            ! MANIFEST lib/Filter/Simple.pm
13272 ____________________________________________________________________________
13273 [  9941] By: jhi                                   on 2001/05/01  19:47:24
13274         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
13275              From: Hugo <hv@crypt.compulink.co.uk>
13276              Date: Tue, 01 May 2001 20:12:20 +0100
13277              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
13278      Branch: perl
13279            ! pp_hot.c t/op/re_tests
13280 ____________________________________________________________________________
13281 [  9940] By: jhi                                   on 2001/05/01  19:42:16
13282         Log: Integrate perlio.
13283      Branch: perl
13284           !> lib/base.pm t/lib/fields.t
13285 ____________________________________________________________________________
13286 [  9939] By: jhi                                   on 2001/05/01  19:39:51
13287         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
13288              From: Benjamin Sugars <bsugars@canoe.ca>
13289              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
13290              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
13291      Branch: perl
13292            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13293 ____________________________________________________________________________
13294 [  9938] By: jhi                                   on 2001/05/01  19:34:09
13295         Log: Add NEXT, a pseudo-class for method redispatching.
13296              <Damian>NEXT.pm probably offers more bang-for-buck
13297              than anything else I've ever written.</Damian>
13298      Branch: perl
13299            + lib/NEXT.pm t/lib/next.t
13300            ! MANIFEST
13301 ____________________________________________________________________________
13302 [  9937] By: jhi                                   on 2001/05/01  19:21:41
13303         Log: Update to Switch 2.02.
13304      Branch: perl
13305            ! lib/Switch.pm t/lib/switch.t
13306 ____________________________________________________________________________
13307 [  9936] By: nick                                  on 2001/05/01  19:09:21
13308         Log: Fix for base.pm clobbering $VERSION
13309      Branch: perlio
13310            ! lib/base.pm
13311 ____________________________________________________________________________
13312 [  9935] By: nick                                  on 2001/05/01  18:54:38
13313         Log: Test for base.pm clobbering $VERSION.
13314      Branch: perlio
13315            ! t/lib/fields.t
13316 ____________________________________________________________________________
13317 [  9934] By: jhi                                   on 2001/05/01  18:39:10
13318         Log: Add information about Scalar::Util::blessed.
13319      Branch: perl
13320            ! pod/perlobj.pod
13321 ____________________________________________________________________________
13322 [  9933] By: jhi                                   on 2001/05/01  18:33:51
13323         Log: Subject: Extra UNIVERSAL documentation
13324              From: Mike Guy <mjtg@cam.ac.uk>
13325              Date: Tue, 01 May 2001 20:12:11 +0100
13326              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
13327      Branch: perl
13328            ! pod/perlobj.pod
13329 ____________________________________________________________________________
13330 [  9932] By: jhi                                   on 2001/05/01  18:26:54
13331         Log: Subject: Autoflush in tests as appropriate
13332              From: Mike Guy <mjtg@cam.ac.uk>
13333              Date: Tue, 01 May 2001 20:05:31 +0100
13334              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
13335      Branch: perl
13336            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
13337            ! t/op/taint.t
13338 ____________________________________________________________________________
13339 [  9931] By: jhi                                   on 2001/05/01  18:02:29
13340         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
13341              From: Benjamin Sugars <bsugars@canoe.ca>
13342              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
13343              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
13344      Branch: perl
13345            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13346 ____________________________________________________________________________
13347 [  9930] By: jhi                                   on 2001/05/01  15:12:26
13348         Log: Subject: Re: Finally got a round tuit
13349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13350              Date: Tue, 01 May 2001 14:14:10 +0200
13351              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
13352              
13353              The -DP part, slightly modified.
13354      Branch: perl
13355            ! perl.c
13356 ____________________________________________________________________________
13357 [  9929] By: jhi                                   on 2001/05/01  14:17:15
13358         Log: Subject: Re: Finally got a round tuit
13359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13360              Date: Tue, 01 May 2001 16:34:06 +0200
13361              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
13362              
13363              cpp and optimization tweaks for HP-UX.
13364      Branch: perl
13365            ! hints/hpux.sh
13366 ____________________________________________________________________________
13367 [  9928] By: jhi                                   on 2001/05/01  13:24:20
13368         Log: Tune the scan_num() comments to reality.
13369      Branch: perl
13370            ! toke.c
13371 ____________________________________________________________________________
13372 [  9927] By: jhi                                   on 2001/05/01  13:14:01
13373         Log: Subject: [PATCH B::Deparse] optimised sort
13374              From: Robin Houston <robin@kitsite.com>
13375              Date: Tue, 1 May 2001 14:07:12 +0100
13376              Message-ID: <20010501140712.A4266@penderel>
13377      Branch: perl
13378            ! ext/B/B/Deparse.pm
13379 ____________________________________________________________________________
13380 [  9926] By: jhi                                   on 2001/05/01  13:10:53
13381         Log: Subject: [PATCH t/lib/b-deparse.t] 
13382              From: Robin Houston <robin@kitsite.com>
13383              Date: Tue, 1 May 2001 13:37:42 +0100
13384              Message-ID: <20010501133742.A4082@penderel>
13385      Branch: perl
13386            ! t/lib/b-deparse.t
13387 ____________________________________________________________________________
13388 [  9925] By: jhi                                   on 2001/05/01  13:10:13
13389         Log: Subject: [PATCH B::Deparse] for(;;), sort
13390              From: Robin Houston <robin@kitsite.com>
13391              Date: Tue, 1 May 2001 13:35:00 +0100
13392              Message-ID: <20010501133500.A4061@penderel>
13393      Branch: perl
13394            ! ext/B/B/Deparse.pm
13395 ____________________________________________________________________________
13396 [  9924] By: jhi                                   on 2001/05/01  13:09:22
13397         Log: Subject: [PATCH B::Deparse] do, warn, use
13398              From: Robin Houston <robin@kitsite.com>
13399              Date: Tue, 1 May 2001 13:31:03 +0100
13400              Message-ID: <20010501133103.A4041@penderel>
13401      Branch: perl
13402            ! ext/B/B/Deparse.pm
13403 ____________________________________________________________________________
13404 [  9923] By: jhi                                   on 2001/05/01  11:45:36
13405         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
13406              From: Benjamin Sugars <ben.sugars@home.com>
13407              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
13408              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
13409      Branch: perl
13410            + t/io/fflush.t
13411            ! MANIFEST
13412 ____________________________________________________________________________
13413 [  9922] By: jhi                                   on 2001/05/01  11:35:42
13414         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
13415              From: Peter Prymmer <pvhp@forte.com>
13416              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
13417              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
13418      Branch: perl
13419            ! t/lib/selfstubber.t
13420 ____________________________________________________________________________
13421 [  9921] By: jhi                                   on 2001/04/30  16:34:33
13422         Log: Subject: [PATCH B::Concise] suppress warning
13423              From: Robin Houston <robin@kitsite.com>
13424              Date: Mon, 30 Apr 2001 16:09:49 +0100
13425              Message-ID: <20010430160949.A25086@penderel>
13426      Branch: perl
13427            ! ext/B/B/Concise.pm
13428 ____________________________________________________________________________
13429 [  9920] By: jhi                                   on 2001/04/30  13:56:04
13430         Log: Strip the *markers* from #9919.
13431      Branch: perl
13432            ! pod/perlfaq.pod pod/perlfaq5.pod
13433 ____________________________________________________________________________
13434 [  9919] By: jhi                                   on 2001/04/30  13:54:04
13435         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
13436              From: Gwyn Judd <b.judd@xtra.co.nz>
13437              Date: Sun, 29 Apr 2001 01:47:49 +1200
13438              Message-ID: <20010429014749.A4418@thislove>
13439      Branch: perl
13440            ! pod/perlfaq.pod pod/perlfaq5.pod
13441 ____________________________________________________________________________
13442 [  9918] By: jhi                                   on 2001/04/30  13:13:54
13443         Log: More_tweakage.
13444      Branch: perl
13445            ! pod/perldata.pod pod/perldiag.pod
13446 ____________________________________________________________________________
13447 [  9917] By: jhi                                   on 2001/04/30  13:01:27
13448         Log: Update Changes.
13449      Branch: perl
13450            ! Changes patchlevel.h
13451 ____________________________________________________________________________
13452 [  9916] By: jhi                                   on 2001/04/30  12:57:03
13453         Log: T_w_e_a_k_a_g_e.
13454      Branch: perl
13455            ! pod/perldata.pod pod/perldiag.pod
13456 ____________________________________________________________________________
13457 [  9915] By: jhi                                   on 2001/04/30  12:39:29
13458         Log: Install s2p also as psed.
13459              
13460              TODO: psed documentation?
13461      Branch: perl
13462            ! installperl
13463 ____________________________________________________________________________
13464 [  9914] By: jhi                                   on 2001/04/30  12:29:21
13465         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
13466              From: Jens Hamisch <jens@Strawberry.COM>
13467              Date: Fri, 27 Apr 2001 17:00:36 +0200
13468              Message-ID: <20010427170036.K1372@Strawberry.COM>
13469              
13470              SOCKS5_VERSION_NAME is the right symbol to detect
13471              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
13472              function called socks5_init() is available, and even that is
13473              not universal, most SOCKS5 installations use SOCKSinit()).
13474      Branch: perl
13475            ! perlio.c
13476 ____________________________________________________________________________
13477 [  9913] By: jhi                                   on 2001/04/30  12:22:15
13478         Log: Allow a zero timeout on IO::Socket accept and connect--
13479              though one really shouldn't do that.  Based on
13480              
13481              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
13482              From: "John Holdsworth" <coldwave@bigfoot.com>
13483              Date: Sun, 4 Feb 2001 12:48:18 +0100
13484              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
13485      Branch: perl
13486            ! ext/IO/lib/IO/Socket.pm
13487 ____________________________________________________________________________
13488 [  9912] By: jhi                                   on 2001/04/30  11:27:27
13489         Log: Save the spot of regprev (see #9911) for binary compatibility;
13490              regen API.
13491      Branch: perl
13492            ! embedvar.h perlapi.h thrdvar.h
13493 ____________________________________________________________________________
13494 [  9911] By: jhi                                   on 2001/04/30  11:22:03
13495         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
13496              From: Hugo <hv@crypt.compulink.co.uk>
13497              Date: Sun, 29 Apr 2001 17:09:30 +0100
13498              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
13499      Branch: perl
13500            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
13501 ____________________________________________________________________________
13502 [  9910] By: jhi                                   on 2001/04/30  11:15:12
13503         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
13504              a dummy for PL_numeric_radix); no pressing reason to break
13505              binary compatibility; regen API.
13506      Branch: perl
13507            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
13508            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
13509 ____________________________________________________________________________
13510 [  9909] By: jhi                                   on 2001/04/30  10:56:08
13511         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
13512              From: Walt Mankowski <waltman@netaxs.com>
13513              Date: Sun, 29 Apr 2001 21:53:48 -0400
13514              Message-ID: <20010429215348.A3971@netaxs.com>
13515      Branch: perl
13516            ! pod/perlfunc.pod
13517 ____________________________________________________________________________
13518 [  9908] By: jhi                                   on 2001/04/30  10:49:40
13519         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
13520      Branch: perl
13521            ! t/lib/selfstubber.t
13522 ____________________________________________________________________________
13523 [  9907] By: nick                                  on 2001/04/30  09:26:50
13524         Log: Integrate mainline.
13525      Branch: perlio
13526           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
13527 ____________________________________________________________________________
13528 [  9906] By: jhi                                   on 2001/04/29  23:24:20
13529         Log: Abigail spotted a thinko in #9905.
13530      Branch: perl
13531            ! pod/perldiag.pod
13532 ____________________________________________________________________________
13533 [  9905] By: jhi                                   on 2001/04/29  15:55:39
13534         Log: Changed the underscore/undebar syntax in numeric constants;
13535              now any grouping will do, as long as the underscores are not
13536              consecutive (so "zero-grouping" is out), and they do not begin
13537              or end the integer or fractional parts.
13538      Branch: perl
13539            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
13540 ____________________________________________________________________________
13541 [  9904] By: nick                                  on 2001/04/29  15:43:22
13542         Log: Integrate mainline.
13543      Branch: perlio
13544           +> (branch 98 files)
13545            - lib/unicode/Block.pl
13546            - lib/unicode/In/AlphabeticPresentationForms.pl
13547            - lib/unicode/In/Arabic.pl
13548            - lib/unicode/In/ArabicPresentationForms-A.pl
13549            - lib/unicode/In/ArabicPresentationForms-B.pl
13550            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13551            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13552            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13553            - lib/unicode/In/BopomofoExtended.pl
13554            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
13555            - lib/unicode/In/CJKCompatibility.pl
13556            - lib/unicode/In/CJKCompatibilityForms.pl
13557            - lib/unicode/In/CJKCompatibilityIdeographs.pl
13558            - lib/unicode/In/CJKRadicalsSupplement.pl
13559            - lib/unicode/In/CJKSymbolsandPunctuation.pl
13560            - lib/unicode/In/CJKUnifiedIdeographs.pl
13561            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
13562            - lib/unicode/In/Cherokee.pl
13563            - lib/unicode/In/CombiningDiacriticalMarks.pl
13564            - lib/unicode/In/CombiningHalfMarks.pl
13565            - lib/unicode/In/CombiningMarksforSymbols.pl
13566            - lib/unicode/In/ControlPictures.pl
13567            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13568            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13569            - lib/unicode/In/EnclosedAlphanumerics.pl
13570            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
13571            - lib/unicode/In/Ethiopic.pl
13572            - lib/unicode/In/GeneralPunctuation.pl
13573            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13574            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13575            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13576            - lib/unicode/In/HalfwidthandFullwidthForms.pl
13577            - lib/unicode/In/HangulCompatibilityJamo.pl
13578            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13579            - lib/unicode/In/Hebrew.pl
13580            - lib/unicode/In/HighPrivateUseSurrogates.pl
13581            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13582            - lib/unicode/In/IPAExtensions.pl
13583            - lib/unicode/In/IdeographicDescriptionCharacters.pl
13584            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
13585            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13586            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
13587            - lib/unicode/In/Latin-1Supplement.pl
13588            - lib/unicode/In/LatinExtended-A.pl
13589            - lib/unicode/In/LatinExtended-B.pl
13590            - lib/unicode/In/LatinExtendedAdditional.pl
13591            - lib/unicode/In/LetterlikeSymbols.pl
13592            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13593            - lib/unicode/In/MathematicalOperators.pl
13594            - lib/unicode/In/MiscellaneousSymbols.pl
13595            - lib/unicode/In/MiscellaneousTechnical.pl
13596            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
13597            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
13598            - lib/unicode/In/OpticalCharacterRecognition.pl
13599            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13600            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
13601            - lib/unicode/In/SmallFormVariants.pl
13602            - lib/unicode/In/SpacingModifierLetters.pl
13603            - lib/unicode/In/Specials.pl
13604            - lib/unicode/In/SuperscriptsandSubscripts.pl
13605            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
13606            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
13607            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13608            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
13609            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
13610           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
13611           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
13612           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
13613           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
13614           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
13615           !> utf8.c win32/Makefile
13616 ____________________________________________________________________________
13617 [  9903] By: jhi                                   on 2001/04/29  14:30:53
13618         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
13619              From: Prymmer/Kahn <pvhp@best.com>
13620              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
13621              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
13622      Branch: perl
13623            ! win32/Makefile
13624 ____________________________________________________________________________
13625 [  9902] By: jhi                                   on 2001/04/29  02:52:44
13626         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
13627              From: "Abigail" <abigail@foad.org>
13628              Date: Sun, 29 Apr 2001 03:14:25 +0200
13629              Message-ID: <20010429011425.24503.qmail@foad.org>
13630      Branch: perl
13631            ! ext/IO/lib/IO/Seekable.pm
13632 ____________________________________________________________________________
13633 [  9901] By: jhi                                   on 2001/04/29  02:04:46
13634         Log: In character classes one couldn't have 0x80..0xff characters
13635              at the left hand side if there were 0x100.. characters in the
13636              character class.
13637      Branch: perl
13638            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
13639            ! t/op/pat.t utf8.c
13640 ____________________________________________________________________________
13641 [  9900] By: jhi                                   on 2001/04/28  22:55:04
13642         Log: Forgot the latest mktables.PL from #9899.
13643      Branch: perl
13644            ! lib/unicode/mktables.PL
13645 ____________________________________________________________________________
13646 [  9899] By: jhi                                   on 2001/04/28  22:53:28
13647         Log: Explain the \p{} and \P{} error message better and
13648              have prettier prettyprint in In.pl.
13649      Branch: perl
13650            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
13651            ! pod/perldiag.pod
13652 ____________________________________________________________________________
13653 [  9898] By: jhi                                   on 2001/04/28  21:03:34
13654         Log: Add one possible explanation for the "Invalid [] range" error.
13655      Branch: perl
13656            ! pod/perldiag.pod
13657 ____________________________________________________________________________
13658 [  9897] By: jhi                                   on 2001/04/28  17:18:26
13659         Log: Add a level of indirection to the implementation of \p{InFoo}
13660              so that we don't have to have long filenames.  (Nothing changes
13661              in the user interface.)   The indirection is defined in
13662              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
13663              Also rename some the character classes by removing '-' from
13664              the classnames, and finally renamed Block.pl as Blocks.pl.
13665      Branch: perl
13666            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
13667            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
13668            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
13669            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
13670            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
13671            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
13672            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
13673            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
13674            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
13675            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
13676            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
13677            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
13678            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
13679            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
13680            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
13681            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
13682            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
13683            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
13684            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
13685            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
13686            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
13687            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
13688            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
13689            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
13690            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
13691            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
13692            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
13693            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
13694            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
13695            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
13696            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
13697            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
13698            + lib/unicode/In/94.pl lib/unicode/In/95.pl
13699            - lib/unicode/Block.pl
13700            - lib/unicode/In/AlphabeticPresentationForms.pl
13701            - lib/unicode/In/Arabic.pl
13702            - lib/unicode/In/ArabicPresentationForms-A.pl
13703            - lib/unicode/In/ArabicPresentationForms-B.pl
13704            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13705            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13706            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13707            - lib/unicode/In/BopomofoExtended.pl
13708            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
13709            - lib/unicode/In/CJKCompatibility.pl
13710            - lib/unicode/In/CJKCompatibilityForms.pl
13711            - lib/unicode/In/CJKCompatibilityIdeographs.pl
13712            - lib/unicode/In/CJKRadicalsSupplement.pl
13713            - lib/unicode/In/CJKSymbolsandPunctuation.pl
13714            - lib/unicode/In/CJKUnifiedIdeographs.pl
13715            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
13716            - lib/unicode/In/Cherokee.pl
13717            - lib/unicode/In/CombiningDiacriticalMarks.pl
13718            - lib/unicode/In/CombiningHalfMarks.pl
13719            - lib/unicode/In/CombiningMarksforSymbols.pl
13720            - lib/unicode/In/ControlPictures.pl
13721            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13722            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13723            - lib/unicode/In/EnclosedAlphanumerics.pl
13724            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
13725            - lib/unicode/In/Ethiopic.pl
13726            - lib/unicode/In/GeneralPunctuation.pl
13727            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13728            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13729            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13730            - lib/unicode/In/HalfwidthandFullwidthForms.pl
13731            - lib/unicode/In/HangulCompatibilityJamo.pl
13732            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13733            - lib/unicode/In/Hebrew.pl
13734            - lib/unicode/In/HighPrivateUseSurrogates.pl
13735            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13736            - lib/unicode/In/IPAExtensions.pl
13737            - lib/unicode/In/IdeographicDescriptionCharacters.pl
13738            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
13739            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13740            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
13741            - lib/unicode/In/Latin-1Supplement.pl
13742            - lib/unicode/In/LatinExtended-A.pl
13743            - lib/unicode/In/LatinExtended-B.pl
13744            - lib/unicode/In/LatinExtendedAdditional.pl
13745            - lib/unicode/In/LetterlikeSymbols.pl
13746            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13747            - lib/unicode/In/MathematicalOperators.pl
13748            - lib/unicode/In/MiscellaneousSymbols.pl
13749            - lib/unicode/In/MiscellaneousTechnical.pl
13750            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
13751            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
13752            - lib/unicode/In/OpticalCharacterRecognition.pl
13753            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13754            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
13755            - lib/unicode/In/SmallFormVariants.pl
13756            - lib/unicode/In/SpacingModifierLetters.pl
13757            - lib/unicode/In/Specials.pl
13758            - lib/unicode/In/SuperscriptsandSubscripts.pl
13759            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
13760            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
13761            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13762            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
13763            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
13764            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
13765            ! pod/perlunicode.pod
13766 ____________________________________________________________________________
13767 [  9896] By: jhi                                   on 2001/04/28  14:33:17
13768         Log: Update the information on shared library path on HP-UX.
13769      Branch: perl
13770            ! INSTALL
13771 ____________________________________________________________________________
13772 [  9895] By: jhi                                   on 2001/04/28  14:32:30
13773         Log: Because #9894 seems to do the trick, this workaround can be removed.
13774      Branch: perl
13775            ! t/lib/selfstubber.t
13776 ____________________________________________________________________________
13777 [  9894] By: jhi                                   on 2001/04/28  14:26:13
13778         Log: For PerlIO flush the children's file handles (on fork/exec/system).
13779      Branch: perl
13780            ! perl.h
13781 ____________________________________________________________________________
13782 [  9893] By: jhi                                   on 2001/04/28  14:23:15
13783         Log: Test tweak for #9891.
13784      Branch: perl
13785            ! t/lib/b-deparse.t
13786 ____________________________________________________________________________
13787 [  9892] By: jhi                                   on 2001/04/28  14:10:13
13788         Log: New HP-UX hints from Merijn.
13789      Branch: perl
13790            ! hints/hpux.sh
13791 ____________________________________________________________________________
13792 [  9891] By: jhi                                   on 2001/04/28  14:07:27
13793         Log: Subject: [PATCH B::Deparse] non-block scopes
13794              From: Robin Houston <robin@kitsite.com>
13795              Date: Fri, 27 Apr 2001 19:15:14 +0100
13796              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
13797      Branch: perl
13798            ! ext/B/B/Deparse.pm
13799 ____________________________________________________________________________
13800 [  9890] By: nick                                  on 2001/04/27  19:41:25
13801         Log: Integrate mainline
13802      Branch: perlio
13803           +> t/lib/selfstubber.t
13804           !> (integrate 50 files)
13805 ____________________________________________________________________________
13806 [  9889] By: jhi                                   on 2001/04/27  18:23:46
13807         Log: Subject: Re: selfstubber test fail on bleadperl
13808              From: Mike Guy <mjtg@cam.ac.uk>
13809              Date: Fri, 27 Apr 2001 19:31:18 +0100
13810              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
13811      Branch: perl
13812            ! t/lib/selfstubber.t
13813 ____________________________________________________________________________
13814 [  9888] By: jhi                                   on 2001/04/27  16:20:54
13815         Log: Test tweak for #9886.
13816      Branch: perl
13817            ! t/lib/b-deparse.t
13818 ____________________________________________________________________________
13819 [  9887] By: jhi                                   on 2001/04/27  16:16:33
13820         Log: Buffering issue at least in Solaris (even with perlio).
13821      Branch: perl
13822            ! t/lib/selfstubber.t
13823 ____________________________________________________________________________
13824 [  9886] By: jhi                                   on 2001/04/27  14:59:23
13825         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
13826              From: Robin Houston <robin@kitsite.com>
13827              Date: Fri, 27 Apr 2001 16:53:20 +0100
13828              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
13829      Branch: perl
13830            ! ext/B/B/Deparse.pm
13831 ____________________________________________________________________________
13832 [  9885] By: jhi                                   on 2001/04/27  14:23:51
13833         Log: Update Changes.
13834      Branch: perl
13835            ! Changes patchlevel.h
13836 ____________________________________________________________________________
13837 [  9884] By: jhi                                   on 2001/04/27  14:14:12
13838         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
13839              From: "Philip Newton" <pnewton@gmx.de>
13840              Date: Fri, 27 Apr 2001 16:40:13 +0200
13841              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
13842      Branch: perl
13843            ! pod/perldata.pod
13844 ____________________________________________________________________________
13845 [  9883] By: jhi                                   on 2001/04/27  13:28:19
13846         Log: Add LOG_PERROR; prettify the "removed".
13847      Branch: perl
13848            ! ext/Sys/Syslog/Syslog.xs
13849 ____________________________________________________________________________
13850 [  9882] By: jhi                                   on 2001/04/27  13:13:18
13851         Log: h2xs tweaks: use NV instead of double, "quote" the removed
13852              prefixes for clarity (especially when nothing is removed),
13853              slight pod reformats.
13854      Branch: perl
13855            ! utils/h2xs.PL
13856 ____________________________________________________________________________
13857 [  9881] By: jhi                                   on 2001/04/27  12:58:48
13858         Log: Don't bother creating existing directories.
13859      Branch: perl
13860            ! utils/h2xs.PL
13861 ____________________________________________________________________________
13862 [  9880] By: jhi                                   on 2001/04/27  12:45:39
13863         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
13864              From: Mike Schilli <m@perlmeister.com>
13865              Date: Wed, 25 Apr 2001 01:29:21 -0700
13866              Message-id: <3AE68AE1.6A981723@perlmeister.com>
13867      Branch: perl
13868            ! utils/h2xs.PL
13869 ____________________________________________________________________________
13870 [  9879] By: jhi                                   on 2001/04/27  12:40:55
13871         Log: break is not yet Perl.  Added the template license also to README.
13872      Branch: perl
13873            ! utils/h2xs.PL
13874 ____________________________________________________________________________
13875 [  9878] By: jhi                                   on 2001/04/27  03:08:20
13876         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
13877              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13878              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
13879              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
13880      Branch: perl
13881            ! t/lib/xs-typemap.t
13882 ____________________________________________________________________________
13883 [  9877] By: jhi                                   on 2001/04/26  23:54:40
13884         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
13885              From: "Abigail" <abigail@foad.org>
13886              Date: Fri, 27 Apr 2001 01:44:28 +0200
13887              Message-ID: <20010426234428.19786.qmail@foad.org>
13888      Branch: perl
13889            ! utils/h2xs.PL
13890 ____________________________________________________________________________
13891 [  9876] By: jhi                                   on 2001/04/26  23:52:06
13892         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
13893              From: Peter Prymmer <pvhp@forte.com>
13894              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
13895              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
13896      Branch: perl
13897            ! t/lib/selfstubber.t
13898 ____________________________________________________________________________
13899 [  9875] By: jhi                                   on 2001/04/26  23:48:10
13900         Log: Deparse nits.
13901      Branch: perl
13902            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
13903 ____________________________________________________________________________
13904 [  9874] By: jhi                                   on 2001/04/26  22:46:05
13905         Log: Document ANYOF_CLASS.
13906      Branch: perl
13907            ! regcomp.h
13908 ____________________________________________________________________________
13909 [  9873] By: jhi                                   on 2001/04/26  22:35:03
13910         Log: Subject: Re: [PATCH @9846] dumping ANYOF
13911              From: Hugo <hv@crypt.compulink.co.uk>
13912              Date: Thu, 26 Apr 2001 23:33:38 +0100
13913              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
13914      Branch: perl
13915            ! regcomp.c regcomp.h
13916 ____________________________________________________________________________
13917 [  9872] By: jhi                                   on 2001/04/26  22:34:31
13918         Log: Subject: [PATCH] more for Devel::SelfStubber
13919              From: Nicholas Clark <nick@ccl4.org>
13920              Date: Fri, 27 Apr 2001 00:13:52 +0100
13921              Message-ID: <20010427001351.K88186@plum.flirble.org>
13922      Branch: perl
13923            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
13924 ____________________________________________________________________________
13925 [  9871] By: jhi                                   on 2001/04/26  21:59:17
13926         Log: Subject: [PATCH B::Deparse] formats must be flush left
13927              From: Robin Houston <robin@kitsite.com>
13928              Date: Thu, 26 Apr 2001 23:54:29 +0100
13929              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
13930      Branch: perl
13931            ! ext/B/B/Deparse.pm
13932 ____________________________________________________________________________
13933 [  9870] By: jhi                                   on 2001/04/26  21:57:37
13934         Log: If some of the constants are prefixes of others,
13935              the prefixes may never get recognized.  (See 20010426.006.)
13936      Branch: perl
13937            ! utils/h2xs.PL
13938 ____________________________________________________________________________
13939 [  9869] By: jhi                                   on 2001/04/26  21:50:42
13940         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
13941              From: Chris Bongaarts <cab@tc.umn.edu>
13942              Date: Thu, 26 Apr 2001 17:10:31 -0500
13943              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
13944      Branch: perl
13945            ! ext/Sys/Syslog/Syslog.xs
13946 ____________________________________________________________________________
13947 [  9868] By: jhi                                   on 2001/04/26  21:35:12
13948         Log: Further cuts and more docs from Graham Barr.
13949      Branch: perl
13950            ! ext/List/Util/lib/List/Util.pm
13951            ! ext/List/Util/lib/Scalar/Util.pm
13952 ____________________________________________________________________________
13953 [  9867] By: jhi                                   on 2001/04/26  21:18:57
13954         Log: Subject: [PATCH 5.7.1] DB_File-1.77
13955              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
13956              Date: Thu, 26 Apr 2001 22:37:53 +0100
13957              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
13958      Branch: perl
13959            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13960            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13961 ____________________________________________________________________________
13962 [  9866] By: jhi                                   on 2001/04/26  21:12:31
13963         Log: Subject: [PATCH B::Deparse] fix easy bugs
13964              From: Robin Houston <robin@kitsite.com>
13965              Date: Thu, 26 Apr 2001 23:03:33 +0100
13966              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
13967      Branch: perl
13968            ! ext/B/B/Deparse.pm
13969 ____________________________________________________________________________
13970 [  9865] By: jhi                                   on 2001/04/26  20:26:13
13971         Log: Update Changes.
13972      Branch: perl
13973            ! Changes patchlevel.h
13974 ____________________________________________________________________________
13975 [  9864] By: jhi                                   on 2001/04/26  19:27:48
13976         Log: Dethinko from Robin Houston.
13977      Branch: perl
13978            ! ext/B/B/Deparse.pm
13979 ____________________________________________________________________________
13980 [  9863] By: jhi                                   on 2001/04/26  19:10:35
13981         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
13982              From: Robin Houston <robin@kitsite.com>
13983              Date: Thu, 26 Apr 2001 21:08:32 +0100
13984              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
13985      Branch: perl
13986            ! ext/B/B/Deparse.pm
13987 ____________________________________________________________________________
13988 [  9862] By: jhi                                   on 2001/04/26  19:04:23
13989         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13990              From: Robin Houston <robin@kitsite.com>
13991              Date: Thu, 26 Apr 2001 20:52:50 +0100
13992              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
13993      Branch: perl
13994            ! ext/B/B/Deparse.pm
13995 ____________________________________________________________________________
13996 [  9861] By: jhi                                   on 2001/04/26  18:56:14
13997         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
13998              From: Mike Guy <mjtg@cam.ac.uk>
13999              Date: Thu, 26 Apr 2001 14:22:40 +0100
14000              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
14001      Branch: perl
14002            ! pod/perlobj.pod
14003 ____________________________________________________________________________
14004 [  9860] By: jhi                                   on 2001/04/26  18:46:42
14005         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14006              From: Robin Houston <robin@kitsite.com>
14007              Date: Thu, 26 Apr 2001 20:34:29 +0100
14008              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
14009              
14010              Hashes do not interpolate.
14011      Branch: perl
14012            ! ext/B/B/Deparse.pm
14013 ____________________________________________________________________________
14014 [  9859] By: jhi                                   on 2001/04/26  18:43:51
14015         Log: Subject: The Time::Piece conspiracy unmasked!!!
14016              From: Mike Guy <mjtg@cam.ac.uk>
14017              Date: Thu, 26 Apr 2001 19:02:50 +0100
14018              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
14019              
14020              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
14021              From: Mike Guy <mjtg@cam.ac.uk>
14022              Date: Thu, 26 Apr 2001 19:08:21 +0100
14023              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
14024              
14025              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
14026              From: Graham Barr <gbarr@pobox.com>
14027              Date: Thu, 26 Apr 2001 19:12:03 +0100
14028              Message-ID: <20010426191203.A70835@pobox.com>
14029              
14030              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
14031      Branch: perl
14032            ! ext/List/Util/lib/List/Util.pm
14033            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
14034 ____________________________________________________________________________
14035 [  9858] By: jhi                                   on 2001/04/26  18:17:42
14036         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
14037              From: Robin Houston <robin@kitsite.com>
14038              Date: Thu, 26 Apr 2001 16:09:35 +0100
14039              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
14040      Branch: perl
14041            ! t/comp/proto.t
14042 ____________________________________________________________________________
14043 [  9857] By: jhi                                   on 2001/04/26  18:04:59
14044         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
14045              From: barries <barries@slaysys.com>
14046              Date: Thu, 26 Apr 2001 12:01:10 -0400
14047              Message-ID: <20010426120110.E29698@jester.slaysys.com>
14048      Branch: perl
14049            ! pod/perldiag.pod
14050 ____________________________________________________________________________
14051 [  9856] By: jhi                                   on 2001/04/26  18:03:33
14052         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
14053              Date: Thu, 26 Apr 2001 17:13:41 +0100
14054              From: Robin Houston <robin@kitsite.com>
14055              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
14056              
14057              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14058              From: Robin Houston <robin@kitsite.com>
14059              Date: Thu, 26 Apr 2001 18:44:29 +0100
14060              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
14061      Branch: perl
14062            ! ext/B/B/Deparse.pm
14063 ____________________________________________________________________________
14064 [  9855] By: jhi                                   on 2001/04/26  17:56:04
14065         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
14066              From: Robin Houston <robin@kitsite.com>
14067              Date: Thu, 26 Apr 2001 17:04:08 +0100
14068              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
14069      Branch: perl
14070            ! ext/B/B/Deparse.pm
14071 ____________________________________________________________________________
14072 [  9854] By: jhi                                   on 2001/04/26  17:47:26
14073         Log: Subject: Re: Short test case for undef %stash:: crash
14074              From: Benjamin Sugars <bsugars@canoe.ca> 
14075              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
14076              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
14077              Changed and moved the perldiag entry.
14078      Branch: perl
14079            ! gv.c pod/perldiag.pod
14080 ____________________________________________________________________________
14081 [  9853] By: jhi                                   on 2001/04/26  14:35:16
14082         Log: Beginnings of strptime().  Do not touch the wet paint.
14083      Branch: perl
14084            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14085 ____________________________________________________________________________
14086 [  9852] By: jhi                                   on 2001/04/26  13:17:21
14087         Log: Retract #9851, core dumps from pod2man.
14088      Branch: perl
14089            ! regcomp.c
14090 ____________________________________________________________________________
14091 [  9851] By: jhi                                   on 2001/04/26  11:54:41
14092         Log: (Retracted by #9852.)
14093              
14094              Subject: [PATCH @9846] dumping ANYOF
14095              From: Hugo <hv@crypt.compulink.co.uk>
14096              Date: Thu, 26 Apr 2001 05:32:38 +0100
14097              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
14098      Branch: perl
14099            ! regcomp.c
14100 ____________________________________________________________________________
14101 [  9850] By: jhi                                   on 2001/04/26  02:34:44
14102         Log: If ccflags was empty the _previous_ $* containing all the
14103              environment variables and Configure variables was used,
14104              which lead, among other bad things, into $ccflags being your
14105              uname -a output, which lead into test compile with cc failing,
14106              which lead into gcc being selected, which didn't work that well
14107              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
14108              with large files, et cetera.
14109      Branch: perl
14110            ! hints/hpux.sh
14111 ____________________________________________________________________________
14112 [  9849] By: jhi                                   on 2001/04/26  01:44:57
14113         Log: Make selfstubber test more portable.
14114      Branch: perl
14115            ! t/lib/selfstubber.t
14116 ____________________________________________________________________________
14117 [  9848] By: jhi                                   on 2001/04/26  00:50:26
14118         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
14119              From: Benjamin Sugars <ben.sugars@home.com>
14120              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
14121              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
14122      Branch: perl
14123            ! ext/Cwd/Cwd.xs
14124 ____________________________________________________________________________
14125 [  9847] By: jhi                                   on 2001/04/26  00:46:58
14126         Log: Subject: [PATCH: perl@9841] VMS updates
14127              From: Peter Prymmer <pvhp@forte.com>
14128              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
14129              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
14130      Branch: perl
14131            ! README.vms configure.com vms/descrip_mms.template
14132            ! vms/ext/filespec.t
14133 ____________________________________________________________________________
14134 [  9846] By: jhi                                   on 2001/04/26  00:11:56
14135         Log: re 'debug' was broken by #9084.
14136      Branch: perl
14137            ! ext/re/re.xs
14138 ____________________________________________________________________________
14139 [  9845] By: jhi                                   on 2001/04/25  22:33:17
14140         Log: Subject: [PATCH] test for Devel::SelfStubber
14141              From: Nicholas Clark <nick@ccl4.org>
14142              Date: Thu, 26 Apr 2001 00:00:54 +0100
14143              Message-ID: <20010426000054.D89026@plum.flirble.org>
14144      Branch: perl
14145            + t/lib/selfstubber.t
14146            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
14147 ____________________________________________________________________________
14148 [  9844] By: jhi                                   on 2001/04/25  22:29:32
14149         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
14150              From: Paul Johnson <paul@pjcj.net>
14151              Date: Thu, 26 Apr 2001 00:46:08 +0200
14152              Message-ID: <20010426004608.H2338@pjcj.net>
14153      Branch: perl
14154            ! ext/B/B/Concise.pm
14155 ____________________________________________________________________________
14156 [  9843] By: jhi                                   on 2001/04/25  22:28:28
14157         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
14158              From: Peter Prymmer <pvhp@forte.com>
14159              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
14160              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
14161      Branch: perl
14162            ! ext/Cwd/Cwd.xs
14163 ____________________________________________________________________________
14164 [  9842] By: jhi                                   on 2001/04/25  20:58:12
14165         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
14166              From: John Peacock <jpeacock@rowman.com>
14167              Date: Wed, 25 Apr 2001 17:30:26 -0400
14168              Message-ID: <3AE741F2.B3217464@rowman.com>
14169      Branch: perl
14170            ! lib/Math/BigInt.pm t/lib/bigintpm.t
14171 ____________________________________________________________________________
14172 [  9841] By: jhi                                   on 2001/04/25  20:07:05
14173         Log: Update Changes.
14174      Branch: perl
14175            ! Changes patchlevel.h
14176 ____________________________________________________________________________
14177 [  9840] By: jhi                                   on 2001/04/25  19:56:51
14178         Log: Yet another HP-UX hints version from Merijn.
14179      Branch: perl
14180            ! hints/hpux.sh
14181 ____________________________________________________________________________
14182 [  9839] By: jhi                                   on 2001/04/25  19:53:04
14183         Log: abs_path() didn't terminate the filename correctly,
14184              in DIRNAMLENless systems like HP-UX this would fail.
14185      Branch: perl
14186            ! ext/Cwd/Cwd.xs
14187 ____________________________________________________________________________
14188 [  9838] By: jhi                                   on 2001/04/25  16:37:26
14189         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
14190              From: Mike Guy <mjtg@cam.ac.uk>
14191              Date: Wed, 25 Apr 2001 18:31:47 +0100
14192              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
14193      Branch: perl
14194            ! op.c
14195 ____________________________________________________________________________
14196 [  9837] By: jhi                                   on 2001/04/25  16:21:53
14197         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
14198              From: Jon Eveland <jweveland@yahoo.com>
14199              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
14200              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
14201      Branch: perl
14202            ! lib/perl5db.pl
14203 ____________________________________________________________________________
14204 [  9836] By: jhi                                   on 2001/04/25  14:17:50
14205         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
14206              From: "Philip Newton" <pnewton@gmx.de>
14207              Date: Wed, 25 Apr 2001 17:05:58 +0200
14208              Message-ID: <3AE703F6.3234.1833C45@localhost>
14209      Branch: perl
14210            ! Porting/patching.pod
14211 ____________________________________________________________________________
14212 [  9835] By: jhi                                   on 2001/04/25  13:58:07
14213         Log: It would seem that both ar and full_ar need to be overridden
14214              for HP-UX to avoid the GNU ar.
14215      Branch: perl
14216            ! hints/hpux.sh
14217 ____________________________________________________________________________
14218 [  9834] By: jhi                                   on 2001/04/25  13:50:40
14219         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
14220              From: "Philip Newton" <pnewton@gmx.de>
14221              Date: Wed, 25 Apr 2001 16:09:23 +0200
14222              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
14223              
14224              Detypo.
14225      Branch: perl
14226            ! t/op/misc.t
14227 ____________________________________________________________________________
14228 [  9833] By: jhi                                   on 2001/04/25  12:36:11
14229         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
14230      Branch: perl
14231            ! hints/hpux.sh
14232 ____________________________________________________________________________
14233 [  9832] By: jhi                                   on 2001/04/25  12:33:36
14234         Log: New version of HP-UX hints from Merijn.
14235      Branch: perl
14236            ! hints/hpux.sh
14237 ____________________________________________________________________________
14238 [  9831] By: jhi                                   on 2001/04/25  03:39:45
14239         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
14240      Branch: perl
14241            ! hints/hpux.sh
14242 ____________________________________________________________________________
14243 [  9830] By: jhi                                   on 2001/04/25  02:53:25
14244         Log: The tzname[] bit is not needed by util.c -- and causes
14245              heartburn in VMS (and it missing was probably the cause of
14246              the Mac OS X trouble).  Ouch.
14247      Branch: perl
14248            ! ext/POSIX/POSIX.xs util.c
14249 ____________________________________________________________________________
14250 [  9829] By: jhi                                   on 2001/04/25  00:10:06
14251         Log: Metaconfig unit change for #9828.
14252      Branch: metaconfig
14253            ! U/compline/ccflags.U
14254 ____________________________________________________________________________
14255 [  9828] By: jhi                                   on 2001/04/25  00:04:18
14256         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
14257              (which is actually the reason for the change, we need to pass
14258              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
14259              EP/IX, OS/2, and TitanOS, based on the hints files.
14260      Branch: perl
14261            ! Configure config_h.SH
14262 ____________________________________________________________________________
14263 [  9827] By: jhi                                   on 2001/04/24  23:49:20
14264         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
14265              the $cat must have an absolute path.
14266      Branch: perl
14267            ! makedepend.SH
14268 ____________________________________________________________________________
14269 [  9826] By: jhi                                   on 2001/04/24  23:40:53
14270         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
14271      Branch: perl
14272            ! README.amiga
14273 ____________________________________________________________________________
14274 [  9825] By: jhi                                   on 2001/04/24  23:35:35
14275         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
14276              From: "Philip Newton" <pnewton@gmx.de>
14277              Date: Tue, 24 Apr 2001 18:52:49 +0200
14278              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
14279      Branch: perl
14280            ! x2p/find2perl.PL
14281 ____________________________________________________________________________
14282 [  9824] By: jhi                                   on 2001/04/24  23:33:07
14283         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
14284              Some gcc specifics dropped out due to extensive rewriting;
14285              will be put back later as needed.
14286      Branch: perl
14287            ! hints/hpux.sh
14288 ____________________________________________________________________________
14289 [  9823] By: jhi                                   on 2001/04/24  23:27:57
14290         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
14291      Branch: perl
14292            ! ext/POSIX/POSIX.xs
14293 ____________________________________________________________________________
14294 [  9822] By: jhi                                   on 2001/04/24  23:25:21
14295         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
14296              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14297              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
14298              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
14299      Branch: perl
14300            ! ext/XS/Typemap/Typemap.xs
14301 ____________________________________________________________________________
14302 [  9821] By: jhi                                   on 2001/04/24  23:24:10
14303         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
14304              From: "Abigail" <abigail@foad.org>
14305              Date: Tue, 24 Apr 2001 23:12:03 +0200
14306              Message-ID: <20010424211203.7901.qmail@foad.org>
14307      Branch: perl
14308            ! pod/perlport.pod
14309 ____________________________________________________________________________
14310 [  9820] By: jhi                                   on 2001/04/24  23:23:15
14311         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
14312              From: Matt Sergeant <matt@sergeant.org>
14313              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
14314              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
14315      Branch: perl
14316            ! pod/perlfaq4.pod
14317 ____________________________________________________________________________
14318 [  9819] By: nick                                  on 2001/04/24  18:49:43
14319         Log: Integrate mainline.
14320      Branch: perlio
14321           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
14322           !> (integrate 37 files)
14323 ____________________________________________________________________________
14324 [  9818] By: jhi                                   on 2001/04/24  14:35:23
14325         Log: Update Changes.
14326      Branch: perl
14327            ! Changes patchlevel.h
14328 ____________________________________________________________________________
14329 [  9817] By: jhi                                   on 2001/04/24  14:09:17
14330         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
14331              From: "Philip Newton" <pnewton@gmx.de>
14332              Date: Tue, 24 Apr 2001 12:58:12 +0200
14333              Message-ID: <3AE57864.8304.B77A0A@localhost> 
14334              
14335              plus add CPAN to the list of modules that have their own tests.
14336      Branch: perl
14337            ! t/lib/1_compile.t
14338 ____________________________________________________________________________
14339 [  9816] By: jhi                                   on 2001/04/24  14:07:03
14340         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
14341              From: Michael G Schwern <schwern@pobox.com>
14342              Date: Sat, 21 Apr 2001 22:35:00 +0100
14343              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
14344      Branch: perl
14345            ! t/lib/1_compile.t
14346 ____________________________________________________________________________
14347 [  9815] By: jhi                                   on 2001/04/24  13:54:32
14348         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
14349              From: Robin Houston <robin@kitsite.com>
14350              Date: Tue, 24 Apr 2001 15:51:18 +0100
14351              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
14352      Branch: perl
14353            ! ext/B/B/Deparse.pm
14354 ____________________________________________________________________________
14355 [  9814] By: jhi                                   on 2001/04/24  13:17:34
14356         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14357              From: Bill Glicker <billg@burrelles.com>
14358              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
14359              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
14360      Branch: perl
14361            ! hints/svr5.sh
14362 ____________________________________________________________________________
14363 [  9813] By: jhi                                   on 2001/04/24  12:54:23
14364         Log: Prevent path disclosure (probing for existence of filenames)
14365              using suidperl; bug id 20010322.218.
14366      Branch: perl
14367            ! perl.c pod/perldiag.pod
14368 ____________________________________________________________________________
14369 [  9812] By: jhi                                   on 2001/04/24  12:08:36
14370         Log: Retract #9811.
14371      Branch: perl
14372            ! ext/POSIX/POSIX.xs
14373 ____________________________________________________________________________
14374 [  9811] By: jhi                                   on 2001/04/24  11:57:35
14375         Log: (Retracted by #9812.)
14376      Branch: perl
14377            ! ext/POSIX/POSIX.xs
14378 ____________________________________________________________________________
14379 [  9810] By: jhi                                   on 2001/04/24  03:32:35
14380         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
14381      Branch: perl
14382            ! util.c
14383 ____________________________________________________________________________
14384 [  9809] By: jhi                                   on 2001/04/24  03:16:13
14385         Log: The Math::BigFloat::import() was broken.
14386              (Fixes bug id 20010422.002.)
14387      Branch: perl
14388            ! lib/Math/BigFloat.pm
14389 ____________________________________________________________________________
14390 [  9808] By: jhi                                   on 2001/04/24  01:11:40
14391         Log: Additional dependencies; should help for parallel makes
14392              not to fail on missing lib/lib.pm or lib/re.pm.
14393      Branch: perl
14394            ! Makefile.SH
14395 ____________________________________________________________________________
14396 [  9807] By: jhi                                   on 2001/04/24  00:57:01
14397         Log: Update the test failure disclaimer.
14398      Branch: perl
14399            ! t/pragma/warn/pp_hot
14400 ____________________________________________________________________________
14401 [  9806] By: jhi                                   on 2001/04/24  00:54:04
14402         Log: Add make target "install-all" which is alias for "install"
14403              to cater for case-preserving filesystems like HFS+.
14404      Branch: perl
14405            ! INSTALL Makefile.SH
14406 ____________________________________________________________________________
14407 [  9805] By: jhi                                   on 2001/04/24  00:47:28
14408         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
14409              From: Peter Prymmer <pvhp@forte.com>
14410              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
14411              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
14412              
14413              (Ken William's message forwarded from macosx@perl.org)
14414      Branch: perl
14415            ! hints/darwin.sh
14416 ____________________________________________________________________________
14417 [  9804] By: jhi                                   on 2001/04/23  23:57:35
14418         Log: Cut-and-pasto.
14419      Branch: perl
14420            ! perlio.c
14421 ____________________________________________________________________________
14422 [  9803] By: jhi                                   on 2001/04/23  23:52:25
14423         Log: More PerlIO robustness.
14424      Branch: perl
14425            ! perlio.c
14426 ____________________________________________________________________________
14427 [  9802] By: jhi                                   on 2001/04/23  23:43:35
14428         Log: Make the "STD* opened only for ..." errors more consistent.
14429      Branch: perl
14430            ! doio.c
14431 ____________________________________________________________________________
14432 [  9801] By: jhi                                   on 2001/04/23  23:34:26
14433         Log: Test case for #9800.
14434      Branch: perl
14435            ! t/op/misc.t
14436 ____________________________________________________________________________
14437 [  9800] By: jhi                                   on 2001/04/23  23:14:43
14438         Log: Avoid coredump on 'close STDERR; die' by making
14439              the PerlIO calls more robust.  Also use SETERRNO()
14440              instead of errno = to be more VMS-ready.
14441      Branch: perl
14442            ! perlio.c
14443 ____________________________________________________________________________
14444 [  9799] By: jhi                                   on 2001/04/23  21:41:10
14445         Log: Subject: test for ID 20010423.002
14446              From: Robin Houston <robin@kitsite.com>
14447              Date: Mon, 23 Apr 2001 16:52:21 +0100
14448              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
14449      Branch: perl
14450            ! t/op/avhv.t
14451 ____________________________________________________________________________
14452 [  9798] By: jhi                                   on 2001/04/23  21:40:07
14453         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
14454              From: David Dyck <dcd@tc.fluke.com>
14455              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
14456              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
14457      Branch: perl
14458            ! installperl
14459 ____________________________________________________________________________
14460 [  9797] By: jhi                                   on 2001/04/23  21:37:56
14461         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
14462              From: Benjamin Sugars <bsugars@canoe.ca>
14463              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
14464              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
14465      Branch: perl
14466            ! ext/Cwd/Cwd.xs lib/Cwd.pm
14467 ____________________________________________________________________________
14468 [  9796] By: jhi                                   on 2001/04/23  21:29:24
14469         Log: Synchronize h2xs and pod2man some more on the documentation
14470              templates they propose.
14471      Branch: perl
14472            ! pod/pod2man.PL utils/h2xs.PL
14473 ____________________________________________________________________________
14474 [  9795] By: jhi                                   on 2001/04/23  17:30:40
14475         Log: Add one more naughty test for base64; make encoding logic cleaner.
14476      Branch: perl
14477            ! t/lib/mimeb64.t
14478 ____________________________________________________________________________
14479 [  9794] By: jhi                                   on 2001/04/23  13:51:32
14480         Log: Update Changes.
14481      Branch: perl
14482            ! Changes patchlevel.h
14483 ____________________________________________________________________________
14484 [  9793] By: jhi                                   on 2001/04/23  13:44:18
14485         Log: Duplicate lines.
14486      Branch: perl
14487            ! MANIFEST
14488 ____________________________________________________________________________
14489 [  9792] By: jhi                                   on 2001/04/23  13:39:13
14490         Log: Subject: Re: PATCH 5.7.1
14491              From: Mark-Jason Dominus <mjd@plover.com>
14492              Date: Mon, 23 Apr 2001 10:30:21 -0400
14493              Message-ID: <20010423143021.17335.qmail@plover.com>
14494      Branch: perl
14495            ! perl.h sv.c
14496 ____________________________________________________________________________
14497 [  9791] By: jhi                                   on 2001/04/23  13:32:40
14498         Log: Add the CPAN.pm 1.59_54 tests.
14499      Branch: perl
14500            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
14501            ! MANIFEST
14502 ____________________________________________________________________________
14503 [  9790] By: jhi                                   on 2001/04/23  13:21:55
14504         Log: Subject: Deparse nit
14505              From: Robin Houston <robin@kitsite.com>
14506              Date: Mon, 23 Apr 2001 12:38:20 +0100
14507              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
14508      Branch: perl
14509            ! ext/B/B/Deparse.pm
14510 ____________________________________________________________________________
14511 [  9789] By: jhi                                   on 2001/04/23  13:19:07
14512         Log: Subject: [PATCH] bug 20010423.002
14513              From: Robin Houston <robin@kitsite.com>
14514              Date: Mon, 23 Apr 2001 13:12:30 +0100
14515              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
14516      Branch: perl
14517            ! pp.c
14518 ____________________________________________________________________________
14519 [  9788] By: jhi                                   on 2001/04/23  13:02:49
14520         Log: Subject: PATCH [5.7.1] hv.c unused #define
14521              From: Mark-Jason Dominus <mjd@plover.com>
14522              Date: Sun, 22 Apr 2001 14:17:49 -0400
14523              Message-ID: <20010422181749.26976.qmail@plover.com>
14524      Branch: perl
14525            ! hv.c
14526 ____________________________________________________________________________
14527 [  9787] By: jhi                                   on 2001/04/23  13:02:02
14528         Log: Subject: PATCH 5.7.1
14529              From: Mark-Jason Dominus <mjd@plover.com>
14530              Date: Sun, 22 Apr 2001 15:12:57 -0400
14531              Message-ID: <20010422191258.6539.qmail@plover.com>
14532              
14533              plus Sarathy's STMT_START + STMT_END suggestion.
14534      Branch: perl
14535            ! perl.h
14536 ____________________________________________________________________________
14537 [  9786] By: jhi                                   on 2001/04/23  12:53:25
14538         Log: Fix for
14539              
14540              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
14541              From: dLux <dlux@spam.sch.bme.hu>
14542              Date: Mon, 23 Apr 2001 01:25:26 +0200
14543              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
14544              
14545              (SvGROW really does return a char *.)
14546      Branch: perl
14547            ! pod/perlapi.pod sv.h
14548 ____________________________________________________________________________
14549 [  9785] By: jhi                                   on 2001/04/23  04:34:04
14550         Log: Time::Piece work continues.  $t->day removed since
14551              I think it's too confusing.  Now has normal and
14552              abbreviated length weekday names and month names,
14553              the names change with _names(), not _list().
14554              Now has strftime() in Perl, _strftime() is
14555              the libc version (to which strftime() falls back
14556              if it doesn't know the format.  To do: the reverse
14557              of strftime, strptime(), and the localisation of both.
14558      Branch: perl
14559            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
14560            ! t/lib/time-piece.t
14561 ____________________________________________________________________________
14562 [  9784] By: jhi                                   on 2001/04/23  02:41:46
14563         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
14564              From: andreas.koenig@anima.de (Andreas J. Koenig)
14565              Date: 23 Apr 2001 05:20:55 +0200
14566              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
14567      Branch: perl
14568            ! t/pragma/overload.t
14569 ____________________________________________________________________________
14570 [  9783] By: jhi                                   on 2001/04/22  23:32:42
14571         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
14572              From: Robin Houston <robin@kitsite.com>
14573              Date: Mon, 23 Apr 2001 00:38:18 +0100
14574              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
14575      Branch: perl
14576            ! ext/B/B/Deparse.pm
14577 ____________________________________________________________________________
14578 [  9782] By: jhi                                   on 2001/04/22  20:55:43
14579         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
14580              From: Simon Cozens <simon@netthink.co.uk>
14581              Date: Sun, 22 Apr 2001 18:47:25 +0100
14582              Message-ID: <20010422184725.A14411@netthink.co.uk>
14583      Branch: perl
14584            ! sv.c t/pragma/overload.t
14585 ____________________________________________________________________________
14586 [  9781] By: jhi                                   on 2001/04/22  20:52:13
14587         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
14588              From: Robin Houston <robin@kitsite.com>
14589              Date: Sun, 22 Apr 2001 22:14:50 +0100
14590              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
14591      Branch: perl
14592            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
14593 ____________________________________________________________________________
14594 [  9780] By: nick                                  on 2001/04/22  20:40:31
14595         Log: Integrate mainline.
14596      Branch: perlio
14597           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
14598           +> t/lib/b-stash.t
14599           !> (integrate 38 files)
14600 ____________________________________________________________________________
14601 [  9779] By: jhi                                   on 2001/04/22  15:16:03
14602         Log: Subject: IO::Socket::INET patch
14603              From: andrew deryabin <djsf@technarchy.ru>
14604              Date: Sat, 21 Apr 2001 17:46:52 +0400
14605              Message-ID: <20010421174652.B1426@technarchy>
14606      Branch: perl
14607            ! ext/IO/lib/IO/Socket/INET.pm
14608 ____________________________________________________________________________
14609 [  9778] By: jhi                                   on 2001/04/22  15:14:33
14610         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
14611              From: Mark-Jason Dominus <mjd@plover.com>
14612              Date: Sat, 21 Apr 2001 21:27:49 -0400
14613              Message-ID: <20010422012749.27024.qmail@plover.com>
14614      Branch: perl
14615            ! regcomp.c
14616 ____________________________________________________________________________
14617 [  9777] By: jhi                                   on 2001/04/22  15:10:51
14618         Log: Subject: Re: Regex debugger patch 
14619              From: Mark-Jason Dominus <mjd@plover.com>
14620              Date: Sat, 21 Apr 2001 21:48:51 -0400
14621              Message-ID: <20010422014851.27165.qmail@plover.com>
14622      Branch: perl
14623            ! pod/perldebguts.pod
14624 ____________________________________________________________________________
14625 [  9776] By: jhi                                   on 2001/04/22  15:09:48
14626         Log: Subject: Re: Regex debugger patch
14627              From: Mark-Jason Dominus <mjd@plover.com>
14628              Date: Sat, 21 Apr 2001 14:24:39 -0400
14629              Message-ID: <20010421182439.16508.qmail@plover.com>
14630              
14631              Regex debugger backend.
14632      Branch: perl
14633            ! regcomp.c regexp.h
14634 ____________________________________________________________________________
14635 [  9775] By: jhi                                   on 2001/04/21  16:45:40
14636         Log: Subject: [PATCH] Typo in utf8.h
14637              From: Jesús Quiroga <jquiroga@pobox.com>
14638              Date: Sat, 21 Apr 2001 19:25:33 +0200
14639              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
14640      Branch: perl
14641            ! utf8.h
14642 ____________________________________________________________________________
14643 [  9774] By: jhi                                   on 2001/04/21  16:43:52
14644         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14645              From: Joe Orton <jorton@redhat.com>
14646              Date: Tue, 17 Apr 2001 15:50:43 +0100
14647              Message-Id: <20010417155043.D19132@eu.c2.net>
14648      Branch: perl
14649            ! hints/svr5.sh
14650 ____________________________________________________________________________
14651 [  9773] By: jhi                                   on 2001/04/21  15:30:15
14652         Log: Subject: Patch utils/h2xs.PL
14653              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14654              Date: Sat, 21 Apr 2001 10:32:16 -0500
14655              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
14656              
14657              Add MAILING list and LICENSE templates.
14658      Branch: perl
14659            ! utils/h2xs.PL
14660 ____________________________________________________________________________
14661 [  9772] By: jhi                                   on 2001/04/21  15:28:36
14662         Log: Subject: perlfaq2.patch for 5.7.1
14663              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14664              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
14665              Date: Fri, 20 Apr 2001 16:42:19 -0500
14666              
14667              rm an extra tab, a blurb about the xx.cpan to clarify
14668              which countries actually have that and dejanews is history
14669              as well as most of that nonsensical entry.
14670      Branch: perl
14671            ! pod/perlfaq2.pod
14672 ____________________________________________________________________________
14673 [  9771] By: jhi                                   on 2001/04/21  15:27:17
14674         Log: Subject: perlfaq1.patch for 5.7.1
14675              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14676              Date: Fri, 20 Apr 2001 16:57:36 -0500
14677              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
14678              
14679              Evil URLs must die. Especially when they are broken.
14680      Branch: perl
14681            ! pod/perlfaq1.pod
14682 ____________________________________________________________________________
14683 [  9770] By: jhi                                   on 2001/04/21  15:23:38
14684         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
14685              From: Michael G Schwern <schwern@pobox.com>
14686              Date: Sat, 21 Apr 2001 16:11:12 +0100
14687              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
14688      Branch: perl
14689            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
14690            + t/lib/b-stash.t
14691            ! MANIFEST ext/B/B.pm t/lib/b.t
14692 ____________________________________________________________________________
14693 [  9769] By: jhi                                   on 2001/04/21  15:03:32
14694         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
14695              From: Michael G Schwern <schwern@pobox.com>
14696              Date: Sat, 21 Apr 2001 09:48:00 +0100
14697              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
14698      Branch: perl
14699            ! utils/h2ph.PL
14700 ____________________________________________________________________________
14701 [  9768] By: jhi                                   on 2001/04/21  14:33:49
14702         Log: PerlIO and Encode doc cleanup and tweaks.
14703      Branch: perl
14704            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
14705            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
14706 ____________________________________________________________________________
14707 [  9767] By: jhi                                   on 2001/04/21  12:40:16
14708         Log: Integrate perlio.
14709      Branch: perl
14710           !> doio.c
14711 ____________________________________________________________________________
14712 [  9766] By: nick                                  on 2001/04/20  18:28:35
14713         Log: Avoid core dump on
14714              open(STDOUT,">",\$foo);
14715      Branch: perlio
14716            ! doio.c
14717 ____________________________________________________________________________
14718 [  9765] By: jhi                                   on 2001/04/20  13:23:43
14719         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
14720              From: Robin Houston <robin@kitsite.com>
14721              Date: Fri, 20 Apr 2001 14:29:22 +0100
14722              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
14723      Branch: perl
14724            ! ext/B/B.pm ext/B/B/Deparse.pm
14725 ____________________________________________________________________________
14726 [  9764] By: jhi                                   on 2001/04/20  13:19:33
14727         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
14728              From: Peter Prymmer <pvhp@forte.com>
14729              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
14730              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
14731      Branch: perl
14732            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
14733            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14734            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14735            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14736 ____________________________________________________________________________
14737 [  9763] By: jhi                                   on 2001/04/20  12:36:39
14738         Log: Subject: Re: A new PerlIO coredump
14739              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14740              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
14741              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
14742      Branch: perl
14743            ! doio.c
14744 ____________________________________________________________________________
14745 [  9762] By: jhi                                   on 2001/04/19  23:02:30
14746         Log: Update Changes.
14747      Branch: perl
14748            ! Changes patchlevel.h
14749 ____________________________________________________________________________
14750 [  9761] By: jhi                                   on 2001/04/19  22:59:19
14751         Log: More cleanup cleanup.
14752      Branch: perl
14753            ! Makefile.SH win32/Makefile win32/makefile.mk
14754 ____________________________________________________________________________
14755 [  9760] By: jhi                                   on 2001/04/19  22:50:31
14756         Log: lib/Time is non-empty, let's not rmdir it.
14757      Branch: perl
14758            ! Makefile.SH
14759 ____________________________________________________________________________
14760 [  9759] By: jhi                                   on 2001/04/19  22:36:51
14761         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
14762              From: Robin Houston <robin@kitsite.com>
14763              Date: Fri, 20 Apr 2001 00:18:53 +0100
14764              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
14765      Branch: perl
14766            ! ext/B/B/Deparse.pm
14767 ____________________________________________________________________________
14768 [  9758] By: jhi                                   on 2001/04/19  22:36:00
14769         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
14770              From: Peter Prymmer <pvhp@forte.com>
14771              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
14772              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
14773      Branch: perl
14774            ! ext/Cwd/Cwd.xs
14775 ____________________________________________________________________________
14776 [  9757] By: nick                                  on 2001/04/19  18:53:54
14777         Log: Blind (untested) integrate of mainline.
14778      Branch: perlio
14779           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14780           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
14781           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
14782           !> (integrate 53 files)
14783 ____________________________________________________________________________
14784 [  9756] By: jhi                                   on 2001/04/19  16:59:23
14785         Log: Document and test Time::Piece.
14786      Branch: perl
14787            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
14788            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
14789 ____________________________________________________________________________
14790 [  9755] By: jhi                                   on 2001/04/19  12:13:29
14791         Log: A better fix for the \x{12345678} trouble from NI-S.
14792      Branch: perl
14793            ! utf8.c
14794 ____________________________________________________________________________
14795 [  9754] By: jhi                                   on 2001/04/19  11:56:07
14796         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
14797              From: Robin Houston <robin@kitsite.com>
14798              Date: Wed, 18 Apr 2001 17:58:33 +0100
14799              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
14800      Branch: perl
14801            ! ext/B/B/Deparse.pm op.c
14802 ____________________________________________________________________________
14803 [  9753] By: jhi                                   on 2001/04/19  04:21:52
14804         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
14805              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
14806              Date: Thu, 19 Apr 2001 01:11:41 -0400
14807              Message-ID: <20010419011141.A5798@cpan.org>
14808      Branch: perl
14809            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
14810 ____________________________________________________________________________
14811 [  9752] By: jhi                                   on 2001/04/19  02:41:10
14812         Log: The new time utils need to be thread-aware, too.
14813      Branch: perl
14814            ! util.c
14815 ____________________________________________________________________________
14816 [  9751] By: jhi                                   on 2001/04/19  02:26:47
14817         Log: Compilation nit noticed by AIX compiler.
14818      Branch: perl
14819            ! perlio.c
14820 ____________________________________________________________________________
14821 [  9750] By: jhi                                   on 2001/04/19  02:20:06
14822         Log: The new time utils need to be public.
14823      Branch: perl
14824            ! embed.pl
14825 ____________________________________________________________________________
14826 [  9749] By: jhi                                   on 2001/04/19  01:42:39
14827         Log: Regen toc.
14828      Branch: perl
14829            ! pod/perltoc.pod
14830 ____________________________________________________________________________
14831 [  9748] By: jhi                                   on 2001/04/19  01:41:10
14832         Log: Add Time::Piece, a slight rewrite of Time::Object,
14833              from Matt Sergeant.
14834      Branch: perl
14835            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14836            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
14837            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
14838            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
14839            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
14840            ! win32/makefile.mk
14841 ____________________________________________________________________________
14842 [  9747] By: jhi                                   on 2001/04/19  00:55:35
14843         Log: The new metaconfig unit from strftime.
14844      Branch: metaconfig/U/perl
14845            + d_strftime.U
14846 ____________________________________________________________________________
14847 [  9746] By: jhi                                   on 2001/04/19  00:54:54
14848         Log: Move the strftime() wrapper from POSIX.xs to util.c
14849              as my_strftime(), requires HAS_STRFTIME.
14850      Branch: perl
14851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14852            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
14853            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
14854            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14855            ! vos/config.ga.h win32/config.bc win32/config.gc
14856            ! win32/config.vc
14857 ____________________________________________________________________________
14858 [  9745] By: jhi                                   on 2001/04/18  23:11:03
14859         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
14860              in preparation of Time::Piece.
14861      Branch: perl
14862            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
14863 ____________________________________________________________________________
14864 [  9744] By: jhi                                   on 2001/04/18  22:33:12
14865         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
14866              From: Peter Prymmer <pvhp@forte.com>
14867              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
14868              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
14869      Branch: perl
14870            ! t/lib/exporter.t
14871 ____________________________________________________________________________
14872 [  9743] By: jhi                                   on 2001/04/18  22:32:23
14873         Log: Subject: Fwd: pod2html leaves cache files lying around?
14874              From: Rajesh Vaidheeswarran <rv@gnu.org>
14875              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
14876              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
14877      Branch: perl
14878            ! lib/Pod/Html.pm
14879 ____________________________________________________________________________
14880 [  9742] By: jhi                                   on 2001/04/18  20:31:49
14881         Log: Update Changes.
14882      Branch: perl
14883            ! Changes patchlevel.h
14884 ____________________________________________________________________________
14885 [  9741] By: jhi                                   on 2001/04/18  20:23:02
14886         Log: Declare hints only if needed.
14887      Branch: perl
14888            ! ext/B/B/Deparse.pm
14889 ____________________________________________________________________________
14890 [  9740] By: jhi                                   on 2001/04/18  19:06:05
14891         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
14892              bug noticed by Robin Houston; basically the code of detecting
14893              value wraparound was acting differently under different compilers
14894              and platforms.  The workaround is to remove the overflow check
14895              for now, a real fix would be to do the overflow (portably) right.
14896      Branch: perl
14897            ! t/op/pat.t utf8.c
14898 ____________________________________________________________________________
14899 [  9739] By: jhi                                   on 2001/04/18  19:01:23
14900         Log: Subject: [PATCH B::Deparse] some pragma support
14901              From: Robin Houston <robin@kitsite.com>
14902              Date: Wed, 18 Apr 2001 19:32:12 +0100
14903              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
14904      Branch: perl
14905            ! ext/B/B/Deparse.pm
14906 ____________________________________________________________________________
14907 [  9738] By: jhi                                   on 2001/04/18  15:16:37
14908         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
14909              From: Benjamin Sugars <bsugars@canoe.ca>
14910              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
14911              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
14912      Branch: perl
14913            ! t/op/glob.t
14914 ____________________________________________________________________________
14915 [  9737] By: jhi                                   on 2001/04/18  13:24:50
14916         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
14917              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14918              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
14919              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
14920      Branch: perl
14921            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
14922            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
14923 ____________________________________________________________________________
14924 [  9736] By: jhi                                   on 2001/04/18  04:15:14
14925         Log: The #9735 also changes the subtest 12.
14926      Branch: perl
14927            ! t/lib/b.t
14928 ____________________________________________________________________________
14929 [  9735] By: jhi                                   on 2001/04/18  03:55:17
14930         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
14931              From: David Dyck <dcd@tc.fluke.com>
14932              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
14933              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
14934      Branch: perl
14935            ! ext/B/B/Deparse.pm
14936 ____________________________________________________________________________
14937 [  9734] By: jhi                                   on 2001/04/18  03:54:11
14938         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
14939              From: Gisle Aas <gisle@ActiveState.com>
14940              Date: 17 Apr 2001 19:06:45 -0700
14941              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
14942      Branch: perl
14943            ! pp_hot.c t/op/misc.t
14944 ____________________________________________________________________________
14945 [  9733] By: jhi                                   on 2001/04/17  22:25:22
14946         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
14947              From: "Abigail" <abigail@foad.org>
14948              Date: Wed, 18 Apr 2001 01:17:46 +0200
14949              Message-ID: <20010417231746.21657.qmail@foad.org>
14950      Branch: perl
14951            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
14952 ____________________________________________________________________________
14953 [  9732] By: jhi                                   on 2001/04/17  20:47:56
14954         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
14955              From: Robin Houston <robin@kitsite.com>
14956              Date: Tue, 17 Apr 2001 22:37:42 +0100
14957              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
14958      Branch: perl
14959            ! ext/B/B/Deparse.pm
14960 ____________________________________________________________________________
14961 [  9731] By: nick                                  on 2001/04/17  20:46:35
14962         Log: Re-sync for t/lib/b.t fix
14963      Branch: perlio
14964           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
14965 ____________________________________________________________________________
14966 [  9730] By: jhi                                   on 2001/04/17  20:45:29
14967         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
14968              From: Robin Houston <robin@kitsite.com>
14969              Date: Tue, 17 Apr 2001 22:29:36 +0100
14970              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
14971      Branch: perl
14972            ! ext/B/B.xs ext/B/B/Deparse.pm
14973 ____________________________________________________________________________
14974 [  9729] By: jhi                                   on 2001/04/17  20:43:11
14975         Log: Subject: Deparse - parenthesise args to undeclared subs
14976              From: Robin Houston <robin@kitsite.com>
14977              Date: Tue, 17 Apr 2001 21:31:05 +0100
14978              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
14979      Branch: perl
14980            ! ext/B/B/Deparse.pm
14981 ____________________________________________________________________________
14982 [  9728] By: jhi                                   on 2001/04/17  18:57:30
14983         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
14984              From: Benjamin Sugars <ben.sugars@home.com>
14985              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
14986              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
14987      Branch: perl
14988            ! t/lib/cwd.t
14989 ____________________________________________________________________________
14990 [  9727] By: jhi                                   on 2001/04/17  18:20:20
14991         Log: Subject: [PATCH B::Deparse] ambient pragmas
14992              From: Robin Houston <robin@kitsite.com>
14993              Date: Tue, 17 Apr 2001 20:01:59 +0100
14994              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
14995      Branch: perl
14996            ! ext/B/B/Deparse.pm t/lib/b.t
14997 ____________________________________________________________________________
14998 [  9726] By: nick                                  on 2001/04/17  16:33:51
14999         Log: Integrate mainline (t/lib/b.t fails test 2...)
15000      Branch: perlio
15001           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
15002           +> ext/List/Util/README ext/List/Util/Util.xs
15003           +> ext/List/Util/lib/List/Util.pm
15004           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
15005           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15006           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15007           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15008           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15009           !> (integrate 31 files)
15010 ____________________________________________________________________________
15011 [  9725] By: jhi                                   on 2001/04/17  12:14:24
15012         Log: Subject: multiple B::* changes
15013              From: Robin Houston <robin@kitsite.com>
15014              Date: Thu, 12 Apr 2001 20:12:27 +0100
15015              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
15016      Branch: perl
15017            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15018 ____________________________________________________________________________
15019 [  9724] By: jhi                                   on 2001/04/17  11:59:05
15020         Log: Thread-awareness from Doug MacEachern.
15021      Branch: perl
15022            ! ext/List/Util/Util.xs
15023 ____________________________________________________________________________
15024 [  9723] By: jhi                                   on 2001/04/17  11:57:41
15025         Log: Make the test more portable.
15026      Branch: perl
15027            ! t/lib/cwd.t
15028 ____________________________________________________________________________
15029 [  9722] By: jhi                                   on 2001/04/17  11:53:50
15030         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
15031              From: Benjamin Sugars <ben.sugars@home.com>
15032              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
15033              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
15034      Branch: perl
15035            ! t/lib/cwd.t
15036 ____________________________________________________________________________
15037 [  9721] By: jhi                                   on 2001/04/17  11:52:17
15038         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
15039              From: Benjamin Sugars <bsugars@canoe.ca>
15040              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
15041              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
15042      Branch: perl
15043            ! op.c
15044 ____________________________________________________________________________
15045 [  9720] By: jhi                                   on 2001/04/17  11:35:42
15046         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
15047              From: Chris Nandor <pudge@pobox.com>
15048              Date: Tue, 17 Apr 2001 00:30:49 -0400
15049              Message-Id: <p05100207b701768712de@[10.0.1.177]>
15050      Branch: perl
15051            ! ext/File/Glob/bsd_glob.c gv.c
15052 ____________________________________________________________________________
15053 [  9719] By: jhi                                   on 2001/04/17  11:32:13
15054         Log: Subject: [PATCH] Tweten->West
15055              From: Casey West <casey@geeknest.com>
15056              Date: Mon, 16 Apr 2001 12:11:22 -0400
15057              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
15058      Branch: perl
15059            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
15060            ! pod/perltie.pod
15061 ____________________________________________________________________________
15062 [  9718] By: jhi                                   on 2001/04/16  03:22:52
15063         Log: Update Changes.
15064      Branch: perl
15065            ! Changes patchlevel.h
15066 ____________________________________________________________________________
15067 [  9717] By: jhi                                   on 2001/04/16  03:06:28
15068         Log: Regen toc.
15069      Branch: perl
15070            ! pod/perltoc.pod
15071 ____________________________________________________________________________
15072 [  9716] By: jhi                                   on 2001/04/16  02:58:42
15073         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
15074              From: Prymmer/Kahn <pvhp@best.com>
15075              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
15076              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
15077      Branch: perl
15078            ! utf8.c
15079 ____________________________________________________________________________
15080 [  9715] By: jhi                                   on 2001/04/15  23:40:35
15081         Log: Subject: Re: Net::Ping patch, adds stream protocol
15082              From: bronson@rinspin.com (Scott Bronson)
15083              Date: Tue, 10 Apr 2001 23:58:33 -0700
15084              Message-ID: <20010410235833.N29719@rinspin.com>
15085      Branch: perl
15086            ! lib/Net/Ping.pm
15087 ____________________________________________________________________________
15088 [  9714] By: jhi                                   on 2001/04/15  23:31:46
15089         Log: Printing out the ok messages helps successful testing.
15090      Branch: perl
15091            ! t/lib/time-hires.t
15092 ____________________________________________________________________________
15093 [  9713] By: jhi                                   on 2001/04/15  21:43:24
15094         Log: Update Douglas Wegscheid's email.
15095      Branch: perl
15096            ! AUTHORS
15097 ____________________________________________________________________________
15098 [  9712] By: jhi                                   on 2001/04/15  21:40:41
15099         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
15100              From: Michael G Schwern <schwern@pobox.com>
15101              Date: Sat, 14 Apr 2001 22:40:50 +0100
15102              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
15103      Branch: perl
15104            + t/lib/exporter.t
15105            ! MANIFEST lib/Exporter/Heavy.pm
15106 ____________________________________________________________________________
15107 [  9711] By: jhi                                   on 2001/04/15  21:39:21
15108         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
15109              From: Michael G Schwern <schwern@pobox.com>
15110              Date: Sat, 14 Apr 2001 22:13:59 +0100
15111              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
15112      Branch: perl
15113            ! t/op/loopctl.t
15114 ____________________________________________________________________________
15115 [  9710] By: jhi                                   on 2001/04/15  21:30:19
15116         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
15117              From: Michael G Schwern <schwern@pobox.com>
15118              Date: Sat, 14 Apr 2001 22:05:32 +0100
15119              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
15120      Branch: perl
15121            ! t/pragma/warnings.t
15122 ____________________________________________________________________________
15123 [  9709] By: jhi                                   on 2001/04/15  19:34:09
15124         Log: Integrate changes #9706,9707 from maintperl into mainline.
15125              
15126              change#7210 broke .packlist generation
15127              
15128              ExtUtils::Installed doesn't quote regex metacharacters in paths
15129              before using them in match; also make it work for dosish platforms
15130      Branch: perl
15131           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15132 ____________________________________________________________________________
15133 [  9708] By: jhi                                   on 2001/04/15  19:31:01
15134         Log: Test also the scalar aspect of getitimer().
15135      Branch: perl
15136            ! t/lib/time-hires.t
15137 ____________________________________________________________________________
15138 [  9707] By: gsar                                  on 2001/04/15  17:24:20
15139         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
15140              before using them in match; also make it work for dosish platforms
15141      Branch: maint-5.6/perl
15142            ! lib/ExtUtils/Installed.pm
15143 ____________________________________________________________________________
15144 [  9706] By: gsar                                  on 2001/04/15  17:21:59
15145         Log: change#7210 broke .packlist generation (listed only filename
15146              rather than fully qualified path name)
15147      Branch: maint-5.6/perl
15148            ! lib/ExtUtils/Install.pm
15149 ____________________________________________________________________________
15150 [  9705] By: jhi                                   on 2001/04/15  12:36:33
15151         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
15152      Branch: perl
15153            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
15154            ! t/lib/time-hires.t
15155 ____________________________________________________________________________
15156 [  9704] By: jhi                                   on 2001/04/15  10:49:08
15157         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
15158              From: Prymmer/Kahn <pvhp@best.com>
15159              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
15160              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
15161      Branch: perl
15162            ! lib/utf8.pm pod/perlebcdic.pod
15163 ____________________________________________________________________________
15164 [  9703] By: jhi                                   on 2001/04/15  02:26:26
15165         Log: I keep forgetting to sort MANIFEST.
15166      Branch: perl
15167            ! MANIFEST
15168 ____________________________________________________________________________
15169 [  9702] By: jhi                                   on 2001/04/15  02:07:47
15170         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
15171              Now we have blessed, reftype, tainted, first, reduce, ...
15172      Branch: perl
15173            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
15174            + ext/List/Util/README ext/List/Util/Util.xs
15175            + ext/List/Util/lib/List/Util.pm
15176            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
15177            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
15178            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15179            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15180            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15181            ! MANIFEST
15182 ____________________________________________________________________________
15183 [  9701] By: jhi                                   on 2001/04/14  15:05:25
15184         Log: Subject: RE: dprofpp.pl updates 
15185              From: Carl Eklof <CEklof@endeca.com>
15186              Date: Thu, 12 Apr 2001 18:45:46 -0400
15187              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
15188      Branch: perl
15189            ! utils/dprofpp.PL
15190 ____________________________________________________________________________
15191 [  9700] By: jhi                                   on 2001/04/14  14:44:55
15192         Log: Do not just blindly add CR.
15193      Branch: perl
15194            ! Porting/makerel
15195 ____________________________________________________________________________
15196 [  9699] By: jhi                                   on 2001/04/13  13:17:01
15197         Log: Update Changes.
15198      Branch: perl
15199            ! Changes patchlevel.h
15200 ____________________________________________________________________________
15201 [  9698] By: jhi                                   on 2001/04/13  12:44:48
15202         Log: Integrate perlio.
15203      Branch: perl
15204           !> ext/PerlIO/Scalar/Scalar.xs
15205 ____________________________________________________________________________
15206 [  9697] By: jhi                                   on 2001/04/13  12:29:15
15207         Log: Add more debug output to the test.
15208      Branch: perl
15209            ! t/lib/cwd.t
15210 ____________________________________________________________________________
15211 [  9696] By: nick                                  on 2001/04/13  10:14:29
15212         Log: Fix core dump on binmode($fh,'Scalar')
15213      Branch: perlio
15214            ! ext/PerlIO/Scalar/Scalar.xs
15215 ____________________________________________________________________________
15216 [  9695] By: nick                                  on 2001/04/13  09:05:42
15217         Log: Integrate mainline
15218      Branch: perlio
15219           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15220           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
15221           +> t/lib/time-hires.t
15222           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
15223           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
15224           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
15225           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
15226           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
15227           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
15228           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
15229 ____________________________________________________________________________
15230 [  9694] By: jhi                                   on 2001/04/12  22:23:35
15231         Log: Integrate change #9693 from maintperl into mainline.
15232              
15233              $VERSION and Version() on the same line provokes a warning from
15234              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
15235      Branch: perl
15236           !> lib/Devel/SelfStubber.pm
15237 ____________________________________________________________________________
15238 [  9693] By: gsar                                  on 2001/04/12  21:55:56
15239         Log: $VERSION and Version() on the same line provokes a warning from
15240              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
15241      Branch: maint-5.6/perl
15242            ! lib/Devel/SelfStubber.pm
15243 ____________________________________________________________________________
15244 [  9692] By: jhi                                   on 2001/04/12  13:54:00
15245         Log: This is at least 5.005.
15246      Branch: perl
15247            ! ext/Time/HiRes/HiRes.xs
15248 ____________________________________________________________________________
15249 [  9691] By: jhi                                   on 2001/04/12  13:37:20
15250         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
15251      Branch: perl
15252            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
15253            ! win32/Makefile win32/makefile.mk
15254 ____________________________________________________________________________
15255 [  9690] By: jhi                                   on 2001/04/12  01:34:46
15256         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
15257      Branch: perl
15258            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15259            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
15260            + t/lib/time-hires.t
15261            ! MANIFEST
15262 ____________________________________________________________________________
15263 [  9689] By: jhi                                   on 2001/04/12  00:28:39
15264         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
15265              From: Gisle Aas <gisle@ActiveState.com>
15266              Date: 11 Apr 2001 16:36:11 -0700
15267              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
15268      Branch: perl
15269            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
15270 ____________________________________________________________________________
15271 [  9688] By: jhi                                   on 2001/04/12  00:27:39
15272         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
15273              From: Gisle Aas <gisle@ActiveState.com>
15274              Date: 11 Apr 2001 11:13:24 -0700
15275              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
15276      Branch: perl
15277            ! ext/MIME/Base64/Base64.xs
15278 ____________________________________________________________________________
15279 [  9687] By: jhi                                   on 2001/04/11  19:51:47
15280         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
15281      Branch: perl
15282            ! Todo-5.6
15283 ____________________________________________________________________________
15284 [  9686] By: jhi                                   on 2001/04/11  16:54:25
15285         Log: Subject: [PATCH opcode.pl] Documentation of table format
15286              From: Simon Cozens <simon@netthink.co.uk>
15287              Date: Wed, 11 Apr 2001 12:59:31 +0100
15288              Message-ID: <20010411125931.A25681@netthink.co.uk>
15289      Branch: perl
15290            ! opcode.pl
15291 ____________________________________________________________________________
15292 [  9685] By: jhi                                   on 2001/04/11  16:53:15
15293         Log: Subject: [PATCH] prototype("CORE::recv")
15294              From: Simon Cozens <simon@netthink.co.uk>
15295              Date: Wed, 11 Apr 2001 13:24:35 +0100
15296              Message-ID: <20010411132435.A26169@netthink.co.uk>
15297      Branch: perl
15298            ! pp.c t/comp/proto.t
15299 ____________________________________________________________________________
15300 [  9684] By: jhi                                   on 2001/04/11  16:47:13
15301         Log: FAQ (and AUTHORS) update from Dan Carson: the information
15302              was several years obsolete, Term::Readkey has been updated
15303              to have the functionality.
15304      Branch: perl
15305            ! AUTHORS pod/perlfaq5.pod
15306 ____________________________________________________________________________
15307 [  9683] By: jhi                                   on 2001/04/11  12:15:46
15308         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
15309              From: Calle Dybedahl <calle@lysator.liu.se>
15310              Date: 10 Apr 2001 16:44:16 +0200
15311              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
15312      Branch: perl
15313            ! ext/MIME/Base64/Base64.xs
15314 ____________________________________________________________________________
15315 [  9682] By: jhi                                   on 2001/04/11  12:12:26
15316         Log: A more minimal fix for 20010410.006 from Hugo.
15317      Branch: perl
15318            ! regexec.c
15319 ____________________________________________________________________________
15320 [  9681] By: jhi                                   on 2001/04/11  11:34:23
15321         Log: Integrate changes #9678,9679 from maintline into mainperl.
15322              
15323              addendum to change#9676
15324              
15325              up $File::Glob::VERSION; add a note pointing out the version of
15326              the OpenBSD glob bsd_glob.c resembles
15327      Branch: perl
15328           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15329           !> ext/File/Glob/bsd_glob.h
15330 ____________________________________________________________________________
15331 [  9680] By: jhi                                   on 2001/04/11  11:30:38
15332         Log: Bad test numbering in integrate in #9677.
15333              Fixes ID 20010411.001.
15334      Branch: perl
15335            ! t/op/pat.t
15336 ____________________________________________________________________________
15337 [  9679] By: gsar                                  on 2001/04/11  03:38:40
15338         Log: up $File::Glob::VERSION; add a note pointing out the version of
15339              the OpenBSD glob bsd_glob.c resembles
15340      Branch: maint-5.6/perl
15341            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15342            ! ext/File/Glob/bsd_glob.h
15343 ____________________________________________________________________________
15344 [  9678] By: gsar                                  on 2001/04/11  03:09:48
15345         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
15346              revision 1.8.10.1 found here:
15347              
15348              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
15349      Branch: maint-5.6/perl
15350            ! ext/File/Glob/bsd_glob.c
15351 ____________________________________________________________________________
15352 [  9677] By: jhi                                   on 2001/04/11  02:54:39
15353         Log: Integrate changes #9675,9676 from maintperl into mainline.
15354              
15355              fix for bug 20010410.006, undo change#7115
15356              
15357              port the OpenBSD glob() security patch
15358      Branch: perl
15359           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
15360           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
15361           !> t/op/pat.t
15362 ____________________________________________________________________________
15363 [  9676] By: gsar                                  on 2001/04/11  02:19:02
15364         Log: port the glob() security patch found at:
15365              
15366              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
15367              
15368              CERT advisory for the issue is here:
15369              
15370              http://www.cert.org/advisories/CA-2001-07.html
15371              
15372              Note that the security scare is only relevant for those who are
15373              foolish enough to build suidperl (which is now officially discouraged)
15374      Branch: maint-5.6/perl
15375            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
15376            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
15377 ____________________________________________________________________________
15378 [  9675] By: gsar                                  on 2001/04/10  23:52:11
15379         Log: fix for bug 20010410.006
15380              
15381              undo change#7115 (came into maint-5.6 as change#8156)
15382              
15383              add tests to keep it from coming back
15384      Branch: maint-5.6/perl
15385            ! regexec.c t/op/pat.t
15386 ____________________________________________________________________________
15387 [  9674] By: nick                                  on 2001/04/10  20:39:31
15388         Log: Integrate mainline
15389      Branch: perlio
15390           +> Porting/testall.atom
15391           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
15392           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
15393           !> t/lib/lc-uk.t t/pod/find.t
15394 ____________________________________________________________________________
15395 [  9673] By: nick                                  on 2001/04/10  18:46:14
15396         Log: Integrate against change 9670 aka perl-5.7.1
15397      Branch: perlio
15398           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
15399           !> (integrate 53 files)
15400 ____________________________________________________________________________
15401 [  9672] By: jhi                                   on 2001/04/10  13:45:01
15402         Log: Add a script for doing cumulative profile of the test suite.
15403              (Requires ATOM, that is, Tru64.)
15404      Branch: perl
15405            + Porting/testall.atom
15406            ! MANIFEST
15407 ____________________________________________________________________________
15408 [  9671] By: jhi                                   on 2001/04/10  12:38:53
15409         Log: Missing std block.
15410      Branch: perl
15411            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
15412            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
15413            ! t/pod/find.t
15414 ____________________________________________________________________________
15415 [  9670] By: jhi                                   on 2001/04/10  01:25:58
15416         Log: This is 5.7.1.
15417      Branch: perl
15418            ! patchlevel.h
15419 ____________________________________________________________________________
15420 [  9669] By: jhi                                   on 2001/04/10  01:09:14
15421         Log: Update Changes.
15422      Branch: perl
15423            ! Changes patchlevel.h
15424 ____________________________________________________________________________
15425 [  9668] By: jhi                                   on 2001/04/10  01:00:38
15426         Log: Regen toc.
15427      Branch: perl
15428            ! pod/perltoc.pod
15429 ____________________________________________________________________________
15430 [  9667] By: jhi                                   on 2001/04/10  00:52:16
15431         Log: Update perlhist.
15432      Branch: perl
15433            ! pod/perlhist.pod
15434 ____________________________________________________________________________
15435 [  9666] By: jhi                                   on 2001/04/09  23:38:59
15436         Log: Slight wording tweaks from Damian to #9658.
15437      Branch: perl
15438            ! pod/perlobj.pod
15439 ____________________________________________________________________________
15440 [  9665] By: jhi                                   on 2001/04/09  19:56:06
15441         Log: Subject: [PATCH perlutil.pod] Nit
15442              From: Simon Cozens <simon@netthink.co.uk>
15443              Date: Mon, 9 Apr 2001 20:29:44 +0100
15444              Message-ID: <20010409202944.A14796@the.earth.li>
15445      Branch: perl
15446            ! pod/perlutil.pod
15447 ____________________________________________________________________________
15448 [  9664] By: jhi                                   on 2001/04/09  19:54:42
15449         Log: Subject: Re: perl571delta.pod@9631
15450              From: Mike Guy <mjtg@cam.ac.uk>
15451              Date: Mon, 09 Apr 2001 18:09:14 +0100
15452              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
15453      Branch: perl
15454            ! pod/perl571delta.pod
15455 ____________________________________________________________________________
15456 [  9663] By: jhi                                   on 2001/04/09  13:43:35
15457         Log: Update Changes.
15458      Branch: perl
15459            ! Changes patchlevel.h
15460 ____________________________________________________________________________
15461 [  9662] By: jhi                                   on 2001/04/09  13:24:46
15462         Log: tweak tweak.
15463      Branch: perl
15464            ! AUTHORS pod/perl571delta.pod
15465 ____________________________________________________________________________
15466 [  9661] By: jhi                                   on 2001/04/09  13:15:13
15467         Log: Thinko in manual patch applying.
15468      Branch: perl
15469            ! sv.c
15470 ____________________________________________________________________________
15471 [  9660] By: jhi                                   on 2001/04/09  13:07:53
15472         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
15473              From: Robin Barker <rmb1@cise.npl.co.uk> 
15474              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
15475              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
15476              
15477              (This corrects the case where the "isn't numeric" string contains \0s
15478              and is longer than the temporary buffer, and contains \0 at the point
15479              the string would be truncated by "...".) 
15480      Branch: perl
15481            ! sv.c
15482 ____________________________________________________________________________
15483 [  9659] By: jhi                                   on 2001/04/09  12:57:41
15484         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
15485      Branch: perl
15486            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
15487            ! t/lib/cgi-function.t t/lib/cgi-html.t
15488 ____________________________________________________________________________
15489 [  9658] By: jhi                                   on 2001/04/09  12:48:47
15490         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
15491              From: Ilmari Karonen <iltzu@sci.fi>
15492              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
15493              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
15494              
15495              Rearrange and rewrite the Method Invocation section
15496              to explain the concepts in nicer order.
15497      Branch: perl
15498            ! pod/perlobj.pod
15499 ____________________________________________________________________________
15500 [  9657] By: jhi                                   on 2001/04/09  12:35:58
15501         Log: Upgrade to podlators 1.09, from Russ Allbery.
15502      Branch: perl
15503            ! lib/Pod/Man.pm lib/Pod/Text.pm
15504 ____________________________________________________________________________
15505 [  9656] By: jhi                                   on 2001/04/09  12:31:53
15506         Log: perl571delta.
15507      Branch: perl
15508            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
15509 ____________________________________________________________________________
15510 [  9655] By: jhi                                   on 2001/04/09  12:20:09
15511         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
15512              From: Prymmer/Kahn <pvhp@best.com>
15513              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
15514              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
15515      Branch: perl
15516            ! lib/utf8.pm pod/perlunicode.pod
15517 ____________________________________________________________________________
15518 [  9654] By: gsar                                  on 2001/04/09  03:38:33
15519         Log: here lies 5.6.1
15520      Branch: maint-5.6/perl
15521            ! Changes
15522 ____________________________________________________________________________
15523 [  9653] By: jhi                                   on 2001/04/09  03:25:24
15524         Log: Update perlhist.
15525      Branch: perl
15526            ! pod/perlhist.pod
15527 ____________________________________________________________________________
15528 [  9652] By: jhi                                   on 2001/04/09  03:18:49
15529         Log: perl571delta tweaking continues.
15530      Branch: perl
15531            ! pod/perl571delta.pod
15532 ____________________________________________________________________________
15533 [  9651] By: gsar                                  on 2001/04/09  03:11:19
15534         Log: update Changes, patchlevel.h &c.
15535      Branch: maint-5.6/perl
15536            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
15537            ! pod/perltoc.pod
15538 ____________________________________________________________________________
15539 [  9650] By: jhi                                   on 2001/04/09  02:40:24
15540         Log: Integrate the perlfork half of #9513 from maintperl into mainline
15541              (the perlunicode half is obsolete)
15542      Branch: perl
15543            ! pod/perlfork.pod
15544 ____________________________________________________________________________
15545 [  9649] By: gsar                                  on 2001/04/09  02:35:43
15546         Log: tweak perldelta as suggested by Jarkko
15547      Branch: maint-5.6/perl
15548            ! pod/perldelta.pod
15549 ____________________________________________________________________________
15550 [  9648] By: jhi                                   on 2001/04/09  02:13:04
15551         Log: Integrate change #9646 from maintperl into mainline.
15552              
15553              add note about ithreads and Thread.pm
15554      Branch: perl
15555           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
15556 ____________________________________________________________________________
15557 [  9647] By: jhi                                   on 2001/04/09  02:10:18
15558         Log: Bad assumption that shortsize == 2.
15559      Branch: perl
15560            ! t/lib/xs-typemap.t
15561 ____________________________________________________________________________
15562 [  9646] By: gsar                                  on 2001/04/09  00:48:04
15563         Log: add note about ithreads and Thread.pm (too many people are
15564              confused by the fact that Thread.pm is built and installed
15565              under non-5005threads but doesn't work)
15566      Branch: maint-5.6/perl
15567            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
15568 ____________________________________________________________________________
15569 [  9645] By: gsar                                  on 2001/04/09  00:19:03
15570         Log: update perldelta.pod for changes in 5.6.1
15571      Branch: maint-5.6/perl
15572            ! Changes pod/perldelta.pod
15573 ____________________________________________________________________________
15574 [  9644] By: jhi                                   on 2001/04/08  20:37:00
15575         Log: Integrate change #9639 from maintperl into mainline:
15576              on windows, many of the README.* pods were being copied to
15577              the wrong location
15578      Branch: perl
15579           !> win32/Makefile win32/makefile.mk
15580 ____________________________________________________________________________
15581 [  9643] By: jhi                                   on 2001/04/08  20:07:11
15582         Log: Integrate change #9624 from maintperl into mainline:
15583              the pod tests were not okay.  (t/pod/find.t changes ignored)
15584      Branch: perl
15585           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
15586           !> t/pod/include.t t/pod/included.t t/pod/lref.t
15587           !> t/pod/multiline_items.t t/pod/nested_items.t
15588           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15589           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
15590 ____________________________________________________________________________
15591 [  9642] By: jhi                                   on 2001/04/08  19:57:17
15592         Log: Integrate change #9638 from maintperl into mainline:
15593              update to latest JPL from the anoncvs repository
15594      Branch: perl
15595           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
15596           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15597           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
15598 ____________________________________________________________________________
15599 [  9641] By: jhi                                   on 2001/04/08  19:53:30
15600         Log: perl571delta updates.
15601      Branch: perl
15602            ! lib/Filter/Simple.pm pod/perl571delta.pod
15603 ____________________________________________________________________________
15604 [  9640] By: gsar                                  on 2001/04/08  19:20:46
15605         Log: integrate change#9634 from mainline
15606              
15607              Fix the perlmodlib generation (didn't understand separate .pod
15608              files; didn't understand -- as the name-thing separator).
15609              Update the CPAN mirrors list.
15610      Branch: maint-5.6/perl
15611            ! pod/perlmodlib.pod
15612           !> pod/perlmodlib.PL
15613 ____________________________________________________________________________
15614 [  9639] By: gsar                                  on 2001/04/08  18:57:31
15615         Log: on windows, many of the README.* pods were being copied to the wrong
15616              location
15617      Branch: maint-5.6/perl
15618            ! win32/Makefile win32/makefile.mk
15619 ____________________________________________________________________________
15620 [  9638] By: gsar                                  on 2001/04/08  18:38:25
15621         Log: update to latest JPL from the anoncvs repository
15622      Branch: maint-5.6/perl
15623            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
15624            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15625            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
15626 ____________________________________________________________________________
15627 [  9637] By: jhi                                   on 2001/04/08  17:53:53
15628         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
15629      Branch: perl
15630            ! pod/perl571delta.pod
15631 ____________________________________________________________________________
15632 [  9636] By: jhi                                   on 2001/04/08  17:18:32
15633         Log: Regen toc.
15634      Branch: perl
15635            ! pod/perltoc.pod
15636 ____________________________________________________________________________
15637 [  9635] By: jhi                                   on 2001/04/08  17:16:33
15638         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
15639              From: "Craig A. Berry" <craigberry@mac.com>
15640              Date: Sun, 08 Apr 2001 12:30:16 -0500
15641              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
15642      Branch: perl
15643            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
15644 ____________________________________________________________________________
15645 [  9634] By: jhi                                   on 2001/04/08  17:09:19
15646         Log: Fix the perlmodlib generation (didn't understand separate .pod
15647              files; didn't understand -- as the name-thing separator).
15648              
15649              Update the CPAN mirrors list.
15650      Branch: perl
15651            ! pod/perlmodlib.PL pod/perlmodlib.pod
15652 ____________________________________________________________________________
15653 [  9633] By: jhi                                   on 2001/04/08  16:49:17
15654         Log: Sort MANIFEST.
15655      Branch: perl
15656            ! MANIFEST
15657 ____________________________________________________________________________
15658 [  9632] By: gsar                                  on 2001/04/08  16:36:06
15659         Log: add $Tie::RefHash::VERSION
15660      Branch: maint-5.6/perl
15661            ! lib/Tie/RefHash.pm
15662 ____________________________________________________________________________
15663 [  9631] By: jhi                                   on 2001/04/08  16:10:15
15664         Log: perl571delta updates based on p5p feedback; still needs
15665              lots of examples.
15666      Branch: perl
15667            ! pod/perl571delta.pod
15668 ____________________________________________________________________________
15669 [  9630] By: jhi                                   on 2001/04/08  15:59:13
15670         Log: Update the list of supported platforms to talk about 5.7.1
15671              (and 5.6.1)
15672      Branch: perl
15673            ! pod/perlport.pod
15674 ____________________________________________________________________________
15675 [  9629] By: jhi                                   on 2001/04/08  15:55:41
15676         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
15677              from maintperl into mainline: perlport updates.
15678      Branch: perl
15679            ! pod/perlport.pod
15680 ____________________________________________________________________________
15681 [  9628] By: jhi                                   on 2001/04/08  15:53:17
15682         Log: perlsolaris.pod copied to wrong directory.
15683      Branch: perl
15684            ! win32/makefile.mk
15685 ____________________________________________________________________________
15686 [  9627] By: jhi                                   on 2001/04/08  14:48:18
15687         Log: Subject: Typos in perl571delta.pod
15688              From: "Stephen P. Potter" <spp@spotter.yi.org>
15689              Date: Sat, 07 Apr 2001 20:37:05 -0400
15690              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
15691      Branch: perl
15692            ! pod/perl571delta.pod
15693 ____________________________________________________________________________
15694 [  9626] By: jhi                                   on 2001/04/08  14:39:04
15695         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
15696      Branch: perl
15697            ! gv.c
15698 ____________________________________________________________________________
15699 [  9625] By: nick                                  on 2001/04/08  10:14:23
15700         Log: Integrate mainline
15701      Branch: perlio
15702           +> pod/perl570delta.pod pod/perl571delta.pod
15703           !> (integrate 27 files)
15704 ____________________________________________________________________________
15705 [  9624] By: gsar                                  on 2001/04/08  06:08:17
15706         Log: test in t/pod/* were busted
15707              
15708              these tests are still not enabled in t/{harness,TEST}
15709      Branch: maint-5.6/perl
15710            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
15711            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
15712            ! t/pod/multiline_items.t t/pod/nested_items.t
15713            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15714            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
15715 ____________________________________________________________________________
15716 [  9623] By: gsar                                  on 2001/04/08  03:37:01
15717         Log: integrate change#9470 from mainline
15718              
15719              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
15720      Branch: maint-5.6/perl
15721           !> ext/Socket/Socket.xs
15722 ____________________________________________________________________________
15723 [  9622] By: jhi                                   on 2001/04/07  22:40:47
15724         Log: Update Changes.
15725      Branch: perl
15726            ! Changes patchlevel.h
15727 ____________________________________________________________________________
15728 [  9621] By: jhi                                   on 2001/04/07  22:34:16
15729         Log: Update AUTHORS.
15730      Branch: perl
15731            ! AUTHORS
15732 ____________________________________________________________________________
15733 [  9620] By: jhi                                   on 2001/04/07  22:12:47
15734         Log: Forgot to bump the number of tests in #9164.
15735      Branch: perl
15736            ! t/op/array.t
15737 ____________________________________________________________________________
15738 [  9619] By: jhi                                   on 2001/04/07  22:09:50
15739         Log: Bump patchlevel to 5.7.1.
15740      Branch: perl
15741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15742            ! config_h.SH patchlevel.h
15743 ____________________________________________________________________________
15744 [  9618] By: jhi                                   on 2001/04/07  22:02:41
15745         Log: Populate perl571delta.
15746      Branch: perl
15747            ! pod/perl571delta.pod
15748 ____________________________________________________________________________
15749 [  9617] By: jhi                                   on 2001/04/07  22:01:23
15750         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
15751              to forget it later; do not change patchlevel.h yet or regenerate
15752              Configure yet.
15753      Branch: perl
15754            ! epoc/config.sh win32/Makefile win32/config_H.bc
15755            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15756 ____________________________________________________________________________
15757 [  9616] By: jhi                                   on 2001/04/07  17:46:33
15758         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
15759      Branch: perl
15760            ! pod/perl571delta.pod
15761 ____________________________________________________________________________
15762 [  9615] By: jhi                                   on 2001/04/07  17:33:21
15763         Log: Change the toc configuration.
15764      Branch: perl
15765            ! pod/buildtoc.PL pod/perl.pod
15766 ____________________________________________________________________________
15767 [  9614] By: jhi                                   on 2001/04/07  17:29:47
15768         Log: Subject: PATCH: $[
15769              From: Robin Houston <robin@kitsite.com>
15770              Date: Fri, 6 Apr 2001 18:10:14 +0100
15771              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
15772      Branch: perl
15773            ! op.c t/op/array.t
15774 ____________________________________________________________________________
15775 [  9613] By: jhi                                   on 2001/04/07  17:28:26
15776         Log: Subject: [PATCH perl@9424] isn't numeric warning
15777              From: Robin Barker <rmb1@cise.npl.co.uk>
15778              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
15779              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
15780      Branch: perl
15781            ! sv.c t/pragma/warn/sv
15782 ____________________________________________________________________________
15783 [  9612] By: jhi                                   on 2001/04/07  17:26:45
15784         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
15785              From: Mike Guy <mjtg@cam.ac.uk>
15786              Date: Fri, 06 Apr 2001 12:47:06 +0100
15787              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
15788      Branch: perl
15789            ! dump.c t/lib/peek.t
15790 ____________________________________________________________________________
15791 [  9611] By: jhi                                   on 2001/04/07  17:21:35
15792         Log: Create perl571delta and seed it off with the perldelta changes
15793              since 5.7.0; remove those changes from perldelta and rename it
15794              as perl570delta; recreate perldelta but leave it almost empty.
15795      Branch: perl
15796            + pod/perl570delta.pod pod/perl571delta.pod
15797            ! MANIFEST pod/perldelta.pod
15798 ____________________________________________________________________________
15799 [  9610] By: jhi                                   on 2001/04/07  16:56:32
15800         Log: Denit.
15801      Branch: perl
15802            ! pod/perldelta.pod
15803 ____________________________________________________________________________
15804 [  9609] By: jhi                                   on 2001/04/07  16:38:32
15805         Log: Retract #9523: needs more thought.
15806      Branch: perl
15807            ! Makefile.SH
15808 ____________________________________________________________________________
15809 [  9608] By: jhi                                   on 2001/04/07  14:59:20
15810         Log: atmark() code cleanaup.
15811      Branch: perl
15812            ! ext/IO/IO.xs
15813 ____________________________________________________________________________
15814 [  9607] By: jhi                                   on 2001/04/07  14:48:14
15815         Log: Integrate change #9605 from maintperl into mainline.
15816              
15817              can't optimize away scope entry if tr/// is present
15818      Branch: perl
15819           !> op.c t/op/tr.t
15820 ____________________________________________________________________________
15821 [  9606] By: jhi                                   on 2001/04/07  14:43:59
15822         Log: Integrate perlio.
15823      Branch: perl
15824           +> win32/FindExt.pm
15825           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
15826           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
15827 ____________________________________________________________________________
15828 [  9605] By: gsar                                  on 2001/04/07  11:52:40
15829         Log: can't optimize away scope entry if tr/// is present
15830      Branch: maint-5.6/perl
15831            ! op.c t/op/tr.t
15832 ____________________________________________________________________________
15833 [  9604] By: nick                                  on 2001/04/07  11:39:45
15834         Log: Split out extension finding code from buildext.pl into FindExt.pm
15835              Use it to get Config.pm's idea of available extensions in line
15836              with what is built.
15837      Branch: perlio
15838            + win32/FindExt.pm
15839            ! MANIFEST win32/buildext.pl win32/config_sh.PL
15840            ! win32/makefile.mk
15841 ____________________________________________________________________________
15842 [  9603] By: nick                                  on 2001/04/07  09:11:38
15843         Log: Cleanup correction for failed :Via() layer, also set an error code.
15844      Branch: perlio
15845            ! ext/PerlIO/Via/Via.xs
15846 ____________________________________________________________________________
15847 [  9602] By: nick                                  on 2001/04/07  08:38:04
15848         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
15849              style. So don't use binmode() on the handles so that Win32 etc. see
15850              same sequence and produce same digests.
15851      Branch: perlio
15852            ! t/lib/md5-file.t
15853 ____________________________________________________________________________
15854 [  9601] By: nick                                  on 2001/04/07  08:36:26
15855         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
15856              Else it complains and so crlf layer (say) does not get pushed.
15857      Branch: perlio
15858            ! perlio.c
15859 ____________________________________________________________________________
15860 [  9600] By: jhi                                   on 2001/04/06  23:00:09
15861         Log: Integrate change #9599 from perlio into mainline.
15862      Branch: perl
15863           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15864           !> win32/config_H.vc
15865 ____________________________________________________________________________
15866 [  9599] By: nick                                  on 2001/04/06  21:42:43
15867         Log: Quote $VERSION in Encode.pm.
15868              regen_config_h as requested.
15869      Branch: perlio
15870            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15871            ! win32/config_H.vc
15872 ____________________________________________________________________________
15873 [  9598] By: nick                                  on 2001/04/06  20:34:59
15874         Log: Integrate mainline
15875      Branch: perlio
15876           +> README.macos
15877           !> (integrate 39 files)
15878 ____________________________________________________________________________
15879 [  9597] By: gsar                                  on 2001/04/06  18:06:35
15880         Log: integrate change#9464 from mainline (addendum to change#8313)
15881              
15882              Subject: [PATCH @9452] Better peep()ing for foreach() loops
15883      Branch: maint-5.6/perl
15884           !> op.c
15885 ____________________________________________________________________________
15886 [  9596] By: jhi                                   on 2001/04/06  17:26:03
15887         Log: The d_casti32=undef is good for you even when not use64bitall.
15888      Branch: perl
15889            ! hints/hpux.sh
15890 ____________________________________________________________________________
15891 [  9595] By: gsar                                  on 2001/04/06  14:57:17
15892         Log: add a low-impact fix to accomodate darwin-ism
15893      Branch: maint-5.6/perl
15894            ! ext/Errno/Errno_pm.PL
15895 ____________________________________________________________________________
15896 [  9594] By: jhi                                   on 2001/04/06  14:55:14
15897         Log: Integrate changes #9528,9593 from mainline into maintperl;
15898              tweaking the editor/IDE/shell list.
15899      Branch: maint-5.6/perl
15900           !> pod/perlfaq3.pod
15901 ____________________________________________________________________________
15902 [  9593] By: jhi                                   on 2001/04/06  14:51:39
15903         Log: Make the editor/IDE/shell list a little bit airier.
15904      Branch: perl
15905            ! pod/perlfaq3.pod
15906 ____________________________________________________________________________
15907 [  9592] By: gsar                                  on 2001/04/06  14:45:18
15908         Log: integrate change#9477 from mainline (base.pm doc tweak)
15909              
15910              missing doc entry for fmod()
15911      Branch: maint-5.6/perl
15912            ! lib/Math/BigFloat.pm
15913           !> lib/base.pm
15914 ____________________________________________________________________________
15915 [  9591] By: jhi                                   on 2001/04/06  13:55:48
15916         Log: Regen toc.
15917      Branch: perl
15918            ! pod/perltoc.pod
15919 ____________________________________________________________________________
15920 [  9590] By: jhi                                   on 2001/04/06  13:54:52
15921         Log: Math::BigFloat patches from John Peacock.  The equivalent
15922              of #9586 from maintperl but reworked by John to work with
15923              the bleadperl.
15924      Branch: perl
15925            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15926 ____________________________________________________________________________
15927 [  9589] By: jhi                                   on 2001/04/06  13:42:23
15928         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
15929      Branch: perl
15930            ! ext/Digest/MD5/Makefile.PL
15931 ____________________________________________________________________________
15932 [  9588] By: jhi                                   on 2001/04/06  13:31:45
15933         Log: Integrate changes #9584,9587 from maintperl into mainline.
15934              
15935              keep eval"" CVs alive until the end of the statement in which
15936              they're called
15937              
15938              add README.macos (from Chris Nandor)
15939              
15940              tyop in change#9555
15941      Branch: perl
15942           +> README.macos
15943           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
15944           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
15945           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
15946           !> win32/makefile.mk
15947 ____________________________________________________________________________
15948 [  9587] By: gsar                                  on 2001/04/06  07:31:30
15949         Log: add README.macos (from Chris Nandor)
15950              
15951              tyop in change#9555
15952      Branch: maint-5.6/perl
15953            + README.macos
15954            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
15955            ! win32/Makefile win32/makefile.mk
15956 ____________________________________________________________________________
15957 [  9586] By: gsar                                  on 2001/04/06  07:08:54
15958         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
15959      Branch: maint-5.6/perl
15960            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15961 ____________________________________________________________________________
15962 [  9585] By: gsar                                  on 2001/04/06  06:58:44
15963         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
15964              from mainline
15965              
15966              Subject: [PATCH] Base64 update to perlfaq9.pod
15967              
15968              Subject: [PATCH AUTHORS] Housekeeping
15969              
15970              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
15971              Mac OS X (Darwin) has extra pwent fields.
15972              
15973              Subject: [PATCH B::*] print control-character vars readably
15974              Needs EBCDICification.
15975              
15976              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
15977              
15978              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
15979              
15980              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
15981              
15982              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
15983              
15984              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
15985              
15986              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
15987              
15988              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
15989              
15990              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
15991              
15992              FreeBSD hints tweak from Anton Berezin.
15993              
15994              Subject: [PATCH foolperl & bleadperl] README.vms update
15995              
15996              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
15997      Branch: maint-5.6/perl
15998           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
15999           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
16000           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
16001 ____________________________________________________________________________
16002 [  9584] By: gsar                                  on 2001/04/06  04:09:00
16003         Log: keep eval"" CVs alive until the end of the statement in which
16004              they're called; this avoids a coredump ensuing from search for
16005              lexicals in code such as:
16006              
16007              sub bug {
16008              my $s = @_;
16009              eval q[sub { eval 'sub { &$s }' }];
16010              }
16011              bug("x")->()->();
16012              
16013              this code still doesn't work as intended (as it has remained
16014              since time immemorial), but it doesn't provoke a coredump anymore
16015      Branch: maint-5.6/perl
16016            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16017            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
16018 ____________________________________________________________________________
16019 [  9583] By: jhi                                   on 2001/04/05  23:52:51
16020         Log: Update Changes.
16021      Branch: perl
16022            ! Changes patchlevel.h
16023 ____________________________________________________________________________
16024 [  9582] By: jhi                                   on 2001/04/05  23:11:23
16025         Log: Slight doc tweak.
16026      Branch: perl
16027            ! pod/perlunicode.pod
16028 ____________________________________________________________________________
16029 [  9581] By: jhi                                   on 2001/04/05  23:04:11
16030         Log: Integrate perlio.
16031      Branch: perl
16032           !> pod/perlunicode.pod
16033 ____________________________________________________________________________
16034 [  9580] By: jhi                                   on 2001/04/05  23:03:29
16035         Log: Test for #9579.
16036      Branch: perl
16037            ! t/op/do.t
16038 ____________________________________________________________________________
16039 [  9579] By: jhi                                   on 2001/04/05  22:54:17
16040         Log: Subject: [PATCH] Propagate calling context for do '...'
16041              From: Gisle Aas <gisle@ActiveState.com>
16042              Date: 04 Apr 2001 20:17:29 -0700
16043              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
16044      Branch: perl
16045            ! pod/perlfunc.pod pp_ctl.c
16046 ____________________________________________________________________________
16047 [  9578] By: jhi                                   on 2001/04/05  22:52:51
16048         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
16049              From: Peter Prymmer <pvhp@forte.com>
16050              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
16051              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
16052      Branch: perl
16053            ! README.vms
16054 ____________________________________________________________________________
16055 [  9577] By: jhi                                   on 2001/04/05  22:48:22
16056         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
16057              From: "Craig A. Berry" <craigberry@mac.com>
16058              Date: Thu, 5 Apr 2001 13:43:28 -0500
16059              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
16060      Branch: perl
16061            ! README.vms
16062 ____________________________________________________________________________
16063 [  9576] By: jhi                                   on 2001/04/05  22:31:38
16064         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
16065              From: Michael G Schwern <schwern@pobox.com>
16066              Date: Thu, 5 Apr 2001 21:53:21 +0100
16067              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
16068      Branch: perl
16069            ! lib/base.pm t/lib/fields.t
16070 ____________________________________________________________________________
16071 [  9575] By: jhi                                   on 2001/04/05  22:26:10
16072         Log: FreeBSD hints tweak from Anton Berezin.
16073      Branch: perl
16074            ! hints/freebsd.sh
16075 ____________________________________________________________________________
16076 [  9574] By: jhi                                   on 2001/04/05  22:24:03
16077         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
16078              From: David Dyck <dcd@tc.fluke.com>
16079              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
16080              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
16081      Branch: perl
16082            ! t/op/oct.t
16083 ____________________________________________________________________________
16084 [  9573] By: jhi                                   on 2001/04/05  22:23:06
16085         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
16086              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
16087              From: David Dyck <dcd@tc.fluke.com>
16088              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
16089      Branch: perl
16090            ! pp.c
16091 ____________________________________________________________________________
16092 [  9572] By: jhi                                   on 2001/04/05  22:14:47
16093         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
16094              From: Robin Houston <robin@kitsite.com>
16095              Date: Thu, 5 Apr 2001 20:56:48 +0100
16096              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
16097      Branch: perl
16098            ! ext/B/B/Deparse.pm
16099 ____________________________________________________________________________
16100 [  9571] By: jhi                                   on 2001/04/05  22:12:53
16101         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
16102              From: Robin Houston <robin@kitsite.com>
16103              Date: Thu, 5 Apr 2001 19:55:51 +0100
16104              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
16105      Branch: perl
16106            ! ext/B/B/Deparse.pm
16107 ____________________________________________________________________________
16108 [  9570] By: jhi                                   on 2001/04/05  22:11:06
16109         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
16110              From: Robin Houston <robin@kitsite.com>
16111              Date: Thu, 5 Apr 2001 20:16:29 +0100
16112              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
16113      Branch: perl
16114            ! ext/B/B/Deparse.pm
16115 ____________________________________________________________________________
16116 [  9569] By: nick                                  on 2001/04/05  21:32:26
16117         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
16118      Branch: perlio
16119            ! pod/perlunicode.pod
16120 ____________________________________________________________________________
16121 [  9568] By: nick                                  on 2001/04/05  19:38:09
16122         Log: Integrate mainline
16123      Branch: perlio
16124           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
16125           !> (integrate 35 files)
16126 ____________________________________________________________________________
16127 [  9567] By: jhi                                   on 2001/04/05  18:31:45
16128         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
16129              From: Robin Houston <robin@kitsite.com>
16130              Date: Thu, 5 Apr 2001 18:03:23 +0100
16131              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
16132      Branch: perl
16133            ! ext/B/B/Deparse.pm
16134 ____________________________________________________________________________
16135 [  9566] By: jhi                                   on 2001/04/05  18:29:35
16136         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
16137              From: Robin Houston <robin@kitsite.com>
16138              Date: Thu, 5 Apr 2001 16:45:18 +0100
16139              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
16140      Branch: perl
16141            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
16142 ____________________________________________________________________________
16143 [  9565] By: jhi                                   on 2001/04/05  18:24:23
16144         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
16145              From: Robin Houston <robin@kitsite.com>
16146              Date: Thu, 5 Apr 2001 14:50:09 +0100
16147              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
16148      Branch: perl
16149            ! ext/B/B/Deparse.pm
16150 ____________________________________________________________________________
16151 [  9564] By: jhi                                   on 2001/04/05  18:23:03
16152         Log: Subject: [PATCH B::*] print control-character vars readably
16153              From: Robin Houston <robin@kitsite.com>
16154              Date: Thu, 5 Apr 2001 14:27:38 +0100
16155              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
16156              
16157              Needs EBCDICification.
16158      Branch: perl
16159            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
16160            ! ext/B/B/Terse.pm
16161 ____________________________________________________________________________
16162 [  9563] By: jhi                                   on 2001/04/05  18:20:32
16163         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
16164              Date: Thu, 5 Apr 2001 13:21:42 -0400
16165              From: Paul Schinder <schinder@pobox.com>
16166              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
16167              
16168              Mac OS X (Darwin) has extra pwent fields.
16169      Branch: perl
16170            ! t/op/pwent.t
16171 ____________________________________________________________________________
16172 [  9562] By: jhi                                   on 2001/04/05  17:57:51
16173         Log: Regen toc.
16174      Branch: perl
16175            ! pod/perltoc.pod
16176 ____________________________________________________________________________
16177 [  9561] By: jhi                                   on 2001/04/05  17:47:33
16178         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
16179      Branch: metaconfig
16180            ! U/Glossary.patch
16181      Branch: metaconfig/U/perl
16182            + d_u32align.U
16183            ! d_cmsghdr_s.U d_msghdr_s.U
16184 ____________________________________________________________________________
16185 [  9560] By: jhi                                   on 2001/04/05  17:47:01
16186         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
16187              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
16188              Introduce probes for struct msghdr, struct cmsghdr,
16189              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
16190              ualarm, usleep, for possible later extension work.
16191      Branch: perl
16192            + t/lib/md5-align.t
16193            ! Configure MANIFEST Porting/Glossary Porting/config.sh
16194            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16195            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
16196            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16197            ! vos/config.ga.h win32/config.bc win32/config.gc
16198            ! win32/config.vc
16199 ____________________________________________________________________________
16200 [  9559] By: jhi                                   on 2001/04/05  13:03:04
16201         Log: Be traditional in your cpp (for the Errno extension).
16202      Branch: perl
16203            ! hints/darwin.sh
16204 ____________________________________________________________________________
16205 [  9558] By: jhi                                   on 2001/04/05  13:00:05
16206         Log: Add $Config{cppflags} to the gcc incantation.
16207      Branch: perl
16208            ! ext/Errno/Errno_pm.PL
16209 ____________________________________________________________________________
16210 [  9557] By: jhi                                   on 2001/04/05  04:22:39
16211         Log: Introduce Sean Burke's Class::ISA 0.32.
16212      Branch: perl
16213            + lib/Class/ISA.pm t/lib/class-isa.t
16214            ! MANIFEST
16215 ____________________________________________________________________________
16216 [  9556] By: jhi                                   on 2001/04/05  04:09:50
16217         Log: Subject: [PATCH AUTHORS] Housekeeping
16218              From: Paul Johnson <paul@pjcj.net> 
16219              Date: Wed, 4 Apr 2001 22:45:47 +0200
16220              Message-ID: <20010404224547.D9548@pjcj.net>
16221      Branch: perl
16222            ! AUTHORS
16223 ____________________________________________________________________________
16224 [  9555] By: jhi                                   on 2001/04/05  04:06:33
16225         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
16226              From: Gisle Aas <gisle@ActiveState.com>
16227              Date: 04 Apr 2001 14:23:04 -0700
16228              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
16229      Branch: perl
16230            ! pod/perlfaq9.pod
16231 ____________________________________________________________________________
16232 [  9554] By: jhi                                   on 2001/04/05  04:05:49
16233         Log: Downgrade also the "Wide character" diagnostic.
16234      Branch: perl
16235            ! pod/perldiag.pod
16236 ____________________________________________________________________________
16237 [  9553] By: jhi                                   on 2001/04/05  04:00:33
16238         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
16239              maintperl into mainline.
16240              
16241              "double" should be "NV"; standard typemap is missing entry
16242              for NV
16243              
16244              s/djSP/dSP/
16245              
16246              Downgrade "Wide character in print" to a warning.
16247              
16248              B::Deparse fix for ${^FOO} and documentation for PVX() method
16249              (from Robin Houston)
16250              
16251              tr/// doesn't null-terminate the result in some situations
16252              (from Gisle Aas)
16253      Branch: perl
16254           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16255           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
16256           !> t/io/utf8.t t/op/tr.t
16257 ____________________________________________________________________________
16258 [  9552] By: jhi                                   on 2001/04/05  03:52:50
16259         Log: Retract changes #9542 and #9538 (from maintperl, integrated
16260              at #9540), shouldn't be needed because of the perlio changes.
16261      Branch: perl
16262            ! util.c
16263 ____________________________________________________________________________
16264 [  9551] By: gsar                                  on 2001/04/05  00:18:34
16265         Log: tr/// doesn't null-terminate the result in some situations
16266              (from Gisle Aas)
16267      Branch: maint-5.6/perl
16268            ! doop.c t/op/tr.t
16269 ____________________________________________________________________________
16270 [  9550] By: gsar                                  on 2001/04/04  20:04:17
16271         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
16272              (from Robin Houston)
16273      Branch: maint-5.6/perl
16274            ! ext/B/B.pm ext/B/B/Deparse.pm
16275 ____________________________________________________________________________
16276 [  9549] By: nick                                  on 2001/04/04  18:56:15
16277         Log: Downgrade "Wide character in print" to a warning.
16278      Branch: perlio
16279            ! doio.c t/io/utf8.t
16280 ____________________________________________________________________________
16281 [  9548] By: gsar                                  on 2001/04/04  18:51:49
16282         Log: integrate changes#9460,9462,9482,9521,9522
16283              
16284              Subject: PATCH: B::Debug should show LOOP-specific fields
16285              
16286              Subject: B::Deparse precedence bug. (Patch included.)
16287              
16288              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
16289              
16290              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
16291              
16292              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
16293      Branch: maint-5.6/perl
16294           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
16295           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
16296 ____________________________________________________________________________
16297 [  9547] By: gsar                                  on 2001/04/04  18:49:16
16298         Log: s/djSP/dSP/
16299      Branch: maint-5.6/perl
16300            ! ext/Thread/Thread.xs
16301 ____________________________________________________________________________
16302 [  9546] By: nick                                  on 2001/04/04  18:44:00
16303         Log: Integrate mainline.
16304      Branch: perlio
16305           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
16306           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
16307 ____________________________________________________________________________
16308 [  9545] By: gsar                                  on 2001/04/04  18:38:52
16309         Log: integrate change#8837 from mainline
16310              
16311              Subject: [patch] -Wall cleanup round 2
16312      Branch: maint-5.6/perl
16313           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
16314           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
16315           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
16316           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
16317           !> ext/SDBM_File/SDBM_File.xs
16318 ____________________________________________________________________________
16319 [  9544] By: gsar                                  on 2001/04/04  17:49:57
16320         Log: "double" should be "NV"; standard typemap is missing entry
16321              for NV
16322      Branch: maint-5.6/perl
16323            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
16324 ____________________________________________________________________________
16325 [  9543] By: jhi                                   on 2001/04/04  14:13:18
16326         Log: Thou shalt not (just) match for English error messages.
16327      Branch: perl
16328            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
16329            ! os2/OS2/Process/Process.pm
16330 ____________________________________________________________________________
16331 [  9542] By: jhi                                   on 2001/04/04  13:20:39
16332         Log: Make the stdio tricks of fflush_all() to exist only if
16333              stdio is being used.
16334      Branch: perl
16335            ! util.c
16336 ____________________________________________________________________________
16337 [  9541] By: jhi                                   on 2001/04/04  04:20:24
16338         Log: Subject: Re: [PATCH] Lighten up glob
16339              From: Benjamin Sugars <bsugars@canoe.ca>
16340              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
16341              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
16342      Branch: perl
16343            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
16344            ! util.c
16345 ____________________________________________________________________________
16346 [  9540] By: jhi                                   on 2001/04/04  04:03:57
16347         Log: Integrate changes #9538,9539 from maintperl into mainline.
16348              
16349              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
16350              for use with _fwalk() (fix for change#7705)
16351              
16352              another tweak needed for SunOS 4.1.x build (from Mike Guy)
16353              (cp -f is not portable)
16354      Branch: perl
16355           !> Makefile.SH util.c
16356 ____________________________________________________________________________
16357 [  9539] By: gsar                                  on 2001/04/04  03:01:14
16358         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
16359      Branch: maint-5.6/perl
16360            ! Makefile.SH
16361 ____________________________________________________________________________
16362 [  9538] By: gsar                                  on 2001/04/04  01:00:38
16363         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
16364              for use with _fwalk() (fix for change#7705)
16365      Branch: maint-5.6/perl
16366            ! util.c
16367 ____________________________________________________________________________
16368 [  9537] By: nick                                  on 2001/04/03  19:24:55
16369         Log: Integrate mainline
16370      Branch: perlio
16371           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
16372           +> lib/unicode/PropList.html
16373            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
16374           !> (integrate 69 files)
16375 ____________________________________________________________________________
16376 [  9536] By: jhi                                   on 2001/04/03  18:02:31
16377         Log: Integrate change #9533 from maintperl into mainline.
16378              
16379              better fix for change#9517 to accomodate UNC paths like
16380              \\server\share\foo, and paths with trailing backslash
16381              like c:\this\
16382      Branch: perl
16383           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
16384 ____________________________________________________________________________
16385 [  9535] By: jhi                                   on 2001/04/03  17:58:07
16386         Log: Change the push/unshift warning to be of class syntax, not misc.
16387      Branch: perl
16388            ! op.c pod/perldiag.pod t/pragma/warn/op
16389 ____________________________________________________________________________
16390 [  9534] By: jhi                                   on 2001/04/03  15:03:46
16391         Log: Change the push/unshift warning (#9532) to talk about "no values"
16392              instead of "no arguments".
16393      Branch: perl
16394            ! op.c pod/perldiag.pod t/pragma/warn/op
16395 ____________________________________________________________________________
16396 [  9533] By: gsar                                  on 2001/04/03  14:30:07
16397         Log: better fix for change#9517 to accomodate UNC paths like
16398              \\server\share\foo, and paths with trailing backslash
16399              like c:\this\
16400      Branch: maint-5.6/perl
16401            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
16402 ____________________________________________________________________________
16403 [  9532] By: jhi                                   on 2001/04/03  13:11:46
16404         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
16405              From: Robin Houston <robin@kitsite.com>
16406              Date: Mon, 2 Apr 2001 15:03:29 +0100
16407              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
16408      Branch: perl
16409            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
16410 ____________________________________________________________________________
16411 [  9531] By: jhi                                   on 2001/04/03  13:06:34
16412         Log: Integrate change #9530 from maintperl into mainline.
16413              
16414              accomodate VMS "mailbox overflow" quirk in testsuite (from
16415              Craig Berry)
16416      Branch: perl
16417           !> t/lib/socket.t
16418 ____________________________________________________________________________
16419 [  9530] By: gsar                                  on 2001/04/03  04:56:41
16420         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
16421              Craig Berry)
16422      Branch: maint-5.6/perl
16423            ! t/lib/socket.t
16424 ____________________________________________________________________________
16425 [  9529] By: jhi                                   on 2001/04/03  02:34:34
16426         Log: Update Changes.
16427      Branch: perl
16428            ! Changes patchlevel.h
16429 ____________________________________________________________________________
16430 [  9528] By: jhi                                   on 2001/04/03  01:27:57
16431         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
16432              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
16433              To: perl5-porters@perl.org
16434              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
16435      Branch: perl
16436            ! pod/perlfaq3.pod
16437 ____________________________________________________________________________
16438 [  9527] By: jhi                                   on 2001/04/03  01:22:09
16439         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
16440              From: Peter Prymmer <pvhp@forte.com>
16441              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
16442              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
16443      Branch: perl
16444            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
16445 ____________________________________________________________________________
16446 [  9526] By: jhi                                   on 2001/04/03  01:18:25
16447         Log: The metaconfig unit changes for #9525.
16448      Branch: metaconfig
16449            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
16450      Branch: metaconfig/U/perl
16451            ! use64bits.U
16452 ____________________________________________________________________________
16453 [  9525] By: jhi                                   on 2001/04/03  01:17:30
16454         Log: Configure sanity checks:
16455              * if use64bitall is attempted but pointers are only 32-bit,
16456              'downgrade' to use64bitint
16457              * if use64bitint is attempted but there's no quad type,
16458              forget about use64bitint (well, the default for it is 'n',
16459              the user can still override this)
16460              * if pointers are 64 bits, do not try to use Perl's malloc
16461      Branch: perl
16462            ! Configure
16463 ____________________________________________________________________________
16464 [  9524] By: gsar                                  on 2001/04/03  01:09:12
16465         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
16466      Branch: maint-5.6/perl
16467            ! pp_sys.c
16468 ____________________________________________________________________________
16469 [  9523] By: jhi                                   on 2001/04/03  00:02:31
16470         Log: (Retracted by #9609)
16471              
16472              Make it harder for parallel makes to enter 'test' before
16473              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
16474              should be unhappy enough, but sometimes parallel makes seem
16475              to sneak past both in Tru64 and AIX.)
16476      Branch: perl
16477            ! Makefile.SH
16478 ____________________________________________________________________________
16479 [  9522] By: jhi                                   on 2001/04/02  22:35:31
16480         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
16481              Date: Mon, 2 Apr 2001 22:54:10 +0100
16482              From: Robin Houston <robin@kitsite.com>
16483              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
16484      Branch: perl
16485            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
16486 ____________________________________________________________________________
16487 [  9521] By: jhi                                   on 2001/04/02  22:32:23
16488         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
16489              From: Robin Houston <robin@kitsite.com>
16490              Date: Mon, 2 Apr 2001 20:24:03 +0100
16491              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
16492      Branch: perl
16493            ! ext/B/B/Concise.pm
16494 ____________________________________________________________________________
16495 [  9520] By: jhi                                   on 2001/04/02  22:30:43
16496         Log: Subject: [PATCH] REALLY pedantic hv.h nit
16497              From: Simon Cozens <simon@netthink.co.uk>
16498              Date: Mon, 2 Apr 2001 15:43:06 +0100
16499              Message-ID: <20010402154306.A21711@netthink.co.uk>
16500      Branch: perl
16501            ! hv.h
16502 ____________________________________________________________________________
16503 [  9519] By: jhi                                   on 2001/04/02  22:28:04
16504         Log: Based on
16505              
16506              Subject: [foolperl] EPOC fix
16507              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16508              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
16509              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
16510      Branch: perl
16511            ! pp_sys.c
16512 ____________________________________________________________________________
16513 [  9518] By: jhi                                   on 2001/04/02  22:22:34
16514         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
16515              
16516              README.win32 tweaks; add a note about alternative location for
16517              getting a gcc-2.95.2 that will build perl properly on windows
16518              
16519              add some notes about gutsy threading matters
16520              
16521              many of the utilities interpolate literal paths within doublequotes
16522              (fails on dosish platforms where path contains backslashes)
16523      Branch: perl
16524           !> README.win32 pod/perlguts.pod utils/perldoc.PL
16525           !> x2p/find2perl.PL x2p/s2p.PL
16526 ____________________________________________________________________________
16527 [  9517] By: gsar                                  on 2001/04/02  19:52:21
16528         Log: many of the utilities interpolate literal paths within doublequotes
16529              (fails on dosish platforms where path contains backslashes)
16530      Branch: maint-5.6/perl
16531            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
16532 ____________________________________________________________________________
16533 [  9516] By: gsar                                  on 2001/04/02  05:49:37
16534         Log: a foolish release
16535      Branch: maint-5.6/perl
16536            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
16537            ! pod/perltoc.pod
16538 ____________________________________________________________________________
16539 [  9515] By: gsar                                  on 2001/04/02  05:04:29
16540         Log: add missing changelog summaries
16541      Branch: maint-5.6/perl
16542            ! Changes
16543 ____________________________________________________________________________
16544 [  9514] By: gsar                                  on 2001/04/02  04:07:13
16545         Log: add some notes about gutsy threading matters
16546      Branch: maint-5.6/perl
16547            ! pod/perlguts.pod
16548 ____________________________________________________________________________
16549 [  9513] By: gsar                                  on 2001/04/02  03:25:21
16550         Log: add more prominent caveat notices about experimental features
16551      Branch: maint-5.6/perl
16552            ! pod/perlfork.pod pod/perlunicode.pod
16553 ____________________________________________________________________________
16554 [  9512] By: gsar                                  on 2001/04/02  02:54:33
16555         Log: integrate changes#9479,9509 from mainline
16556              
16557              [PATCH] File::Glob stuff for Mac OS
16558              
16559              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
16560      Branch: maint-5.6/perl
16561           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16562           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
16563           !> t/lib/glob-taint.t
16564 ____________________________________________________________________________
16565 [  9511] By: gsar                                  on 2001/04/02  02:38:24
16566         Log: README.win32 tweaks; add a note about alternative location for
16567              getting a gcc-2.95.2 that will build perl properly on windows
16568      Branch: maint-5.6/perl
16569            ! README.win32
16570 ____________________________________________________________________________
16571 [  9510] By: jhi                                   on 2001/04/01  20:45:10
16572         Log: An ambiguosity warning.
16573      Branch: perl
16574            ! t/lib/trig.t
16575 ____________________________________________________________________________
16576 [  9509] By: jhi                                   on 2001/04/01  19:53:47
16577         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
16578              From: Jonathan Stowe <gellyfish@gellyfish.com>
16579              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
16580              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
16581      Branch: perl
16582            ! ext/File/Glob/bsd_glob.c
16583 ____________________________________________________________________________
16584 [  9508] By: jhi                                   on 2001/04/01  19:35:03
16585         Log: Update Changes.
16586      Branch: perl
16587            ! Changes patchlevel.h
16588 ____________________________________________________________________________
16589 [  9507] By: jhi                                   on 2001/04/01  19:24:01
16590         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
16591              from mainline to maintperl: pod tweaks.
16592      Branch: maint-5.6/perl
16593           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
16594           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
16595           !> pod/perlvar.pod
16596 ____________________________________________________________________________
16597 [  9506] By: jhi                                   on 2001/04/01  19:11:53
16598         Log: Commit Sarathy to April release of 5.6.1 :-)
16599      Branch: perl
16600            ! pod/perlfaq1.pod
16601 ____________________________________________________________________________
16602 [  9505] By: jhi                                   on 2001/04/01  19:03:15
16603         Log: Subject: PATCH 5.6.0 (perldebug.pod)
16604              From: Mark-Jason Dominus <mjd@plover.com>
16605              Date: Sun, 01 Apr 2001 14:25:11 -0400
16606              Message-ID: <20010401182511.9247.qmail@plover.com>
16607      Branch: perl
16608            ! pod/perldebug.pod
16609 ____________________________________________________________________________
16610 [  9504] By: jhi                                   on 2001/04/01  18:43:09
16611         Log: Add great_circle_direction().
16612      Branch: perl
16613            ! lib/Math/Trig.pm t/lib/trig.t
16614 ____________________________________________________________________________
16615 [  9503] By: jhi                                   on 2001/04/01  17:29:12
16616         Log: Unicode ReadMe update for Unicode 3.1.
16617      Branch: perl
16618            ! lib/unicode/ReadMe.txt
16619 ____________________________________________________________________________
16620 [  9502] By: jhi                                   on 2001/04/01  17:18:40
16621         Log: Integrate change #9501 from maintperl into mainline.
16622              
16623              fix the perlembed notes on multiple interpreters
16624              
16625              fix ExtUtils::Embed to work passably on Windows
16626      Branch: perl
16627           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
16628 ____________________________________________________________________________
16629 [  9501] By: gsar                                  on 2001/04/01  07:21:57
16630         Log: fix the perlembed notes on multiple interpreters
16631              
16632              fix ExtUtils::Embed to work passably on Windows
16633      Branch: maint-5.6/perl
16634            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
16635 ____________________________________________________________________________
16636 [  9500] By: jhi                                   on 2001/04/01  05:58:23
16637         Log: Test for #9499.
16638      Branch: perl
16639            ! t/op/tr.t
16640 ____________________________________________________________________________
16641 [  9499] By: jhi                                   on 2001/04/01  05:55:46
16642         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
16643      Branch: perl
16644            ! embed.h embed.pl op.c proto.h
16645 ____________________________________________________________________________
16646 [  9498] By: jhi                                   on 2001/04/01  05:44:34
16647         Log: Protect the workaround hunk more.
16648      Branch: perl
16649            ! toke.c
16650 ____________________________________________________________________________
16651 [  9497] By: jhi                                   on 2001/04/01  00:24:25
16652         Log: Integrate changes #9493,9494,9495,9496 from maintperl
16653              into mainline.
16654              
16655              fix a broken workaround for Borland compiler in change#4739
16656              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
16657              
16658              nits spotted by Borland compiler
16659              
16660              avoid redefinition warnings under Borland 5.02
16661              
16662              various nits identified by the Borland 5.5 compiler; remove suppression
16663              of a few warnings
16664      Branch: perl
16665           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
16666           !> win32/win32.h
16667 ____________________________________________________________________________
16668 [  9496] By: gsar                                  on 2001/03/31  23:22:28
16669         Log: various nits identified by the Borland 5.5 compiler; remove suppression
16670              of a few warnings
16671      Branch: maint-5.6/perl
16672            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
16673 ____________________________________________________________________________
16674 [  9495] By: gsar                                  on 2001/03/31  21:03:08
16675         Log: avoid redefinition warnings under Borland 5.02
16676      Branch: maint-5.6/perl
16677            ! win32/makefile.mk
16678 ____________________________________________________________________________
16679 [  9494] By: gsar                                  on 2001/03/31  20:18:59
16680         Log: nits spotted by Borland compiler
16681      Branch: maint-5.6/perl
16682            ! utf8.h win32/win32.h
16683 ____________________________________________________________________________
16684 [  9493] By: gsar                                  on 2001/03/31  20:18:05
16685         Log: fix a broken workaround for Borland compiler in change#4739
16686              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
16687      Branch: maint-5.6/perl
16688            ! toke.c
16689 ____________________________________________________________________________
16690 [  9492] By: jhi                                   on 2001/03/31  18:36:24
16691         Log: Integrate change #9491 from maintperl into mainline.
16692              
16693              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
16694              directory is relative (need to fetch the full path name *before*
16695              the chdir!)
16696      Branch: perl
16697           !> lib/Cwd.pm
16698 ____________________________________________________________________________
16699 [  9491] By: gsar                                  on 2001/03/31  17:01:56
16700         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
16701              directory is relative (need to fetch the full path name *before*
16702              the chdir!)
16703              
16704              this is a followup patch for change#6749
16705      Branch: maint-5.6/perl
16706            ! lib/Cwd.pm
16707 ____________________________________________________________________________
16708 [  9490] By: jhi                                   on 2001/03/31  15:50:18
16709         Log: Subject: Re: [PATCH] av.h cosmetics
16710              From: Simon Cozens <simon@netthink.co.uk>
16711              Date: Sat, 31 Mar 2001 13:09:59 +0100
16712              Message-ID: <20010331130959.A22000@netthink.co.uk>
16713              
16714              Document AvALLOC.
16715      Branch: perl
16716            ! pod/perlguts.pod
16717 ____________________________________________________________________________
16718 [  9489] By: jhi                                   on 2001/03/31  15:48:44
16719         Log: Subject: [PATCH] Re: Math::Big* v1.21
16720              From: Tels <perl_dummy@bloodgate.com>
16721              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
16722              Message-Id: <200103311125.GAA377738@www08.hway.net>
16723      Branch: perl
16724            ! pod/perlop.pod
16725 ____________________________________________________________________________
16726 [  9488] By: jhi                                   on 2001/03/31  03:39:51
16727         Log: Debug output tweak.
16728      Branch: perl
16729            ! t/lib/cwd.t
16730 ____________________________________________________________________________
16731 [  9487] By: jhi                                   on 2001/03/31  03:33:02
16732         Log: OverVMSification.
16733      Branch: perl
16734            ! t/lib/cwd.t
16735 ____________________________________________________________________________
16736 [  9486] By: jhi                                   on 2001/03/31  03:01:40
16737         Log: Missed MANIFESTations in #9483.
16738      Branch: perl
16739            ! MANIFEST
16740 ____________________________________________________________________________
16741 [  9485] By: jhi                                   on 2001/03/31  02:58:17
16742         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
16743              From: Peter Prymmer <pvhp@forte.com>
16744              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
16745              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
16746      Branch: perl
16747            ! regexec.c t/lib/cwd.t
16748 ____________________________________________________________________________
16749 [  9484] By: jhi                                   on 2001/03/31  01:04:41
16750         Log: Obsolete file (see #3938)
16751      Branch: perl
16752            - lib/unicode/README.Ethiopic
16753            ! MANIFEST
16754 ____________________________________________________________________________
16755 [  9483] By: jhi                                   on 2001/03/31  00:52:42
16756         Log: Update to Unicode 3.1.
16757              (Rename Names.txt to NamesList.txt.)
16758      Branch: perl
16759            + lib/unicode/NamesList.txt lib/unicode/PropList.html
16760            - lib/unicode/Names.txt
16761            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16762            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
16763            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
16764            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
16765            ! lib/unicode/UCD.html lib/unicode/Unicode.html
16766            ! lib/unicode/rename lib/unicode/version
16767 ____________________________________________________________________________
16768 [  9482] By: jhi                                   on 2001/03/30  23:33:44
16769         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
16770              From: Robin Houston <robin@kitsite.com>
16771              Date: Fri, 30 Mar 2001 20:07:22 +0100
16772              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
16773      Branch: perl
16774            ! ext/B/B/Deparse.pm
16775 ____________________________________________________________________________
16776 [  9481] By: jhi                                   on 2001/03/30  23:20:25
16777         Log: Subject: Re: [PATCH] CwdXS, Take 2
16778              From: Benjamin Sugars <bsugars@canoe.ca>
16779              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
16780              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
16781      Branch: perl
16782            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
16783            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
16784 ____________________________________________________________________________
16785 [  9480] By: jhi                                   on 2001/03/30  22:52:38
16786         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
16787              From: David Dyck <dcd@tc.fluke.com>
16788              Date: Fri, 30 Mar 2001 14:44:13 -0800
16789              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
16790              
16791              The t/rantests flags file creation was accidentally
16792              removed by #9217.
16793      Branch: perl
16794            ! Makefile.SH
16795 ____________________________________________________________________________
16796 [  9479] By: jhi                                   on 2001/03/30  22:45:45
16797         Log: Subject: [PATCH] File::Glob stuff for Mac OS
16798              From: Chris Nandor <pudge@pobox.com>
16799              Date: Fri, 30 Mar 2001 16:51:00 -0500
16800              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
16801      Branch: perl
16802            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16803            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
16804            ! t/lib/glob-taint.t
16805 ____________________________________________________________________________
16806 [  9478] By: jhi                                   on 2001/03/30  22:43:12
16807         Log: Subject: fix for win32/buildext.pl
16808              From: "Vadim Konovalov" <watman@inbox.ru>
16809              Date: Sat, 31 Mar 2001 00:50:36 +0400
16810              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
16811      Branch: perl
16812            ! win32/buildext.pl
16813 ____________________________________________________________________________
16814 [  9477] By: jhi                                   on 2001/03/30  22:41:16
16815         Log: Subject: small base.pm doc patch
16816              From: Leon Brocard <acme@astray.com>
16817              Date: Fri, 30 Mar 2001 21:49:57 +0100
16818              Message-ID: <20010330214957.B8733@ns0.astray.com>
16819      Branch: perl
16820            ! lib/base.pm
16821 ____________________________________________________________________________
16822 [  9476] By: jhi                                   on 2001/03/30  18:16:57
16823         Log: Subject: [PATCH] av.h cosmetics
16824              From: Simon Cozens <simon@netthink.co.uk>
16825              Date: Fri, 30 Mar 2001 18:12:28 +0100
16826              Message-ID: <20010330181228.A9319@netthink.co.uk>
16827      Branch: perl
16828            ! av.h
16829 ____________________________________________________________________________
16830 [  9475] By: jhi                                   on 2001/03/30  18:15:50
16831         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
16832              From: "Philip Newton" <pnewton@gmx.de>
16833              Date: Fri, 30 Mar 2001 19:06:57 +0200
16834              Message-ID: <3AC4D951.14815.1AC7068@localhost>
16835      Branch: perl
16836            ! pod/perlhack.pod
16837 ____________________________________________________________________________
16838 [  9474] By: jhi                                   on 2001/03/30  18:14:02
16839         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
16840              From: Benjamin Sugars <bsugars@canoe.ca>
16841              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
16842              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
16843      Branch: perl
16844            ! t/lib/glob-basic.t
16845 ____________________________________________________________________________
16846 [  9473] By: jhi                                   on 2001/03/30  16:09:24
16847         Log: Update Changes.
16848      Branch: perl
16849            ! Changes patchlevel.h
16850 ____________________________________________________________________________
16851 [  9472] By: jhi                                   on 2001/03/30  15:16:08
16852         Log: Integrate perlio.
16853      Branch: perl
16854           !> t/lib/cwd.t t/lib/glob-basic.t
16855 ____________________________________________________________________________
16856 [  9471] By: nick                                  on 2001/03/30  14:47:10
16857         Log: Should be (^O eq 'MSWin32') not 'Win32'
16858              Fail #12 seems real - chdir is in wrong dir.
16859      Branch: perlio
16860            ! t/lib/cwd.t
16861 ____________________________________________________________________________
16862 [  9470] By: jhi                                   on 2001/03/30  14:41:11
16863         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
16864              From: Radu Greab <radu@netsoft.ro>
16865              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
16866              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
16867              
16868              Replace #9352.
16869      Branch: perl
16870            ! ext/Socket/Socket.xs pp_sys.c
16871 ____________________________________________________________________________
16872 [  9469] By: jhi                                   on 2001/03/30  14:37:51
16873         Log: Subject: PATCH pod/perldiag.pod
16874              From: Robin Houston <robin@kitsite.com>
16875              Date: Fri, 30 Mar 2001 14:10:36 +0100
16876              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
16877      Branch: perl
16878            ! pod/perldiag.pod t/lib/glob-basic.t
16879 ____________________________________________________________________________
16880 [  9468] By: jhi                                   on 2001/03/30  14:36:36
16881         Log: Subject: Better diagnostic in io/fs.t
16882              From: andreas.koenig@anima.de (Andreas J. Koenig)
16883              Date: 30 Mar 2001 10:11:43 +0200
16884              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
16885      Branch: perl
16886            ! t/io/fs.t
16887 ____________________________________________________________________________
16888 [  9467] By: nick                                  on 2001/03/30  14:25:43
16889         Log: Skip order test of glob if case-ignoring system cannot 
16890              create a.test and A.test
16891      Branch: perlio
16892            ! t/lib/glob-basic.t
16893 ____________________________________________________________________________
16894 [  9466] By: nick                                  on 2001/03/30  13:03:12
16895         Log: Integrate mainline.
16896      Branch: perlio
16897            - ext/re/hints/aix.pl
16898           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
16899           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
16900           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
16901           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
16902 ____________________________________________________________________________
16903 [  9465] By: jhi                                   on 2001/03/30  03:53:37
16904         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
16905              the tests sometimes hang, sometimes not.)
16906      Branch: perl
16907            ! t/lib/io_multihomed.t t/lib/io_sock.t
16908 ____________________________________________________________________________
16909 [  9464] By: jhi                                   on 2001/03/30  02:56:04
16910         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
16911              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16912              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
16913              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
16914      Branch: perl
16915            ! op.c
16916 ____________________________________________________________________________
16917 [  9463] By: jhi                                   on 2001/03/30  02:34:48
16918         Log: Test for #9462.
16919      Branch: perl
16920            ! t/lib/b.t
16921 ____________________________________________________________________________
16922 [  9462] By: jhi                                   on 2001/03/30  02:29:37
16923         Log: Subject: B::Deparse precedence bug. (Patch included.)
16924              From: Jeremy Madea <jmadea@inktomi.com>
16925              Date: Thu, 29 Mar 2001 12:05:02 -0800
16926              Message-ID: <20010329120502.A24881@dr.inktomi.com>
16927      Branch: perl
16928            ! ext/B/B/Deparse.pm
16929 ____________________________________________________________________________
16930 [  9461] By: jhi                                   on 2001/03/30  02:18:41
16931         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
16932              From: Peter Prymmer <pvhp@forte.com>
16933              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
16934              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
16935      Branch: perl
16936            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
16937            ! t/lib/md5-file.t
16938 ____________________________________________________________________________
16939 [  9460] By: jhi                                   on 2001/03/30  02:17:07
16940         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
16941              From: Robin Houston <robin@kitsite.com>
16942              Date: Thu, 29 Mar 2001 20:47:56 +0100
16943              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
16944      Branch: perl
16945            ! ext/B/B/Debug.pm
16946 ____________________________________________________________________________
16947 [  9459] By: jhi                                   on 2001/03/30  02:16:05
16948         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
16949              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16950              Date: Wed, 28 Mar 2001 18:02:20 -0600
16951              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
16952      Branch: perl
16953            ! lib/ExtUtils/MM_VMS.pm
16954 ____________________________________________________________________________
16955 [  9458] By: jhi                                   on 2001/03/30  02:07:58
16956         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
16957              From: "Joshua E. Rodd" <jrodd@pbs.org>
16958              Date: Wed, 28 Mar 2001 17:29:12 -0500
16959              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
16960      Branch: perl
16961            ! pod/perlop.pod
16962 ____________________________________________________________________________
16963 [  9457] By: jhi                                   on 2001/03/30  02:04:33
16964         Log: Subject: ext/re/aix.pl can go
16965              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16966              Date: Thu, 29 Mar 2001 12:03:28 +0200
16967              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
16968      Branch: perl
16969            - ext/re/hints/aix.pl
16970            ! MANIFEST
16971 ____________________________________________________________________________
16972 [  9456] By: jhi                                   on 2001/03/30  02:03:32
16973         Log: Integrate perlio.
16974      Branch: perl
16975           !> ext/Encode/Encode.xs installperl
16976 ____________________________________________________________________________
16977 [  9455] By: nick                                  on 2001/03/29  21:11:46
16978         Log: DLL name has changed so installperl needs to know
16979              (Why isn't it working it out or passed it?)
16980      Branch: perlio
16981            ! installperl
16982 ____________________________________________________________________________
16983 [  9454] By: nick                                  on 2001/03/29  20:56:12
16984         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
16985              and we don't get undef warnings.
16986      Branch: perlio
16987            ! ext/Encode/Encode.xs
16988 ____________________________________________________________________________
16989 [  9453] By: nick                                  on 2001/03/29  17:58:48
16990         Log: Integrate mainline
16991      Branch: perlio
16992           !> Changes patchlevel.h
16993 ____________________________________________________________________________
16994 [  9452] By: jhi                                   on 2001/03/29  16:44:55
16995         Log: Update Changes.
16996      Branch: perl
16997            ! Changes patchlevel.h
16998 ____________________________________________________________________________
16999 [  9451] By: nick                                  on 2001/03/29  16:31:38
17000         Log: Integrate mainline
17001      Branch: perlio
17002           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
17003           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
17004           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
17005           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
17006           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
17007 ____________________________________________________________________________
17008 [  9450] By: jhi                                   on 2001/03/29  16:29:17
17009         Log: Integrate perlio.
17010      Branch: perl
17011           !> win32/buildext.pl
17012 ____________________________________________________________________________
17013 [  9449] By: jhi                                   on 2001/03/29  15:50:01
17014         Log: Update Changes.
17015      Branch: perl
17016            ! Changes patchlevel.h
17017 ____________________________________________________________________________
17018 [  9448] By: nick                                  on 2001/03/29  15:47:15
17019         Log: Make sure buildext.pl finds Errno.pm
17020      Branch: perlio
17021            ! win32/buildext.pl
17022 ____________________________________________________________________________
17023 [  9447] By: jhi                                   on 2001/03/29  15:39:34
17024         Log: Integrate perlio.
17025      Branch: perl
17026           !> win32/makefile.mk
17027 ____________________________________________________________________________
17028 [  9446] By: nick                                  on 2001/03/29  15:30:03
17029         Log: Integrate win32/makefile.mk with mainline.
17030      Branch: perlio
17031           !> win32/makefile.mk
17032 ____________________________________________________________________________
17033 [  9445] By: nick                                  on 2001/03/29  15:27:32
17034         Log: Fix breakage ... 
17035      Branch: perlio
17036            ! win32/makefile.mk
17037 ____________________________________________________________________________
17038 [  9444] By: jhi                                   on 2001/03/29  15:03:08
17039         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
17040              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17041              Date: Thu, 29 Mar 2001 10:32:59 +0400
17042              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
17043      Branch: perl
17044            ! win32/makefile.mk
17045 ____________________________________________________________________________
17046 [  9443] By: jhi                                   on 2001/03/29  15:02:12
17047         Log: Integrate perlio.
17048      Branch: perl
17049           +> win32/buildext.pl
17050           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
17051           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
17052 ____________________________________________________________________________
17053 [  9442] By: nick                                  on 2001/03/29  14:59:11
17054         Log: Work in progress - determine win32 extensions to build via script.
17055      Branch: perlio
17056            + win32/buildext.pl
17057            ! MANIFEST win32/makefile.mk
17058 ____________________________________________________________________________
17059 [  9441] By: jhi                                   on 2001/03/29  14:51:47
17060         Log: Reintroduce the use of external pwd.
17061      Branch: perl
17062            ! t/lib/cwd.t
17063 ____________________________________________________________________________
17064 [  9440] By: jhi                                   on 2001/03/29  14:42:58
17065         Log: use warnings instead of -w.
17066      Branch: perl
17067            ! utils/h2xs.PL
17068 ____________________________________________________________________________
17069 [  9439] By: jhi                                   on 2001/03/29  14:41:52
17070         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
17071              From: Jonathan Stowe <gellyfish@gellyfish.com>
17072              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
17073              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
17074      Branch: perl
17075            ! utils/h2xs.PL
17076 ____________________________________________________________________________
17077 [  9438] By: jhi                                   on 2001/03/29  14:39:38
17078         Log: Subject: [PATCH perl@9424] minor pod nits
17079              From: Robin Barker <rmb1@cise.npl.co.uk>
17080              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
17081              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
17082      Branch: perl
17083            ! pod/perlhack.pod pod/perliol.pod
17084 ____________________________________________________________________________
17085 [  9437] By: jhi                                   on 2001/03/29  14:29:16
17086         Log: Subject: [PATCH perl@9424] typemap cast warning
17087              From: Robin Barker <rmb1@cise.npl.co.uk>
17088              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
17089              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
17090      Branch: perl
17091            ! lib/ExtUtils/typemap
17092 ____________________________________________________________________________
17093 [  9436] By: jhi                                   on 2001/03/29  14:26:03
17094         Log: Subject: [PATCH perl@9424] printf warning
17095              From: Robin Barker <rmb1@cise.npl.co.uk>
17096              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
17097              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
17098      Branch: perl
17099            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
17100            ! ext/Storable/Storable.xs toke.c
17101 ____________________________________________________________________________
17102 [  9435] By: nick                                  on 2001/03/29  14:23:31
17103         Log: Win32 has name conflict with ERROR
17104      Branch: perlio
17105            ! ext/PerlIO/Via/Via.xs
17106 ____________________________________________________________________________
17107 [  9434] By: jhi                                   on 2001/03/29  14:17:48
17108         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
17109              From: Peter Prymmer <pvhp@forte.com>
17110              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
17111              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
17112      Branch: perl
17113            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
17114 ____________________________________________________________________________
17115 [  9433] By: jhi                                   on 2001/03/29  13:52:44
17116         Log: test-prep target was missing.
17117      Branch: perl
17118            ! Makefile.SH
17119 ____________________________________________________________________________
17120 [  9432] By: nick                                  on 2001/03/29  12:40:03
17121         Log: Make as-shipped compiler default to MSVC6 
17122      Branch: perlio
17123            ! win32/makefile.mk
17124 ____________________________________________________________________________
17125 [  9431] By: nick                                  on 2001/03/29  12:12:16
17126         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
17127              akin to PerlIO::Scalar.
17128      Branch: perlio
17129            ! perlio.c perlio.h
17130 ____________________________________________________________________________
17131 [  9430] By: nick                                  on 2001/03/29  10:56:35
17132         Log: Integrate mainline.
17133      Branch: perlio
17134           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
17135           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
17136           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
17137           !> win32/makefile.mk win32/win32sck.c
17138 ____________________________________________________________________________
17139 [  9429] By: nick                                  on 2001/03/29  09:03:43
17140         Log: Noticed that two tests were skipped as perlio:: package
17141              isn't there any more. Changed the skip condition.
17142              Avoid core-dump if sv_utf8_upgrade() called on something
17143              that does not become SvPOK after SvPV() (e.g. a ref).
17144      Branch: perlio
17145            ! sv.c t/io/utf8.t t/lib/io_scalar.t
17146 ____________________________________________________________________________
17147 [  9428] By: jhi                                   on 2001/03/29  01:31:47
17148         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
17149              From: Benjamin Sugars <bsugars@canoe.ca> 
17150              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
17151              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
17152      Branch: perl
17153            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
17154            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
17155            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
17156 ____________________________________________________________________________
17157 [  9427] By: jhi                                   on 2001/03/29  00:49:30
17158         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
17159              From: "Vadim Konovalov" <watman@inbox.ru>
17160              Date: Thu, 29 Mar 2001 01:50:12 +0400
17161              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
17162      Branch: perl
17163            ! win32/makefile.mk win32/win32sck.c
17164 ____________________________________________________________________________
17165 [  9426] By: gsar                                  on 2001/03/29  00:28:04
17166         Log: dmake can only handle == and != in comparisons; support building
17167              with Borland's VCL libraries (from Vadim Konovalov)
17168      Branch: maint-5.6/perl
17169            ! win32/makefile.mk
17170 ____________________________________________________________________________
17171 [  9425] By: nick                                  on 2001/03/28  19:29:56
17172         Log: Integrate (@snapshot)
17173      Branch: perlio
17174           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
17175 ____________________________________________________________________________
17176 [  9424] By: jhi                                   on 2001/03/28  19:03:16
17177         Log: Update Changes.
17178      Branch: perl
17179            ! Changes patchlevel.h
17180 ____________________________________________________________________________
17181 [  9423] By: jhi                                   on 2001/03/28  18:52:09
17182         Log: Rmdir lib/XS on cleanup.
17183      Branch: perl
17184            ! Makefile.SH
17185 ____________________________________________________________________________
17186 [  9422] By: jhi                                   on 2001/03/28  18:49:34
17187         Log: Integrate perlio.
17188      Branch: perl
17189           !> t/op/utf8decode.t
17190 ____________________________________________________________________________
17191 [  9421] By: nick                                  on 2001/03/28  18:46:44
17192         Log: Loose duplicate chunk.
17193      Branch: perlio
17194            ! t/op/utf8decode.t
17195 ____________________________________________________________________________
17196 [  9420] By: nick                                  on 2001/03/28  18:44:11
17197         Log: Integrate mainline.
17198      Branch: perlio
17199           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
17200           !> vms/vmsish.h
17201 ____________________________________________________________________________
17202 [  9419] By: jhi                                   on 2001/03/28  18:42:05
17203         Log: Can't trust external pwds
17204              (either shell builtins or external programs)
17205      Branch: perl
17206            ! t/lib/cwd.t
17207 ____________________________________________________________________________
17208 [  9418] By: jhi                                   on 2001/03/28  18:34:05
17209         Log: Integrate perlio.
17210      Branch: perl
17211            - lib/perlio.pm
17212           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
17213           !> t/op/utf8decode.t
17214 ____________________________________________________________________________
17215 [  9417] By: nick                                  on 2001/03/28  18:24:02
17216         Log: PerlIO.pm / perlio.pm conflict.
17217              Update some pods.
17218              Make t/op/utf8decode.t a text file.
17219      Branch: perlio
17220            - lib/perlio.pm
17221            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
17222            ! t/op/utf8decode.t
17223 ____________________________________________________________________________
17224 [  9416] By: jhi                                   on 2001/03/28  18:06:07
17225         Log: Integrate change #9409 from mainline to maintperl.
17226              
17227              Yet another tweak on AIX dynaloading.
17228      Branch: maint-5.6/perl
17229           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17230 ____________________________________________________________________________
17231 [  9415] By: gsar                                  on 2001/03/28  17:13:01
17232         Log: integrate changes#9377,9385,9401 from mainline
17233              
17234              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
17235              
17236              If directory entries compare equal case-insensitively,
17237              retry case-sensitively.
17238              
17239              Subject: [PATCH] B::Terse and warnings
17240      Branch: maint-5.6/perl
17241           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
17242           !> t/pragma/warn/perl
17243 ____________________________________________________________________________
17244 [  9414] By: jhi                                   on 2001/03/28  17:11:12
17245         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
17246              From: "Craig A. Berry" <craigberry@mac.com>
17247              Date: Wed, 28 Mar 2001 10:55:20 -0600
17248              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
17249      Branch: perl
17250            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
17251 ____________________________________________________________________________
17252 [  9413] By: jhi                                   on 2001/03/28  17:03:12
17253         Log: Dup hunk.
17254      Branch: perl
17255            ! t/op/utf8decode.t
17256 ____________________________________________________________________________
17257 [  9412] By: jhi                                   on 2001/03/28  17:02:36
17258         Log: Forced integrate from perlio.
17259      Branch: perl
17260           !> t/op/utf8decode.t
17261 ____________________________________________________________________________
17262 [  9411] By: nick                                  on 2001/03/28  16:50:03
17263         Log: Integrate mainline.
17264      Branch: perlio
17265           +> t/lib/cwd.t
17266           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17267           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
17268           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
17269           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
17270           !> t/pragma/warn/perl
17271 ____________________________________________________________________________
17272 [  9410] By: jhi                                   on 2001/03/28  16:44:23
17273         Log: Subject: Re: [PATCH] 9403 cannot be tested
17274              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17275              Date: Wed, 28 Mar 2001 18:33:56 +0200
17276              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
17277      Branch: perl
17278            ! makedef.pl
17279 ____________________________________________________________________________
17280 [  9409] By: jhi                                   on 2001/03/28  16:12:45
17281         Log: Yet another tweak on AIX dynaloading.
17282      Branch: perl
17283            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17284 ____________________________________________________________________________
17285 [  9408] By: jhi                                   on 2001/03/28  15:52:55
17286         Log: Subject: [PATCH] 9403 cannot be tested
17287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17288              Date: Wed, 28 Mar 2001 17:23:00 +0200
17289              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
17290              
17291              A missing symbol.
17292      Branch: perl
17293            ! makedef.pl
17294 ____________________________________________________________________________
17295 [  9407] By: jhi                                   on 2001/03/28  15:47:43
17296         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
17297      Branch: perl
17298            ! t/op/utf8decode.t
17299           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
17300           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
17301 ____________________________________________________________________________
17302 [  9406] By: jhi                                   on 2001/03/28  15:37:08
17303         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
17304              From: Benjamin Sugars <bsugars@canoe.ca> 
17305              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
17306              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
17307      Branch: perl
17308            + t/lib/cwd.t
17309            ! MANIFEST
17310 ____________________________________________________________________________
17311 [  9405] By: jhi                                   on 2001/03/28  15:13:18
17312         Log: pp_ne() needs a CORRECT boolean.
17313      Branch: perl
17314            ! pp.c
17315 ____________________________________________________________________________
17316 [  9404] By: jhi                                   on 2001/03/28  15:09:23
17317         Log: pp_ne() needs a boolean, not an integer.
17318      Branch: perl
17319            ! pp.c
17320 ____________________________________________________________________________
17321 [  9403] By: jhi                                   on 2001/03/28  14:47:43
17322         Log: (Retracted by #9404.)
17323      Branch: perl
17324            ! pp.c
17325 ____________________________________________________________________________
17326 [  9402] By: jhi                                   on 2001/03/28  14:43:59
17327         Log: Subject: Re: [PATCH] Typemap testing
17328              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
17329              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
17330              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
17331      Branch: perl
17332            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17333            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
17334 ____________________________________________________________________________
17335 [  9401] By: jhi                                   on 2001/03/28  14:42:14
17336         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
17337              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17338              Date: Sun, 25 Mar 2001 21:59:15 +0100
17339              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
17340              
17341              A variable will be checked for the "use once" warnings if:
17342              
17343              1. It is in the scope of a use warnings 'once'
17344              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
17345              
17346              Otherwise it won't be checked at all.
17347              
17348              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
17349              
17350              The enclosed patch partially fixes this issue. What I didn't
17351              get to work was the case where the "used once" warning is enabled
17352              in any file other than the main file.
17353      Branch: perl
17354            ! gv.c t/pragma/warn/perl
17355 ____________________________________________________________________________
17356 [  9400] By: nick                                  on 2001/03/28  14:38:24
17357         Log: More EBCDIC tweaks:
17358              - one more swash issue &~(0xA0-1) did not do the right thing,
17359              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
17360              - add "use re 'asciirange'" to make [!-~] etc. work
17361              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
17362              - Choose a key for t/op/each.t test which gets encoded.
17363              - Skip utf8decode if this is UTF-EBCDIC.
17364      Branch: perlio
17365            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
17366            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
17367 ____________________________________________________________________________
17368 [  9399] By: jhi                                   on 2001/03/28  14:21:00
17369         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
17370              Andreas Schwab.
17371      Branch: perl
17372            ! pp.c
17373 ____________________________________________________________________________
17374 [  9398] By: jhi                                   on 2001/03/28  00:55:56
17375         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
17376              From: David Dyck <dcd@tc.fluke.com>
17377              Date: Tue, 27 Mar 2001 15:16:24 -0800
17378              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
17379      Branch: perl
17380            ! ext/IO/lib/IO/Socket.pm
17381 ____________________________________________________________________________
17382 [  9397] By: jhi                                   on 2001/03/27  21:52:49
17383         Log: Integrate perlio.
17384      Branch: perl
17385           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
17386           +> ext/PerlIO/Via/Via.xs
17387           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
17388 ____________________________________________________________________________
17389 [  9396] By: nick                                  on 2001/03/27  21:45:13
17390         Log: Integrate mainline.
17391      Branch: perlio
17392           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
17393           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
17394 ____________________________________________________________________________
17395 [  9395] By: nick                                  on 2001/03/27  21:18:58
17396         Log: Outline docs for PerlIO and PerlIO::Scalar
17397      Branch: perlio
17398            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
17399 ____________________________________________________________________________
17400 [  9394] By: nick                                  on 2001/03/27  20:50:13
17401         Log: PerlIO::Via layer (alpha-ish).
17402      Branch: perlio
17403            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
17404            + ext/PerlIO/Via/Via.xs
17405            ! MANIFEST
17406 ____________________________________________________________________________
17407 [  9393] By: jhi                                   on 2001/03/27  20:49:55
17408         Log: Retract #9329 now that 9390 should take care of the matter.
17409      Branch: perl
17410            ! utils/h2xs.PL
17411 ____________________________________________________________________________
17412 [  9390] By: jhi                                   on 2001/03/27  20:47:50
17413         Log: Subject: Autoloading Errno.pm when %! is encountered
17414              From: Robin Houston <robin@kitsite.com>
17415              Date: Tue, 27 Mar 2001 20:57:11 +0100
17416              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
17417      Branch: perl
17418            ! embed.h embed.pl gv.c proto.h t/op/magic.t
17419 ____________________________________________________________________________
17420 [  9389] By: jhi                                   on 2001/03/27  20:24:31
17421         Log: Integrate perlio.
17422      Branch: perl
17423           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
17424           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
17425           !> utf8.c
17426 ____________________________________________________________________________
17427 [  9388] By: jhi                                   on 2001/03/27  20:21:38
17428         Log: Better have a three-element array if one is going to assign
17429              to the third element of that array. (from Tim Jenness)
17430      Branch: perl
17431            ! ext/XS/Typemap/Typemap.xs
17432 ____________________________________________________________________________
17433 [  9387] By: nick                                  on 2001/03/27  20:15:43
17434         Log: Integrate mainline.
17435      Branch: perlio
17436           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
17437           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17438           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
17439           +> t/lib/xs-typemap.t
17440           !> (integrate 34 files)
17441 ____________________________________________________________________________
17442 [  9386] By: jhi                                   on 2001/03/27  20:04:18
17443         Log: Subject: Re: perl@9359 breaks HTML::Parser
17444              From: Gisle Aas <gisle@ActiveState.com>
17445              Date: 27 Mar 2001 11:30:24 -0800
17446              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
17447              
17448              Clarify the UTF-8 issues of the API docs.
17449              (Slightly reworded and expanded.)
17450      Branch: perl
17451            ! pod/perlapi.pod sv.c sv.h
17452 ____________________________________________________________________________
17453 [  9385] By: jhi                                   on 2001/03/27  19:44:25
17454         Log: If directory entries compare equal case-insensitively,
17455              retry case-sensitively.
17456      Branch: perl
17457            ! ext/File/Glob/bsd_glob.c
17458 ____________________________________________________________________________
17459 [  9384] By: nick                                  on 2001/03/27  19:38:50
17460         Log: Various EBCDIC fixes:
17461              - major revelation that swash code is encoding aware,
17462              (or thought it was) - now it is ;-)
17463              - With that out of the way fix a slab of tr/// cases.
17464              - Fix Encode 'Unicode' to be true Unicode so tests pass.
17465              - As anticipated Base64.xs needed tweaks.
17466              - Until tr/// works right avoid old_encode64 in MIME tests.
17467      Branch: perlio
17468            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
17469            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
17470 ____________________________________________________________________________
17471 [  9383] By: jhi                                   on 2001/03/27  18:34:41
17472         Log: Add the std test suite BEGIN block.
17473      Branch: perl
17474            ! t/lib/xs-typemap.t
17475 ____________________________________________________________________________
17476 [  9382] By: jhi                                   on 2001/03/27  15:16:07
17477         Log: Add debugging output to the test.
17478      Branch: perl
17479            ! t/lib/glob-basic.t
17480 ____________________________________________________________________________
17481 [  9381] By: jhi                                   on 2001/03/27  15:08:10
17482         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
17483      Branch: perl
17484            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
17485            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17486            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
17487            + t/lib/xs-typemap.t
17488            ! MANIFEST
17489 ____________________________________________________________________________
17490 [  9380] By: jhi                                   on 2001/03/27  14:48:34
17491         Log: Subject: [PATCH] Typemap testing
17492              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
17493              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
17494              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
17495              
17496              (The first part of the patch.)
17497      Branch: perl
17498            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
17499 ____________________________________________________________________________
17500 [  9379] By: jhi                                   on 2001/03/27  14:44:56
17501         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
17502              From: Benjamin Sugars <bsugars@canoe.ca> 
17503              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
17504              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
17505      Branch: perl
17506            ! t/lib/glob-basic.t
17507 ____________________________________________________________________________
17508 [  9378] By: jhi                                   on 2001/03/27  14:42:30
17509         Log: Subject: [PATCH] perlvar nit
17510              From: Simon Cozens <simon@netthink.co.uk>
17511              Date: Tue, 27 Mar 2001 01:12:01 +0100
17512              Message-ID: <20010327011201.A19179@netthink.co.uk>
17513      Branch: perl
17514            ! pod/perlvar.pod
17515 ____________________________________________________________________________
17516 [  9377] By: jhi                                   on 2001/03/27  14:36:26
17517         Log: Subject: [PATCH] B::Terse and warnings
17518              From: Benjamin Sugars <ben.sugars@home.com>
17519              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
17520              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
17521      Branch: perl
17522            ! ext/B/B.pm ext/B/B/Terse.pm
17523 ____________________________________________________________________________
17524 [  9376] By: jhi                                   on 2001/03/27  14:31:31
17525         Log: Document sockatmark() some.
17526      Branch: perl
17527            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
17528            ! pod/perltoc.pod
17529 ____________________________________________________________________________
17530 [  9375] By: jhi                                   on 2001/03/27  14:00:24
17531         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
17532              noted by Gisle and fixed by NI-S.
17533      Branch: perl
17534            ! sv.c
17535 ____________________________________________________________________________
17536 [  9374] By: jhi                                   on 2001/03/27  05:50:01
17537         Log: Regen toc.
17538      Branch: perl
17539            ! pod/perltoc.pod
17540 ____________________________________________________________________________
17541 [  9373] By: jhi                                   on 2001/03/27  05:43:51
17542         Log: Pixie documenting.
17543      Branch: perl
17544            ! Makefile.SH pod/perlhack.pod
17545 ____________________________________________________________________________
17546 [  9372] By: jhi                                   on 2001/03/27  05:29:34
17547         Log: Metaconfig unit changes for #9371.
17548      Branch: metaconfig
17549            ! U/modified/myhostname.U
17550      Branch: metaconfig/U/perl
17551            + d_sockatmark.U
17552            ! gccvers.U
17553 ____________________________________________________________________________
17554 [  9371] By: jhi                                   on 2001/03/27  05:29:07
17555         Log: Add sockatmark() probing.
17556      Branch: perl
17557            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17558            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17559            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17560            ! vos/config.ga.h win32/config.bc win32/config.gc
17561            ! win32/config.vc
17562 ____________________________________________________________________________
17563 [  9370] By: jhi                                   on 2001/03/26  22:01:18
17564         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
17565              Really need to benchmark this.
17566      Branch: perl
17567            ! pp.c
17568 ____________________________________________________________________________
17569 [  9369] By: nick                                  on 2001/03/26  21:59:30
17570         Log: Integrate mainline.
17571      Branch: perlio
17572            ! ext/MIME/Base64/QuotedPrint.pm
17573           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
17574           !> patchlevel.h pod/perlhack.pod pp_sys.c
17575 ____________________________________________________________________________
17576 [  9368] By: jhi                                   on 2001/03/26  21:47:03
17577         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
17578              
17579              TODO1: perlbench.
17580              TODO2: le, lt, ge, gt?  Yech.
17581      Branch: perl
17582            ! pp.c
17583 ____________________________________________________________________________
17584 [  9367] By: jhi                                   on 2001/03/26  21:34:57
17585         Log: Too much cut-and-paste in #9363.
17586      Branch: perl
17587            ! pp_sys.c
17588 ____________________________________________________________________________
17589 [  9366] By: jhi                                   on 2001/03/26  21:20:53
17590         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
17591              From: Andreas Schwab <schwab@suse.de>
17592              Date: 26 Mar 2001 17:29:04 +0200
17593              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
17594              
17595              (The patch for 5.6.0 or so, this is a guess for bleadperl)
17596      Branch: perl
17597            ! pp_hot.c
17598 ____________________________________________________________________________
17599 [  9365] By: jhi                                   on 2001/03/26  21:07:54
17600         Log: Integrate perlio.
17601      Branch: perl
17602           !> perlio.c
17603 ____________________________________________________________________________
17604 [  9364] By: nick                                  on 2001/03/26  20:30:48
17605         Log: REFCNT botch in layer name cache hash.
17606      Branch: perlio
17607            ! perlio.c
17608 ____________________________________________________________________________
17609 [  9363] By: jhi                                   on 2001/03/26  18:44:32
17610         Log: Subject: [PATCH] socket() leaks file descriptors
17611              From: Benjamin Sugars <bsugars@canoe.ca>
17612              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
17613              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
17614              
17615              Also sockpair() fixed similarly.
17616      Branch: perl
17617            ! pp_sys.c
17618 ____________________________________________________________________________
17619 [  9362] By: jhi                                   on 2001/03/26  18:37:52
17620         Log: Integrate perlio.
17621      Branch: perl
17622           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
17623 ____________________________________________________________________________
17624 [  9361] By: nick                                  on 2001/03/26  17:32:06
17625         Log: Implement flush of linebuffered streams on read of a tty.
17626      Branch: perlio
17627            ! perlio.c perliol.h
17628 ____________________________________________________________________________
17629 [  9360] By: nick                                  on 2001/03/26  17:12:32
17630         Log: Memory tweaks and notes for OEMVS.
17631      Branch: perlio
17632            ! README.os390 miniperlmain.c t/op/pat.t
17633 ____________________________________________________________________________
17634 [  9359] By: jhi                                   on 2001/03/26  02:12:54
17635         Log: Update Changes.
17636      Branch: perl
17637            ! Changes patchlevel.h
17638 ____________________________________________________________________________
17639 [  9358] By: jhi                                   on 2001/03/26  02:05:32
17640         Log: Document the most common pixie options.
17641      Branch: perl
17642            ! pod/perlhack.pod
17643 ____________________________________________________________________________
17644 [  9357] By: jhi                                   on 2001/03/26  01:25:28
17645         Log: For perl.pixie check *before* compiling that optimize is -g,
17646              as for perl.third.
17647      Branch: perl
17648            ! Makefile.SH
17649 ____________________________________________________________________________
17650 [  9356] By: jhi                                   on 2001/03/26  01:13:41
17651         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
17652      Branch: perl
17653            ! Makefile.SH
17654 ____________________________________________________________________________
17655 [  9355] By: jhi                                   on 2001/03/26  01:11:19
17656         Log: Remove t/perl.third.
17657      Branch: perl
17658            ! Makefile.SH
17659 ____________________________________________________________________________
17660 [  9354] By: jhi                                   on 2001/03/26  00:23:38
17661         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
17662              IO::Sockatmark().
17663      Branch: perl
17664            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
17665 ____________________________________________________________________________
17666 [  9353] By: jhi                                   on 2001/03/25  22:25:04
17667         Log: Integrate perlio.
17668      Branch: perl
17669           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17670           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
17671           !> pp_hot.c win32/makefile.mk
17672 ____________________________________________________________________________
17673 [  9352] By: jhi                                   on 2001/03/25  22:21:41
17674         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
17675              From: Radu Greab <radu@netsoft.ro>
17676              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
17677              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
17678      Branch: perl
17679            ! pp_sys.c
17680 ____________________________________________________________________________
17681 [  9351] By: nick                                  on 2001/03/25  22:15:02
17682         Log: Fix readline in list mode to tell rest of world that it has
17683              things on the stack. Otherwise if perl code gets invoked
17684              underneath it it scribbles over results-so-far.
17685              (Why TIEHANDLE has not tripped on this is a mystery.)
17686      Branch: perlio
17687            ! pp_hot.c
17688 ____________________________________________________________________________
17689 [  9350] By: nick                                  on 2001/03/25  22:10:13
17690         Log: win32/makefile.mk typos
17691      Branch: perlio
17692            ! win32/makefile.mk
17693 ____________________________________________________________________________
17694 [  9349] By: nick                                  on 2001/03/25  21:31:14
17695         Log: Integrate now-non-binary file.
17696      Branch: perlio
17697           !> t/lib/mimeqp.t
17698 ____________________________________________________________________________
17699 [  9348] By: nick                                  on 2001/03/25  21:27:24
17700         Log: Make it text
17701      Branch: perlio
17702            ! t/lib/mimeqp.t
17703 ____________________________________________________________________________
17704 [  9347] By: nick                                  on 2001/03/25  21:25:37
17705         Log: Integrate mainline.
17706      Branch: perlio
17707           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
17708           !> lib/Term/ReadLine.pm t/lib/md5-file.t
17709 ____________________________________________________________________________
17710 [  9346] By: nick                                  on 2001/03/25  20:58:15
17711         Log: Add destruct time hook to PerlIO (for work-in-process implementing
17712              layers in perl code. In such cases layers need to be popped before
17713              we loose the ability to run perl code.)
17714              Also back-out "PerlIO::object" hook - it isn't going to work like that...
17715      Branch: perlio
17716            ! perl.c perlio.c perlio.h perliol.h
17717 ____________________________________________________________________________
17718 [  9345] By: nick                                  on 2001/03/25  20:49:11
17719         Log: Avoid at leasy one of undefined warnings in Encode.
17720      Branch: perlio
17721            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17722 ____________________________________________________________________________
17723 [  9344] By: jhi                                   on 2001/03/25  20:37:43
17724         Log: A workaround for using Term::ReadLine in emacs minibuffer
17725              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
17726              additional tweaks from Ilya Zakharevich.
17727      Branch: perl
17728            ! lib/Term/ReadLine.pm
17729 ____________________________________________________________________________
17730 [  9343] By: nick                                  on 2001/03/25  20:21:14
17731         Log: Missing return value.
17732      Branch: perlio
17733            ! ext/PerlIO/Scalar/Scalar.xs
17734 ____________________________________________________________________________
17735 [  9342] By: jhi                                   on 2001/03/25  16:21:00
17736         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
17737              to equal the CPAN versions since no code changes have been made.
17738      Branch: perl
17739            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
17740            ! t/lib/md5-file.t
17741 ____________________________________________________________________________
17742 [  9341] By: jhi                                   on 2001/03/25  16:01:48
17743         Log: Escape 8-bit characters.
17744      Branch: perl
17745            ! t/lib/mimeqp.t
17746 ____________________________________________________________________________
17747 [  9340] By: gsar                                  on 2001/03/25  15:50:53
17748         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
17749              chars)
17750      Branch: perl
17751            + t/lib/mimeqp.t
17752 ____________________________________________________________________________
17753 [  9339] By: gsar                                  on 2001/03/25  15:48:50
17754         Log: delete mimeqp.t for later with text mode set
17755      Branch: perl
17756            - t/lib/mimeqp.t
17757 ____________________________________________________________________________
17758 [  9338] By: nick                                  on 2001/03/25  09:01:57
17759         Log: Integrate mainline.
17760      Branch: perlio
17761           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17762           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17763           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
17764           +> t/lib/mimeb64u.t t/lib/mimeqp.t
17765           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
17766           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
17767           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
17768 ____________________________________________________________________________
17769 [  9337] By: jhi                                   on 2001/03/25  04:23:24
17770         Log: Add MIME::Base64 here and there.  Again, a lot of
17771              optimism is in the air.
17772      Branch: perl
17773            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
17774            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
17775 ____________________________________________________________________________
17776 [  9336] By: jhi                                   on 2001/03/25  04:12:43
17777         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
17778              this by ear as I do not do Win32 programming.)
17779      Branch: perl
17780            ! win32/Makefile win32/makefile.mk
17781 ____________________________________________________________________________
17782 [  9335] By: jhi                                   on 2001/03/25  04:03:50
17783         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
17784      Branch: perl
17785            ! t/lib/md5-file.t
17786 ____________________________________________________________________________
17787 [  9334] By: jhi                                   on 2001/03/25  03:58:53
17788         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
17789      Branch: perl
17790            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17791            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17792            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
17793            + t/lib/mimeb64u.t t/lib/mimeqp.t
17794            ! MANIFEST
17795 ____________________________________________________________________________
17796 [  9333] By: jhi                                   on 2001/03/24  20:14:37
17797         Log: Integrate perlio.
17798      Branch: perl
17799           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
17800 ____________________________________________________________________________
17801 [  9332] By: nick                                  on 2001/03/24  19:40:34
17802         Log: Fix un-init variable leading to spurious "Out of Memory!"
17803      Branch: perlio
17804            ! doio.c
17805 ____________________________________________________________________________
17806 [  9331] By: nick                                  on 2001/03/24  19:09:59
17807         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
17808              and update layers internals doc.
17809      Branch: perlio
17810            ! pod/perlfunc.pod pod/perliol.pod
17811 ____________________________________________________________________________
17812 [  9330] By: jhi                                   on 2001/03/24  18:42:11
17813         Log: The length might be uninitialized garbage if the *svp is the undef.
17814      Branch: perl
17815            ! doio.c
17816 ____________________________________________________________________________
17817 [  9329] By: jhi                                   on 2001/03/24  18:26:57
17818         Log: (Retracted by #9393)
17819
17820              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
17821              From: Simon Cozens <simon@netthink.co.uk>
17822              Date: Sat, 24 Mar 2001 17:13:17 +0000
17823              Message-ID: <20010324171317.A13406@netthink.co.uk>
17824      Branch: perl
17825            ! utils/h2xs.PL
17826 ____________________________________________________________________________
17827 [  9328] By: nick                                  on 2001/03/24  17:22:02
17828         Log: Integrate mainline.
17829      Branch: perlio
17830           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
17831           !> lib/unicode/version
17832 ____________________________________________________________________________
17833 [  9327] By: nick                                  on 2001/03/24  17:16:02
17834         Log: Integrate mainline.
17835      Branch: perlio
17836           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17837           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
17838           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
17839           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
17840           +> t/lib/md5-file.t
17841           !> MANIFEST Makefile.SH configure.com djgpp/config.over
17842           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
17843           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
17844           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
17845           !> win32/makefile.mk
17846 ____________________________________________________________________________
17847 [  9326] By: jhi                                   on 2001/03/24  17:00:42
17848         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
17849      Branch: perl
17850            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
17851            ! lib/unicode/version
17852 ____________________________________________________________________________
17853 [  9325] By: jhi                                   on 2001/03/24  16:22:33
17854         Log: Subject: Re: B::Deparse bug (5.6.0)
17855              From: Robin Houston <robin@kitsite.com>
17856              Date: Sat, 24 Mar 2001 14:33:09 +0000
17857              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
17858      Branch: perl
17859            ! op.c pp.c t/lib/b.t t/op/repeat.t
17860 ____________________________________________________________________________
17861 [  9324] By: jhi                                   on 2001/03/24  16:21:56
17862         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
17863              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
17864              these additions may be too optimistic.
17865      Branch: perl
17866            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
17867            ! hints/uwin.sh hints/vmesa.sh
17868 ____________________________________________________________________________
17869 [  9323] By: jhi                                   on 2001/03/24  16:06:01
17870         Log: Integrate perlio.
17871      Branch: perl
17872           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17873           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17874            ! Makefile.SH
17875           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
17876           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
17877           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
17878           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17879           !> win32/makefile.mk win32/perlhost.h win32/win32.c
17880           !> win32/win32iop.h
17881 ____________________________________________________________________________
17882 [  9322] By: nick                                  on 2001/03/24  14:39:12
17883         Log: Routine Win32 regen_config_h - no real changes.
17884      Branch: perlio
17885            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17886 ____________________________________________________________________________
17887 [  9321] By: nick                                  on 2001/03/24  14:31:49
17888         Log: PerlIO fixups for Win32:
17889              - provide win33_popenlist() - non-functional as yet.
17890              - avoid need for aTHX in PerlIO_debug calls - even if not 
17891              enabled args are still evaluated so Win32 has trouble during fork().
17892              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
17893              - Fixup makedef.pl for latest set of symbols.
17894      Branch: perlio
17895            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
17896            ! win32/perlhost.h win32/win32.c win32/win32iop.h
17897 ____________________________________________________________________________
17898 [  9320] By: nick                                  on 2001/03/24  14:26:58
17899         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
17900              was gibberish - broke it on WIn32 at least.
17901      Branch: perlio
17902            ! ext/POSIX/POSIX.xs
17903 ____________________________________________________________________________
17904 [  9319] By: nick                                  on 2001/03/24  11:29:41
17905         Log: Generated files.
17906      Branch: perlio
17907            ! embed.h global.sym objXSUB.h perlapi.c proto.h
17908 ____________________________________________________________________________
17909 [  9318] By: nick                                  on 2001/03/24  10:29:37
17910         Log: Implement:
17911              1.  open($fh,"+<",undef);  # add test to t/io/open.t
17912              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
17913      Branch: perlio
17914            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17915            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17916            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
17917            ! t/io/open.t t/io/utf8.t
17918 ____________________________________________________________________________
17919 [  9317] By: jhi                                   on 2001/03/23  23:41:25
17920         Log: AIX does seems to have optimization problems with its C compilers.
17921      Branch: perl
17922            ! hints/aix.sh
17923 ____________________________________________________________________________
17924 [  9316] By: jhi                                   on 2001/03/23  23:40:46
17925         Log: Integrate perlio.
17926      Branch: perl
17927           +> lib/PerlIO.pm
17928           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
17929           !> perliol.h
17930 ____________________________________________________________________________
17931 [  9315] By: jhi                                   on 2001/03/23  22:16:30
17932         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
17933      Branch: perl
17934            ! t/lib/md5-file.t
17935 ____________________________________________________________________________
17936 [  9314] By: nick                                  on 2001/03/23  20:49:02
17937         Log: Perlio internals re-organized.
17938              - open process creates AV of layer/arg pairs
17939              (appends layers from open() or open.pm to default list).
17940              - push arg is now an SV.
17941              - layer ->Open get passed the AV
17942              - open is no longer mandatory method.
17943              - topmost layer that has ->Open method does the open
17944              - any layers above are pushed once that returns.
17945              - vtable re-ordered so dummy layers need only provide push/pop methods.
17946      Branch: perlio
17947            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17948 ____________________________________________________________________________
17949 [  9313] By: nick                                  on 2001/03/23  16:27:41
17950         Log: Check in a stable (working) version before next round of tweaks.
17951              Changes include:
17952              - Move default layers code out of doio.c and into perlio.c
17953              - Single routine for parsing layer specification strings.
17954              - Skeleton support for demand loading of layers
17955              - Core-dump avoidance if PERLIO environment specifies loadable layer
17956              (does not _work_ as need IO to load and need load to do IO ...)
17957      Branch: perlio
17958            + lib/PerlIO.pm
17959            ! MANIFEST doio.c perlio.c
17960 ____________________________________________________________________________
17961 [  9312] By: gsar                                  on 2001/03/23  16:25:25
17962         Log: add execute bit to files with shebang lines in the repository;
17963              avoid clobbering execute bit in Porting/makerel 
17964      Branch: maint-5.6/perl
17965            ! (edit 144 files)
17966 ____________________________________________________________________________
17967 [  9311] By: jhi                                   on 2001/03/23  14:25:35
17968         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
17969      Branch: perl
17970            ! MANIFEST
17971 ____________________________________________________________________________
17972 [  9310] By: jhi                                   on 2001/03/23  13:45:04
17973         Log: Subject: [PATCH] Net::Ping
17974              From: Colin McMillen <mcmi0037@tc.umn.edu>
17975              Date: Thu, 22 Mar 2001 19:30:31 -0600
17976              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
17977      Branch: perl
17978            ! lib/Net/Ping.pm
17979 ____________________________________________________________________________
17980 [  9309] By: jhi                                   on 2001/03/23  13:39:13
17981         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
17982      Branch: perl
17983            ! t/lib/md5-aaa.t t/lib/md5-file.t
17984 ____________________________________________________________________________
17985 [  9308] By: jhi                                   on 2001/03/23  13:20:34
17986         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
17987              - bump the version to 2.14
17988              - drop the base64 tests since they require MIME::Base64
17989              - drop the rfc1321.txt
17990              - drop the hints/dec_osf.pl since it's only needed for
17991              pre-5.005_03 Perls
17992              Todo:
17993              - the U32 alignment testing is now removed; it needs to
17994              be reintroduced as as a Config variable (meaning also
17995              as a Configure test)
17996              - get the new EBCDIC md5sum for MD5.pm
17997              - test in Win32 to see how badly I botched the makefiles
17998      Branch: perl
17999            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18000            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18001            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18002            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18003            + t/lib/md5-file.t
18004            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
18005            ! win32/Makefile win32/makefile.mk
18006 ____________________________________________________________________________
18007 [  9307] By: jhi                                   on 2001/03/23  12:56:14
18008         Log: Integrate change #9306 from maintperl into mainline,
18009              AIX dynaloader for AIXes without <load.h>.
18010      Branch: perl
18011           !> ext/DynaLoader/hints/aix.pl
18012 ____________________________________________________________________________
18013 [  9306] By: jhi                                   on 2001/03/23  12:51:36
18014         Log: There are AIXes without /usr/include/load.h,
18015              patch from H.Merijn Brand.
18016      Branch: maint-5.6/perl
18017            ! ext/DynaLoader/hints/aix.pl
18018 ____________________________________________________________________________
18019 [  9305] By: nick                                  on 2001/03/23  11:00:42
18020         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
18021      Branch: perlio
18022            ! ext/Encode/Encode.xs perlio.c perlio.h
18023 ____________________________________________________________________________
18024 [  9304] By: nick                                  on 2001/03/23  10:20:46
18025         Log: Render -Duseperlio functional again.
18026              - this is "quick fix" which calls PerlIO_apply_layers after opening,
18027              which is what old scheme did. New scheme needs to change that
18028              to make open(...,\$scalar) etc. work but this will do for now.
18029      Branch: perlio
18030            ! perlio.c
18031 ____________________________________________________________________________
18032 [  9303] By: nick                                  on 2001/03/23  09:53:20
18033         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
18034              -Uuseperlio now works again.
18035              -Duseperlio is still poorly. Don't merge yet...
18036      Branch: perlio
18037            ! doio.c perlio.h
18038 ____________________________________________________________________________
18039 [  9302] By: nick                                  on 2001/03/22  22:26:51
18040         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
18041              type code.
18042              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
18043              is its main caller. In particular now has access to "extra" args, and
18044              can tell when an open handle is "reopened" (or duped?).
18045              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
18046              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
18047              PerlIO_open() et. al. (i.e. other way round).
18048              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
18049              with args close to PerlIO_openn().
18050      Branch: perlio
18051            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18052 ____________________________________________________________________________
18053 [  9301] By: jhi                                   on 2001/03/22  20:58:04
18054         Log: Integrate perlio.
18055      Branch: perl
18056           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
18057           !> t/io/open.t util.c
18058 ____________________________________________________________________________
18059 [  9300] By: nick                                  on 2001/03/22  17:36:32
18060         Log: Don't include $@ in not ok message.
18061      Branch: perlio
18062            ! t/io/open.t
18063 ____________________________________________________________________________
18064 [  9299] By: gsar                                  on 2001/03/22  16:53:45
18065         Log: back out changes#7532,7521 for now (appears to have problems
18066              on IRIX)
18067      Branch: maint-5.6/perl
18068            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18069            ! ext/POSIX/typemap pod/perlvar.pod
18070 ____________________________________________________________________________
18071 [  9298] By: nick                                  on 2001/03/22  14:35:46
18072         Log: Give a meaning to '&' in n-arg open case:
18073              open($fh,"<&",$scalar);
18074              $scalar can be:
18075              - an integer which does "fdopen"
18076              open($fh,"<&",2); # like open($fh,"<&2")
18077              - something that will yield a file handle via sv_2io()
18078              useful for dup'ing anonymous handles.
18079              e.g.:
18080              open(my $fh,"<&",\*STDIN);
18081              open(my $dup,"<&",$fh);
18082      Branch: perlio
18083            ! doio.c t/io/open.t
18084 ____________________________________________________________________________
18085 [  9297] By: nick                                  on 2001/03/22  13:34:35
18086         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
18087      Branch: perlio
18088            ! util.c
18089 ____________________________________________________________________________
18090 [  9296] By: nick                                  on 2001/03/22  12:51:20
18091         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
18092      Branch: perlio
18093            ! perl.c
18094 ____________________________________________________________________________
18095 [  9295] By: nick                                  on 2001/03/22  11:59:44
18096         Log: If stdin, stdout or stderr get opened in unexpected read/write state
18097              then warn at time of open not at time of use.
18098      Branch: perlio
18099            ! doio.c pp_hot.c pp_sys.c
18100 ____________________________________________________________________________
18101 [  9294] By: nick                                  on 2001/03/22  10:54:35
18102         Log: Die on n-arg open(...,"",xxx,yyy,...)
18103              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
18104              - die on read/write cases so we can decide what it means later.
18105      Branch: perlio
18106            ! doio.c embed.pl iperlsys.h util.c
18107 ____________________________________________________________________________
18108 [  9293] By: nick                                  on 2001/03/22  09:02:45
18109         Log: perlio tweaks (reported by Nick Clark)
18110              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
18111              error check in Pendinf_read().
18112      Branch: perlio
18113            ! perlio.c
18114 ____________________________________________________________________________
18115 [  9292] By: gsar                                  on 2001/03/22  07:12:00
18116         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
18117              fixes)
18118      Branch: maint-5.6/perl
18119           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
18120 ____________________________________________________________________________
18121 [  9291] By: jhi                                   on 2001/03/22  06:06:44
18122         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
18123      Branch: perl
18124            ! t/op/re_tests
18125 ____________________________________________________________________________
18126 [  9290] By: jhi                                   on 2001/03/22  05:57:01
18127         Log: Move MacOS Classic higher in the list of supported platforms.
18128      Branch: maint-5.6/perl
18129            ! pod/perlport.pod
18130 ____________________________________________________________________________
18131 [  9289] By: gsar                                  on 2001/03/22  05:35:04
18132         Log: revert part of change#6438 for compatibility (av_reify()
18133              appears to be needed to implement av_splice()ish things
18134              in XS)
18135      Branch: maint-5.6/perl
18136            ! embed.pl global.sym objXSUB.h perlapi.c
18137 ____________________________________________________________________________
18138 [  9288] By: gsar                                  on 2001/03/22  03:09:19
18139         Log: update copyright year
18140      Branch: maint-5.6/perl
18141            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
18142            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
18143            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
18144            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
18145            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
18146            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
18147            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
18148            ! x2p/walk.c
18149 ____________________________________________________________________________
18150 [  9287] By: jhi                                   on 2001/03/21  20:30:54
18151         Log: Integrate perlio.
18152      Branch: perl
18153           !> ext/Data/Dumper/Dumper.xs
18154 ____________________________________________________________________________
18155 [  9286] By: gsar                                  on 2001/03/21  19:49:54
18156         Log: makefile.mk tweak
18157      Branch: maint-5.6/perl
18158            ! win32/Makefile win32/makefile.mk
18159 ____________________________________________________________________________
18160 [  9285] By: nick                                  on 2001/03/21  19:07:13
18161         Log: Multiplicity fix for Dumper.
18162      Branch: perlio
18163            ! ext/Data/Dumper/Dumper.xs
18164 ____________________________________________________________________________
18165 [  9284] By: nick                                  on 2001/03/21  19:01:07
18166         Log: Integrate mainline - (does not build xTHX issue in Dumper).
18167      Branch: perlio
18168           !> (integrate 27 files)
18169 ____________________________________________________________________________
18170 [  9283] By: jhi                                   on 2001/03/21  17:17:35
18171         Log: Integrate change #9282 from mainline into maintperl,
18172              4-arg UTF-8 substr().
18173      Branch: maint-5.6/perl
18174           !> pp.c
18175 ____________________________________________________________________________
18176 [  9282] By: jhi                                   on 2001/03/21  17:15:43
18177         Log: The #9270 would have leaked a scalar if pp_substr()
18178              returned early.
18179      Branch: perl
18180            ! pp.c
18181 ____________________________________________________________________________
18182 [  9281] By: gsar                                  on 2001/03/21  17:03:14
18183         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
18184      Branch: maint-5.6/perl
18185            ! win32/makefile.mk
18186 ____________________________________________________________________________
18187 [  9280] By: gsar                                  on 2001/03/21  17:01:20
18188         Log: some tweaks to change#9278 (fork() emulation should be enabled
18189              by setting BUILD_FLAVOR instead of changing the defaults)
18190      Branch: maint-5.6/perl
18191            ! win32/makefile.mk
18192 ____________________________________________________________________________
18193 [  9279] By: gsar                                  on 2001/03/21  16:47:19
18194         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
18195      Branch: maint-5.6/perl
18196            ! ext/File/Glob/Glob.pm
18197           !> lib/Cwd.pm
18198 ____________________________________________________________________________
18199 [  9278] By: jhi                                   on 2001/03/21  14:35:10
18200         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
18201              From: "Vadim Konovalov" <watman@inbox.ru>
18202              Date: Wed, 21 Mar 2001 01:53:51 +0300
18203              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
18204      Branch: maint-5.6/perl
18205            ! win32/makefile.mk win32/win32sck.c
18206 ____________________________________________________________________________
18207 [  9277] By: jhi                                   on 2001/03/21  13:58:28
18208         Log: Integrate change #9270 from mainline to maintperl:
18209              continued 4-arg UTF-8 substr() fixing.
18210      Branch: maint-5.6/perl
18211           !> pp.c t/op/substr.t
18212 ____________________________________________________________________________
18213 [  9276] By: jhi                                   on 2001/03/21  13:33:00
18214         Log: More pixie cleaning.
18215      Branch: perl
18216            ! Makefile.SH
18217 ____________________________________________________________________________
18218 [  9275] By: jhi                                   on 2001/03/21  03:54:17
18219         Log: Update Changes.
18220      Branch: perl
18221            ! Changes patchlevel.h
18222 ____________________________________________________________________________
18223 [  9274] By: jhi                                   on 2001/03/21  03:48:24
18224         Log: First stab at making Data::Dumper to grok Unicode.
18225              
18226              TODO: tests, EBCDICify.
18227      Branch: perl
18228            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18229 ____________________________________________________________________________
18230 [  9273] By: jhi                                   on 2001/03/21  02:23:00
18231         Log: Fix for
18232              
18233              Subject: Memory leak in unquoted print   
18234              From: Benjamin Sugars <bsugars@canoe.ca> 
18235              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
18236              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
18237      Branch: perl
18238            ! perlio.c
18239 ____________________________________________________________________________
18240 [  9272] By: jhi                                   on 2001/03/21  01:33:17
18241         Log: Subject: Re: [PATCH] POSIX::getcwd()
18242              From: Benjamin Sugars <bsugars@canoe.ca> 
18243              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
18244              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
18245      Branch: perl
18246            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18247 ____________________________________________________________________________
18248 [  9271] By: jhi                                   on 2001/03/21  01:22:52
18249         Log: Subject: [PATCH] Cwd.pm docs
18250              From: Benjamin Sugars <bsugars@canoe.ca>
18251              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
18252              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
18253      Branch: perl
18254            ! lib/Cwd.pm
18255 ____________________________________________________________________________
18256 [  9270] By: jhi                                   on 2001/03/21  01:16:29
18257         Log: Continue 4-arg substr() UTF-8 fixage.
18258      Branch: perl
18259            ! pp.c t/op/substr.t
18260 ____________________________________________________________________________
18261 [  9269] By: jhi                                   on 2001/03/21  00:46:14
18262         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
18263              
18264              revert the leak fix in change#9142 (problem needs a more experimental
18265              fix unsuitable for 5.6.1)
18266              
18267              do alphabetical sorting by default (for csh compatibility)
18268              
18269              cut-n-paste goof in change#9264
18270              
18271              VMS piping fixes (from Charles Lane)
18272      Branch: perl
18273           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
18274           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
18275           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
18276 ____________________________________________________________________________
18277 [  9268] By: jhi                                   on 2001/03/21  00:37:04
18278         Log: Integrate perlio.
18279      Branch: perl
18280           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
18281           !> utf8.c utf8.h utfebcdic.h
18282 ____________________________________________________________________________
18283 [  9267] By: nick                                  on 2001/03/20  20:04:39
18284         Log: More EBCDIC stuff:
18285              - Loose the extra level of function on ASCII.
18286              - spotted a chr(0) issue in sv.c
18287              - re-work of UTF-X tr/// ranges to work in Unicode
18288              space. Still issues with the "0xff is illegal UTF-8" hack.
18289              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
18290              (why do it once when you can do it all over the place :-(
18291              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
18292              need utf8.pm for swashes.
18293              - Simplified and commented scan_const() in toke.c
18294              Still something wrong regexp and tr (swashes?).
18295      Branch: perlio
18296            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
18297            ! utf8.c utf8.h utfebcdic.h
18298 ____________________________________________________________________________
18299 [  9266] By: gsar                                  on 2001/03/20  19:16:43
18300         Log: VMS piping fixes (from Charles Lane)
18301      Branch: maint-5.6/perl
18302            ! vms/vms.c vms/vmspipe.com
18303 ____________________________________________________________________________
18304 [  9265] By: gsar                                  on 2001/03/20  17:53:52
18305         Log: cut-n-paste goof in change#9264
18306      Branch: maint-5.6/perl
18307            ! ext/File/Glob/Glob.xs
18308 ____________________________________________________________________________
18309 [  9264] By: gsar                                  on 2001/03/20  17:43:47
18310         Log: do alphabetical sorting by default (for csh compatibility);
18311              bsd_glob() does ASCII sort by default as usual, unless
18312              GLOB_ALPHASORT was specified
18313      Branch: maint-5.6/perl
18314            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
18315            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
18316            ! ext/File/Glob/bsd_glob.h
18317 ____________________________________________________________________________
18318 [  9263] By: gsar                                  on 2001/03/20  16:40:08
18319         Log: integrate change#9255 from mainline (unicode fix)
18320              
18321              substr($bytestr, i, n, $charstr)
18322      Branch: maint-5.6/perl
18323           !> Todo-5.6 pp.c t/op/substr.t
18324 ____________________________________________________________________________
18325 [  9262] By: gsar                                  on 2001/03/20  15:57:41
18326         Log: revert the leak fix in change#9142 (problem needs a more experimental
18327              fix unsuitable for 5.6.1)
18328      Branch: maint-5.6/perl
18329            ! scope.c
18330 ____________________________________________________________________________
18331 [  9261] By: jhi                                   on 2001/03/20  14:26:25
18332         Log: Integrate changes #9259,9260 from maintperl into mainline.
18333              
18334              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
18335              
18336              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
18337      Branch: perl
18338           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
18339 ____________________________________________________________________________
18340 [  9260] By: jhi                                   on 2001/03/20  14:05:46
18341         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
18342              From: Robin Barker <rmb1@cise.npl.co.uk>
18343              Date: Tue, 20 Mar 2001 10:12:04 GMT
18344              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
18345      Branch: maint-5.6/perl
18346            ! run.c
18347 ____________________________________________________________________________
18348 [  9259] By: jhi                                   on 2001/03/20  14:04:39
18349         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
18350              From: Chris Nandor <pudge@pobox.com>
18351              Date: Tue, 20 Mar 2001 00:40:56 -0500
18352              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
18353      Branch: maint-5.6/perl
18354            ! ext/POSIX/POSIX.xs lib/File/Path.pm
18355 ____________________________________________________________________________
18356 [  9258] By: jhi                                   on 2001/03/20  05:09:34
18357         Log: Update Changes.
18358      Branch: perl
18359            ! Changes patchlevel.h
18360 ____________________________________________________________________________
18361 [  9257] By: jhi                                   on 2001/03/20  05:04:25
18362         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
18363      Branch: perl
18364            ! t/op/tr.t
18365 ____________________________________________________________________________
18366 [  9256] By: jhi                                   on 2001/03/20  04:43:12
18367         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
18368              From: Peter Prymmer <pvhp@forte.com>
18369              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
18370              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
18371      Branch: maint-5.6/perl
18372            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
18373 ____________________________________________________________________________
18374 [  9255] By: jhi                                   on 2001/03/19  23:17:17
18375         Log: substr($bytestr, i, n, $charstr)
18376
18377              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
18378      Branch: perl
18379            ! Todo-5.6 pp.c t/op/substr.t
18380 ____________________________________________________________________________
18381 [  9254] By: jhi                                   on 2001/03/19  22:25:09
18382         Log: Rearrange the make test target prerequisites so that
18383              in a parallel make 'all' is finished before 'test'.
18384      Branch: perl
18385            ! Makefile.SH
18386 ____________________________________________________________________________
18387 [  9253] By: jhi                                   on 2001/03/19  21:48:07
18388         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
18389              From: Robin Houston <robin@kitsite.com>
18390              Date: Mon, 19 Mar 2001 15:48:41 +0000
18391              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
18392      Branch: perl
18393            ! pp_ctl.c
18394 ____________________________________________________________________________
18395 [  9252] By: jhi                                   on 2001/03/19  21:42:27
18396         Log: Integrate perlio.
18397      Branch: perl
18398           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
18399           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
18400           !> utfebcdic.h vms/perly_c.vms
18401 ____________________________________________________________________________
18402 [  9251] By: jhi                                   on 2001/03/19  21:31:28
18403         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
18404              
18405              Dynaloading in 64-bit AIX with vac.
18406      Branch: perl
18407           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18408           !> hints/aix.sh
18409 ____________________________________________________________________________
18410 [  9250] By: jhi                                   on 2001/03/19  21:18:00
18411         Log: A more robust solution for the 64bitall AIX dynaloading
18412              problem, from Jens-Uwe Mager.
18413      Branch: maint-5.6/perl
18414            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18415 ____________________________________________________________________________
18416 [  9249] By: nick                                  on 2001/03/19  20:59:37
18417         Log: Integrate mainline.
18418      Branch: perlio
18419           !> (integrate 42 files)
18420 ____________________________________________________________________________
18421 [  9248] By: nick                                  on 2001/03/19  20:22:07
18422         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
18423              (Building on OS390 uses native YACC and YYDEBUG has other
18424              side effects.)
18425      Branch: perlio
18426            ! perly.c perly.y vms/perly_c.vms
18427 ____________________________________________________________________________
18428 [  9247] By: jhi                                   on 2001/03/19  19:59:53
18429         Log: 64-bit AIX dynaloading problem (see #9244) idea
18430              from Jens-Uwe Mager.
18431      Branch: maint-5.6/perl
18432            ! ext/DynaLoader/dl_aix.xs
18433 ____________________________________________________________________________
18434 [  9246] By: nick                                  on 2001/03/19  19:27:57
18435         Log: More EBCDIC fixes.
18436      Branch: perlio
18437            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
18438            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
18439 ____________________________________________________________________________
18440 [  9245] By: jhi                                   on 2001/03/19  19:05:19
18441         Log: Integrate change #9243 from mainline into maintperl.
18442              
18443              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
18444      Branch: maint-5.6/perl
18445           !> README.vmesa
18446 ____________________________________________________________________________
18447 [  9244] By: jhi                                   on 2001/03/19  19:03:15
18448         Log: Get 64bitall AIX building, but still does not test okay:
18449              dynaloading anything fails, for example for op/defins:
18450              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
18451              (update: fixed by #9247,9250)
18452      Branch: maint-5.6/perl
18453            ! hints/aix.sh
18454 ____________________________________________________________________________
18455 [  9243] By: jhi                                   on 2001/03/19  19:00:16
18456         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
18457              From: Robin Barker <rmb1@cise.npl.co.uk>
18458              Date: Mon, 19 Mar 2001 18:01:57 GMT
18459              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
18460      Branch: perl
18461            ! README.vmesa
18462 ____________________________________________________________________________
18463 [  9242] By: jhi                                   on 2001/03/19  18:58:43
18464         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
18465              
18466              TODO: tests.
18467      Branch: perl
18468            ! doop.c op.c
18469 ____________________________________________________________________________
18470 [  9241] By: gsar                                  on 2001/03/19  17:34:46
18471         Log: VMSify tests (from Charles Lane)
18472      Branch: maint-5.6/perl
18473            ! t/lib/filehand.t t/lib/texttabs.t
18474 ____________________________________________________________________________
18475 [  9240] By: jhi                                   on 2001/03/19  14:24:26
18476         Log: Integrate change #9233 from maintperl into mainline.
18477              
18478              some refcounts were incorrect in perl_clone()
18479      Branch: perl
18480           !> sv.c
18481 ____________________________________________________________________________
18482 [  9239] By: gsar                                  on 2001/03/19  09:23:17
18483         Log: this is 5.6.1-trial3
18484      Branch: maint-5.6/perl
18485            ! Changes
18486 ____________________________________________________________________________
18487 [  9238] By: gsar                                  on 2001/03/19  08:47:04
18488         Log: some new symbols are only available under ithreads
18489      Branch: maint-5.6/perl
18490            ! makedef.pl
18491 ____________________________________________________________________________
18492 [  9237] By: gsar                                  on 2001/03/19  08:42:28
18493         Log: update patchlevel.h, Changes, &c.
18494      Branch: maint-5.6/perl
18495            ! Changes patchlevel.h pod/perlhist.pod
18496           !> AUTHORS
18497 ____________________________________________________________________________
18498 [  9236] By: gsar                                  on 2001/03/19  08:17:49
18499         Log: integrate changes#8068,8717 from mainline
18500              
18501              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
18502              
18503              [PATCH CPAN 1.59_51] warning message (not!)
18504      Branch: maint-5.6/perl
18505           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
18506           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
18507           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
18508           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
18509           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
18510 ____________________________________________________________________________
18511 [  9235] By: gsar                                  on 2001/03/19  08:07:09
18512         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
18513              
18514              [PATCH] Add missing CV flags to dump.c
18515              
18516              Re: [patch] Re: PL_ptr_table
18517              
18518              Fixup non-ithread build after 8713
18519              
18520              Generated files form 8713 etc.
18521              
18522              Correct the correction :-(
18523              
18524              Documenting coderef @INC (Re: CPAN "make this script work" feature)
18525              
18526              Subject: Re: sync sync sync: have I missed any patches?
18527              Replace djSP with dSP.
18528      Branch: maint-5.6/perl
18529           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
18530           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
18531           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
18532           !> sv.c sv.h win32/perlhost.h
18533 ____________________________________________________________________________
18534 [  9234] By: gsar                                  on 2001/03/19  07:22:05
18535         Log: revert the change#9090 integrate for now (change looks somewhat
18536              incomplete in that [ha]v_exists() need something similar; lacks
18537              tests; &c.)
18538      Branch: maint-5.6/perl
18539            ! hv.c
18540 ____________________________________________________________________________
18541 [  9233] By: gsar                                  on 2001/03/19  07:10:01
18542         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
18543              destruction when there are unreferenced scalars (SvREFCNT==0)
18544      Branch: maint-5.6/perl
18545            ! sv.c
18546 ____________________________________________________________________________
18547 [  9232] By: jhi                                   on 2001/03/19  05:11:02
18548         Log: Regen api and toc.
18549      Branch: maint-5.6/perl
18550            ! pod/perlapi.pod pod/perltoc.pod
18551 ____________________________________________________________________________
18552 [  9231] By: jhi                                   on 2001/03/19  04:06:03
18553         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
18554              add a lost line in pp.c:pp_chop(), update to new op/chop.
18555              
18556              Clarify the description differentiating for and while; inspired by
18557              
18558              Subject: [ID 20010306.004] || != named unary operator
18559              
18560              The $Is_MacOS needs to be declared.
18561      Branch: maint-5.6/perl
18562            ! pp.c t/op/chop.t
18563           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
18564 ____________________________________________________________________________
18565 [  9230] By: jhi                                   on 2001/03/19  03:48:16
18566         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
18567              9079,9083,9089,9090,9091 from mainline to maintperl.
18568              
18569              Quieten some noise in Win32 builds
18570              
18571              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
18572              
18573              The perlretut was still talking about the old \p and \P
18574              definitions.
18575              
18576              More tweakage on the Unicode character class descriptions.
18577              
18578              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
18579              
18580              Subject: 'no *POSIX' Patch speeding up make on BS2000 
18581              
18582              Subject: [PATCH] perldata.pod here-doc docs
18583              
18584              Add /sbin and /usr/sbin to the list of directories scanned
18585              for setuid programs.  Takes care of bug id 20010309.003.
18586              
18587              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
18588              
18589              In op/stat #35 better to scan all the potential directories
18590              for setuids, not just the first one.
18591      Branch: maint-5.6/perl
18592            ! Makefile.SH
18593           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
18594           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
18595           !> t/op/stat.t toke.c win32/win32.h
18596 ____________________________________________________________________________
18597 [  9229] By: jhi                                   on 2001/03/19  02:31:50
18598         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
18599              From: Chris Nandor <pudge@pobox.com>
18600              Date: Sat, 10 Mar 2001 14:22:19 -0500
18601              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
18602      Branch: maint-5.6/perl
18603            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18604            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
18605            ! t/lib/b.t t/lib/errno.t
18606 ____________________________________________________________________________
18607 [  9228] By: jhi                                   on 2001/03/19  02:29:59
18608         Log: Integrate changes #9113,9122 from mainline into maintperl.
18609              
18610              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?)
18611      Branch: maint-5.6/perl
18612           !> Configure README.os390 hints/os390.sh
18613 ____________________________________________________________________________
18614 [  9227] By: jhi                                   on 2001/03/19  02:22:35
18615         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
18616              into maintperl.
18617              
18618              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
18619              
18620              Forgot to check-in the larger part of #9120, duh.
18621              
18622              Subject: Another patch for integer.pm POD 
18623              
18624              h2ph strictness and cleanliness from Kurt Starsinic.
18625              
18626              Borland filename case problem.
18627              
18628              h2ph strictness and cleanliness from Kurt Starsinic.
18629              
18630              Subject: [PATCH] the uncontroversial doc patches
18631      Branch: maint-5.6/perl
18632           +> win32/sncfnmcs.pl
18633           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
18634           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
18635           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
18636           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
18637           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
18638           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
18639           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
18640 ____________________________________________________________________________
18641 [  9226] By: jhi                                   on 2001/03/19  02:10:21
18642         Log: Integrate changes #9207,9214 from mainline into maintperl.
18643              
18644              podchecker relaxations: =over has an *optional* number after it,
18645              and whitespace in L<> is okay.
18646      Branch: maint-5.6/perl
18647           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
18648           !> t/pod/poderrs.xr
18649 ____________________________________________________________________________
18650 [  9225] By: jhi                                   on 2001/03/19  02:07:38
18651         Log: Integrate change #9219 from maintperl into mainline.
18652              
18653              remove duplicated tests
18654      Branch: perl
18655           !> t/op/re_tests
18656 ____________________________________________________________________________
18657 [  9224] By: jhi                                   on 2001/03/19  02:06:11
18658         Log: Integrate change #9223 from mainline to maintperl.
18659              
18660              Document -Dmksymlinks.
18661      Branch: maint-5.6/perl
18662           !> INSTALL
18663 ____________________________________________________________________________
18664 [  9223] By: jhi                                   on 2001/03/19  02:01:25
18665         Log: Document -Dmksymlinks.
18666      Branch: perl
18667            ! INSTALL
18668 ____________________________________________________________________________
18669 [  9222] By: jhi                                   on 2001/03/19  01:15:35
18670         Log: The -Dmksymlinks wasn't working for maintperl.
18671      Branch: maint-5.6/perl
18672            ! Configure
18673 ____________________________________________________________________________
18674 [  9221] By: jhi                                   on 2001/03/19  00:49:43
18675         Log: Cleanup pixie residue.
18676      Branch: perl
18677            ! Makefile.SH
18678 ____________________________________________________________________________
18679 [  9220] By: jhi                                   on 2001/03/19  00:44:47
18680         Log: Document the use of pixie/prof; create make targets for it.
18681              
18682              TODO: make t/TEST pixie-aware.
18683      Branch: perl
18684            ! Makefile.SH pod/perlhack.pod
18685 ____________________________________________________________________________
18686 [  9219] By: gsar                                  on 2001/03/19  00:16:55
18687         Log: remove duplicated tests
18688      Branch: maint-5.6/perl
18689            ! t/op/re_tests
18690 ____________________________________________________________________________
18691 [  9218] By: jhi                                   on 2001/03/18  23:59:31
18692         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
18693      Branch: perl
18694            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
18695 ____________________________________________________________________________
18696 [  9217] By: jhi                                   on 2001/03/18  23:25:20
18697         Log: Rewrite the tests section of Makefile to be less redundant
18698              and to allow for more flexible test targets, many recursive
18699              make calls introduced.
18700      Branch: perl
18701            ! Makefile.SH
18702 ____________________________________________________________________________
18703 [  9216] By: jhi                                   on 2001/03/18  22:30:04
18704         Log: Document the use of Third Degree (sparsely).
18705      Branch: perl
18706            ! pod/perlhack.pod t/TEST
18707 ____________________________________________________________________________
18708 [  9215] By: jhi                                   on 2001/03/18  22:10:30
18709         Log: Make targets for testing with Third Degree.
18710      Branch: perl
18711            ! Makefile.SH
18712 ____________________________________________________________________________
18713 [  9214] By: jhi                                   on 2001/03/18  21:08:53
18714         Log: The podchecker relaxations need to mirrored also at the tests.
18715      Branch: perl
18716            ! t/pod/poderrs.xr
18717 ____________________________________________________________________________
18718 [  9213] By: jhi                                   on 2001/03/18  20:56:21
18719         Log: Update Changes.
18720      Branch: perl
18721            ! Changes patchlevel.h
18722 ____________________________________________________________________________
18723 [  9212] By: jhi                                   on 2001/03/18  20:36:59
18724         Log: Looking for config.sh in parent directories isn't
18725              very useful for the toplevel Makefile.
18726      Branch: perl
18727            ! Makefile.SH
18728 ____________________________________________________________________________
18729 [  9211] By: jhi                                   on 2001/03/18  20:33:37
18730         Log: On "make clean" take care of Third Degree droppings.
18731      Branch: perl
18732            ! Makefile.SH
18733 ____________________________________________________________________________
18734 [  9210] By: jhi                                   on 2001/03/18  20:21:34
18735         Log: Add a hook for running the tests under the Third Degree
18736              debugging tool (set $ENV{PERL_3LOG} to non-zero)
18737              
18738              TODO: Document the use of Third Degree.
18739      Branch: perl
18740            ! t/TEST
18741 ____________________________________________________________________________
18742 [  9209] By: jhi                                   on 2001/03/18  20:19:07
18743         Log: Regen toc and api pods.
18744      Branch: perl
18745            ! pod/perlapi.pod pod/perltoc.pod
18746 ____________________________________________________________________________
18747 [  9208] By: jhi                                   on 2001/03/18  20:12:12
18748         Log: Integrate changes #8128,9132 from mainline into maintperl,
18749              Tie::SubstrHash fixes.
18750      Branch: maint-5.6/perl
18751           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
18752 ____________________________________________________________________________
18753 [  9207] By: jhi                                   on 2001/03/18  20:07:43
18754         Log: podchecker relaxations from Michael Stevens.
18755      Branch: perl
18756            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
18757 ____________________________________________________________________________
18758 [  9206] By: jhi                                   on 2001/03/18  20:04:24
18759         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
18760      Branch: perl
18761            ! lib/Locale/Constants.pm lib/Locale/Country.pm
18762            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
18763            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
18764 ____________________________________________________________________________
18765 [  9205] By: jhi                                   on 2001/03/18  19:54:45
18766         Log: Integrate changes #9161,9162 from maintperl to mainline.
18767              
18768              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
18769              results
18770      Branch: perl
18771           !> t/op/magic.t
18772 ____________________________________________________________________________
18773 [  9204] By: jhi                                   on 2001/03/18  19:37:46
18774         Log: Make perl.third checks more understandable to the builder.
18775      Branch: perl
18776            ! Makefile.SH
18777 ____________________________________________________________________________
18778 [  9203] By: jhi                                   on 2001/03/18  19:20:54
18779         Log: Re-integrate #9138 from maintperl to mainline,
18780              the squelching of the unneeded "Scalars leaked" messages.
18781      Branch: perl
18782           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18783           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18784           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18785 ____________________________________________________________________________
18786 [  9202] By: jhi                                   on 2001/03/18  18:48:36
18787         Log: More robust and more paranoid perl.third target.
18788      Branch: perl
18789            ! Makefile.SH
18790 ____________________________________________________________________________
18791 [  9201] By: jhi                                   on 2001/03/18  18:39:21
18792         Log: Integrate change #9197 from maintperl to mainline.
18793              
18794              more thorough cleaning of arenas.
18795      Branch: perl
18796           !> embed.pl perl.c proto.h sv.c t/op/sort.t
18797 ____________________________________________________________________________
18798 [  9200] By: jhi                                   on 2001/03/18  18:25:17
18799         Log: Integrate perlio.
18800      Branch: perl
18801           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
18802           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
18803           !> t/lib/encode.t toke.c universal.c utf8.c
18804 ____________________________________________________________________________
18805 [  9199] By: nick                                  on 2001/03/18  15:23:51
18806         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
18807              is the sense of the test being done. Avoid some magical 127 and 128 values
18808              by using macros.
18809      Branch: perlio
18810            ! doop.c pp_ctl.c sv.c toke.c
18811 ____________________________________________________________________________
18812 [  9198] By: nick                                  on 2001/03/18  14:18:12
18813         Log: UTF-X encoding invariance for Encode:
18814              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
18815              - move the XS code for those to universal.c (so in miniperl)
18816              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
18817              - change ext/Encode/compile to use above.
18818              - Fix t/lib/encode.t for above
18819              - Teach t/lib/b.t to expect -uutf8
18820              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
18821              utf8.pm is needed.
18822      Branch: perlio
18823            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18824            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
18825 ____________________________________________________________________________
18826 [  9197] By: gsar                                  on 2001/03/18  12:15:57
18827         Log: more thorough cleaning of arenas--keep going until no more
18828              SvREFCNT_dec()s occur (this fixes the problem that causes the
18829              pesky "Scalars leaked" warnings)
18830      Branch: maint-5.6/perl
18831            ! embed.pl perl.c proto.h sv.c t/op/sort.t
18832 ____________________________________________________________________________
18833 [  9196] By: nick                                  on 2001/03/18  10:57:29
18834         Log: Fix pragma/utf8.t # 15
18835              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
18836              are SvUTF8 as well.
18837      Branch: perlio
18838            ! toke.c
18839 ____________________________________________________________________________
18840 [  9195] By: nick                                  on 2001/03/18  09:27:06
18841         Log: Integrate mainline
18842      Branch: perlio
18843           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
18844           !> t/op/pat.t
18845 ____________________________________________________________________________
18846 [  9194] By: jhi                                   on 2001/03/18  05:29:59
18847         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
18848              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
18849      Branch: perl
18850            ! op.c op.h t/op/misc.t t/op/pat.t
18851 ____________________________________________________________________________
18852 [  9193] By: jhi                                   on 2001/03/18  05:15:06
18853         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
18854      Branch: perl
18855            ! mg.c t/op/pat.t
18856 ____________________________________________________________________________
18857 [  9192] By: jhi                                   on 2001/03/18  04:22:43
18858         Log: tr/// UTF-8 patches from Inaba Hiroto.
18859      Branch: perl
18860            ! doop.c op.c
18861 ____________________________________________________________________________
18862 [  9191] By: jhi                                   on 2001/03/18  04:21:17
18863         Log: Integrate perlio.
18864      Branch: perl
18865           !> utf8.c utfebcdic.h
18866 ____________________________________________________________________________
18867 [  9190] By: nick                                  on 2001/03/17  20:32:01
18868         Log: Correct #if EBCDIC side typos.
18869              Builds and passes many tests on OS390.
18870      Branch: perlio
18871            ! utf8.c utfebcdic.h
18872 ____________________________________________________________________________
18873 [  9189] By: jhi                                   on 2001/03/17  18:55:49
18874         Log: Add prerequisites for the perl.third target.
18875      Branch: perl
18876            ! Makefile.SH
18877 ____________________________________________________________________________
18878 [  9188] By: jhi                                   on 2001/03/17  18:46:00
18879         Log: Integrate perlio.
18880      Branch: perl
18881           +> utfebcdic.h
18882           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
18883 ____________________________________________________________________________
18884 [  9187] By: jhi                                   on 2001/03/17  18:38:47
18885         Log: Add a make rule for perl.third (the Third Degree memory debugging
18886              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
18887      Branch: perl
18888            ! Makefile.SH
18889 ____________________________________________________________________________
18890 [  9186] By: nick                                  on 2001/03/17  18:34:48
18891         Log: MANIFEST addition :-(
18892      Branch: perlio
18893            ! MANIFEST
18894 ____________________________________________________________________________
18895 [  9185] By: nick                                  on 2001/03/17  18:29:50
18896         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
18897              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
18898              a superset of ASCII are invariant under the encoding. This is EBCDIC
18899              friendly as an encoded string can be looked at as being EBCDIC by lexer
18900              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
18901              ASCII on ASCII machines.
18902              
18903              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
18904              seperate.
18905              - Add some more macros to comprehend different shift amounts and
18906              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
18907              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
18908              and conditionaly #include it.
18909              
18910              EBCDIC build as yet untested.  ASCII still fails the one test.
18911      Branch: perlio
18912            + utfebcdic.h
18913            ! utf8.c utf8.h
18914 ____________________________________________________________________________
18915 [  9184] By: nick                                  on 2001/03/17  17:44:16
18916         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
18917      Branch: perlio
18918            ! doop.c perl.h pp.c utf8.h
18919 ____________________________________________________________________________
18920 [  9183] By: jhi                                   on 2001/03/17  15:55:42
18921         Log: Integrate perlio.
18922      Branch: perl
18923            ! MANIFEST
18924           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
18925 ____________________________________________________________________________
18926 [  9182] By: nick                                  on 2001/03/17  09:16:06
18927         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
18928      Branch: perlio
18929            ! t/op/pat.t
18930 ____________________________________________________________________________
18931 [  9181] By: nick                                  on 2001/03/17  09:15:11
18932         Log: Integrate mainline.
18933      Branch: perlio
18934           +> lib/Locale/Constants.pm lib/Locale/Country.pm
18935           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
18936           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
18937           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
18938           !> (integrate 83 files)
18939 ____________________________________________________________________________
18940 [  9180] By: nick                                  on 2001/03/16  17:23:21
18941         Log: EBCDIC Fixes.
18942      Branch: perlio
18943            ! perl.h sv.c toke.c utf8.c utf8.h
18944 ____________________________________________________________________________
18945 [  9179] By: jhi                                   on 2001/03/16  14:10:12
18946         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
18947              a change needed to work around an AIX compiler bug.
18948      Branch: perl
18949            ! ext/Storable/Storable.xs
18950 ____________________________________________________________________________
18951 [  9178] By: jhi                                   on 2001/03/16  03:19:59
18952         Log: With Damian's approval synchronize damian's modules'
18953              licensing with Perl's standard module licensing.
18954      Branch: perl
18955            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
18956 ____________________________________________________________________________
18957 [  9177] By: jhi                                   on 2001/03/16  03:15:34
18958         Log: Make the Filter::Util:Call files have their own copies
18959              of the Perl standard module licensing, from Paul Marquess.
18960      Branch: perl
18961            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18962 ____________________________________________________________________________
18963 [  9176] By: jhi                                   on 2001/03/16  02:56:04
18964         Log: Subject: [PATCH] more pod patches
18965              From: Michael Stevens <michael@etla.org>
18966              Date: Thu, 15 Mar 2001 21:25:18 +0000
18967              Message-ID: <20010315212518.A18870@firedrake.org>
18968      Branch: perl
18969            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
18970            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
18971            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
18972            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
18973            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
18974            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
18975            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
18976            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
18977            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
18978            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
18979            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
18980            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
18981            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
18982            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
18983            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
18984            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
18985            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
18986            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
18987            ! lib/Locale/Country.pm lib/Locale/Language.pm
18988            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
18989            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
18990            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
18991            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
18992            ! os2/OS2/Process/Process.pm
18993 ____________________________________________________________________________
18994 [  9175] By: jhi                                   on 2001/03/16  02:53:32
18995         Log: Subject: [PATCH] the uncontroversial doc patches
18996              From: Michael Stevens <michael@etla.org>
18997              Date: Thu, 15 Mar 2001 20:01:12 +0000
18998              Message-ID: <20010315200112.A7636@firedrake.org>
18999      Branch: perl
19000            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
19001            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
19002            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
19003            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
19004            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
19005 ____________________________________________________________________________
19006 [  9174] By: jhi                                   on 2001/03/16  02:50:49
19007         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
19008              From: Paul Lindner <lindner@inuus.com>
19009              Date: Fri, 16 Mar 2001 11:28:03 -0800
19010              Message-ID: <20010316112803.A7577@inuus.com>
19011      Branch: perl
19012            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19013 ____________________________________________________________________________
19014 [  9173] By: nick                                  on 2001/03/15  20:21:03
19015         Log: 1st day's EBCDIC fixes:
19016              - toke.c's parsing of strings needed attention
19017              needed to conditionally e2a if string was already UTF-8
19018              - e2a/a2e tables where wrong way round.
19019              - new macros in utf8.h
19020      Branch: perlio
19021            ! perl.h toke.c utf8.h
19022 ____________________________________________________________________________
19023 [  9172] By: jhi                                   on 2001/03/15  15:17:17
19024         Log: Update Changes.
19025      Branch: perl
19026            ! Changes patchlevel.h
19027 ____________________________________________________________________________
19028 [  9171] By: jhi                                   on 2001/03/15  15:09:32
19029         Log: Subject: Re: Another Borland C++ problem.
19030              From: "Vadim Konovalov" <watman@inbox.ru>
19031              Date: Sat, 10 Mar 2001 19:26:07 +0300
19032              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
19033              
19034              Borland filename case problem.
19035      Branch: perl
19036            + win32/sncfnmcs.pl
19037            ! MANIFEST README.win32
19038 ____________________________________________________________________________
19039 [  9170] By: jhi                                   on 2001/03/15  14:54:23
19040         Log: Add Locale::Codes 1.06, from Neil Bowers.
19041      Branch: perl
19042            + lib/Locale/Constants.pm lib/Locale/Country.pm
19043            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
19044            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
19045            + t/lib/lc-language.t t/lib/lc-uk.t
19046            ! MANIFEST
19047 ____________________________________________________________________________
19048 [  9169] By: jhi                                   on 2001/03/15  14:19:01
19049         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
19050      Branch: perl
19051            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19052            ! ext/Storable/Storable.xs
19053 ____________________________________________________________________________
19054 [  9168] By: jhi                                   on 2001/03/15  14:13:22
19055         Log: Integrate changes #9120,9167 from mainline to maintperl.
19056              
19057              Subject: [PATCH 5.6.1] OS/2 docs
19058              
19059              Subject: [PATCH 5.6.1] perldoc
19060      Branch: maint-5.6/perl
19061           !> os2/Changes utils/perldoc.PL
19062 ____________________________________________________________________________
19063 [  9167] By: jhi                                   on 2001/03/15  14:07:42
19064         Log: Subject: [PATCH 5.6.1] perldoc
19065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19066              Date: Wed, 14 Mar 2001 23:46:52 -0500
19067              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
19068      Branch: perl
19069            ! utils/perldoc.PL
19070 ____________________________________________________________________________
19071 [  9166] By: jhi                                   on 2001/03/15  13:53:15
19072         Log: sigaction test condition tweakage.
19073      Branch: perl
19074            ! t/lib/sigaction.t
19075 ____________________________________________________________________________
19076 [  9165] By: alanbur                               on 2001/03/15  03:49:17
19077         Log: Resynchronised with parent
19078      Branch: maint-5.6/pureperl
19079           +> os2/os2add.sym t/op/anonsub.t
19080           !> (integrate 72 files)
19081 ____________________________________________________________________________
19082 [  9164] By: jhi                                   on 2001/03/15  01:05:01
19083         Log: Avoid stomping off the beginning of an array in tr///.
19084      Branch: perl
19085            ! op.c
19086 ____________________________________________________________________________
19087 [  9163] By: jhi                                   on 2001/03/15  00:58:57
19088         Log: h2ph strictness and cleanliness from Kurt Starsinic.
19089      Branch: perl
19090            ! utils/h2ph.PL
19091 ____________________________________________________________________________
19092 [  9162] By: gsar                                  on 2001/03/15  00:56:53
19093         Log: avoid warnings
19094      Branch: maint-5.6/perl
19095            ! t/op/magic.t
19096 ____________________________________________________________________________
19097 [  9161] By: gsar                                  on 2001/03/15  00:52:09
19098         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19099              results
19100      Branch: maint-5.6/perl
19101            ! t/op/magic.t
19102 ____________________________________________________________________________
19103 [  9160] By: jhi                                   on 2001/03/14  22:02:10
19104         Log: Do not use the Perl malloc in IRIX, suggested by
19105              Helmus Jarausch.
19106      Branch: perl
19107            ! hints/irix_6.sh
19108 ____________________________________________________________________________
19109 [  9159] By: nick                                  on 2001/03/14  21:45:59
19110         Log: Integrate mainline
19111      Branch: perlio
19112           +> t/op/loopctl.t
19113           !> (integrate 41 files)
19114 ____________________________________________________________________________
19115 [  9158] By: jhi                                   on 2001/03/14  21:10:09
19116         Log: The Day of the Retractions continues: the #9138
19117              (integrated in #9144) doesn't work well in mainline.
19118      Branch: perl
19119            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19120            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19121            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19122 ____________________________________________________________________________
19123 [  9157] By: jhi                                   on 2001/03/14  20:58:12
19124         Log: The #9145 CANNOT be enabled: the clear_pmop code still
19125              dumps core all over in Tru64.
19126      Branch: perl
19127            ! op.c op.h t/op/pat.t
19128 ____________________________________________________________________________
19129 [  9156] By: jhi                                   on 2001/03/14  20:48:06
19130         Log: Integrate change #9154 from maintperl to mainline.
19131              
19132              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
19133              (caused Storable 1.0.10 to break on windows)
19134      Branch: perl
19135           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
19136           !> perlapi.c proto.h
19137 ____________________________________________________________________________
19138 [  9155] By: jhi                                   on 2001/03/14  20:23:53
19139         Log: Retract #9136: breaks threading (and binary compatibility).
19140      Branch: perl
19141            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
19142 ____________________________________________________________________________
19143 [  9154] By: gsar                                  on 2001/03/14  17:48:18
19144         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
19145              (caused Storable 1.0.10 to break on windows)
19146      Branch: maint-5.6/perl
19147            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
19148            ! perlapi.c proto.h
19149 ____________________________________________________________________________
19150 [  9153] By: jhi                                   on 2001/03/14  13:35:21
19151         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
19152      Branch: perl
19153            ! t/lib/sigaction.t
19154 ____________________________________________________________________________
19155 [  9152] By: gsar                                  on 2001/03/14  07:29:40
19156         Log: back out changes#9012,9010,9009 and parts of change#9016
19157              (causes ABRs under purify, and some prerequisites don't
19158              seem to be there in 5.6.x)
19159      Branch: maint-5.6/perl
19160            ! doop.c op.c t/op/tr.t toke.c
19161 ____________________________________________________________________________
19162 [  9151] By: gsar                                  on 2001/03/14  07:01:29
19163         Log: reenable change#9145 (the test was busted due to a missing
19164              C<print "ok 27\n">)
19165      Branch: perl
19166            ! op.c op.h t/op/pat.t
19167 ____________________________________________________________________________
19168 [  9150] By: jhi                                   on 2001/03/14  06:38:36
19169         Log: Retract #9145.
19170      Branch: perl
19171            ! op.c op.h t/op/pat.t
19172 ____________________________________________________________________________
19173 [  9149] By: jhi                                   on 2001/03/14  06:14:56
19174         Log: Retract #9143.
19175      Branch: perl
19176            ! op.c
19177 ____________________________________________________________________________
19178 [  9148] By: gsar                                  on 2001/03/14  06:13:02
19179         Log: Uninitialized Memory Read in regexec.c
19180      Branch: perl
19181            ! regexec.c
19182 ____________________________________________________________________________
19183 [  9147] By: jhi                                   on 2001/03/14  04:59:54
19184         Log: Subject: PATCH: make goto work in nested eval ""
19185              From: Robin Houston <robin@kitsite.com>
19186              Date: Wed, 14 Mar 2001 04:16:10 +0000
19187              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
19188      Branch: perl
19189            ! pp_ctl.c t/op/goto.t
19190 ____________________________________________________________________________
19191 [  9146] By: jhi                                   on 2001/03/14  04:42:54
19192         Log: Preserve the #ifdef PERL_CORE in perly.h.
19193      Branch: perl
19194            ! perly.fixer
19195 ____________________________________________________________________________
19196 [  9145] By: jhi                                   on 2001/03/14  03:57:41
19197         Log: (Retracted by #9150.)
19198      Branch: perl
19199            ! op.c op.h t/op/pat.t
19200 ____________________________________________________________________________
19201 [  9144] By: jhi                                   on 2001/03/14  03:50:38
19202         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
19203              
19204              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
19205              
19206              remove squelch controls for "Scalars leaked" messages in most places
19207              (these are now cured)
19208              
19209              fix another memory leak reported by purify (tie callbacks that
19210              croak can leak when wiping out magic)
19211      Branch: perl
19212           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
19213           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
19214           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
19215           !> t/pragma/warnings.t
19216 ____________________________________________________________________________
19217 [  9143] By: jhi                                   on 2001/03/14  03:37:53
19218         Log: (Retracted by #9149.)
19219      Branch: perl
19220            ! op.c
19221 ____________________________________________________________________________
19222 [  9142] By: gsar                                  on 2001/03/14  03:20:48
19223         Log: fix another memory leak reported by purify (tie callbacks that
19224              croak can leak when wiping out magic)
19225      Branch: maint-5.6/perl
19226            ! scope.c
19227 ____________________________________________________________________________
19228 [  9141] By: jhi                                   on 2001/03/14  02:55:00
19229         Log: Subject: PATCH for [ID 20010305.003]
19230              From: Robin Houston <robin@kitsite.com>
19231              Date: Wed, 14 Mar 2001 02:45:51 +0000
19232              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
19233      Branch: perl
19234            ! pp_ctl.c t/op/eval.t
19235 ____________________________________________________________________________
19236 [  9140] By: jhi                                   on 2001/03/14  02:41:54
19237         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19238              Date: Wed, 14 Mar 2001 01:52:51 +0000
19239              From: Robin Houston <robin@kitsite.com>
19240              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
19241              
19242              Fix for 2000313.004.
19243      Branch: perl
19244            ! pp_ctl.c t/op/goto.t
19245 ____________________________________________________________________________
19246 [  9139] By: jhi                                   on 2001/03/14  02:40:50
19247         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19248              From: Robin Houston <robin@kitsite.com>
19249              Date: Wed, 14 Mar 2001 00:43:45 +0000
19250              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
19251      Branch: perl
19252            + t/op/loopctl.t
19253            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
19254            ! vms/perly_c.vms
19255 ____________________________________________________________________________
19256 [  9138] By: gsar                                  on 2001/03/14  01:18:00
19257         Log: remove squelch controls for "Scalars leaked" messages in most places
19258              (these are now cured)
19259      Branch: maint-5.6/perl
19260            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19261            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19262            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19263 ____________________________________________________________________________
19264 [  9137] By: gsar                                  on 2001/03/14  00:57:04
19265         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
19266      Branch: maint-5.6/perl
19267            ! regcomp.c
19268 ____________________________________________________________________________
19269 [  9136] By: jhi                                   on 2001/03/13  23:12:24
19270         Log: (Retracted by #9155)
19271              
19272              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
19273              From: Jens-Uwe Mager <jum@helios.de>
19274              Date: Wed, 21 Feb 2001 21:32:04 +0100
19275              Message-ID: <20010221213203.A18340@ans.helios.de>
19276      Branch: perl
19277            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
19278 ____________________________________________________________________________
19279 [  9135] By: jhi                                   on 2001/03/13  22:50:05
19280         Log: Integrate perlio.
19281      Branch: perl
19282           !> pp.c
19283 ____________________________________________________________________________
19284 [  9134] By: jhi                                   on 2001/03/13  22:49:05
19285         Log: Integrate change #9131 from maintperl into mainline.
19286              
19287              make the error text look more consistent in hints/hpux.sh
19288      Branch: perl
19289           !> hints/hpux.sh
19290 ____________________________________________________________________________
19291 [  9133] By: gsar                                  on 2001/03/13  22:46:20
19292         Log: integrate change#9067 from mainline
19293              
19294              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19295      Branch: maint-5.6/perl
19296           !> lib/ExtUtils/MM_Unix.pm
19297 ____________________________________________________________________________
19298 [  9132] By: jhi                                   on 2001/03/13  22:41:21
19299         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19300              From: "John P. Linderman" <jpl@research.att.com>
19301              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
19302              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
19303              
19304              A more correct prime finder.
19305      Branch: perl
19306            ! lib/Tie/SubstrHash.pm
19307 ____________________________________________________________________________
19308 [  9131] By: gsar                                  on 2001/03/13  22:30:42
19309         Log: make the error text look more consistent in hints/hpux.sh
19310      Branch: maint-5.6/perl
19311            ! hints/hpux.sh
19312 ____________________________________________________________________________
19313 [  9130] By: jhi                                   on 2001/03/13  22:23:44
19314         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
19315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19316              Date: Tue, 13 Mar 2001 18:41:26 +0100
19317              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
19318              
19319              If the test is run non-interactively the default handler
19320              is different.
19321      Branch: perl
19322            ! t/lib/sigaction.t
19323 ____________________________________________________________________________
19324 [  9129] By: jhi                                   on 2001/03/13  22:20:21
19325         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
19326              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19327              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
19328              Date:     Tue, 13 Mar 2001 16:44:32 EST
19329      Branch: perl
19330            ! t/lib/1_compile.t
19331 ____________________________________________________________________________
19332 [  9128] By: jhi                                   on 2001/03/13  22:18:34
19333         Log: Subject: Another patch for integer.pm POD 
19334              From: "John L. Allen" <allen@grumman.com>
19335              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
19336              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
19337      Branch: perl
19338            ! lib/integer.pm
19339 ____________________________________________________________________________
19340 [  9127] By: nick                                  on 2001/03/13  21:26:30
19341         Log: Integrate mainline.
19342      Branch: perlio
19343           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
19344           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
19345           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
19346           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
19347           !> Changes Configure MANIFEST README.os2 README.os390
19348           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
19349           !> os2/Changes patchlevel.h win32/perlhost.h
19350 ____________________________________________________________________________
19351 [  9126] By: nick                                  on 2001/03/13  20:39:51
19352         Log: #ifdef'ed out code to make packed side of pack/unpack
19353              octets. (i.e. pack('U') => encode_utf8).
19354      Branch: perlio
19355            ! pp.c
19356 ____________________________________________________________________________
19357 [  9125] By: jhi                                   on 2001/03/13  15:07:16
19358         Log: Update Changes.
19359      Branch: perl
19360            ! Changes patchlevel.h
19361 ____________________________________________________________________________
19362 [  9124] By: jhi                                   on 2001/03/13  14:22:45
19363         Log: Workaround for the buggy ("internal compiler error")
19364              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
19365              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
19366              of Andreas König.
19367      Branch: perl
19368            ! ext/re/Makefile.PL hints/aix.sh
19369 ____________________________________________________________________________
19370 [  9123] By: jhi                                   on 2001/03/13  03:24:34
19371         Log: Typo in #9114.
19372      Branch: metaconfig
19373            ! U/modified/myhostname.U
19374 ____________________________________________________________________________
19375 [  9122] By: jhi                                   on 2001/03/13  03:24:06
19376         Log: Typo in #9113.
19377      Branch: perl
19378            ! Configure
19379 ____________________________________________________________________________
19380 [  9121] By: jhi                                   on 2001/03/13  01:53:05
19381         Log: Forgot to check-in the larger part of #9120, duh.
19382      Branch: perl
19383            ! README.os2
19384 ____________________________________________________________________________
19385 [  9120] By: jhi                                   on 2001/03/13  01:51:31
19386         Log: Subject: [PATCH 5.6.1] OS/2 docs
19387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19388              Date: Mon, 12 Mar 2001 03:27:32 -0500
19389              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
19390      Branch: perl
19391            ! os2/Changes
19392 ____________________________________________________________________________
19393 [  9119] By: jhi                                   on 2001/03/13  01:49:41
19394         Log: Integrate change #9116 from maintperl into mainline.
19395              
19396              Win32::GetCwd() returns C: instead of C:\ in the root directory
19397              under ithreads
19398      Branch: perl
19399           !> win32/perlhost.h
19400 ____________________________________________________________________________
19401 [  9118] By: jhi                                   on 2001/03/13  01:13:39
19402         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
19403      Branch: perl
19404            + lib/Switch.pm t/lib/switch.t
19405            ! MANIFEST
19406 ____________________________________________________________________________
19407 [  9117] By: jhi                                   on 2001/03/13  01:03:17
19408         Log: Add Text::Balanced 1.83.
19409      Branch: perl
19410            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
19411            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
19412            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
19413            + t/lib/tb-xvari.t
19414            ! MANIFEST
19415 ____________________________________________________________________________
19416 [  9116] By: gsar                                  on 2001/03/13  00:55:53
19417         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
19418              under ithreads
19419      Branch: maint-5.6/perl
19420            ! win32/perlhost.h
19421 ____________________________________________________________________________
19422 [  9115] By: jhi                                   on 2001/03/13  00:54:09
19423         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
19424              From: "John L. Allen" <allen@grumman.com>
19425              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
19426              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
19427              
19428              use integer document clarification.
19429      Branch: perl
19430            ! lib/integer.pm
19431 ____________________________________________________________________________
19432 [  9114] By: jhi                                   on 2001/03/13  00:38:54
19433         Log: Metaconfig unit change for #9113.
19434      Branch: metaconfig
19435            ! U/modified/myhostname.U
19436 ____________________________________________________________________________
19437 [  9113] By: jhi                                   on 2001/03/13  00:38:35
19438         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?)
19439              From: Peter Prymmer <pvhp@forte.com>
19440              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
19441              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
19442      Branch: perl
19443            ! Configure README.os390 hints/os390.sh
19444 ____________________________________________________________________________
19445 [  9112] By: jhi                                   on 2001/03/13  00:29:00
19446         Log: Integrate perlio.
19447      Branch: perl
19448           !> sv.c utf8.h
19449 ____________________________________________________________________________
19450 [  9111] By: nick                                  on 2001/03/12  21:16:33
19451         Log: Integrate mainline.
19452      Branch: perlio
19453           +> t/op/anonsub.t
19454           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19455           !> proto.h sv.c
19456 ____________________________________________________________________________
19457 [  9110] By: nick                                  on 2001/03/12  21:00:13
19458         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
19459      Branch: perlio
19460            ! sv.c utf8.h
19461 ____________________________________________________________________________
19462 [  9109] By: jhi                                   on 2001/03/12  16:04:47
19463         Log: Integrate change #9108 from maintperl to mainline.
19464              
19465              fix memory leak in C<sub X { sub {} }> arising from a refcount
19466              loop between the outer sub and the inner prototype anonsub
19467              
19468              this also enables closures returned by subroutines that
19469              subsequently get redefined to work without generating coredumps :)
19470              
19471              completely removed the free_closures() hack--it shouldn't be
19472              needed anymore
19473      Branch: perl
19474           +> t/op/anonsub.t
19475           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19476           !> proto.h sv.c
19477 ____________________________________________________________________________
19478 [  9108] By: gsar                                  on 2001/03/12  10:21:31
19479         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
19480              loop between the outer sub and the inner prototype anonsub
19481              
19482              this also enables closures returned by subroutines that
19483              subsequently get redefined to work without generating coredumps :)
19484              
19485              completely removed the free_closures() hack--it shouldn't be
19486              needed anymore
19487      Branch: maint-5.6/perl
19488            + t/op/anonsub.t
19489            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19490            ! proto.h sv.c
19491 ____________________________________________________________________________
19492 [  9107] By: jhi                                   on 2001/03/12  05:15:31
19493         Log: Integrate perlio.
19494      Branch: perl
19495           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
19496 ____________________________________________________________________________
19497 [  9106] By: nick                                  on 2001/03/11  20:10:12
19498         Log: regcomp.c is working in native space, not Unicode space (if different)
19499              as it is doing compare against 'W' in \W etc.
19500      Branch: perlio
19501            ! regcomp.c
19502 ____________________________________________________________________________
19503 [  9105] By: nick                                  on 2001/03/11  19:39:34
19504         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
19505              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
19506      Branch: perlio
19507            ! regcomp.c toke.c utf8.c
19508 ____________________________________________________________________________
19509 [  9104] By: nick                                  on 2001/03/11  18:15:44
19510         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
19511      Branch: perlio
19512            ! sv.c
19513 ____________________________________________________________________________
19514 [  9103] By: nick                                  on 2001/03/11  18:03:28
19515         Log: Integrate mainline (for regexp stuff).
19516      Branch: perlio
19517           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19518           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
19519           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
19520           !> t/lib/errno.t t/op/pat.t
19521 ____________________________________________________________________________
19522 [  9102] By: nick                                  on 2001/03/11  17:44:20
19523         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
19524              - exclude layer syms in makedef.pl for sfio
19525              - also inhibit Encode from trying to build ":encode()" layer.
19526      Branch: perlio
19527            ! ext/Encode/Encode.xs makedef.pl
19528 ____________________________________________________________________________
19529 [  9101] By: jhi                                   on 2001/03/10  22:38:13
19530         Log: The $Is_MacOS needs to be declared.
19531      Branch: perl
19532            ! lib/ExtUtils/Manifest.pm
19533 ____________________________________________________________________________
19534 [  9100] By: jhi                                   on 2001/03/10  22:14:29
19535         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
19536              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
19537              pollute the symbolspace if using sfio.
19538      Branch: perl
19539            ! ext/Encode/Encode.xs
19540 ____________________________________________________________________________
19541 [  9099] By: jhi                                   on 2001/03/10  21:58:48
19542         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
19543              Date: Sat, 10 Mar 2001 14:23:55 -0500
19544              From: Chris Nandor <pudge@pobox.com>
19545              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
19546      Branch: perl
19547            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19548            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
19549            ! t/lib/errno.t
19550 ____________________________________________________________________________
19551 [  9098] By: jhi                                   on 2001/03/10  21:38:30
19552         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
19553      Branch: perl
19554            ! regcomp.c regexec.c t/op/pat.t
19555 ____________________________________________________________________________
19556 [  9097] By: jhi                                   on 2001/03/10  14:38:07
19557         Log: Integrate perlio.
19558      Branch: perl
19559           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
19560           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
19561           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
19562 ____________________________________________________________________________
19563 [  9096] By: nick                                  on 2001/03/10  11:55:43
19564         Log: EBCDIC sanity - phase I
19565              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
19566              - use utf8n_xxxx (c.f. pvn) for forms which take length.
19567              - back out vN.N and $^V exceptions to e2a/a2e
19568              - make "locale" isxxx macros be uvchr (may be redundant?)
19569              
19570              Not clear yet that toUPPER_uni et. al. return being handled correctly.
19571              The tr// and rexexp stuff still needs an audit, assumption is they are working
19572              in Unicode space.
19573              
19574              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
19575      Branch: perlio
19576            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
19577            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
19578            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
19579 ____________________________________________________________________________
19580 [  9095] By: jhi                                   on 2001/03/09  22:10:01
19581         Log: Integrate perlio.
19582      Branch: perl
19583           !> dump.c
19584 ____________________________________________________________________________
19585 [  9094] By: nick                                  on 2001/03/09  17:36:38
19586         Log: Builds an passes all tests after integrate and this tweak.
19587      Branch: perlio
19588            ! dump.c
19589 ____________________________________________________________________________
19590 [  9093] By: nick                                  on 2001/03/09  17:16:03
19591         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
19592      Branch: perlio
19593           +> lib/unicode/Scripts.txt t/lib/sigaction.t
19594           !> (integrate 79 files)
19595 ____________________________________________________________________________
19596 [  9092] By: jhi                                   on 2001/03/09  15:28:26
19597         Log: Update Changes.
19598      Branch: perl
19599            ! Changes patchlevel.h
19600 ____________________________________________________________________________
19601 [  9091] By: jhi                                   on 2001/03/09  15:25:05
19602         Log: In op/stat #35 better to scan all the potential directories
19603              for setuids, not just the first one.
19604      Branch: perl
19605            ! t/op/stat.t
19606 ____________________________________________________________________________
19607 [  9090] By: jhi                                   on 2001/03/09  15:01:27
19608         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
19609              From: rspier@pobox.com (Robert Spier)
19610              Date: Fri, 9 Mar 2001 03:30:20 -0500
19611              Message-ID: <15016.38044.381174.160189@rls.cx>
19612              
19613              EXISTS() returning undef mistakenly triggered a FETCH().
19614      Branch: perl
19615            ! hv.c
19616 ____________________________________________________________________________
19617 [  9089] By: jhi                                   on 2001/03/09  14:59:02
19618         Log: Add /sbin and /usr/sbin to the list of directories scanned
19619              for setuid programs.  Takes care of bug id 20010309.003.
19620      Branch: perl
19621            ! t/op/stat.t
19622 ____________________________________________________________________________
19623 [  9088] By: jhi                                   on 2001/03/09  14:48:32
19624         Log: Regen perlapi, perltoc.
19625      Branch: perl
19626            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
19627 ____________________________________________________________________________
19628 [  9087] By: jhi                                   on 2001/03/09  14:38:56
19629         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
19630              From: David Mitchell <davem@fdgroup.co.uk>
19631              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
19632              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
19633      Branch: perl
19634            ! dump.c perl.c perl.h pod/perlrun.pod
19635 ____________________________________________________________________________
19636 [  9086] By: jhi                                   on 2001/03/09  01:47:16
19637         Log: A modified version of
19638              
19639              Subject: [ID 20010307.005] POSIX::sigaction has various problems
19640              From: anders@broadcom.com
19641              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
19642              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
19643              
19644              Currently the sigaction.t test #6 fails (and is fudged to look
19645              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
19646              This may well be a genuine bug in Linux sigaction() (since at
19647              least Tru64, Solaris, and HP-UX disagree with Linux).
19648              Anyone with POSIX / SUSv2 tome handy?  The problem is that
19649              the flags of the oldaction don't match with the flags in
19650              the previously installed disposition.
19651      Branch: perl
19652            + t/lib/sigaction.t
19653            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19654 ____________________________________________________________________________
19655 [  9085] By: jhi                                   on 2001/03/09  01:30:13
19656         Log: Subject: Re: mission impossible for the day
19657              From: Alex Gough <alex@rcon.org>
19658              Date: Thu, 08 Mar 2001 17:18:19 +0000
19659              Message-ID: <3AA7BEDB.8070409@rcon.org>
19660              
19661              If references (are overloaded) and can be directly stringified,
19662              show that instead of "stringified".
19663              
19664              (The problem, infinite mutual recursion caused by overloaded bool
19665              in Switch.pm, tracked by David Mitchell)
19666      Branch: perl
19667            ! lib/Carp/Heavy.pm
19668 ____________________________________________________________________________
19669 [  9084] By: jhi                                   on 2001/03/09  01:20:39
19670         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
19671              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
19672              From: David Mitchell <davem@fdgroup.co.uk>
19673              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
19674      Branch: perl
19675            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
19676            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
19677 ____________________________________________________________________________
19678 [  9083] By: jhi                                   on 2001/03/09  01:16:51
19679         Log: Subject: [PATCH] perldata.pod here-doc docs
19680              From: Jeff Pinyan <jeffp@crusoe.net>
19681              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
19682              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
19683      Branch: perl
19684            ! pod/perldata.pod
19685 ____________________________________________________________________________
19686 [  9082] By: jhi                                   on 2001/03/09  01:01:27
19687         Log: Subject: Re: Unicode/EBCDIC
19688              From: Peter Prymmer <pvhp@forte.com>
19689              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
19690              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
19691      Branch: perl
19692            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
19693 ____________________________________________________________________________
19694 [  9081] By: jhi                                   on 2001/03/08  13:41:30
19695         Log: Subject: Ooops, wrong 'no *POSIX' Patch
19696              From: Dorner Thomas <Thomas.Dorner@start.de>
19697              Date: Thu, 8 Mar 2001 08:43:28 +0100
19698              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
19699      Branch: perl
19700            ! hints/posix-bc.sh
19701 ____________________________________________________________________________
19702 [  9080] By: jhi                                   on 2001/03/08  13:11:42
19703         Log: It's Scripts.txt, not Script.txt.
19704      Branch: perl
19705            ! MANIFEST
19706 ____________________________________________________________________________
19707 [  9079] By: jhi                                   on 2001/03/08  12:59:05
19708         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
19709              From: Dorner Thomas <Thomas.Dorner@start.de>
19710              Date: Wed, 7 Mar 2001 14:13:31 +0100
19711              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
19712      Branch: perl
19713            ! makedepend.SH
19714 ____________________________________________________________________________
19715 [  9078] By: jhi                                   on 2001/03/08  12:57:43
19716         Log: Retract #9069, wrong patch.
19717      Branch: perl
19718            ! Makefile.SH
19719 ____________________________________________________________________________
19720 [  9077] By: jhi                                   on 2001/03/08  01:06:13
19721         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
19722      Branch: perl
19723            + lib/unicode/Scripts.txt
19724            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
19725            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
19726            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
19727            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19728            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19729            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19730            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19731            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19732            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19733            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19734            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19735            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19736            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19737            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19738            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19739            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19740            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
19741            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
19742            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
19743            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
19744            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
19745            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
19746            ! lib/unicode/version
19747 ____________________________________________________________________________
19748 [  9076] By: jhi                                   on 2001/03/07  22:59:39
19749         Log: Integrate change #7784 from mainline into maintperl.
19750              
19751              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
19752      Branch: maint-5.6/perl
19753           !> pp_ctl.c t/op/pat.t
19754 ____________________________________________________________________________
19755 [  9075] By: jhi                                   on 2001/03/07  22:05:11
19756         Log: More UTF-8 test tweaks.
19757      Branch: perl
19758            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
19759 ____________________________________________________________________________
19760 [  9074] By: nick                                  on 2001/03/07  21:39:29
19761         Log: Integrate mainline.
19762      Branch: perlio
19763           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
19764           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
19765           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
19766           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
19767           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
19768 ____________________________________________________________________________
19769 [  9073] By: jhi                                   on 2001/03/07  16:37:09
19770         Log: Update Changes.
19771      Branch: perl
19772            ! Changes patchlevel.h
19773 ____________________________________________________________________________
19774 [  9072] By: jhi                                   on 2001/03/07  16:32:30
19775         Log: Subject: [ID 20010306.004] || != named unary operator
19776              From: abela@geneanet.org
19777              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
19778              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
19779      Branch: perl
19780            ! pod/perlop.pod
19781 ____________________________________________________________________________
19782 [  9071] By: jhi                                   on 2001/03/07  15:14:11
19783         Log: Subject: downgrading to bytes for common functions
19784              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
19785              Date: Wed, 7 Mar 2001 02:36:55 -0500
19786              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
19787      Branch: perl
19788            ! pp_sys.c
19789 ____________________________________________________________________________
19790 [  9070] By: jhi                                   on 2001/03/07  15:04:58
19791         Log: Clarify the description differentiating for and while; inspired by
19792              
19793              Subject: [ID 20010306.002] for/while difference in for definition
19794              From: abela@geneanet.org
19795              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
19796              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
19797      Branch: perl
19798            ! pod/perlsyn.pod
19799 ____________________________________________________________________________
19800 [  9069] By: jhi                                   on 2001/03/07  14:55:30
19801         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
19802              From: Dorner Thomas <Thomas.Dorner@start.de>
19803              Date: Wed, 7 Mar 2001 14:13:31 +0100
19804              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
19805      Branch: perl
19806            ! Makefile.SH
19807 ____________________________________________________________________________
19808 [  9068] By: jhi                                   on 2001/03/07  14:51:17
19809         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19810              From: Radu Greab <radu@netsoft.ro>
19811              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
19812              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
19813      Branch: perl
19814            ! pp.c t/op/chop.t
19815 ____________________________________________________________________________
19816 [  9067] By: jhi                                   on 2001/03/07  14:48:57
19817         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19818              From: Simon Cozens <simon@netthink.co.uk>
19819              Date: Wed, 7 Mar 2001 13:59:28 +0000
19820              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
19821              
19822              In order to allow MakeMaker to build correct Makefiles,
19823              you need to change the order of the arguments in MM_Unix.pm
19824              as well. (Unless you have C89_CCMODE set, but we're trying
19825              to be POSIXly correct)
19826              
19827              Thanks to Merijn Broeren for tracking this down.
19828      Branch: perl
19829            ! lib/ExtUtils/MM_Unix.pm
19830 ____________________________________________________________________________
19831 [  9066] By: jhi                                   on 2001/03/07  14:30:02
19832         Log: Floating point too messy.
19833      Branch: perl
19834            ! t/camel-III/vstring.t
19835 ____________________________________________________________________________
19836 [  9065] By: jhi                                   on 2001/03/07  14:17:44
19837         Log: Integrate change #9064 from maintperl into mainline.
19838              
19839              fix memory leak in pack("Bb",...)
19840      Branch: perl
19841           !> perl.c
19842 ____________________________________________________________________________
19843 [  9064] By: gsar                                  on 2001/03/07  06:29:24
19844         Log: fix memory leak in pack("Bb",...)
19845      Branch: maint-5.6/perl
19846            ! perl.c
19847 ____________________________________________________________________________
19848 [  9063] By: jhi                                   on 2001/03/07  00:55:04
19849         Log: Major utf8 test reorganisation and rewrite.
19850              Hopefully no tests were lost in the shuffle.
19851              (The beginning of pragma/utf8 was lost intentionally,
19852              the tests were rather bogus and incomplete.)
19853      Branch: perl
19854            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
19855            ! t/pragma/utf8.t
19856 ____________________________________________________________________________
19857 [  9062] By: jhi                                   on 2001/03/07  00:41:16
19858         Log: More tweakage on the Unicode character class descriptions.
19859      Branch: perl
19860            ! lib/unicode/mktables.PL pod/perlretut.pod
19861 ____________________________________________________________________________
19862 [  9061] By: jhi                                   on 2001/03/06  23:12:38
19863         Log: The perlretut was still talking about the old \p and \P
19864              definitions.
19865      Branch: perl
19866            ! pod/perlretut.pod
19867 ____________________________________________________________________________
19868 [  9060] By: nick                                  on 2001/03/06  20:52:37
19869         Log: Integrate mainline (make test works again now).
19870      Branch: perlio
19871           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
19872 ____________________________________________________________________________
19873 [  9059] By: jhi                                   on 2001/03/06  15:36:14
19874         Log: 0.999... does equal 1.0, doesn't it?
19875      Branch: perl
19876            ! t/camel-III/vstring.t
19877 ____________________________________________________________________________
19878 [  9058] By: jhi                                   on 2001/03/06  15:34:00
19879         Log: Make /x{abcd}/ to work without use utf8.
19880      Branch: perl
19881            ! regcomp.c
19882 ____________________________________________________________________________
19883 [  9057] By: jhi                                   on 2001/03/06  03:02:36
19884         Log: Easier to outcomment all the three reset() tests for now.
19885      Branch: perl
19886            ! t/op/pat.t
19887 ____________________________________________________________________________
19888 [  9056] By: jhi                                   on 2001/03/06  02:30:02
19889         Log: Comment out the deadly reset; until the 20010301.005
19890              is finally fixed.
19891      Branch: perl
19892            ! t/op/pat.t
19893 ____________________________________________________________________________
19894 [  9055] By: jhi                                   on 2001/03/06  02:21:26
19895         Log: Integrate the change #9054 from mainline:
19896              retract the PMOP cleanup patch pending further investigation.
19897      Branch: maint-5.6/perl
19898           !> op.c op.h
19899 ____________________________________________________________________________
19900 [  9054] By: jhi                                   on 2001/03/06  02:19:57
19901         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
19902              with oddly familiar stack traces.
19903      Branch: perl
19904            ! op.c op.h
19905 ____________________________________________________________________________
19906 [  9053] By: jhi                                   on 2001/03/05  23:20:28
19907         Log: Integrate perlio.
19908      Branch: perl
19909           +> ext/Encode/Encode/koi8-r.ucm
19910           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19911           !> makedef.pl
19912 ____________________________________________________________________________
19913 [  9052] By: nick                                  on 2001/03/05  23:08:17
19914         Log: skipping USE_PERLIO symbols correction.
19915      Branch: perlio
19916            ! makedef.pl
19917 ____________________________________________________________________________
19918 [  9051] By: nick                                  on 2001/03/05  22:35:07
19919         Log: More Encode alias tidying.
19920      Branch: perlio
19921            + ext/Encode/Encode/koi8-r.ucm
19922            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19923 ____________________________________________________________________________
19924 [  9050] By: jhi                                   on 2001/03/05  21:44:29
19925         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
19926              Sarathy's fix for ID 20010301.005.
19927      Branch: maint-5.6/perl
19928           !> op.c op.h
19929 ____________________________________________________________________________
19930 [  9049] By: nick                                  on 2001/03/05  19:54:04
19931         Log: Integrate Jarkko's Encode.pm tweak.
19932      Branch: perlio
19933           !> ext/Encode/Encode.pm
19934 ____________________________________________________________________________
19935 [  9048] By: nick                                  on 2001/03/05  19:47:57
19936         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
19937      Branch: perlio
19938           +> os2/os2add.sym
19939           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
19940           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
19941           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
19942           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
19943           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
19944 ____________________________________________________________________________
19945 [  9047] By: jhi                                   on 2001/03/05  19:25:26
19946         Log: Regen perlapi.
19947      Branch: perl
19948            ! pod/perlapi.pod
19949 ____________________________________________________________________________
19950 [  9046] By: jhi                                   on 2001/03/05  19:12:14
19951         Log: Integrate perlio.
19952      Branch: perl
19953           +> t/camel-III/vstring.t
19954           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
19955 ____________________________________________________________________________
19956 [  9045] By: jhi                                   on 2001/03/05  19:10:36
19957         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
19958      Branch: perl
19959            ! ext/Encode/Encode.pm
19960 ____________________________________________________________________________
19961 [  9044] By: jhi                                   on 2001/03/05  18:49:12
19962         Log: Forgot the other half of the PMOP patch (#9033).
19963      Branch: perl
19964            ! op.h
19965 ____________________________________________________________________________
19966 [  9043] By: nick                                  on 2001/03/05  18:14:47
19967         Log: Update MANIFEST for new test.
19968      Branch: perlio
19969            ! MANIFEST
19970 ____________________________________________________________________________
19971 [  9042] By: nick                                  on 2001/03/05  18:12:41
19972         Log: Some tests for Camel 3rd edition features.
19973              Make gethostbyaddr() test in above work.
19974      Branch: perlio
19975            + t/camel-III/vstring.t
19976            ! pp.h pp_sys.c t/TEST t/harness
19977 ____________________________________________________________________________
19978 [  9041] By: jhi                                   on 2001/03/05  17:41:48
19979         Log: Add more ISO 8859 encoding aliases.
19980      Branch: perl
19981            ! ext/Encode/Encode.pm
19982 ____________________________________________________________________________
19983 [  9040] By: jhi                                   on 2001/03/05  17:30:43
19984         Log: Integrate perlio.
19985      Branch: perl
19986           !> MANIFEST sv.c
19987 ____________________________________________________________________________
19988 [  9039] By: nick                                  on 2001/03/05  17:11:36
19989         Log: Missed added file.
19990      Branch: perlio
19991            ! MANIFEST
19992 ____________________________________________________________________________
19993 [  9038] By: jhi                                   on 2001/03/05  15:58:01
19994         Log: Add tr tests for EBCDIC, from Karsten Sperling.
19995      Branch: perl
19996            ! t/op/tr.t
19997 ____________________________________________________________________________
19998 [  9037] By: nick                                  on 2001/03/05  15:56:35
19999         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
20000              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
20001              
20002              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
20003              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
20004              - uses SvPV() rather than sv_2pv() in case it isn't a string.
20005      Branch: perlio
20006            ! sv.c
20007 ____________________________________________________________________________
20008 [  9036] By: jhi                                   on 2001/03/05  15:49:15
20009         Log: Add matching tests currently failing in EBCDIC,
20010              suggested by Karsten Sperling.
20011      Branch: perl
20012            ! t/op/pat.t
20013 ____________________________________________________________________________
20014 [  9035] By: jhi                                   on 2001/03/05  15:36:55
20015         Log: The #9034 needs a MANIFESTation.
20016      Branch: perl
20017            ! MANIFEST
20018 ____________________________________________________________________________
20019 [  9034] By: jhi                                   on 2001/03/05  15:35:14
20020         Log: Integrate perlio.
20021      Branch: perl
20022           +> ext/Encode/Encode/Tcl.pm
20023           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20024           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20025           !> ext/Encode/Encode/iso8859-1.ucm
20026           !> ext/Encode/Encode/iso8859-10.ucm
20027           !> ext/Encode/Encode/iso8859-13.ucm
20028           !> ext/Encode/Encode/iso8859-14.ucm
20029           !> ext/Encode/Encode/iso8859-15.ucm
20030           !> ext/Encode/Encode/iso8859-16.ucm
20031           !> ext/Encode/Encode/iso8859-2.ucm
20032           !> ext/Encode/Encode/iso8859-3.ucm
20033           !> ext/Encode/Encode/iso8859-4.ucm
20034           !> ext/Encode/Encode/iso8859-5.ucm
20035           !> ext/Encode/Encode/iso8859-6.ucm
20036           !> ext/Encode/Encode/iso8859-7.ucm
20037           !> ext/Encode/Encode/iso8859-8.ucm
20038           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20039           !> t/lib/encode.t
20040 ____________________________________________________________________________
20041 [  9033] By: jhi                                   on 2001/03/05  15:33:18
20042         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
20043              From: Gurusamy Sarathy <gsar@ActiveState.com>
20044              Date: Sun, 04 Mar 2001 22:33:15 -0800
20045              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
20046              
20047              PMOPs need to remember their own stash so that they can
20048              gracefully remove themselves from their linked list.
20049      Branch: perl
20050            ! op.c
20051 ____________________________________________________________________________
20052 [  9032] By: nick                                  on 2001/03/05  14:51:50
20053         Log: Encode implementation "completion"
20054              Implement and document define_encoding()
20055              Implement and document encoding aliases including define_alias()
20056              Make Encode::XS use define_encoding() rather than back-door.
20057              Move run-time *.enc to separate Encode::Tcl module.
20058              Make 'compile' honour <codeset_name>
20059              Change canonical names of to iso-8859-* and US-ascii.
20060      Branch: perlio
20061            + ext/Encode/Encode/Tcl.pm
20062            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20063            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20064            ! ext/Encode/Encode/iso8859-1.ucm
20065            ! ext/Encode/Encode/iso8859-10.ucm
20066            ! ext/Encode/Encode/iso8859-13.ucm
20067            ! ext/Encode/Encode/iso8859-14.ucm
20068            ! ext/Encode/Encode/iso8859-15.ucm
20069            ! ext/Encode/Encode/iso8859-16.ucm
20070            ! ext/Encode/Encode/iso8859-2.ucm
20071            ! ext/Encode/Encode/iso8859-3.ucm
20072            ! ext/Encode/Encode/iso8859-4.ucm
20073            ! ext/Encode/Encode/iso8859-5.ucm
20074            ! ext/Encode/Encode/iso8859-6.ucm
20075            ! ext/Encode/Encode/iso8859-7.ucm
20076            ! ext/Encode/Encode/iso8859-8.ucm
20077            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20078            ! t/lib/encode.t
20079 ____________________________________________________________________________
20080 [  9031] By: jhi                                   on 2001/03/05  13:51:17
20081         Log: Integrate change #9030 from maintperl into mainline.
20082              
20083              Subject: [PATCH 5.6.1] OS/2 cleanup
20084      Branch: perl
20085           +> os2/os2add.sym
20086           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20087           !> makedef.pl os2/Changes os2/Makefile.SHs
20088           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20089           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20090           !> os2/os2.sym os2/os2ish.h
20091 ____________________________________________________________________________
20092 [  9030] By: jhi                                   on 2001/03/05  13:46:49
20093         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
20094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20095              Date: Mon, 5 Mar 2001 02:29:44 -0500
20096              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
20097      Branch: maint-5.6/perl
20098            + os2/os2add.sym
20099            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20100            ! makedef.pl os2/Changes os2/Makefile.SHs
20101            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20102            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20103            ! os2/os2.sym os2/os2ish.h
20104 ____________________________________________________________________________
20105 [  9029] By: jhi                                   on 2001/03/05  13:40:35
20106         Log: Integrate change #9028 from maintperl into mainline.
20107              
20108              various nits in MM_Unix.pm found by disabling SelfLoader
20109      Branch: perl
20110           !> lib/ExtUtils/MM_Unix.pm
20111 ____________________________________________________________________________
20112 [  9028] By: gsar                                  on 2001/03/05  09:58:38
20113         Log: various nits in MM_Unix.pm found by disabling SelfLoader
20114      Branch: maint-5.6/perl
20115            ! lib/ExtUtils/MM_Unix.pm
20116 ____________________________________________________________________________
20117 [  9027] By: nick                                  on 2001/03/05  08:35:22
20118         Log: Integrate mainline
20119      Branch: perlio
20120           !> (integrate 28 files)
20121 ____________________________________________________________________________
20122 [  9026] By: jhi                                   on 2001/03/05  02:14:59
20123         Log: Integrate change #9025 from mainline to maintperl,
20124              retract \N{U+HHHH}.
20125      Branch: maint-5.6/perl
20126           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20127           !> t/lib/charnames.t toke.c
20128 ____________________________________________________________________________
20129 [  9025] By: jhi                                   on 2001/03/05  02:13:09
20130         Log: Retracting \N{U+HHHH}.
20131      Branch: perl
20132            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20133            ! t/lib/charnames.t toke.c
20134 ____________________________________________________________________________
20135 [  9024] By: jhi                                   on 2001/03/04  20:51:07
20136         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
20137              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20138              Date: Fri, 02 Mar 2001 18:25:26 +0100
20139              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
20140              
20141              Casting problem.
20142      Branch: perl
20143            ! ext/Storable/Storable.xs
20144 ____________________________________________________________________________
20145 [  9023] By: jhi                                   on 2001/03/04  19:46:45
20146         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
20147              From: nick@talking.bollo.cx
20148              Date: Sat, 03 Mar 2001 21:41:33 +0000
20149              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
20150              
20151              Revert the workaround.
20152      Branch: perl
20153            ! perlio.c
20154 ____________________________________________________________________________
20155 [  9022] By: jhi                                   on 2001/03/04  19:36:28
20156         Log: Update Changes.
20157      Branch: perl
20158            ! Changes patchlevel.h
20159 ____________________________________________________________________________
20160 [  9021] By: jhi                                   on 2001/03/04  18:41:00
20161         Log: makedef.pl updates suggested by Chris Nandor; double-checking
20162              the changes in AIX, OS/2 Win32 would be nice.
20163      Branch: perl
20164            ! makedef.pl
20165 ____________________________________________________________________________
20166 [  9020] By: jhi                                   on 2001/03/04  18:23:58
20167         Log: Integrate change #9012 from maintperl into mainline,
20168              quench a compiler warning.
20169      Branch: perl
20170           !> toke.c
20171 ____________________________________________________________________________
20172 [  9019] By: jhi                                   on 2001/03/04  18:18:43
20173         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
20174              
20175              \N{U+HHHH} fix.
20176              
20177              pattern in G_ARRAY context
20178      Branch: maint-5.6/perl
20179           !> pp_hot.c t/op/pat.t toke.c
20180 ____________________________________________________________________________
20181 [  9018] By: jhi                                   on 2001/03/04  18:07:48
20182         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
20183              From: Jeff Pinyan <jeffp@crusoe.net>
20184              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
20185              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
20186      Branch: perl
20187            ! pp_hot.c t/op/pat.t
20188 ____________________________________________________________________________
20189 [  9017] By: jhi                                   on 2001/03/04  18:06:21
20190         Log: I thought I tested the #9014.
20191      Branch: perl
20192            ! toke.c
20193 ____________________________________________________________________________
20194 [  9016] By: jhi                                   on 2001/03/04  17:41:22
20195         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
20196              
20197              Tweak the get*ent() OS/2 prototypes.
20198              
20199              Add the \N{U+HHHH} syntax.
20200              
20201              More tr/// UTF-8 fixes from Inaba Hiroto.
20202      Branch: maint-5.6/perl
20203           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
20204           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
20205 ____________________________________________________________________________
20206 [  9015] By: jhi                                   on 2001/03/04  17:36:04
20207         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
20208      Branch: perl
20209            ! doop.c t/op/tr.t
20210 ____________________________________________________________________________
20211 [  9014] By: jhi                                   on 2001/03/04  17:24:49
20212         Log: Add the \N{U+HHHH} syntax.
20213      Branch: perl
20214            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20215            ! t/lib/charnames.t toke.c
20216 ____________________________________________________________________________
20217 [  9013] By: jhi                                   on 2001/03/04  17:20:45
20218         Log: Tweak the get*ent() OS/2 prototypes.
20219      Branch: perl
20220            ! os2/os2.c
20221 ____________________________________________________________________________
20222 [  9012] By: gsar                                  on 2001/03/04  06:26:14
20223         Log: avoid warning (nit in change#9009)
20224      Branch: maint-5.6/perl
20225            ! toke.c
20226 ____________________________________________________________________________
20227 [  9011] By: gsar                                  on 2001/03/04  06:15:24
20228         Log: lib/charnames.t fails in 5.6.x because of older Unicode
20229              data
20230              
20231              TODO: need to revisit this after updating lib/unicode/...
20232      Branch: maint-5.6/perl
20233            ! t/lib/charnames.t
20234 ____________________________________________________________________________
20235 [  9010] By: gsar                                  on 2001/03/04  06:08:36
20236         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
20237      Branch: maint-5.6/perl
20238            ! toke.c
20239 ____________________________________________________________________________
20240 [  9009] By: jhi                                   on 2001/03/03  19:27:20
20241         Log: Integrate change #9008 from mainline to maintperl,
20242              UTF-8 tr/// fixes from Inaba Hiroto.
20243      Branch: maint-5.6/perl
20244           !> doop.c op.c t/op/tr.t toke.c
20245 ____________________________________________________________________________
20246 [  9008] By: jhi                                   on 2001/03/03  19:19:42
20247         Log: UTF8 tr/// fixes from Inaba Hiroto.
20248      Branch: perl
20249            ! doop.c op.c t/op/tr.t toke.c
20250 ____________________________________________________________________________
20251 [  9007] By: jhi                                   on 2001/03/03  19:00:30
20252         Log: Integrate change #9006 from maintperl to mainline,
20253              more robust quest for the infinite.
20254      Branch: perl
20255           !> lib/Math/Complex.pm
20256 ____________________________________________________________________________
20257 [  9006] By: jhi                                   on 2001/03/03  18:58:06
20258         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
20259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20260              Date: Sat, 3 Mar 2001 12:51:50 -0500
20261              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
20262              
20263              Be more robust in our quest for the infinite.
20264      Branch: maint-5.6/perl
20265            ! lib/Math/Complex.pm
20266 ____________________________________________________________________________
20267 [  9005] By: jhi                                   on 2001/03/03  17:55:50
20268         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
20269      Branch: maint-5.6/perl
20270            ! doio.c
20271 ____________________________________________________________________________
20272 [  9004] By: jhi                                   on 2001/03/03  17:40:14
20273         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
20274              so that picky compilers like IRIX won't get huffy about
20275              "statements without effect" (like 1;).
20276      Branch: perl
20277            ! toke.c
20278 ____________________________________________________________________________
20279 [  9003] By: jhi                                   on 2001/03/03  17:15:52
20280         Log: Integrate change #9002 from mainline to maintperl.
20281              
20282              Subject: [perl-5.6.x, perl-current] accept for EPOC
20283      Branch: maint-5.6/perl
20284           !> pp_sys.c
20285 ____________________________________________________________________________
20286 [  9002] By: jhi                                   on 2001/03/03  17:14:30
20287         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
20288              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20289              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
20290              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
20291      Branch: perl
20292            ! pp_sys.c
20293 ____________________________________________________________________________
20294 [  9001] By: jhi                                   on 2001/03/03  17:13:13
20295         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
20296              From: "Craig A. Berry" <craigberry@mac.com>
20297              Date: Fri, 02 Mar 2001 17:44:40 -0600
20298              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
20299      Branch: perl
20300            ! t/pod/find.t
20301 ____________________________________________________________________________
20302 [  9000] By: jhi                                   on 2001/03/03  17:11:55
20303         Log: Integrate changes #8997,8999 from maintperl.
20304              
20305              Subject: [PATCH 5.6.1] compiling on OS/2
20306              (Better error message from hints/os2.sh)
20307              
20308              Subject: [PATCH 5.6.1] syslog.t
20309      Branch: perl
20310           !> hints/os2.sh t/lib/syslog.t
20311 ____________________________________________________________________________
20312 [  8999] By: jhi                                   on 2001/03/03  17:09:28
20313         Log: Subject: [PATCH 5.6.1] syslog.t
20314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20315              Date: Sat, 3 Mar 2001 02:11:17 -0500
20316              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
20317      Branch: maint-5.6/perl
20318            ! t/lib/syslog.t
20319 ____________________________________________________________________________
20320 [  8998] By: jhi                                   on 2001/03/03  17:07:50
20321         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
20322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20323              Date: Sat, 3 Mar 2001 01:53:52 -0500
20324              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
20325      Branch: maint-5.6/perl
20326            ! opcode.pl os2/os2.c
20327 ____________________________________________________________________________
20328 [  8997] By: jhi                                   on 2001/03/03  17:03:30
20329         Log: Subject: [PATCH 5.6.1] compiling on OS/2
20330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20331              Date: Sat, 3 Mar 2001 01:59:59 -0500
20332              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
20333      Branch: maint-5.6/perl
20334            ! hints/os2.sh
20335 ____________________________________________________________________________
20336 [  8996] By: jhi                                   on 2001/03/03  00:55:58
20337         Log: Regen files for mainline.
20338      Branch: perl
20339            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20340            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
20341 ____________________________________________________________________________
20342 [  8995] By: jhi                                   on 2001/03/03  00:35:22
20343         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
20344              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
20345              to maintperl.
20346              
20347              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
20348              
20349              Add Configure option -Dmksymlinks which will create a symlink
20350              forest if the current/build differs from the source directory.
20351              (8218,8220,8221,8317,8318,8971)
20352              
20353              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
20354              (Document APPLLIB_EXP in INSTALL.)
20355              
20356              If running byacc write-enable also perly.h.
20357              
20358              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
20359              
20360              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
20361              
20362              Sanity check for conflicting thread flavours.
20363              
20364              Fix the sys/fcntl.h problem reported by Peter Prymmer.
20365              
20366              Add few CPUs/architectures to the Cppsym scan,
20367              add -perlio to archname if so selected (modified 8890)
20368              
20369              Be more helpful for devel builders, suggested by John L. Allen.
20370              (admittedly pointless change for maintperl, but the usedevel
20371              code is there already)
20372      Branch: maint-5.6/perl
20373           !> Configure INSTALL Makefile.SH Porting/Glossary
20374           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
20375           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
20376           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
20377           !> win32/config.bc win32/config.gc win32/config.vc
20378 ____________________________________________________________________________
20379 [  8994] By: jhi                                   on 2001/03/02  23:31:41
20380         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
20381      Branch: metaconfig/U/perl
20382            ! gccvers.U
20383 ____________________________________________________________________________
20384 [  8993] By: jhi                                   on 2001/03/02  23:22:12
20385         Log: Regenerate various files for maint.
20386      Branch: maint-5.6/perl
20387            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
20388            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
20389 ____________________________________________________________________________
20390 [  8992] By: alanbur                               on 2001/03/02  22:48:34
20391         Log: Resync wuth parent
20392      Branch: maint-5.6/pureperl
20393           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
20394           !> (integrate 60 files)
20395 ____________________________________________________________________________
20396 [  8991] By: jhi                                   on 2001/03/02  21:00:08
20397         Log: Retract the #8742 part of #8986, backward compat.
20398      Branch: maint-5.6/perl
20399            ! embed.pl
20400 ____________________________________________________________________________
20401 [  8990] By: jhi                                   on 2001/03/02  20:40:07
20402         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
20403      Branch: maint-5.6/perl
20404            ! hv.c
20405 ____________________________________________________________________________
20406 [  8989] By: jhi                                   on 2001/03/02  19:59:56
20407         Log: Update Changes.
20408      Branch: perl
20409            ! Changes patchlevel.h
20410 ____________________________________________________________________________
20411 [  8988] By: jhi                                   on 2001/03/02  19:57:08
20412         Log: Integrate perlio.
20413      Branch: perl
20414           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20415           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20416           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20417           !> ext/Encode/Encode/iso8859-10.ucm
20418           !> ext/Encode/Encode/iso8859-13.ucm
20419           !> ext/Encode/Encode/iso8859-14.ucm
20420           !> ext/Encode/Encode/iso8859-15.ucm
20421           !> ext/Encode/Encode/iso8859-16.ucm
20422           !> ext/Encode/Encode/iso8859-2.ucm
20423           !> ext/Encode/Encode/iso8859-3.ucm
20424           !> ext/Encode/Encode/iso8859-4.ucm
20425           !> ext/Encode/Encode/iso8859-5.ucm
20426           !> ext/Encode/Encode/iso8859-6.ucm
20427           !> ext/Encode/Encode/iso8859-7.ucm
20428           !> ext/Encode/Encode/iso8859-8.ucm
20429           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20430           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
20431 ____________________________________________________________________________
20432 [  8987] By: jhi                                   on 2001/03/02  19:43:40
20433         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
20434              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
20435              8950,8952,8955 from mainline to maintperl.
20436              
20437              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
20438              
20439              Put to rest the 20010205.001, the email address checking (not) regex.
20440              
20441              fork() not everywhere, cleanup temp files.
20442              
20443              The #8843 wasn't quite right: %Config needs to imported.
20444              
20445              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
20446              (#8849: the glob-basic hunk needed massaging as it depended
20447              on Schwern's large-scale (unintegrated) patches)
20448              
20449              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
20450              
20451              Upgrade to CGI.pm 2.752, from Lincoln Stein.
20452              (Note: there were some conflicts due to EBCDIC and EPOC
20453              patches, in general I preferred the repository code.)
20454              (When 2.753 comes out, we need to synchronize.)
20455              
20456              Subject: [PATCH] fix for charnames above FFFF
20457              
20458              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
20459              
20460              If no sfio, no -lsfio.
20461              
20462              Run run/*.t also in minitest.
20463              
20464              Subject:  [PATCH perl 5.7.0] malloc message address offset
20465              
20466              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
20467              
20468              Subject: fix for parameter -Dm (for perl@8867)
20469              
20470              Subject: [PATCH: perl@8892] was Re: hashing order difference?
20471              (make the test more portable)
20472              
20473              Subject: Re: [PATCH] fix for charnames above FFFF
20474              
20475              Subject: Re: I'm losing the war...
20476              (hv_store() not working correctly in ENV_IS_CASELESS case.)
20477              
20478              Subject: Modified README.bs2000 
20479              
20480              Subject: [PATCH: perl@8935] -Dt padsv($var)
20481              
20482              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
20483              
20484              Subject: PATCH: extra tests to check on negative float to unsigned cast
20485              
20486              Subject: [PATCH] XPUSH[insp] was Re: progress
20487              
20488              Subject: Re: Compile with perlcc..
20489      Branch: maint-5.6/perl
20490           !> (integrate 36 files)
20491 ____________________________________________________________________________
20492 [  8986] By: jhi                                   on 2001/03/02  18:51:25
20493         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
20494              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
20495              to maintperl.
20496              
20497              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
20498              
20499              Subject: [DOC PATCH] overload.pm nits
20500              
20501              Add header for LIB$ prototypes (C. Berry)
20502              
20503              Convert fwrite()s to sockets to write()s, since some socket stacks
20504              don't take kindly to stdio.
20505              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
20506              (for often optional LNMs)
20507              Correct a few typos
20508              (C. Bailey)
20509              
20510              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
20511              
20512              De-cut-and-pasto.
20513              
20514              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
20515              
20516              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
20517              
20518              Upgrade to CPAN 1.59_54, from Andreas König.
20519              
20520              Bogus shebang.
20521              
20522              Subject: [PATCH] Document makepatch in Porting/patching
20523              
20524              UTF-8 documentation.
20525              
20526              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
20527              
20528              Sort the MANIFEST.
20529              
20530              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
20531              
20532              Subject: [PATCH @8807] toke.c cleanup: scan_str()
20533              
20534              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
20535              
20536              Add run/*.t to testables.
20537              
20538              TODO: integrate #8784.
20539      Branch: maint-5.6/perl
20540           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
20541           !> (integrate 28 files)
20542 ____________________________________________________________________________
20543 [  8985] By: nick                                  on 2001/03/02  18:15:45
20544         Log: Integrate mainline
20545      Branch: perlio
20546           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
20547           !> vms/vms.c
20548 ____________________________________________________________________________
20549 [  8984] By: jhi                                   on 2001/03/02  16:00:17
20550         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
20551              
20552              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
20553              5.004_05, and mention the suidperl August 2000 security problem.
20554              (#8978,#8981)
20555              
20556              Subject: [ID 20010301.004] Technically speaking in perldata
20557              
20558              Subject: [PATCH] File::Copy for bleadperl, maintperl
20559              
20560              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
20561              
20562              (The #8982, fix for 20010221.005 and 20010221.008,
20563              would be nice too but it didn't integrate cleanly.)
20564      Branch: maint-5.6/perl
20565           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
20566 ____________________________________________________________________________
20567 [  8983] By: jhi                                   on 2001/03/02  15:51:16
20568         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
20569              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20570              Date:     Thu, 1 Mar 2001 15:54:09 EST
20571              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
20572      Branch: perl
20573            ! vms/vms.c
20574 ____________________________________________________________________________
20575 [  8982] By: jhi                                   on 2001/03/02  15:43:31
20576         Log: Subject: Re: sync sync sync: have I missed any patches?
20577              From: Radu Greab <radu@netsoft.ro> 
20578              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
20579              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
20580              
20581              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
20582              was checking argv[0] regardless of whether a different pathname
20583              will actually be executed."  Test case not supplied because 
20584              drafting that, ironically enough, revealed another bug
20585              (or a feature).
20586      Branch: perl
20587            ! doio.c
20588 ____________________________________________________________________________
20589 [  8981] By: jhi                                   on 2001/03/02  15:28:03
20590         Log: Misdate in #8978.
20591      Branch: perl
20592            ! pod/perlfaq1.pod
20593 ____________________________________________________________________________
20594 [  8980] By: jhi                                   on 2001/03/02  15:24:20
20595         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
20596              From: Chris Nandor <pudge@pobox.com>
20597              Date: Wed, 28 Feb 2001 22:10:15 -0500
20598              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
20599      Branch: perl
20600            ! lib/File/Copy.pm
20601 ____________________________________________________________________________
20602 [  8979] By: jhi                                   on 2001/03/02  15:17:16
20603         Log: Subject: [ID 20010301.004] Technically speaking in perldata
20604              From: abela@geneanet.org
20605              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
20606              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
20607      Branch: perl
20608            ! pod/perldata.pod
20609 ____________________________________________________________________________
20610 [  8978] By: jhi                                   on 2001/03/02  15:15:27
20611         Log: Subject: [ID 20010301.003] ref to 5.004
20612              From: abela@geneanet.org
20613              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
20614              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
20615              
20616              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
20617              and mention the suidperl August 2000 security problem.
20618      Branch: perl
20619            ! pod/perlfaq1.pod
20620 ____________________________________________________________________________
20621 [  8977] By: alanbur                               on 2001/03/02  14:17:45
20622         Log: Resynchronised with parent
20623      Branch: maint-5.6/pureperl
20624           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
20625           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
20626           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
20627           !> vms/descrip_mms.template win32/win32.c win32/win32.h
20628           !> win32/win32iop.h
20629 ____________________________________________________________________________
20630 [  8976] By: nick                                  on 2001/03/01  23:25:30
20631         Log: Integrate mainline.
20632      Branch: perlio
20633            - t/op/qu.t
20634           !> (integrate 55 files)
20635 ____________________________________________________________________________
20636 [  8975] By: jhi                                   on 2001/03/01  16:51:34
20637         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
20638      Branch: perl
20639           !> toke.c
20640 ____________________________________________________________________________
20641 [  8974] By: gsar                                  on 2001/03/01  16:28:21
20642         Log: fix for bugid 20010226.008
20643              
20644              the problem was that some of the pointers (PL_last_lop and
20645              PL_last_uni specifically) into the lex buffers weren't correctly
20646              being invalidated when the buffer changed; this would leave the
20647              pointers pointing at an arbitrary location in the buffer if
20648              the buffer didn't need to be reallocated, or point into freed
20649              memory if the buffer had to be realloced
20650              
20651              TODO item for bugdb maintainers: check other seemingly random
20652              parser-related bugs--they might be cured by this
20653      Branch: maint-5.6/perl
20654            ! toke.c
20655 ____________________________________________________________________________
20656 [  8973] By: jhi                                   on 2001/03/01  02:23:25
20657         Log: Retract #8970 because of a completely mysterious core dump:
20658              adding the tests 241..244 causes op/pat dump core at test #25.
20659              The test needs a lot of whittling down before the bug can be solved.
20660      Branch: perl
20661            ! t/op/pat.t
20662 ____________________________________________________________________________
20663 [  8972] By: jhi                                   on 2001/03/01  01:58:38
20664         Log: Regen perlapi.
20665      Branch: perl
20666            ! pod/perlapi.pod
20667 ____________________________________________________________________________
20668 [  8971] By: jhi                                   on 2001/03/01  01:34:09
20669         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))
20670              From: Nicholas Clark <nick@ccl4.org>
20671              Date: Wed, 28 Feb 2001 23:28:49 +0000
20672              Message-ID: <20010228232849.A55187@plum.flirble.org>
20673              
20674              Allow a completely write protected source code tree
20675              when using the Configure -Dmksymlinks.
20676      Branch: perl
20677            ! embed.pl warnings.pl
20678 ____________________________________________________________________________
20679 [  8970] By: jhi                                   on 2001/03/01  01:32:04
20680         Log: Add back the EBCDIC character range tests (for matching).
20681      Branch: perl
20682            ! t/op/pat.t
20683 ____________________________________________________________________________
20684 [  8969] By: nick                                  on 2001/02/28  18:18:01
20685         Log: Add charname comments to .ucm files writen by 'compile',
20686              also order charmaps in those files by source encoding.
20687              regenerate distrubuted .ucm files
20688      Branch: perlio
20689            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20690            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20691            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20692            ! ext/Encode/Encode/iso8859-10.ucm
20693            ! ext/Encode/Encode/iso8859-13.ucm
20694            ! ext/Encode/Encode/iso8859-14.ucm
20695            ! ext/Encode/Encode/iso8859-15.ucm
20696            ! ext/Encode/Encode/iso8859-16.ucm
20697            ! ext/Encode/Encode/iso8859-2.ucm
20698            ! ext/Encode/Encode/iso8859-3.ucm
20699            ! ext/Encode/Encode/iso8859-4.ucm
20700            ! ext/Encode/Encode/iso8859-5.ucm
20701            ! ext/Encode/Encode/iso8859-6.ucm
20702            ! ext/Encode/Encode/iso8859-7.ucm
20703            ! ext/Encode/Encode/iso8859-8.ucm
20704            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20705            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
20706 ____________________________________________________________________________
20707 [  8968] By: jhi                                   on 2001/02/28  16:26:37
20708         Log: Expand usemorebits early if d_casti32 needs to be undefined.
20709      Branch: perl
20710            ! hints/hpux.sh hints/irix_6.sh
20711 ____________________________________________________________________________
20712 [  8967] By: jhi                                   on 2001/02/28  16:22:26
20713         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
20714              retract toke.c/qu parts of #8583, retract #8485, retract
20715              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
20716              op/length.t, and MANIFEST, and delete t/op/qu.t.
20717      Branch: perl
20718            - t/op/qu.t
20719            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
20720            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
20721            ! t/op/length.t toke.c
20722 ____________________________________________________________________________
20723 [  8966] By: jhi                                   on 2001/02/28  15:00:27
20724         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
20725              by not changing from pre-Unicode days into being Unicode-aware.
20726              Sniff.
20727      Branch: perl
20728            ! pp.c t/op/pack.t t/op/qu.t
20729 ____________________________________________________________________________
20730 [  8965] By: jhi                                   on 2001/02/28  14:37:55
20731         Log: Subject: Re: Errors in core PODs
20732              From: Michael Stevens <michael@etla.org> 
20733              Date: Fri, 23 Feb 2001 15:47:56 +0000
20734              Message-ID: <20010223154756.A7723@firedrake.org> 
20735      Branch: perl
20736            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
20737            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
20738            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
20739            ! x2p/a2p.pod
20740 ____________________________________________________________________________
20741 [  8964] By: jhi                                   on 2001/02/28  14:35:35
20742         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
20743              (The #8961 was too bold.)
20744      Branch: perl
20745            ! hints/hpux.sh hints/irix_6.sh
20746 ____________________________________________________________________________
20747 [  8963] By: jhi                                   on 2001/02/28  14:33:39
20748         Log: Subject: Re: sync sync sync: have I missed any patches?
20749              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20750              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
20751              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
20752              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
20753              
20754              Replace djSP with dSP.
20755      Branch: perl
20756            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
20757            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
20758            ! win32/perlhost.h
20759 ____________________________________________________________________________
20760 [  8962] By: jhi                                   on 2001/02/27  23:21:14
20761         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
20762      Branch: perl
20763            ! lib/Filter/Simple.pm
20764 ____________________________________________________________________________
20765 [  8961] By: jhi                                   on 2001/02/27  22:55:26
20766         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
20767              and this would be it.
20768      Branch: perl
20769            ! hints/hpux.sh hints/irix_6.sh
20770 ____________________________________________________________________________
20771 [  8960] By: jhi                                   on 2001/02/27  22:51:33
20772         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
20773              From: "Craig A. Berry" <craigberry@mac.com>
20774              Date: Tue, 27 Feb 2001 16:11:44 -0600
20775              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
20776      Branch: maint-5.6/perl
20777            ! configure.com vms/descrip_mms.template
20778 ____________________________________________________________________________
20779 [  8959] By: jhi                                   on 2001/02/27  22:47:23
20780         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
20781              From: "Craig A. Berry" <craigberry@mac.com>
20782              Date: Tue, 27 Feb 2001 16:11:44 -0600
20783              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
20784      Branch: perl
20785            ! configure.com vms/descrip_mms.template
20786 ____________________________________________________________________________
20787 [  8958] By: jhi                                   on 2001/02/27  15:16:42
20788         Log: Update Changes.
20789      Branch: perl
20790            ! Changes patchlevel.h
20791 ____________________________________________________________________________
20792 [  8957] By: jhi                                   on 2001/02/27  06:15:07
20793         Log: Subject: [5.6.x] EPOC additions
20794              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20795              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
20796              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
20797      Branch: maint-5.6/perl
20798            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
20799 ____________________________________________________________________________
20800 [  8956] By: jhi                                   on 2001/02/27  06:12:11
20801         Log: Subject: [perl-current] EPOC 
20802              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20803              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
20804              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
20805      Branch: perl
20806            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
20807            ! epoc/epocish.c epoc/epocish.h pp_sys.c
20808 ____________________________________________________________________________
20809 [  8955] By: jhi                                   on 2001/02/27  05:59:50
20810         Log: Subject: Re: Compile with perlcc..
20811              From: Edward Peschko <edwardp@excitehome.net>
20812              Date: Mon, 26 Feb 2001 18:51:58 -0800
20813              Message-ID: <20010226185158.A9871@excitehome.net>
20814              
20815              plus add a simple usage message if no arguments given.
20816      Branch: perl
20817            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
20818            ! utils/Makefile utils/perlcc.PL win32/pod.mak
20819 ____________________________________________________________________________
20820 [  8954] By: nick                                  on 2001/02/26  21:02:59
20821         Log: Integrate mainline
20822      Branch: perlio
20823           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
20824           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
20825           !> t/op/sprintf.t
20826 ____________________________________________________________________________
20827 [  8953] By: jhi                                   on 2001/02/26  14:43:54
20828         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
20829              From: Nicholas Clark <nick@ccl4.org>
20830              Date: Mon, 26 Feb 2001 00:42:07 +0000
20831              Message-ID: <20010226004207.F23333@plum.flirble.org>
20832      Branch: perl
20833            ! pp_ctl.c
20834 ____________________________________________________________________________
20835 [  8952] By: jhi                                   on 2001/02/26  14:42:13
20836         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
20837              From: Simon Cozens <simon@netthink.co.uk>
20838              Date: Mon, 26 Feb 2001 12:23:48 +0000
20839              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
20840      Branch: perl
20841            ! pod/perlguts.pod
20842 ____________________________________________________________________________
20843 [  8951] By: jhi                                   on 2001/02/26  14:39:15
20844         Log: Subject: [PATCH] perlio - unknown layer
20845              From: Nicholas Clark <nick@ccl4.org>
20846              Date: Mon, 26 Feb 2001 00:27:19 +0000
20847              Message-ID: <20010226002719.E23333@plum.flirble.org>
20848      Branch: perl
20849            ! perlio.c
20850 ____________________________________________________________________________
20851 [  8950] By: jhi                                   on 2001/02/26  14:38:04
20852         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
20853              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
20854              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
20855              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
20856      Branch: perl
20857            ! t/op/bop.t
20858 ____________________________________________________________________________
20859 [  8949] By: jhi                                   on 2001/02/26  14:37:07
20860         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
20861              From: Peter Prymmer <pvhp@forte.com>
20862              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
20863              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
20864      Branch: perl
20865            ! lib/Test.pm
20866 ____________________________________________________________________________
20867 [  8948] By: jhi                                   on 2001/02/26  14:35:53
20868         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
20869              From: Radu Greab <radu@netsoft.ro>
20870              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
20871              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
20872      Branch: perl
20873            ! pod/perlop.pod
20874 ____________________________________________________________________________
20875 [  8947] By: jhi                                   on 2001/02/26  14:34:46
20876         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
20877              From: David Mitchell <davem@fdgroup.co.uk>
20878              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
20879              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
20880      Branch: perl
20881            ! run.c
20882 ____________________________________________________________________________
20883 [  8946] By: jhi                                   on 2001/02/26  14:32:37
20884         Log: Subject: Modified README.bs2000 
20885              From: Dorner Thomas <Thomas.Dorner@start.de>
20886              Date: Mon, 26 Feb 2001 09:22:17 +0100
20887              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
20888      Branch: perl
20889            ! README.bs2000
20890 ____________________________________________________________________________
20891 [  8945] By: jhi                                   on 2001/02/26  14:19:53
20892         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
20893              to maintperl, listing the known failures on the tests 129 and 130.
20894      Branch: maint-5.6/perl
20895           !> t/op/sprintf.t
20896 ____________________________________________________________________________
20897 [  8944] By: jhi                                   on 2001/02/26  14:14:15
20898         Log: Add more known sprintf failures.
20899      Branch: perl
20900            ! t/op/sprintf.t
20901 ____________________________________________________________________________
20902 [  8943] By: jhi                                   on 2001/02/26  13:56:22
20903         Log: perlglob.exe needs to be found in Win32, patch from
20904              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
20905              which needs external glob at mini-perl time."
20906      Branch: perl
20907            ! ext/Encode/compile
20908 ____________________________________________________________________________
20909 [  8942] By: jhi                                   on 2001/02/26  13:52:19
20910         Log: A missing dTHX from Vadim Konovalov.
20911      Branch: perl
20912            ! perlio.c
20913 ____________________________________________________________________________
20914 [  8941] By: jhi                                   on 2001/02/26  13:37:05
20915         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
20916      Branch: perl
20917            ! op.c
20918 ____________________________________________________________________________
20919 [  8940] By: jhi                                   on 2001/02/26  13:35:40
20920         Log: Integrate perlio.
20921      Branch: perl
20922           !> ext/Encode/Encode.pm
20923 ____________________________________________________________________________
20924 [  8939] By: nick                                  on 2001/02/25  23:47:09
20925         Log: Integrate mainline.
20926      Branch: perlio
20927           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
20928           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
20929 ____________________________________________________________________________
20930 [  8938] By: nick                                  on 2001/02/25  19:36:28
20931         Log: Encode implementations docs.
20932      Branch: perlio
20933            ! ext/Encode/Encode.pm
20934 ____________________________________________________________________________
20935 [  8937] By: jhi                                   on 2001/02/25  19:26:16
20936         Log: Script wasn't aligned with reality.
20937      Branch: perl
20938            ! t/pod/find.t
20939 ____________________________________________________________________________
20940 [  8936] By: jhi                                   on 2001/02/25  18:54:55
20941         Log: Update Changes.
20942      Branch: perl
20943            ! Changes patchlevel.h
20944 ____________________________________________________________________________
20945 [  8935] By: jhi                                   on 2001/02/25  18:46:36
20946         Log: Retract #8929,8930,8932,8933 for now.
20947      Branch: perl
20948            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
20949 ____________________________________________________________________________
20950 [  8934] By: jhi                                   on 2001/02/25  17:34:35
20951         Log: Integrate perlio.
20952      Branch: perl
20953           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
20954           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
20955           !> t/lib/encode.t
20956 ____________________________________________________________________________
20957 [  8933] By: jhi                                   on 2001/02/25  17:33:12
20958         Log: (Retracted by #8395.)
20959              
20960              Slight tweaks in scan_const(), not fixes yet, it seems like
20961              lots of work remains to be done...
20962      Branch: perl
20963            ! toke.c
20964 ____________________________________________________________________________
20965 [  8932] By: jhi                                   on 2001/02/25  17:27:11
20966         Log: (Retracted by #8395.)
20967              
20968              Missing from #8930.
20969      Branch: perl
20970            ! perl.h
20971 ____________________________________________________________________________
20972 [  8931] By: jhi                                   on 2001/02/25  17:26:19
20973         Log: A comment tweak.
20974      Branch: perl
20975            ! utf8.c
20976 ____________________________________________________________________________
20977 [  8930] By: jhi                                   on 2001/02/25  17:25:47
20978         Log: (Retracted by #8395.)
20979              
20980              Attempt to fix the EBCDIC character range problwm with //.
20981      Branch: perl
20982            ! regcomp.c
20983 ____________________________________________________________________________
20984 [  8929] By: jhi                                   on 2001/02/25  17:23:45
20985         Log: (Retracted by #8395.)
20986              
20987              Expand the EBCDIC character range tests, and add few nasty
20988              tr tests from Karsten Sperling.
20989      Branch: perl
20990            ! t/op/pat.t t/op/tr.t
20991 ____________________________________________________________________________
20992 [  8928] By: jhi                                   on 2001/02/25  17:18:49
20993         Log: Missing check-in.
20994      Branch: perl
20995            ! lib/Pod/Find.pm
20996 ____________________________________________________________________________
20997 [  8927] By: nick                                  on 2001/02/25  11:30:22
20998         Log: Change method names in Encode implementation classes to something
20999              less confusing (preparing to "go public").
21000      Branch: perlio
21001            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
21002 ____________________________________________________________________________
21003 [  8926] By: nick                                  on 2001/02/25  10:53:24
21004         Log: GCC __atribute__ / printf fix
21005      Branch: perlio
21006            ! perl.h
21007 ____________________________________________________________________________
21008 [  8925] By: nick                                  on 2001/02/25  10:52:25
21009         Log: Checked in the wrong one ...
21010      Branch: perlio
21011            ! ext/Encode/Encode.pm
21012 ____________________________________________________________________________
21013 [  8924] By: nick                                  on 2001/02/24  18:46:51
21014         Log: Integrate mainline - to see what Jarkko has in ...
21015      Branch: perlio
21016           +> t/pod/testpods/lib/Pod/Stuff.pm
21017           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
21018 ____________________________________________________________________________
21019 [  8923] By: nick                                  on 2001/02/24  17:05:23
21020         Log: Encode API documentation nd tidy up.
21021              Minor additions to test.
21022              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
21023              Adds STRLEN to standard typemap.
21024      Branch: perlio
21025            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
21026            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
21027 ____________________________________________________________________________
21028 [  8922] By: jhi                                   on 2001/02/24  16:38:12
21029         Log: Add a test for the "character range should match in EBCDIC
21030              if specified using explicit numerics" bug found by Karsten
21031              Sperling.
21032      Branch: perl
21033            ! t/op/pat.t
21034 ____________________________________________________________________________
21035 [  8921] By: jhi                                   on 2001/02/24  16:30:16
21036         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
21037              From: schwern@pobox.com
21038              Date: Fri, 23 Feb 2001 03:21:37 -0500
21039              Message-ID: <20010223032137.A26022@magnonel.guild.net>
21040              
21041              plus Charles Lane's fixes, plus tweaks.
21042      Branch: perl
21043            + t/pod/testpods/lib/Pod/Stuff.pm
21044            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
21045 ____________________________________________________________________________
21046 [  8920] By: nick                                  on 2001/02/24  10:30:11
21047         Log: Integrate mainline
21048      Branch: perlio
21049           !> (integrate 33 files)
21050 ____________________________________________________________________________
21051 [  8919] By: jhi                                   on 2001/02/24  00:23:35
21052         Log: Subject: Re: I'm losing the war...
21053              From: "Vadim Konovalov" <watman@inbox.ru>
21054              Date: Sat, 24 Feb 2001 00:10:14 +0300
21055              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
21056              
21057              hv_store() not working correctly in ENV_IS_CASELESS case.
21058      Branch: perl
21059            ! hv.c
21060 ____________________________________________________________________________
21061 [  8918] By: jhi                                   on 2001/02/24  00:20:09
21062         Log: Subject: Re: [PATCH] fix for charnames above FFFF
21063              From: andreas.koenig@anima.de (Andreas J. Koenig)
21064              Date: 23 Feb 2001 02:39:03 +0100
21065              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
21066              
21067              A further efficiency tweak.
21068      Branch: perl
21069            ! lib/charnames.pm
21070 ____________________________________________________________________________
21071 [  8917] By: jhi                                   on 2001/02/23  20:27:51
21072         Log: Integrate change #8916 from mainline,
21073              do away with USE_WIN32_RTL_ENV.
21074      Branch: maint-5.6/perl
21075           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21076 ____________________________________________________________________________
21077 [  8916] By: jhi                                   on 2001/02/23  20:02:25
21078         Log: Abolish USE_WIN32_RTL_ENV.
21079      Branch: perl
21080            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21081 ____________________________________________________________________________
21082 [  8915] By: jhi                                   on 2001/02/23  19:36:00
21083         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
21084              later protected by some #define.
21085      Branch: perl
21086            ! gv.c
21087 ____________________________________________________________________________
21088 [  8914] By: jhi                                   on 2001/02/23  19:31:38
21089         Log: Retract #8902 for now, requested by Charles Lane, the correct
21090              fix will be something else.
21091      Branch: perl
21092            ! op.c
21093 ____________________________________________________________________________
21094 [  8913] By: jhi                                   on 2001/02/23  19:11:36
21095         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
21096              From: Peter Prymmer <pvhp@forte.com>
21097              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
21098              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
21099      Branch: perl
21100            ! t/op/lex_assign.t
21101 ____________________________________________________________________________
21102 [  8912] By: jhi                                   on 2001/02/23  18:38:20
21103         Log: Subject: [patch] perlio + useithreads
21104              From: Doug MacEachern <dougm@covalent.net>
21105              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
21106              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
21107              
21108              Gets things running but not complete.
21109      Branch: perl
21110            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
21111 ____________________________________________________________________________
21112 [  8911] By: jhi                                   on 2001/02/23  04:20:02
21113         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
21114              
21115              Duplicated environment freeing, File::Temp 0.12,
21116              op/append portability (EBCDIC) tweak.
21117      Branch: maint-5.6/perl
21118           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21119           !> t/op/append.t
21120 ____________________________________________________________________________
21121 [  8910] By: jhi                                   on 2001/02/23  02:07:33
21122         Log: Integrate change #8909 from mainline, a better Borland
21123              putenv() workaround.
21124      Branch: maint-5.6/perl
21125           !> perl.c
21126 ____________________________________________________________________________
21127 [  8909] By: jhi                                   on 2001/02/23  02:05:46
21128         Log: A better workaround for Borland putenv() brokenness from Sarathy.
21129      Branch: perl
21130            ! perl.c
21131 ____________________________________________________________________________
21132 [  8908] By: jhi                                   on 2001/02/23  02:04:14
21133         Log: Subject: fix for parameter -Dm (for perl@8867)
21134              From: "Vadim Konovalov" <watman@inbox.ru>
21135              Date: Thu, 22 Feb 2001 17:30:12 +0300
21136              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
21137      Branch: perl
21138            ! perl.h
21139 ____________________________________________________________________________
21140 [  8907] By: jhi                                   on 2001/02/23  01:58:20
21141         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
21142              From: Peter Prymmer <pvhp@forte.com>
21143              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
21144              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
21145      Branch: perl
21146            ! t/op/append.t
21147 ____________________________________________________________________________
21148 [  8906] By: jhi                                   on 2001/02/23  01:48:34
21149         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
21150      Branch: perl
21151            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21152 ____________________________________________________________________________
21153 [  8905] By: jhi                                   on 2001/02/23  01:43:30
21154         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
21155              From: Peter Prymmer <pvhp@forte.com>
21156              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
21157              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
21158      Branch: perl
21159            ! t/lib/st-06compat.t
21160 ____________________________________________________________________________
21161 [  8904] By: jhi                                   on 2001/02/23  01:42:39
21162         Log: Metaconfig unit change for #8903.
21163      Branch: metaconfig/U/perl
21164            ! Devel.U
21165 ____________________________________________________________________________
21166 [  8903] By: jhi                                   on 2001/02/23  01:42:12
21167         Log: Be more helpful for devel builders, suggested by John L. Allen.
21168      Branch: perl
21169            ! Configure
21170 ____________________________________________________________________________
21171 [  8902] By: jhi                                   on 2001/02/23  01:37:41
21172         Log: (Retracted by #8914)
21173              (Wrongly, reinstated by #8941)             
21174
21175              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
21176              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21177              Date:     Thu, 22 Feb 2001 09:43:57 EST
21178              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
21179      Branch: perl
21180            ! op.c
21181 ____________________________________________________________________________
21182 [  8901] By: jhi                                   on 2001/02/23  01:20:32
21183         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
21184              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21185              Date:     Thu, 22 Feb 2001 08:01:35 EST
21186              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
21187      Branch: perl
21188            ! malloc.c
21189 ____________________________________________________________________________
21190 [  8900] By: jhi                                   on 2001/02/23  01:18:02
21191         Log: Integrate changes #8898,8899 from mainline, environ handling.
21192      Branch: maint-5.6/perl
21193           !> perl.c
21194 ____________________________________________________________________________
21195 [  8899] By: jhi                                   on 2001/02/23  01:16:25
21196         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
21197              putenv() is not to be relied on, they are either broken or leaky
21198              or both.)
21199      Branch: perl
21200            ! perl.c
21201 ____________________________________________________________________________
21202 [  8898] By: jhi                                   on 2001/02/22  23:36:59
21203         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
21204              and safesysfree() must be used.
21205      Branch: perl
21206            ! perl.c
21207 ____________________________________________________________________________
21208 [  8897] By: jhi                                   on 2001/02/22  23:25:45
21209         Log: With environ one must use safesysmalloc()/safesysfree().
21210      Branch: perl
21211            ! perl.c
21212 ____________________________________________________________________________
21213 [  8896] By: jhi                                   on 2001/02/22  22:13:18
21214         Log: If we have a duplicated environment free it
21215              if PERL_DESTRUCT_LEVEL.
21216      Branch: perl
21217            ! perl.c
21218 ____________________________________________________________________________
21219 [  8895] By: alanbur                               on 2001/02/22  19:31:57
21220         Log: Synchronised with parent
21221      Branch: maint-5.6/pureperl
21222           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
21223 ____________________________________________________________________________
21224 [  8894] By: gsar                                  on 2001/02/22  19:06:18
21225         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
21226              
21227              fix memory leak in method call optimization (change#3768);
21228              made C<eval "$x->foo()"> leak
21229              
21230              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
21231      Branch: maint-5.6/perl
21232           !> op.c
21233 ____________________________________________________________________________
21234 [  8893] By: jhi                                   on 2001/02/22  18:35:27
21235         Log: (Retracted by #8915.)
21236              
21237              Third Degree finding:
21238              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
21239      Branch: perl
21240            ! gv.c
21241 ____________________________________________________________________________
21242 [  8892] By: jhi                                   on 2001/02/22  14:28:32
21243         Log: Update Changes.
21244      Branch: perl
21245            ! Changes patchlevel.h
21246 ____________________________________________________________________________
21247 [  8891] By: jhi                                   on 2001/02/22  13:22:45
21248         Log: Metaconfig unit changes for #8890.
21249      Branch: metaconfig
21250            ! U/modified/Cppsym.U U/threads/archname.U
21251 ____________________________________________________________________________
21252 [  8890] By: jhi                                   on 2001/02/22  13:22:12
21253         Log: Add -stdio to the archname if no perlio selected,
21254              no -perlio added since that is now the default.
21255              
21256              Add few CPUs/architectures to the Cppsym scan.
21257      Branch: perl
21258            ! Configure config_h.SH
21259 ____________________________________________________________________________
21260 [  8889] By: jhi                                   on 2001/02/22  13:05:59
21261         Log: Metaconfig unit change for #8888.
21262      Branch: metaconfig/U/perl
21263            ! useperlio.U
21264 ____________________________________________________________________________
21265 [  8888] By: jhi                                   on 2001/02/22  13:05:28
21266         Log: *drum roll*  Make perlio the default.
21267      Branch: perl
21268            ! Configure config_h.SH
21269 ____________________________________________________________________________
21270 [  8887] By: jhi                                   on 2001/02/22  12:50:52
21271         Log: Integrate change #8665 from maintperl to mainline,
21272              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
21273      Branch: perl
21274           !> ext/POSIX/POSIX.xs
21275 ____________________________________________________________________________
21276 [  8886] By: jhi                                   on 2001/02/22  12:49:24
21277         Log: Integrate changes #8883,8884 from mainline to maintperl.
21278              
21279              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
21280              Subject: Re: File::Temp::_gettemp warning
21281      Branch: maint-5.6/perl
21282           !> embed.h embed.pl lib/File/Temp.pm
21283 ____________________________________________________________________________
21284 [  8885] By: jhi                                   on 2001/02/22  12:43:59
21285         Log: Based on
21286              
21287              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
21288              From: schwab@suse.de
21289              Date: Thu, 22 Feb 2001 13:08:09 +0100
21290              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
21291              
21292              but the fix done slightly differently because the other
21293              half was already done in #8664.
21294      Branch: maint-5.6/perl
21295            ! ext/POSIX/POSIX.xs
21296 ____________________________________________________________________________
21297 [  8884] By: jhi                                   on 2001/02/22  12:37:15
21298         Log: Subject: Re: File::Temp::_gettemp warning
21299              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21300              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
21301              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
21302              
21303              This patch to File::Temp does two things:
21304              
21305              1. Fixes the problem with CGI::Carp when determining
21306              the Fcntl constants
21307              
21308              2. Removes most of the carps and consolidates them so that all the
21309              reasons are included in a single die that is caught by the test. This
21310              means that the correct skipping behaviour is displayed by the test.
21311      Branch: perl
21312            ! lib/File/Temp.pm
21313 ____________________________________________________________________________
21314 [  8883] By: jhi                                   on 2001/02/22  12:29:19
21315         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
21316              From: Peter Prymmer <pvhp@forte.com>
21317              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
21318              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
21319      Branch: perl
21320            ! embed.h embed.pl
21321 ____________________________________________________________________________
21322 [  8882] By: jhi                                   on 2001/02/21  19:41:33
21323         Log: Integrate change #8881 from mainlin to maintperl.
21324              
21325              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
21326      Branch: maint-5.6/perl
21327           !> op.c
21328 ____________________________________________________________________________
21329 [  8881] By: jhi                                   on 2001/02/21  19:38:57
21330         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
21331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21332              Date:     Wed, 21 Feb 2001 13:08:03 EST
21333              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
21334      Branch: perl
21335            ! op.c
21336 ____________________________________________________________________________
21337 [  8880] By: jhi                                   on 2001/02/21  19:34:34
21338         Log: Retract #8875, cannot let go of the old semantics of unpack U
21339              without rethinking utf8decode.t.
21340      Branch: perl
21341            ! pp.c t/op/pack.t
21342 ____________________________________________________________________________
21343 [  8879] By: jhi                                   on 2001/02/21  19:08:02
21344         Log: Run run/*.t also in minitest.
21345      Branch: perl
21346            ! Makefile.SH
21347 ____________________________________________________________________________
21348 [  8878] By: nick                                  on 2001/02/21  18:55:37
21349         Log: Integrate mainline
21350      Branch: perlio
21351           !> (integrate 76 files)
21352 ____________________________________________________________________________
21353 [  8877] By: jhi                                   on 2001/02/21  15:09:33
21354         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
21355      Branch: metaconfig
21356            ! U/compline/nblock_io.U
21357      Branch: perl
21358            ! Configure config_h.SH
21359 ____________________________________________________________________________
21360 [  8876] By: jhi                                   on 2001/02/21  14:54:45
21361         Log: If no sfio, no -lsfio.
21362      Branch: metaconfig/U/perl
21363            ! d_sfio.U
21364      Branch: perl
21365            ! Configure config_h.SH
21366 ____________________________________________________________________________
21367 [  8875] By: jhi                                   on 2001/02/21  14:54:00
21368         Log: Make unpack C and unpack C truly equivalent.
21369      Branch: perl
21370            ! pp.c t/op/pack.t
21371 ____________________________________________________________________________
21372 [  8874] By: jhi                                   on 2001/02/21  14:26:02
21373         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
21374              From: Peter Prymmer <pvhp@forte.com>
21375              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
21376              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
21377      Branch: perl
21378            ! pod/perlport.pod
21379 ____________________________________________________________________________
21380 [  8873] By: jhi                                   on 2001/02/21  14:24:31
21381         Log: Subject: [PATCH] fix for charnames above FFFF
21382              From: andreas.koenig@anima.de (Andreas J. Koenig)
21383              Date: 21 Feb 2001 07:05:45 +0100
21384              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
21385      Branch: perl
21386            ! lib/charnames.pm t/lib/charnames.t
21387 ____________________________________________________________________________
21388 [  8872] By: jhi                                   on 2001/02/21  14:15:25
21389         Log: Integrate change #8868 from pureperl to mainline.
21390              
21391              Fixed reference count loop caused by sv_magic.
21392      Branch: perl
21393           !> sv.c
21394 ____________________________________________________________________________
21395 [  8871] By: jhi                                   on 2001/02/21  14:07:29
21396         Log: Integrate change #8868 from pureperl to maintperl.
21397              
21398              Fixed reference count loop caused by sv_magic.
21399      Branch: maint-5.6/perl
21400           !> sv.c
21401 ____________________________________________________________________________
21402 [  8870] By: jhi                                   on 2001/02/21  14:04:41
21403         Log: Put back the #8840, it was innocent.
21404      Branch: perl
21405            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21406            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
21407 ____________________________________________________________________________
21408 [  8869] By: jhi                                   on 2001/02/21  14:00:03
21409         Log: unpack("C", ...) was left slightly unfinished by #8865.
21410      Branch: perl
21411            ! pp.c t/op/pack.t
21412 ____________________________________________________________________________
21413 [  8868] By: alanbur                               on 2001/02/21  01:33:45
21414         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
21415              from gv_fetchpv to create single-character magic variables (e.g. $!),
21416              and it is passed a sv and the gv that contains the sv as the mg_obj
21417              value.  When sv_magic stores the mg_obj pointer it increments the gv
21418              refcount, thus causing a sv-gv pair that can't be freed.  There is
21419              already a check for sv == obj which is used to prevent such reference
21420              loops.  This change extends the check to cover the case described above.
21421      Branch: maint-5.6/pureperl
21422            ! sv.c
21423 ____________________________________________________________________________
21424 [  8867] By: jhi                                   on 2001/02/21  00:52:39
21425         Log: Update Changes.
21426      Branch: perl
21427            ! Changes patchlevel.h
21428 ____________________________________________________________________________
21429 [  8866] By: jhi                                   on 2001/02/21  00:34:20
21430         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
21431              (Note: there were some conflicts due to EBCDIC and EPOC
21432              patches, in general I preferred the repository code.)
21433              (When 2.753 comes out, we need to synchronize.)
21434      Branch: perl
21435            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
21436            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
21437            ! t/lib/cgi-html.t
21438 ____________________________________________________________________________
21439 [  8865] By: jhi                                   on 2001/02/21  00:24:22
21440         Log: Make pack("C", 0x100) to create Unicode, unless under the
21441              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
21442              will understand Unicode, unless you under know what.
21443      Branch: perl
21444            ! pp.c t/op/pack.t t/op/qu.t
21445 ____________________________________________________________________________
21446 [  8864] By: alanbur                               on 2001/02/20  22:35:34
21447         Log: Resynchronised with parent
21448      Branch: maint-5.6/pureperl
21449           !> README.win32 ext/GDBM_File/GDBM_File.pm
21450           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
21451           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
21452           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
21453           !> t/lib/sdbm.t util.c
21454 ____________________________________________________________________________
21455 [  8863] By: jhi                                   on 2001/02/20  20:55:11
21456         Log: Integrate change #8860,8861 from mainline into maintperl.
21457              
21458              "pseudo-literal j"
21459              
21460              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
21461      Branch: maint-5.6/perl
21462           !> lib/Test.pm pod/perlop.pod
21463 ____________________________________________________________________________
21464 [  8862] By: jhi                                   on 2001/02/20  20:30:07
21465         Log: Don't do casting between pointers pointing to differently sized
21466              integers.
21467      Branch: perl
21468            ! hv.c sv.c
21469 ____________________________________________________________________________
21470 [  8861] By: jhi                                   on 2001/02/20  19:53:44
21471         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
21472              From: Peter Prymmer <pvhp@forte.com>
21473              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
21474              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
21475      Branch: perl
21476            ! lib/Test.pm
21477 ____________________________________________________________________________
21478 [  8860] By: jhi                                   on 2001/02/20  19:48:02
21479         Log: "pseudo-literal j", a documentation glitch reported to Debian.
21480              The text recovered from Perl 5.005_03, and pseudo-literal replaced
21481              by "backtick string".
21482      Branch: perl
21483            ! pod/perlop.pod
21484 ____________________________________________________________________________
21485 [  8859] By: jhi                                   on 2001/02/20  19:15:46
21486         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
21487              from Chris Nandor.
21488      Branch: perl
21489            ! makedef.pl
21490 ____________________________________________________________________________
21491 [  8858] By: jhi                                   on 2001/02/20  17:36:53
21492         Log: Integrate pureperl changes #8844,8845,8850 to mainline
21493              (via maintperl #8855).
21494              
21495              Fixed %^H scoping bug
21496              
21497              Removed GV <-> CV refcount loop
21498              
21499              Removed %ENV refcount loop
21500      Branch: perl
21501           !> gv.c op.c perl.c pp.c scope.c
21502 ____________________________________________________________________________
21503 [  8857] By: jhi                                   on 2001/02/20  17:34:32
21504         Log: Integrate changes #8853,8854 from maintperl to mainline.
21505              
21506              EBDIC fixes, README.win32 Borland update.
21507      Branch: perl
21508           !> README.win32 handy.h util.c
21509 ____________________________________________________________________________
21510 [  8856] By: jhi                                   on 2001/02/20  17:33:16
21511         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
21512      Branch: maint-5.6/perl
21513           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
21514           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
21515           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
21516 ____________________________________________________________________________
21517 [  8855] By: jhi                                   on 2001/02/20  17:32:13
21518         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
21519              
21520              Fixed %^H scoping bug
21521              
21522              Removed GV <-> CV refcount loop
21523              
21524              Removed %ENV refcount loop
21525      Branch: maint-5.6/perl
21526           !> gv.c op.c perl.c pp.c scope.c
21527 ____________________________________________________________________________
21528 [  8854] By: jhi                                   on 2001/02/20  17:25:06
21529         Log: Subject: Addition to readme.win32 for Borland C++ compilers
21530              Date: Tue, 20 Feb 2001 02:15:25 +0300
21531              From: "Vadim Konovalov" <watman@inbox.ru>
21532              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
21533              
21534              Document Borland compiler misbehaviour.
21535      Branch: maint-5.6/perl
21536            ! README.win32
21537 ____________________________________________________________________________
21538 [  8853] By: jhi                                   on 2001/02/20  17:22:25
21539         Log: The assimilation of ebcdic.c didn't quite work at the first try,
21540              patches from Thomas Dorner.
21541      Branch: maint-5.6/perl
21542            ! handy.h util.c
21543 ____________________________________________________________________________
21544 [  8852] By: jhi                                   on 2001/02/20  17:20:15
21545         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
21546              From: Chris Nandor <pudge@pobox.com>
21547              Date: Tue, 20 Feb 2001 08:32:45 -0500
21548              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
21549      Branch: maint-5.6/perl
21550            ! makedef.pl mg.c
21551 ____________________________________________________________________________
21552 [  8851] By: jhi                                   on 2001/02/20  17:15:52
21553         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
21554      Branch: perl
21555            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
21556            ! t/lib/filter-util.t
21557 ____________________________________________________________________________
21558 [  8850] By: alanbur                               on 2001/02/20  17:12:40
21559         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
21560              and the magic pointer points back to the GV that contains the
21561              %ENV hash.  This creates a refcount loop that prevents members
21562              of %ENV from being freed correctly.  This change removes the
21563              refcount loop - the magic pointer was never used anyway, the
21564              only use of the magic was to check the type ('E') so that the
21565              appropriate environment manipulation code is called when %ENV
21566              is modified.
21567      Branch: maint-5.6/pureperl
21568            ! perl.c
21569 ____________________________________________________________________________
21570 [  8849] By: jhi                                   on 2001/02/20  17:12:20
21571         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
21572              From: "Craig A. Berry" <craigberry@mac.com>
21573              Date: Mon, 19 Feb 2001 23:36:12 -0600
21574              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
21575              
21576              Case-forgiving systems match TestInit.pm with TES*.
21577      Branch: perl
21578            ! t/lib/glob-basic.t
21579 ____________________________________________________________________________
21580 [  8848] By: jhi                                   on 2001/02/20  17:10:02
21581         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
21582      Branch: perl
21583            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
21584            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
21585            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
21586 ____________________________________________________________________________
21587 [  8847] By: jhi                                   on 2001/02/20  15:34:41
21588         Log: The #8843 wasn't quite right: %Config needs to imported.
21589      Branch: perl
21590            ! t/run/runenv.t
21591 ____________________________________________________________________________
21592 [  8846] By: jhi                                   on 2001/02/20  15:31:50
21593         Log: Retract the #8838 and #8840 for now because of
21594              the DB_File tie problem.
21595      Branch: perl
21596            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
21597            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
21598            ! proto.h sv.c
21599 ____________________________________________________________________________
21600 [  8845] By: alanbur                               on 2001/02/20  14:25:41
21601         Log: Removed GV <-> CV refcount loop
21602              CvGV(mycv) points to the parent GV of the CV, and was previously
21603              refcounted.  The pointer remains, but the refcounting has been removed
21604              as it causes a refcount loop between the CV and GV that means the CV
21605              can't ever be deleted.
21606      Branch: maint-5.6/pureperl
21607            ! gv.c op.c pp.c
21608 ____________________________________________________________________________
21609 [  8844] By: alanbur                               on 2001/02/20  14:23:13
21610         Log: Fixed %^H scoping bug
21611      Branch: maint-5.6/pureperl
21612            ! scope.c
21613 ____________________________________________________________________________
21614 [  8843] By: jhi                                   on 2001/02/19  13:38:08
21615         Log: fork() not everywhere, cleanup temp files.
21616      Branch: perl
21617            ! t/run/runenv.t
21618 ____________________________________________________________________________
21619 [  8842] By: alanbur                               on 2001/02/19  12:42:07
21620         Log: Resynchronised with parent
21621      Branch: maint-5.6/pureperl
21622           !> pod/perlfaq4.pod sv.c utf8.c
21623 ____________________________________________________________________________
21624 [  8841] By: jhi                                   on 2001/02/19  03:35:51
21625         Log: Update Changes.
21626      Branch: perl
21627            ! Changes patchlevel.h
21628 ____________________________________________________________________________
21629 [  8840] By: jhi                                   on 2001/02/19  00:23:41
21630         Log: Subject: [patch] add sv_setref_uv
21631              From: Doug MacEachern <dougm@covalent.net>
21632              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
21633              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
21634      Branch: perl
21635            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21636            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
21637 ____________________________________________________________________________
21638 [  8839] By: jhi                                   on 2001/02/19  00:01:38
21639         Log: Put to rest the 20010205.001, the email address checking (not) regex.
21640      Branch: perl
21641            ! pod/perlfaq9.pod
21642 ____________________________________________________________________________
21643 [  8838] By: jhi                                   on 2001/02/18  22:17:54
21644         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
21645              From: Doug MacEachern <dougm@covalent.net>
21646              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
21647              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
21648      Branch: perl
21649            ! lib/ExtUtils/xsubpp
21650 ____________________________________________________________________________
21651 [  8837] By: jhi                                   on 2001/02/18  22:16:50
21652         Log: Subject: [patch] -Wall cleanup round 2
21653              From: Doug MacEachern <dougm@covalent.net>
21654              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
21655              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
21656      Branch: perl
21657            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
21658            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
21659            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
21660            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
21661            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
21662            ! ext/SDBM_File/SDBM_File.xs
21663 ____________________________________________________________________________
21664 [  8836] By: jhi                                   on 2001/02/18  22:11:20
21665         Log: Misapplied regex optimizations when \C is present.
21666              Fixes 20001230.002.
21667              
21668              What still remains broken is that the submatches that
21669              have \C in them get their UTF8 flag on because their
21670              parent SV has it on.  This will result in malformed
21671              UTF8 if a \C happened to match a non-ASCII byte.
21672      Branch: perl
21673            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
21674            ! t/pragma/utf8.t
21675 ____________________________________________________________________________
21676 [  8835] By: jhi                                   on 2001/02/18  20:12:02
21677         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
21678              
21679              The hash key got wrongly UTF8fied.
21680      Branch: perl
21681            ! pod/perlapi.pod toke.c utf8.c
21682 ____________________________________________________________________________
21683 [  8834] By: jhi                                   on 2001/02/18  19:44:25
21684         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
21685              don't warn on magical or overloaded things.
21686      Branch: perl
21687            ! pp_hot.c
21688 ____________________________________________________________________________
21689 [  8833] By: nick                                  on 2001/02/18  19:31:22
21690         Log: Integrate mainline
21691      Branch: perlio
21692           +> t/TestInit.pm t/run/runenv.t
21693            - t/UTEST
21694           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
21695           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
21696           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
21697           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
21698           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
21699           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
21700           !> utf8.c
21701 ____________________________________________________________________________
21702 [  8832] By: jhi                                   on 2001/02/18  19:21:18
21703         Log: Integrate perlio.
21704      Branch: perl
21705           !> perlio.c pod/perldiag.pod
21706 ____________________________________________________________________________
21707 [  8831] By: jhi                                   on 2001/02/18  19:14:20
21708         Log: Integrate change #8827 from mainline.
21709              
21710              UTF8 tweaks.
21711      Branch: maint-5.6/perl
21712           !> sv.c utf8.c
21713 ____________________________________________________________________________
21714 [  8830] By: nick                                  on 2001/02/18  19:10:34
21715         Log: Apply the spirit of patch from Nick Clark:
21716              Subject: [PATCH] Re: extensions that provide layers
21717              From: Nicholas Clark <nick@ccl4.org>
21718              Date: Mon, 12 Feb 2001 16:43:51 +0000
21719              Message-Id: <20010212164350.Q3652@plum.flirble.org>
21720      Branch: perlio
21721            ! perlio.c pod/perldiag.pod
21722 ____________________________________________________________________________
21723 [  8829] By: jhi                                   on 2001/02/18  19:03:25
21724         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
21725              From: schwern@pobox.com 
21726              Date: Sun, 18 Feb 2001 13:44:35 -0500
21727              Message-ID: <20010218134435.A17544@magnonel.guild.net>
21728              
21729              Applied, but as t/TestInit.pm.
21730      Branch: perl
21731            + t/TestInit.pm
21732            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
21733            ! t/op/subst_wamp.t
21734 ____________________________________________________________________________
21735 [  8828] By: jhi                                   on 2001/02/18  18:43:52
21736         Log: Integrate perlio.
21737      Branch: perl
21738           !> perlio.c
21739 ____________________________________________________________________________
21740 [  8827] By: jhi                                   on 2001/02/18  18:41:33
21741         Log: UTF-8 tweaks.
21742      Branch: perl
21743            ! sv.c utf8.c
21744 ____________________________________________________________________________
21745 [  8826] By: nick                                  on 2001/02/18  17:40:59
21746         Log: Fix [ID 20010217.002]
21747              open FOO, "<:raw:perlio", ...
21748              :raw now inserts default base layer below itself.
21749              Also
21750              open FOO, "<:unix", ...
21751              works as well - but leaves buffer layer on stack under the unix layer.
21752      Branch: perlio
21753            ! perlio.c
21754 ____________________________________________________________________________
21755 [  8825] By: jhi                                   on 2001/02/18  17:15:39
21756         Log: Integrate perlio.
21757      Branch: perl
21758           !> perlio.c perliol.h
21759 ____________________________________________________________________________
21760 [  8824] By: jhi                                   on 2001/02/18  17:10:53
21761         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
21762              From: schwern@pobox.com
21763              Date: Sun, 18 Feb 2001 01:48:50 -0500
21764              Message-ID: <20010218014850.C19957@magnonel.guild.net>
21765      Branch: perl
21766            ! lib/Test/Harness.pm t/TEST t/op/chop.t
21767 ____________________________________________________________________________
21768 [  8823] By: jhi                                   on 2001/02/18  17:01:06
21769         Log: Add run/*.t to testables.
21770      Branch: perl
21771            ! t/TEST
21772 ____________________________________________________________________________
21773 [  8822] By: jhi                                   on 2001/02/18  16:58:58
21774         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
21775              From: schwern@pobox.com
21776              Date: Sun, 18 Feb 2001 01:11:35 -0500
21777              Message-ID: <20010218011135.A19957@magnonel.guild.net>
21778              
21779              Revive mjd's and Simon's PERL5OPT fix.
21780      Branch: perl
21781            + t/run/runenv.t
21782            ! MANIFEST perl.c
21783 ____________________________________________________________________________
21784 [  8821] By: jhi                                   on 2001/02/18  16:53:46
21785         Log: Subject: Re: Why t/TEST and not Test::Harness?
21786              From: schwern@pobox.com
21787              Date: Sat, 17 Feb 2001 22:44:44 -0500
21788              Message-ID: <20010217224444.A6679@magnonel.guild.net>
21789              
21790              Replace UTEST with TEST -utf8.
21791      Branch: perl
21792            - t/UTEST
21793            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
21794            ! t/lib/glob-basic.t
21795 ____________________________________________________________________________
21796 [  8820] By: nick                                  on 2001/02/18  13:06:16
21797         Log: Clean up a few core dumps when layers are used in unexpected ways.
21798              (Still not "right"...)
21799      Branch: perlio
21800            ! perlio.c perliol.h
21801 ____________________________________________________________________________
21802 [  8819] By: jhi                                   on 2001/02/18  02:25:55
21803         Log: Integrate change #8818 from maintperl, a FAQ nit.
21804      Branch: perl
21805           !> pod/perlfaq4.pod
21806 ____________________________________________________________________________
21807 [  8818] By: jhi                                   on 2001/02/18  02:24:50
21808         Log: FAQ nit from Chris Fedde.
21809      Branch: maint-5.6/perl
21810            ! pod/perlfaq4.pod
21811 ____________________________________________________________________________
21812 [  8817] By: nick                                  on 2001/02/17  18:20:14
21813         Log: Integrate mainline
21814      Branch: perlio
21815           +> lib/unicode/UCD.html lib/unicode/Unicode.html
21816           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
21817           +> pod/perlclib.pod
21818            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21819            - lib/unicode/Unicode.301
21820           !> (integrate 324 files)
21821 ____________________________________________________________________________
21822 [  8816] By: jhi                                   on 2001/02/17  16:56:58
21823         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
21824      Branch: perl
21825            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21826            ! ext/Storable/Storable.xs t/lib/st-06compat.t
21827            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
21828 ____________________________________________________________________________
21829 [  8815] By: jhi                                   on 2001/02/17  16:40:07
21830         Log: Subject: [patch] -Wall
21831              From: Doug MacEachern <dougm@covalent.net>
21832              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
21833              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
21834      Branch: perl
21835            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
21836            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
21837 ____________________________________________________________________________
21838 [  8814] By: jhi                                   on 2001/02/16  19:27:18
21839         Log: Document qu better.
21840      Branch: perl
21841            ! pod/perlop.pod
21842 ____________________________________________________________________________
21843 [  8813] By: jhi                                   on 2001/02/15  13:54:37
21844         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
21845              From: Hugo <hv@crypt.compulink.co.uk>
21846              Date: Thu, 15 Feb 2001 13:39:49 +0000
21847              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
21848      Branch: perl
21849            ! toke.c
21850 ____________________________________________________________________________
21851 [  8812] By: alanbur                               on 2001/02/15  13:52:16
21852         Log: Resynchronised with parent
21853      Branch: maint-5.6/pureperl
21854            - ebcdic.c
21855           !> (integrate 36 files)
21856 ____________________________________________________________________________
21857 [  8811] By: jhi                                   on 2001/02/15  13:51:16
21858         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
21859              
21860              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
21861              From: Jan Dubois <JanD@ActiveState.com>
21862              Date: Wed, 31 Jan 2001 21:17:03 -0800
21863              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
21864              
21865              tweak change#8659 to keep it simple
21866              
21867              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21868              From: Russ Allbery <rra@stanford.edu>
21869              Date: 14 Feb 2001 10:15:41 -0800
21870              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21871              
21872              (8809 empty)
21873
21874              Upgrade to podlators 1.08, from Russ Allbery.
21875      Branch: perl
21876           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
21877           !> utils/perldoc.PL
21878 ____________________________________________________________________________
21879 [  8810] By: jhi                                   on 2001/02/15  13:35:08
21880         Log: Upgrade to podlators 1.08, from Russ Allbery.
21881      Branch: maint-5.6/perl
21882            ! lib/Pod/Man.pm lib/Pod/Text.pm
21883 ____________________________________________________________________________
21884 [  8809] By: jhi                                   on 2001/02/15  13:26:38
21885         Log: (accidentally empty check-in)
21886      Branch: maint-5.6/perl
21887            ! lib/Test/Harness.pm
21888 ____________________________________________________________________________
21889 [  8808] By: jhi                                   on 2001/02/15  13:23:47
21890         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21891              From: Russ Allbery <rra@stanford.edu>
21892              Date: 14 Feb 2001 10:15:41 -0800
21893              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21894              
21895              perldoc was hardcoding $Config{installscript}, which breaks
21896              when install* isn't where Perl ends up (such as with AFS).
21897              
21898              Use $Config{scriptdir} instead.
21899      Branch: maint-5.6/perl
21900            ! utils/perldoc.PL
21901 ____________________________________________________________________________
21902 [  8807] By: jhi                                   on 2001/02/14  14:37:27
21903         Log: Update Changes.
21904      Branch: perl
21905            ! Changes patchlevel.h
21906 ____________________________________________________________________________
21907 [  8806] By: jhi                                   on 2001/02/14  14:25:31
21908         Log: Integrate changes #8803,8804,8805 from mainline.
21909              
21910              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21911              
21912              Don't skip too much of the locale error message if no environ array,
21913              from Chris Nandor.
21914              
21915              More MacOS Classic fixes from Chris Nandor.
21916      Branch: maint-5.6/perl
21917           !> doop.c lib/Cwd.pm perl.c perl.h util.c
21918 ____________________________________________________________________________
21919 [  8805] By: jhi                                   on 2001/02/14  03:29:01
21920         Log: More MacOS Classic fixes from Chris Nandor.
21921      Branch: perl
21922            ! doop.c lib/Cwd.pm
21923 ____________________________________________________________________________
21924 [  8804] By: jhi                                   on 2001/02/14  03:18:35
21925         Log: Don't skip too much of the locale error message if no environ array,
21926              from Chris Nandor.
21927      Branch: perl
21928            ! util.c
21929 ____________________________________________________________________________
21930 [  8803] By: jhi                                   on 2001/02/14  03:14:14
21931         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21932      Branch: perl
21933            ! perl.c perl.h
21934 ____________________________________________________________________________
21935 [  8802] By: jhi                                   on 2001/02/13  18:31:33
21936         Log: AUTHORS update.
21937      Branch: perl
21938            ! AUTHORS
21939 ____________________________________________________________________________
21940 [  8801] By: jhi                                   on 2001/02/13  17:55:19
21941         Log: Integrate change #8792 from mainline.
21942              
21943              Subject: buncha MacPerl patches for bleadperl
21944              From: Chris Nandor <pudge@pobox.com>
21945              Date: Tue, 13 Feb 2001 00:02:43 -0500
21946              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
21947      Branch: maint-5.6/perl
21948           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21949           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
21950           !> t/lib/basename.t toke.c util.h
21951 ____________________________________________________________________________
21952 [  8800] By: jhi                                   on 2001/02/13  17:46:43
21953         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
21954              to be forced to Off_t.
21955              
21956              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
21957              From: nick@ccl4.org
21958              Date: Thu, 1 Feb 2001 12:01:04 +0000
21959              Message-Id: <20010201120103.E11401@plum.flirble.org>
21960      Branch: maint-5.6/perl
21961            ! iperlsys.h perlio.c
21962 ____________________________________________________________________________
21963 [  8799] By: jhi                                   on 2001/02/13  16:52:51
21964         Log: Duplex duplex hunk hunk.
21965      Branch: maint-5.6/perl
21966            ! Makefile.SH
21967 ____________________________________________________________________________
21968 [  8797] By: jhi                                   on 2001/02/13  14:52:04
21969         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
21970              From: "Craig A. Berry" <craigberry@mac.com>
21971              Date: Mon, 12 Feb 2001 11:05:25 -0600
21972              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
21973      Branch: perl
21974            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
21975 ____________________________________________________________________________
21976 [  8796] By: jhi                                   on 2001/02/13  14:36:47
21977         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21978              From: simon.cozens@pembroke.oxford.ac.uk 
21979              Date: Sat, 10 Feb 2001 17:57:02 +0000
21980              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
21981              
21982              Now it does include.
21983      Branch: perl
21984            ! pod/perldiag.pod
21985 ____________________________________________________________________________
21986 [  8795] By: jhi                                   on 2001/02/13  14:30:11
21987         Log: Sort the MANIFEST.
21988      Branch: perl
21989            ! MANIFEST
21990 ____________________________________________________________________________
21991 [  8794] By: jhi                                   on 2001/02/13  14:26:51
21992         Log: Integrate change #8793 from mainline, FAQ updates.
21993      Branch: maint-5.6/perl
21994           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
21995 ____________________________________________________________________________
21996 [  8793] By: jhi                                   on 2001/02/13  14:25:13
21997         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
21998      Branch: perl
21999            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
22000 ____________________________________________________________________________
22001 [  8792] By: jhi                                   on 2001/02/13  14:22:50
22002         Log: Subject: buncha MacPerl patches for bleadperl
22003              From: Chris Nandor <pudge@pobox.com>
22004              Date: Tue, 13 Feb 2001 00:02:43 -0500
22005              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
22006      Branch: perl
22007            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22008            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
22009            ! t/lib/basename.t toke.c util.h
22010 ____________________________________________________________________________
22011 [  8791] By: jhi                                   on 2001/02/13  14:10:39
22012         Log: Integrate change #8790 from mainline.
22013              
22014              environ array wrongly assumed in Perl_init_i18nl10n(),
22015      Branch: maint-5.6/perl
22016           !> util.c
22017 ____________________________________________________________________________
22018 [  8790] By: jhi                                   on 2001/02/13  14:06:15
22019         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
22020              noticed by Chris Nandor in MacOS Classic.
22021      Branch: perl
22022            ! util.c
22023 ____________________________________________________________________________
22024 [  8789] By: jhi                                   on 2001/02/13  13:58:07
22025         Log: Integrate changes #8373,8487,8544,8783 from mainline.
22026              
22027              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
22028              hints files, the dynaloading, assimilate ebcdic into util.c.
22029      Branch: maint-5.6/perl
22030            - ebcdic.c
22031            ! MANIFEST hints/posix-bc.sh
22032           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
22033           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
22034           !> perlapi.c proto.h util.c
22035 ____________________________________________________________________________
22036 [  8788] By: alanbur                               on 2001/02/13  10:33:13
22037         Log: Integrated changes from maint-5.6
22038      Branch: maint-5.6/pureperl
22039           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
22040           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
22041           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22042           !> vos/config.ga.h vos/configure_perl.cm
22043 ____________________________________________________________________________
22044 [  8787] By: jhi                                   on 2001/02/13  05:56:36
22045         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
22046      Branch: perl
22047           !> Makefile.SH
22048 ____________________________________________________________________________
22049 [  8786] By: jhi                                   on 2001/02/13  05:54:34
22050         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
22051              From: Dorner Thomas <Thomas.Dorner@start.de>
22052              Date: Mon, 12 Feb 2001 15:06:26 +0100
22053              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
22054      Branch: maint-5.6/perl
22055            ! Makefile.SH
22056 ____________________________________________________________________________
22057 [  8785] By: jhi                                   on 2001/02/13  05:29:04
22058         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
22059      Branch: perl
22060           !> hints/openbsd.sh
22061 ____________________________________________________________________________
22062 [  8784] By: jhi                                   on 2001/02/13  02:25:24
22063         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22064              From: Peter Prymmer <pvhp@forte.com>
22065              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
22066              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
22067      Branch: perl
22068            ! pod/perlclib.pod
22069 ____________________________________________________________________________
22070 [  8783] By: jhi                                   on 2001/02/13  02:22:36
22071         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
22072      Branch: perl
22073            - ebcdic.c
22074            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
22075            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
22076            ! util.c
22077 ____________________________________________________________________________
22078 [  8782] By: jhi                                   on 2001/02/13  02:00:07
22079         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
22080      Branch: maint-5.6/perl
22081            ! pod/perlport.pod
22082 ____________________________________________________________________________
22083 [  8781] By: jhi                                   on 2001/02/13  01:58:44
22084         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
22085      Branch: maint-5.6/perl
22086            ! hints/openbsd.sh
22087 ____________________________________________________________________________
22088 [  8780] By: jhi                                   on 2001/02/13  01:57:33
22089         Log: Synchronize the regexp tests between maintperl and mainline.
22090      Branch: maint-5.6/perl
22091           !> t/op/re_tests
22092 ____________________________________________________________________________
22093 [  8779] By: jhi                                   on 2001/02/13  01:49:35
22094         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
22095              From: Hugo <hv@crypt.compulink.co.uk>
22096              Date: Tue, 13 Feb 2001 00:11:11 +0000
22097              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22098      Branch: perl
22099            ! regcomp.c t/op/re_tests
22100 ____________________________________________________________________________
22101 [  8778] By: jhi                                   on 2001/02/13  00:23:10
22102         Log: Comments do not nest.
22103      Branch: perl
22104            ! perl.h
22105 ____________________________________________________________________________
22106 [  8777] By: jhi                                   on 2001/02/13  00:17:54
22107         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
22108              From: Hugo <hv@crypt.compulink.co.uk>
22109              Date: Tue, 13 Feb 2001 00:11:11 +0000
22110              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22111      Branch: maint-5.6/perl
22112            ! regcomp.c t/op/re_tests
22113 ____________________________________________________________________________
22114 [  8776] By: jhi                                   on 2001/02/12  23:25:52
22115         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
22116      Branch: maint-5.6/perl
22117            ! pod/perlport.pod
22118 ____________________________________________________________________________
22119 [  8775] By: jhi                                   on 2001/02/12  23:04:28
22120         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
22121      Branch: maint-5.6/perl
22122            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
22123            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22124            ! vos/configure_perl.cm
22125 ____________________________________________________________________________
22126 [  8774] By: jhi                                   on 2001/02/12  22:59:11
22127         Log: Subject: Re: [patch] context for 'U' magic functions
22128              From: Doug MacEachern <dougm@covalent.net>
22129              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
22130              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
22131              
22132              plus the suggestion by Nick Ing-Simmons to name the macro
22133              as PERL_MG_UFUNC to avoid namespace pollution, plus add
22134              the advice by Doug for XS writers to perl.h
22135      Branch: perl
22136            ! mg.c perl.h
22137 ____________________________________________________________________________
22138 [  8773] By: jhi                                   on 2001/02/11  20:14:12
22139         Log: Update Changes.
22140      Branch: perl
22141            ! Changes patchlevel.h
22142 ____________________________________________________________________________
22143 [  8772] By: jhi                                   on 2001/02/11  18:47:52
22144         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
22145              From: Simon Cozens <simon@cozens.net>
22146              Date: Wed, 31 Jan 2001 16:31:43 +0000
22147              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
22148      Branch: perl
22149            + pod/perlclib.pod
22150            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
22151            ! pod/perltoc.pod
22152 ____________________________________________________________________________
22153 [  8771] By: jhi                                   on 2001/02/11  18:36:48
22154         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
22155              
22156              Blocks-4d3.beta.txt
22157              CaseFolding-3d4.beta.txt
22158              CompositionExclusions-3d6.beta.txt
22159              EastAsianWidth-4d4.beta.txt
22160              LineBreak-6d3.beta.txt
22161              NamesList-3.1.0d1.beta.txt
22162              PropList-3.1.0d4.beta.txt
22163              SpecialCasing-4d1.beta.txt
22164              UnicodeData-3.1.0d6.beta.txt
22165      Branch: perl
22166            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
22167           +> lib/unicode/UCD.html lib/unicode/Unicode.html
22168            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22169            - lib/unicode/Unicode.301
22170            ! (edit 257 files)
22171 ____________________________________________________________________________
22172 [  8770] By: jhi                                   on 2001/02/11  17:26:22
22173         Log: UTF-8 documentation.
22174      Branch: perl
22175            ! utf8.h
22176 ____________________________________________________________________________
22177 [  8769] By: jhi                                   on 2001/02/11  17:12:49
22178         Log: Retract #8762.
22179      Branch: perl
22180            ! regexec.c
22181 ____________________________________________________________________________
22182 [  8768] By: jhi                                   on 2001/02/11  16:54:45
22183         Log: Subject: [PATCH] Test::Harness
22184              From: andreas.koenig@anima.de (Andreas J. Koenig)
22185              Date: 11 Feb 2001 14:37:00 +0100
22186              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
22187      Branch: perl
22188            ! lib/Test/Harness.pm
22189 ____________________________________________________________________________
22190 [  8767] By: jhi                                   on 2001/02/11  16:53:52
22191         Log: Subject: [PATCH] Document makepatch in Porting/patching
22192              From: andreas.koenig@anima.de (Andreas J. Koenig)
22193              Date: 11 Feb 2001 16:46:28 +0100
22194              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
22195      Branch: perl
22196            ! Porting/patching.pod
22197 ____________________________________________________________________________
22198 [  8766] By: jhi                                   on 2001/02/11  06:30:23
22199         Log: Subject: Re: [patch] GvSHARED
22200              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
22201              From: Doug MacEachern <dougm@covalent.net>
22202              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
22203              
22204              Subject: Re: [patch] GvSHARED
22205              From: Doug MacEachern <dougm@covalent.net>
22206              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
22207              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
22208              
22209              Subject: [patch] attributes.pm support for `shared'
22210              From: Doug MacEachern <dougm@covalent.net>
22211              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
22212              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
22213              
22214              our() attributes were ignored, our :shared pieces missing,
22215              allow attributes.pm to turn on shared.
22216      Branch: perl
22217            ! op.c t/op/attrs.t toke.c xsutils.c
22218 ____________________________________________________________________________
22219 [  8765] By: alanbur                               on 2001/02/10  23:11:19
22220         Log: Resync with parent (hopefully sucessfully this time)
22221      Branch: maint-5.6/pureperl
22222           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
22223           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
22224           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22225           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
22226           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
22227           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
22228           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
22229 ____________________________________________________________________________
22230 [  8764] By: jhi                                   on 2001/02/10  22:54:38
22231         Log: Make TEST and UTEST more verbose in case something goes
22232              wrong in running/compiling a script, suggested by Doug
22233              MacEachern.
22234      Branch: perl
22235            ! t/TEST t/UTEST
22236 ____________________________________________________________________________
22237 [  8763] By: jhi                                   on 2001/02/10  22:11:34
22238         Log: Bogus shebang.
22239      Branch: perl
22240            ! t/lib/texttabs.t
22241 ____________________________________________________________________________
22242 [  8762] By: jhi                                   on 2001/02/10  21:56:02
22243         Log: (Retracted by #8769)
22244      Branch: perl
22245            ! regexec.c
22246 ____________________________________________________________________________
22247 [  8761] By: jhi                                   on 2001/02/10  21:26:15
22248         Log: Subject: Re: [patch] GvSHARED 
22249              From: Doug MacEachern <dougm@covalent.net>
22250              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
22251              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
22252              
22253              our @EXPORT : shared = (...);
22254      Branch: perl
22255            ! toke.c
22256 ____________________________________________________________________________
22257 [  8760] By: jhi                                   on 2001/02/10  21:25:07
22258         Log: Subject: [patch] GvSHARED
22259              From: Doug MacEachern <dougm@covalent.net>
22260              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
22261              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
22262      Branch: perl
22263            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
22264 ____________________________________________________________________________
22265 [  8759] By: alanbur                               on 2001/02/10  21:24:27
22266         Log: Backed out mismerge.
22267      Branch: maint-5.6/pureperl
22268            ! MANIFEST README.hpux README.vmesa gv.c installhtml
22269            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
22270            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22271            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
22272            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
22273            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
22274            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
22275 ____________________________________________________________________________
22276 [  8758] By: jhi                                   on 2001/02/10  18:01:17
22277         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
22278              
22279              Fixed UMRs and leak in Perl_pmtrans()
22280              
22281              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22282              associated UTFied tr/// code.  Also fixed scoping leak of
22283              PL_reg_start_tmp.
22284              
22285              newATTRSUB leaks when an attempt to redefine the active sort sub is
22286              made.
22287      Branch: maint-5.6/perl
22288           !> op.c regcomp.c
22289 ____________________________________________________________________________
22290 [  8757] By: alanbur                               on 2001/02/10  17:56:46
22291         Log: Resynchronised with parent
22292      Branch: maint-5.6/pureperl
22293           +> README.bs2000
22294            - README.posix-bc
22295            ! gv.c perl.c sv.c
22296           !> MANIFEST README.hpux README.vmesa installhtml
22297           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
22298           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22299           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
22300           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
22301           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
22302           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
22303 ____________________________________________________________________________
22304 [  8756] By: alanbur                               on 2001/02/10  17:51:15
22305         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
22306              made.
22307      Branch: maint-5.6/pureperl
22308            ! op.c
22309 ____________________________________________________________________________
22310 [  8755] By: jhi                                   on 2001/02/09  22:41:35
22311         Log: Upgrade to CPAN 1.59_54, from Andreas König.
22312      Branch: perl
22313            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22314 ____________________________________________________________________________
22315 [  8754] By: jhi                                   on 2001/02/09  22:29:20
22316         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
22317              
22318              Didn't upgrade the fill.t since it has a dependency to File::Slurp
22319              purely for debugging purposes, the actual test hasn't changed.
22320      Branch: perl
22321            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
22322            ! t/lib/textwrap.t
22323 ____________________________________________________________________________
22324 [  8753] By: jhi                                   on 2001/02/09  20:17:50
22325         Log: Integrate change #8682 from maintperl.
22326              
22327              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
22328              to work correctly.
22329      Branch: perl
22330           !> hints/irix_6.sh
22331 ____________________________________________________________________________
22332 [  8752] By: jhi                                   on 2001/02/09  20:00:46
22333         Log: Update Changes.
22334      Branch: perl
22335            ! Changes patchlevel.h
22336 ____________________________________________________________________________
22337 [  8751] By: nick                                  on 2001/02/09  19:48:37
22338         Log: Integrate mainline
22339      Branch: perlio
22340           +> README.bs2000 t/lib/cgi-esc.t
22341            - README.posix-bc
22342           !> (integrate 53 files)
22343 ____________________________________________________________________________
22344 [  8750] By: nick                                  on 2001/02/09  19:25:16
22345         Log: Subject: RE: Biannual Competition to Improve Hashing Function
22346              From: Fisher Mark <fisherm@tce.com>
22347              Date: Thu, 8 Feb 2001 10:44:00 -0500
22348              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
22349              Date: Thu, 8 Feb 2001 15:02:47 -0500
22350              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
22351      Branch: perl
22352            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
22353 ____________________________________________________________________________
22354 [  8749] By: jhi                                   on 2001/02/09  19:02:35
22355         Log: Forgotten fragment.
22356      Branch: perl
22357            ! pod/perlapi.pod
22358 ____________________________________________________________________________
22359 [  8748] By: jhi                                   on 2001/02/09  18:31:34
22360         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
22361              plus manual tweakage.
22362              
22363              Sync the perlfaq2 between mainline and maintperl.
22364      Branch: maint-5.6/perl
22365            ! pod/perlfaq2.pod
22366      Branch: perl
22367           !> pod/perlfaq2.pod
22368 ____________________________________________________________________________
22369 [  8747] By: jhi                                   on 2001/02/09  18:12:04
22370         Log: Subject: versiononly and installperl
22371              From: abigail@foad.org
22372              Date: Wed, 7 Feb 2001 22:43:12 +0100
22373              Message-ID: <20010207214312.7045.qmail@foad.org>    
22374              
22375              Add +v flag to force a normal install of the perl binary
22376              and the utilities.
22377              
22378              Subject: [PATCH] installperl
22379              From: Nicholas Clark <nick@ccl4.org>
22380              Date: Fri, 9 Feb 2001 16:28:57 +0000
22381              Message-ID: <20010209162857.B10931@plum.flirble.org>
22382              
22383              Add -A flag which also hardlinks the binary with
22384              the full architecture name.
22385      Branch: perl
22386            ! installperl
22387 ____________________________________________________________________________
22388 [  8746] By: jhi                                   on 2001/02/09  18:03:43
22389         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
22390              
22391              Subject: perlfaq2, re: perlmongers
22392              
22393              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
22394              
22395              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
22396              
22397              Subject: [ID 20010205.001] typo in perlfaq9
22398              
22399              Subject: [ID 20010208.002] unordered explanation in perlcall
22400      Branch: maint-5.6/perl
22401           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22402           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
22403           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
22404 ____________________________________________________________________________
22405 [  8745] By: jhi                                   on 2001/02/09  17:59:09
22406         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
22407              From: abela@geneanet.org
22408              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
22409              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
22410      Branch: perl
22411            ! pod/perlcall.pod
22412 ____________________________________________________________________________
22413 [  8744] By: jhi                                   on 2001/02/09  17:48:16
22414         Log: Subject: [ID 20010205.001] typo in perlfaq9
22415              From: eserte@vran.herceg.de
22416              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
22417              Message-Id: <200102042244.XAA21926@vran.herceg.de>
22418      Branch: perl
22419            ! pod/perlfaq9.pod
22420 ____________________________________________________________________________
22421 [  8743] By: jhi                                   on 2001/02/09  17:25:12
22422         Log: Integrate change #8695 from maintperl.
22423              
22424              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
22425      Branch: perl
22426           !> thread.h
22427 ____________________________________________________________________________
22428 [  8742] By: jhi                                   on 2001/02/09  17:21:22
22429         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
22430              From: Andy Dougherty <doughera@lafayette.edu>
22431              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
22432              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
22433      Branch: perl
22434            ! embed.pl
22435 ____________________________________________________________________________
22436 [  8741] By: jhi                                   on 2001/02/09  17:05:19
22437         Log: Integrate changes #8738,8739,8740 from maintperl.
22438              
22439              Html files will be installed in a more logical and easier to
22440              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
22441              
22442              Html files will be generated with a header to make them look
22443              a little less bare.
22444              
22445              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
22446      Branch: perl
22447           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
22448 ____________________________________________________________________________
22449 [  8740] By: jhi                                   on 2001/02/09  17:03:46
22450         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
22451              From: "Brendan O'Dea" <bod@compusol.com.au>
22452              Date: Sun, 4 Feb 2001 11:17:56 +1100
22453              Message-ID: <20010204111756.A16301@compusol.com.au>
22454      Branch: maint-5.6/perl
22455            ! pod/perlfaq3.pod
22456 ____________________________________________________________________________
22457 [  8739] By: jhi                                   on 2001/02/09  17:01:59
22458         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
22459              From: "Indy Singh" <indy@nusphere.com>
22460              Date: Fri, 2 Feb 2001 15:09:59 -0500
22461              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
22462              
22463              Html files will be generated with a header to make them look
22464              a little less bare.
22465      Branch: maint-5.6/perl
22466            ! installhtml
22467 ____________________________________________________________________________
22468 [  8738] By: jhi                                   on 2001/02/09  16:58:48
22469         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
22470              From: "Indy Singh" <indy@nusphere.com>
22471              Date: Fri, 2 Feb 2001 15:08:23 -0500
22472              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
22473              
22474              Html files will be installed in a more logical and easier to
22475              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
22476      Branch: maint-5.6/perl
22477            ! win32/Makefile win32/makefile.mk
22478 ____________________________________________________________________________
22479 [  8737] By: jhi                                   on 2001/02/09  16:46:54
22480         Log: Integrate changes #8687,8736 from maintperl.
22481              
22482              HP-UX thread patches from Merijn H. Brand.
22483              
22484              Latin nit from Philip Newton.
22485      Branch: perl
22486           !> README.hpux hints/hpux.sh
22487 ____________________________________________________________________________
22488 [  8736] By: jhi                                   on 2001/02/09  16:42:31
22489         Log: Latin nit from Philip Newton.
22490      Branch: maint-5.6/perl
22491            ! README.hpux
22492 ____________________________________________________________________________
22493 [  8735] By: jhi                                   on 2001/02/09  16:24:03
22494         Log: Integrate changes #8704,8710 from pureperl.
22495              
22496              Fixed UMRs and leak in Perl_pmtrans()
22497              
22498              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22499              associated UTFied tr/// code.  Also fixed scoping leak of
22500              PL_reg_start_tmp.
22501      Branch: perl
22502           !> op.c regcomp.c
22503 ____________________________________________________________________________
22504 [  8734] By: jhi                                   on 2001/02/09  15:40:21
22505         Log: Integrate change #8733 from maintperl.
22506              
22507              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
22508      Branch: perl
22509           !> pod/perlre.pod
22510 ____________________________________________________________________________
22511 [  8733] By: jhi                                   on 2001/02/09  15:35:47
22512         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
22513              From: Prymmer/Kahn <pvhp@best.com>
22514              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
22515              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
22516      Branch: maint-5.6/perl
22517            ! pod/perlre.pod
22518 ____________________________________________________________________________
22519 [  8732] By: jhi                                   on 2001/02/09  15:26:17
22520         Log: Rename README.posix-bc to README.bs2000 (to avoid the
22521              confusion of a "perlposix-bc.pod"), add a few missing
22522              arch pods, regen toc.
22523      Branch: maint-5.6/perl
22524           +> README.bs2000
22525            - README.posix-bc
22526            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
22527            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22528 ____________________________________________________________________________
22529 [  8731] By: jhi                                   on 2001/02/09  15:23:39
22530         Log: De-cut-and-pasto.
22531      Branch: perl
22532            ! pod/perl.pod
22533 ____________________________________________________________________________
22534 [  8730] By: jhi                                   on 2001/02/09  15:11:13
22535         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
22536              when people think that perlposix-bc.pod tells anything about
22537              Perl and POSIX.  Regen toc.
22538      Branch: perl
22539           +> README.bs2000
22540            - README.posix-bc
22541            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
22542            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22543 ____________________________________________________________________________
22544 [  8729] By: jhi                                   on 2001/02/09  14:52:28
22545         Log: The README.vmesa part of #8712 from maintperl.
22546      Branch: perl
22547            ! README.vmesa
22548 ____________________________________________________________________________
22549 [  8728] By: jhi                                   on 2001/02/09  14:46:06
22550         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
22551              From: Peter Prymmer <pvhp@forte.com>
22552              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
22553              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
22554      Branch: maint-5.6/perl
22555            ! README.vmesa win32/Makefile win32/makefile.mk
22556 ____________________________________________________________________________
22557 [  8727] By: jhi                                   on 2001/02/09  14:33:25
22558         Log: Integrate change #8712 from mainline.
22559              
22560              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
22561      Branch: maint-5.6/perl
22562           !> lib/Pod/Find.pm
22563 ____________________________________________________________________________
22564 [  8726] By: jhi                                   on 2001/02/09  14:30:28
22565         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
22566              From: Peter Prymmer <pvhp@forte.com>
22567              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
22568              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
22569      Branch: perl
22570            + t/lib/cgi-esc.t
22571            ! MANIFEST lib/CGI/Util.pm
22572 ____________________________________________________________________________
22573 [  8725] By: jhi                                   on 2001/02/09  04:56:47
22574         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
22575      Branch: maint-5.6/perl
22576            ! pod/perlport.pod
22577 ____________________________________________________________________________
22578 [  8724] By: jhi                                   on 2001/02/09  04:40:59
22579         Log: Integrate changes 7819,7820 from vmsperl into mainline.
22580              
22581              Add header for LIB$ prototypes (C. Berry)
22582              
22583              Convert fwrite()s to sockets to write()s, since some socket stacks
22584              don't take kindly to stdio.
22585              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22586              (for often optional LNMs)
22587              Correct a few typos
22588              (C. Bailey)
22589      Branch: perl
22590           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
22591 ____________________________________________________________________________
22592 [  8723] By: jhi                                   on 2001/02/09  03:29:29
22593         Log: Integrate change #8722 from mainline.
22594              
22595              The Im() function wasn't returning zero for non-Math::Complex
22596              arguments.  The bug reported by John Gamble.
22597      Branch: maint-5.6/perl
22598           !> lib/Math/Complex.pm
22599 ____________________________________________________________________________
22600 [  8722] By: jhi                                   on 2001/02/09  03:28:33
22601         Log: The Im() function wasn't returning zero for non-Math::Complex
22602              arguments.  The bug reported by John Gamble.
22603      Branch: perl
22604            ! lib/Math/Complex.pm
22605 ____________________________________________________________________________
22606 [  8721] By: nick                                  on 2001/02/08  22:11:35
22607         Log: Correct the correction :-(
22608      Branch: perl
22609            ! perl.c
22610 ____________________________________________________________________________
22611 [  8720] By: bailey                                on 2001/02/08  20:59:22
22612         Log: Convert frwite()s to sockets to write()s, since some socket stacks
22613              don't take kindly to stdio.
22614              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22615              (for often optional LNMs)
22616              Correct a few typos
22617              (C. Bailey)
22618      Branch: vmsperl
22619            ! vms/vms.c vms/vmsish.h
22620 ____________________________________________________________________________
22621 [  8719] By: bailey                                on 2001/02/08  20:51:02
22622         Log: Add header for LIB$ prototypes (C. Berry)
22623      Branch: vmsperl
22624            ! ext/Devel/DProf/DProf.xs
22625 ____________________________________________________________________________
22626 [  8718] By: bailey                                on 2001/02/08  20:49:00
22627         Log: SYN SYN
22628      Branch: vmsperl
22629           +> pod/perliol.pod t/lib/sample-tests/bailout
22630           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
22631           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
22632           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
22633           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
22634           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
22635           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
22636            - lib/unicode/Is/DCinital.pl
22637           !> (integrate 101 files)
22638 ____________________________________________________________________________
22639 [  8717] By: nick                                  on 2001/02/08  19:38:48
22640         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
22641              From: Robin Barker <rmb1@cise.npl.co.uk>
22642              Date: Thu, 8 Feb 2001 14:38:07 GMT
22643              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
22644      Branch: perl
22645            ! lib/CPAN.pm
22646 ____________________________________________________________________________
22647 [  8716] By: nick                                  on 2001/02/08  19:29:07
22648         Log: Generated files form 8713 etc.
22649      Branch: perl
22650            ! embed.h global.sym objXSUB.h perlapi.c proto.h
22651 ____________________________________________________________________________
22652 [  8715] By: nick                                  on 2001/02/08  19:26:08
22653         Log: Fixup non-ithread build after 8713
22654      Branch: perl
22655            ! perl.c
22656 ____________________________________________________________________________
22657 [  8714] By: nick                                  on 2001/02/08  19:17:45
22658         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
22659              From: nick@ccl4.org
22660              Date: Wed, 7 Feb 2001 00:27:47 +0000
22661              Message-Id: <20010207002747.B63724@plum.flirble.org>
22662      Branch: perl
22663            ! sv.c toke.c
22664 ____________________________________________________________________________
22665 [  8713] By: nick                                  on 2001/02/08  19:15:58
22666         Log: Subject: Re: [patch] Re: PL_ptr_table
22667              From: Doug Maceachern <dougm@covalent.net>
22668              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
22669              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
22670      Branch: perl
22671            ! embed.pl perl.c sv.c sv.h
22672 ____________________________________________________________________________
22673 [  8712] By: nick                                  on 2001/02/08  19:12:47
22674         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
22675              From: Peter Prymmer <pvhp@forte.com>
22676              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
22677              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
22678      Branch: perl
22679            ! lib/Pod/Find.pm
22680 ____________________________________________________________________________
22681 [  8711] By: nick                                  on 2001/02/07  21:06:11
22682         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
22683              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
22684              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22685              Date: Tue, 06 Feb 2001 23:37:01 +0000
22686              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
22687      Branch: perl
22688            ! regcomp.c
22689 ____________________________________________________________________________
22690 [  8710] By: alanbur                               on 2001/02/07  00:22:04
22691         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22692              associated UTFied tr/// code.  Also fixed scoping leak of
22693              PL_reg_start_tmp.
22694      Branch: maint-5.6/pureperl
22695            ! op.c regcomp.c
22696 ____________________________________________________________________________
22697 [  8709] By: nick                                  on 2001/02/06  21:16:49
22698         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
22699              From: Michael G Schwern <schwern@pobox.com>
22700              Date: Sun, 4 Feb 2001 19:47:14 -0500
22701              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
22702      Branch: perl
22703            ! pod/perlapi.pod pod/perlmodlib.PL
22704 ____________________________________________________________________________
22705 [  8708] By: nick                                  on 2001/02/06  20:41:20
22706         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
22707              From: Michael G Schwern <schwern@pobox.com>
22708              Date: Sun, 4 Feb 2001 21:17:49 -0500
22709              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
22710      Branch: perl
22711            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
22712            ! pod/perltootc.pod
22713 ____________________________________________________________________________
22714 [  8707] By: nick                                  on 2001/02/06  20:29:11
22715         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
22716              From: Michael G Schwern <schwern@pobox.com>
22717              Date: Tue, 6 Feb 2001 05:54:30 -0500
22718              Message-Id: <20010206055430.A951@blackrider.aocn.com>
22719      Branch: perl
22720            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
22721 ____________________________________________________________________________
22722 [  8706] By: nick                                  on 2001/02/06  20:21:40
22723         Log: Subject: RE: some win32 fixes
22724              Date: Tue, 6 Feb 2001 09:23:20 +0300
22725              From: Vadim Konovalov <vkonovalov@lucent.com>
22726              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
22727      Branch: perl
22728            ! toke.c win32/Makefile win32/config.bc win32/config.gc
22729            ! win32/config.vc win32/config_H.bc win32/makefile.mk
22730 ____________________________________________________________________________
22731 [  8705] By: alanbur                               on 2001/02/06  15:00:03
22732         Log: Synchronised with parent
22733      Branch: maint-5.6/pureperl
22734            ! regexec.c
22735           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
22736           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
22737 ____________________________________________________________________________
22738 [  8704] By: alanbur                               on 2001/02/06  14:55:24
22739         Log: Fixed UMRs and leak in Perl_pmtrans()
22740      Branch: maint-5.6/pureperl
22741            ! op.c
22742 ____________________________________________________________________________
22743 [  8703] By: gsar                                  on 2001/02/06  02:29:37
22744         Log: $(MAKE) distclean doesn't clean up properly on windows
22745      Branch: maint-5.6/perl
22746            ! win32/Makefile win32/makefile.mk
22747 ____________________________________________________________________________
22748 [  8702] By: gsar                                  on 2001/02/06  01:00:46
22749         Log: tweak change#8659 to keep it simple
22750      Branch: maint-5.6/perl
22751            ! utils/perldoc.PL
22752 ____________________________________________________________________________
22753 [  8701] By: gsar                                  on 2001/02/05  22:45:41
22754         Log: change#8693 was missing testsuite changes
22755      Branch: maint-5.6/perl
22756           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
22757 ____________________________________________________________________________
22758 [  8700] By: nick                                  on 2001/02/05  20:32:52
22759         Log: Integrate mainline
22760      Branch: perlio
22761           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
22762           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
22763           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
22764           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
22765           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
22766           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
22767           +> t/lib/test-harness.t
22768           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
22769           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
22770           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
22771           !> pod/perlutil.pod t/TEST utils/h2xs.PL
22772 ____________________________________________________________________________
22773 [  8699] By: nick                                  on 2001/02/05  19:41:07
22774         Log: Subject: perlfaq2, re: perlmongers
22775              From: David H. Adler <dha@panix.com>
22776              Date: Sun, 4 Feb 2001 23:48:23 -0500
22777              Message-Id: <20010204234823.A13429@panix.com>
22778      Branch: perl
22779            ! pod/perlfaq2.pod
22780 ____________________________________________________________________________
22781 [  8698] By: nick                                  on 2001/02/05  19:39:31
22782         Log: Missed file f#rom the testharness mess.
22783      Branch: perl
22784            + t/lib/test-harness.t
22785 ____________________________________________________________________________
22786 [  8697] By: nick                                  on 2001/02/05  19:37:21
22787         Log: Subject: [DOC PATCH] overload.pm nits
22788              From: John Tobey <jtobey@john-edwin-tobey.org>
22789              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
22790              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
22791      Branch: perl
22792            ! lib/overload.pm
22793 ____________________________________________________________________________
22794 [  8696] By: alanbur                               on 2001/02/05  11:56:00
22795         Log: Sync with parent
22796      Branch: maint-5.6/pureperl
22797           !> thread.h
22798 ____________________________________________________________________________
22799 [  8695] By: gsar                                  on 2001/02/05  03:27:34
22800         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
22801      Branch: maint-5.6/perl
22802            ! thread.h
22803 ____________________________________________________________________________
22804 [  8694] By: alanbur                               on 2001/02/05  00:07:47
22805         Log: Initial branch creation from //depot/maint-5.6/perl
22806      Branch: maint-5.6/pureperl
22807           +> (branch 1719 files)
22808 ____________________________________________________________________________
22809 [  8693] By: gsar                                  on 2001/02/04  22:38:49
22810         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
22811              changes)
22812      Branch: maint-5.6/perl
22813           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
22814           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
22815           !> ext/DB_File/version.c
22816 ____________________________________________________________________________
22817 [  8692] By: nick                                  on 2001/02/04  18:15:57
22818         Log: The missed t/TEST part of the grand testharness upgrade.
22819      Branch: perl
22820            ! t/TEST
22821 ____________________________________________________________________________
22822 [  8691] By: nick                                  on 2001/02/04  18:05:17
22823         Log: New improved test harness
22824              Subject: Re: [PATCH Test::Harness] Third time's a charm?
22825              From: Michael G Schwern <schwern@pobox.com>
22826              Date: Sun, 4 Feb 2001 08:01:20 -0500
22827              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
22828      Branch: perl
22829            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
22830            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
22831            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
22832            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
22833            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
22834            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
22835            ! MANIFEST lib/Test/Harness.pm
22836 ____________________________________________________________________________
22837 [  8690] By: nick                                  on 2001/02/04  17:57:51
22838         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
22839              From: Jonathan Stowe <gellyfish@gellyfish.com>
22840              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
22841              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
22842      Branch: perl
22843            ! utils/h2xs.PL
22844 ____________________________________________________________________________
22845 [  8689] By: nick                                  on 2001/02/04  17:55:24
22846         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22847              From: Michael G Schwern <schwern@pobox.com>
22848              Date: Sat, 3 Feb 2001 22:46:38 -0500
22849              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
22850      Branch: perl
22851            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
22852            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
22853 ____________________________________________________________________________
22854 [  8688] By: nick                                  on 2001/02/04  17:43:55
22855         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
22856              length byfailing to spot lack of closing )
22857              From: nick@talking.bollo.cx
22858              Date: Sat, 03 Feb 2001 23:53:16 +0000
22859              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
22860      Branch: perl
22861            ! perlio.c pod/perldiag.pod
22862 ____________________________________________________________________________
22863 [  8687] By: jhi                                   on 2001/02/03  17:11:42
22864         Log: HP-UX thread patches from Merijn H. Brand.
22865      Branch: maint-5.6/perl
22866            ! README.hpux hints/hpux.sh
22867 ____________________________________________________________________________
22868 [  8686] By: jhi                                   on 2001/02/03  16:40:12
22869         Log: Metaconfig changes for #8685.
22870      Branch: metaconfig
22871            ! U/installdirs/instubperl.U
22872      Branch: metaconfig/U/perl
22873            ! Devel.U versiononly.U
22874 ____________________________________________________________________________
22875 [  8685] By: jhi                                   on 2001/02/03  16:39:49
22876         Log: For -Dusedevel builds turn off installusrbinperl and turn on
22877              versiononly, a combined idea of Richard Soderberg and Merijn
22878              H. Brand.  You can still override both of these from the command
22879              line if you need to, -Dinstallusrbinperl and -Uversiononly.
22880      Branch: perl
22881            ! Configure
22882 ____________________________________________________________________________
22883 [  8684] By: jhi                                   on 2001/02/03  16:16:34
22884         Log: Metaconfig unit fix for #8683.
22885      Branch: metaconfig
22886            ! U/compline/nblock_io.U
22887 ____________________________________________________________________________
22888 [  8683] By: jhi                                   on 2001/02/03  16:16:12
22889         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
22890              reported by Peter Prymmer for 5.6-TRIAL1.
22891      Branch: perl
22892            ! Configure
22893 ____________________________________________________________________________
22894 [  8682] By: jhi                                   on 2001/02/03  05:52:11
22895         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
22896              to work correctly.
22897      Branch: maint-5.6/perl
22898            ! hints/irix_6.sh
22899 ____________________________________________________________________________
22900 [  8681] By: jhi                                   on 2001/02/03  05:47:33
22901         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
22902      Branch: maint-5.6/perl
22903            ! pod/perlport.pod
22904 ____________________________________________________________________________
22905 [  8680] By: jhi                                   on 2001/02/02  21:39:49
22906         Log: perlport update from Peter Prymmer.
22907      Branch: maint-5.6/perl
22908            ! pod/perlport.pod
22909 ____________________________________________________________________________
22910 [  8679] By: nick                                  on 2001/02/02  20:50:48
22911         Log: Integrate mainline
22912      Branch: perlio
22913           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22914           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
22915           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22916 ____________________________________________________________________________
22917 [  8678] By: gsar                                  on 2001/02/02  16:02:12
22918         Log: note about bincompat, slightly modified (from Lupe Christoph)
22919      Branch: maint-5.6/perl
22920            ! README.solaris
22921 ____________________________________________________________________________
22922 [  8677] By: jhi                                   on 2001/02/02  15:46:20
22923         Log: Supported platforms updates.
22924      Branch: maint-5.6/perl
22925            ! pod/perlport.pod
22926 ____________________________________________________________________________
22927 [  8676] By: jhi                                   on 2001/02/02  03:41:26
22928         Log: A couple more perlfaq2 tweaks.
22929      Branch: maint-5.6/perl
22930            ! pod/perlfaq2.pod
22931 ____________________________________________________________________________
22932 [  8675] By: jhi                                   on 2001/02/02  03:17:44
22933         Log: Misedit in #8661.
22934      Branch: maint-5.6/perl
22935            ! Configure
22936 ____________________________________________________________________________
22937 [  8674] By: jhi                                   on 2001/02/02  03:14:38
22938         Log: Damien again.
22939      Branch: maint-5.6/perl
22940            ! pod/perlfaq2.pod
22941 ____________________________________________________________________________
22942 [  8673] By: jhi                                   on 2001/02/02  03:12:40
22943         Log: perlfaq update from Elaine Ashton.
22944      Branch: maint-5.6/perl
22945            ! pod/perlfaq2.pod
22946 ____________________________________________________________________________
22947 [  8672] By: jhi                                   on 2001/02/02  03:07:08
22948         Log: UTF-8 s/// patch from Inaba Hiroto.
22949      Branch: maint-5.6/perl
22950            ! pp_ctl.c pp_hot.c
22951 ____________________________________________________________________________
22952 [  8671] By: jhi                                   on 2001/02/01  22:34:31
22953         Log: Update Changes.
22954      Branch: perl
22955            ! Changes patchlevel.h
22956 ____________________________________________________________________________
22957 [  8670] By: jhi                                   on 2001/02/01  22:15:29
22958         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
22959              from maintperl.
22960              
22961              Upgrade to Getopt::Long 2.25, from Johan Vromans.
22962              
22963              more files need to be writable in the source distribution
22964              
22965              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
22966              
22967              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
22968              
22969              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22970              
22971              Allow the float to be fuzzier.
22972              
22973              need to use INT2PTR instead of a straight cast or ia64 fails
22974              
22975              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
22976              
22977              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
22978      Branch: perl
22979           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22980           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
22981           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22982 ____________________________________________________________________________
22983 [  8669] By: jhi                                   on 2001/02/01  21:57:02
22984         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22985              From: Robin Barker <rmb1@cise.npl.co.uk>
22986              Date: Thu, 1 Feb 2001 16:59:05 GMT
22987              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
22988      Branch: maint-5.6/perl
22989            ! pod/perlmodlib.PL
22990 ____________________________________________________________________________
22991 [  8668] By: nick                                  on 2001/02/01  19:41:40
22992         Log: Integrate mainline
22993      Branch: perlio
22994           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
22995           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
22996           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
22997 ____________________________________________________________________________
22998 [  8667] By: gsar                                  on 2001/02/01  16:59:11
22999         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
23000      Branch: maint-5.6/perl
23001            ! embed.pl embedvar.h
23002 ____________________________________________________________________________
23003 [  8666] By: gsar                                  on 2001/02/01  16:34:51
23004         Log: add missing entries to win32/config.?c
23005      Branch: maint-5.6/perl
23006            ! win32/config.bc win32/config.gc win32/config.vc
23007            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23008 ____________________________________________________________________________
23009 [  8665] By: jhi                                   on 2001/02/01  14:58:51
23010         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
23011              From: "Stephen P. Potter" <spp@spotter.yi.org>
23012              Date: Thu, 01 Feb 2001 10:45:46 -0500
23013              Message-Id: <200102011545.KAA31479@spotter.yi.org>
23014      Branch: maint-5.6/perl
23015            ! pod/perlfunc.pod
23016 ____________________________________________________________________________
23017 [  8664] By: gsar                                  on 2001/02/01  14:52:37
23018         Log: need to use INT2PTR instead of a straight cast or ia64 fails
23019              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
23020      Branch: maint-5.6/perl
23021            ! ext/POSIX/POSIX.xs
23022 ____________________________________________________________________________
23023 [  8663] By: jhi                                   on 2001/02/01  14:09:13
23024         Log: Allow the float to be fuzzier.
23025      Branch: maint-5.6/perl
23026            ! t/lib/peek.t
23027 ____________________________________________________________________________
23028 [  8662] By: jhi                                   on 2001/02/01  13:59:00
23029         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23030              From: Robin Barker <rmb1@cise.npl.co.uk>
23031              Date: Thu, 1 Feb 2001 13:05:39 GMT
23032              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
23033      Branch: maint-5.6/perl
23034            ! pod/perlmodlib.pod
23035 ____________________________________________________________________________
23036 [  8661] By: jhi                                   on 2001/02/01  13:57:38
23037         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
23038              Date: Thu, 01 Feb 2001 14:15:41 +0100
23039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23040              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
23041              
23042              Have the $ccflags in the gcc version test (strange, this change
23043              is claimed to be have been integrated already)
23044      Branch: maint-5.6/perl
23045            ! Configure
23046 ____________________________________________________________________________
23047 [  8660] By: jhi                                   on 2001/02/01  13:44:10
23048         Log: Integrate changes #7950,7964,7962 from mainline.
23049              
23050              Find the stdchar signedness using cpp, should fix some of
23051              the Solaris compiler warnings reported by Alan Burlison.
23052      Branch: maint-5.6/perl
23053           !> Configure config_h.SH
23054 ____________________________________________________________________________
23055 [  8659] By: jhi                                   on 2001/02/01  05:35:32
23056         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
23057              From: Jan Dubois <JanD@ActiveState.com>
23058              Date: Wed, 31 Jan 2001 21:17:03 -0800
23059              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
23060      Branch: maint-5.6/perl
23061            ! utils/perldoc.PL
23062 ____________________________________________________________________________
23063 [  8658] By: jhi                                   on 2001/02/01  04:33:17
23064         Log: Integrate the README.os390 and README.posix-bc parts of mainline
23065              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
23066              installperl parts were taken care of by #8657.)
23067      Branch: maint-5.6/perl
23068           !> README.os390 README.posix-bc
23069 ____________________________________________________________________________
23070 [  8657] By: jhi                                   on 2001/02/01  04:29:21
23071         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23072              From: Peter Prymmer <pvhp@forte.com>
23073              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
23074              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
23075      Branch: maint-5.6/perl
23076            + ext/DynaLoader/dl_dllload.xs
23077            ! MANIFEST Makefile.SH hints/os390.sh installperl
23078 ____________________________________________________________________________
23079 [  8656] By: jhi                                   on 2001/02/01  04:25:45
23080         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
23081              From: Peter Prymmer <pvhp@forte.com>
23082              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
23083              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
23084      Branch: maint-5.6/perl
23085            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
23086 ____________________________________________________________________________
23087 [  8655] By: jhi                                   on 2001/02/01  04:14:47
23088         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
23089              From: troc@netrus.net
23090              Date: Wed, 31 Jan 2001 22:31:26 -0500
23091              Message-Id: <200102010331.WAA117.85@rocco.homenet>
23092      Branch: maint-5.6/perl
23093            ! os2/os2.c
23094 ____________________________________________________________________________
23095 [  8654] By: jhi                                   on 2001/02/01  04:12:52
23096         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
23097              as reported by Alan Burlison.
23098      Branch: maint-5.6/perl
23099            ! pp.h
23100 ____________________________________________________________________________
23101 [  8653] By: jhi                                   on 2001/02/01  04:05:12
23102         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
23103              From: dsugalski@northernlight.com
23104              Date: Wed, 31 Jan 2001 18:54:11 -0500
23105              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
23106      Branch: maint-5.6/perl
23107            ! configure.com
23108 ____________________________________________________________________________
23109 [  8652] By: jhi                                   on 2001/02/01  04:03:11
23110         Log: Misplaced #endif.
23111              
23112              Subject: [perl-5-6-1-trial2] patches for EPOC
23113              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23114              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23115              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23116      Branch: maint-5.6/perl
23117            ! epoc/epocish.c
23118 ____________________________________________________________________________
23119 [  8651] By: jhi                                   on 2001/02/01  04:00:25
23120         Log: Integrate changes #8647,8648,8650 from mainline.
23121              
23122              Macrofy a magic UTF-8 test.
23123              
23124              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
23125              
23126              Watch out for cross compiling for EPOC (usually done on linux).
23127      Branch: maint-5.6/perl
23128           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
23129 ____________________________________________________________________________
23130 [  8650] By: jhi                                   on 2001/02/01  03:56:20
23131         Log: Watch out for cross compiling for EPOC (usually done on linux)
23132              
23133              Subject: [perl-5-6-1-trial2] patches for EPOC
23134              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23135              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23136              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23137      Branch: perl
23138            ! ext/Errno/Errno_pm.PL
23139 ____________________________________________________________________________
23140 [  8649] By: gsar                                  on 2001/02/01  00:46:00
23141         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
23142      Branch: maint-5.6/perl
23143            ! sv.c
23144 ____________________________________________________________________________
23145 [  8648] By: jhi                                   on 2001/01/31  23:35:36
23146         Log: All the uses of PL_numeric_radix must be protected by
23147              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
23148              
23149              Subject: [perl-5-6-1-trial2] patches for EPOC
23150              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23151              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23152              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23153      Branch: perl
23154            ! sv.c
23155 ____________________________________________________________________________
23156 [  8647] By: jhi                                   on 2001/01/31  22:56:16
23157         Log: Macrofy a magic UTF-8 test.
23158      Branch: perl
23159            ! utf8.c utf8.h
23160 ____________________________________________________________________________
23161 [  8646] By: gsar                                  on 2001/01/31  15:55:12
23162         Log: update Changes
23163      Branch: maint-5.6/perl
23164            ! Changes
23165 ____________________________________________________________________________
23166 [  8645] By: gsar                                  on 2001/01/31  15:10:14
23167         Log: Configure tweak suggested by Peter Prymmer
23168      Branch: maint-5.6/perl
23169            ! Configure
23170 ____________________________________________________________________________
23171 [  8644] By: gsar                                  on 2001/01/31  15:06:32
23172         Log: more files need to be writable in the source distribution
23173      Branch: maint-5.6/perl
23174            ! Porting/makerel
23175 ____________________________________________________________________________
23176 [  8643] By: jhi                                   on 2001/01/31  14:59:46
23177         Log: Integrate changes #8258,8278,8279 from mainline.
23178              
23179              Make the large file tests more robust/talkative.
23180      Branch: maint-5.6/perl
23181           !> t/lib/syslfs.t t/op/lfs.t
23182 ____________________________________________________________________________
23183 [  8642] By: gsar                                  on 2001/01/31  14:53:48
23184         Log: integrate changes#8311,8334 from mainline
23185              
23186              Add a new MakeMaker variable PM_FILTER that defines a Unix
23187              filter to be run on each .pm during the pm_to_blib() phase,
23188              a fixed version of
23189              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
23190              
23191              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
23192              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
23193              accurate reading of the "atime".  
23194      Branch: maint-5.6/perl
23195           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
23196           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23197           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
23198 ____________________________________________________________________________
23199 [  8641] By: jhi                                   on 2001/01/31  14:46:37
23200         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
23201      Branch: maint-5.6/perl
23202            ! lib/Getopt/Long.pm
23203 ____________________________________________________________________________
23204 [  8640] By: gsar                                  on 2001/01/31  14:40:24
23205         Log: make regen_all
23206      Branch: maint-5.6/perl
23207            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
23208 ____________________________________________________________________________
23209 [  8639] By: gsar                                  on 2001/01/31  14:37:25
23210         Log: refresh windows config files
23211      Branch: maint-5.6/perl
23212            ! win32/Makefile win32/config_H.bc win32/config_H.gc
23213            ! win32/config_H.vc win32/makefile.mk
23214 ____________________________________________________________________________
23215 [  8638] By: gsar                                  on 2001/01/31  14:28:10
23216         Log: makefile tweaks for windows: introduce a bulk-switch to enable
23217              same options as ActivePerl; sync changes with makefile.mk
23218      Branch: maint-5.6/perl
23219            ! win32/Makefile win32/makefile.mk
23220 ____________________________________________________________________________
23221 [  8637] By: jhi                                   on 2001/01/31  04:41:30
23222         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
23223              From: Nicholas Clark <nick@ccl4.org>
23224              Date: Tue, 30 Jan 2001 19:51:05 +0000
23225              Message-ID: <20010130195105.R76607@plum.flirble.org> 
23226              
23227              op/inc cure.
23228      Branch: perl
23229            ! pp.c pp.h pp_hot.c t/op/arith.t
23230 ____________________________________________________________________________
23231 [  8636] By: jhi                                   on 2001/01/31  02:38:32
23232         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
23233              no perlio],8257,8380,8479,8515 from mainline.
23234              
23235              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
23236              
23237              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
23238              Subject: [PATCH perl@8133] fix-up for VMS extensions
23239              
23240              In VMS embedded perls couldn't access the statically built Socket.
23241              
23242              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
23243              
23244              Further VMS piping fixes from Charles Lane.
23245              
23246              Subject:  [PATCH] make t/op/misc.t work on VMS
23247              
23248              Add tracing for debugging extensions builds in VMS.
23249              
23250              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
23251      Branch: maint-5.6/perl
23252           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
23253           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
23254           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
23255 ____________________________________________________________________________
23256 [  8635] By: jhi                                   on 2001/01/31  01:46:41
23257         Log: Integrate change #7732 from mainline.
23258              
23259              Sparc 64-bit pack() fix from Jens Hamisch.
23260      Branch: maint-5.6/perl
23261           !> pp.c
23262 ____________________________________________________________________________
23263 [  8634] By: jhi                                   on 2001/01/31  01:41:16
23264         Log: One spot missing from #8626.
23265      Branch: maint-5.6/perl
23266            ! sv.c
23267 ____________________________________________________________________________
23268 [  8633] By: jhi                                   on 2001/01/31  00:49:17
23269         Log: Integrate change #7495 from mainline.
23270              
23271              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
23272      Branch: maint-5.6/perl
23273           !> MANIFEST ext/re/Makefile.PL
23274 ____________________________________________________________________________
23275 [  8632] By: jhi                                   on 2001/01/30  23:38:49
23276         Log: Integrate change #8396 from mainline.
23277              
23278              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
23279              better multicast support (resend)
23280      Branch: maint-5.6/perl
23281           !> ext/Socket/Socket.pm
23282 ____________________________________________________________________________
23283 [  8631] By: jhi                                   on 2001/01/30  23:28:03
23284         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
23285              
23286              More AIX lore. (7514, ext/re/hints/aix.pl)
23287              
23288              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
23289              
23290              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)
23291              
23292              Subject: [ID 20001214.002] Net::Ping patch
23293              
23294              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
23295              
23296              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
23297              
23298              Add ReuseAddr as a (preferred) alias for Reuse as we now
23299              also have ReusePort.
23300              
23301              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
23302      Branch: maint-5.6/perl
23303           +> ext/re/hints/aix.pl
23304           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
23305           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
23306 ____________________________________________________________________________
23307 [  8630] By: jhi                                   on 2001/01/30  23:03:59
23308         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
23309              
23310              read() documentation tweak for 20001121.004.
23311              
23312              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
23313      Branch: maint-5.6/perl
23314           !> pod/perlfunc.pod pod/perlre.pod
23315 ____________________________________________________________________________
23316 [  8629] By: jhi                                   on 2001/01/30  22:41:57
23317         Log: Integrate change #8098 from mainline.
23318              
23319              fastgetcwd is defined using a glob alias on a $^O dependent basis
23320              and there was no default assignment or perl subroutine.
23321      Branch: maint-5.6/perl
23322           !> lib/Cwd.pm
23323 ____________________________________________________________________________
23324 [  8628] By: jhi                                   on 2001/01/30  21:58:52
23325         Log: Integrate change #7866 from mainline.
23326              
23327              File::Temp 0.11.
23328      Branch: maint-5.6/perl
23329           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
23330 ____________________________________________________________________________
23331 [  8627] By: jhi                                   on 2001/01/30  21:39:44
23332         Log: Integrate changes #8075,8086,8228 from mainline.  
23333              
23334              Darwin is not Windows. (8075,8086)
23335              
23336              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
23337      Branch: maint-5.6/perl
23338           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
23339           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
23340           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
23341           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
23342 ____________________________________________________________________________
23343 [  8626] By: jhi                                   on 2001/01/30  21:22:11
23344         Log: Integrate with tweakery the change #8625 from mainline,
23345              the multibyte decimal separator fix ("fa_IR locale failure").
23346      Branch: maint-5.6/perl
23347            ! embedvar.h perlapi.h
23348           !> intrpvar.h perl.c perl.h sv.c util.c
23349 ____________________________________________________________________________
23350 [  8625] By: jhi                                   on 2001/01/30  20:26:33
23351         Log: Fix for the fa_IR locale failure.  The reason for the failure
23352              was that Perl was assuming the decimal separator aka the radix
23353              separator is one character.  The Farsi-Iranian locale crushed
23354              that bad assumption since there the separator is 'Momayyez',
23355              glyphwise looking somewhat like a slash, and in Unicode UTF-8
23356              encoded in two bytes, 0xd9 0xab.
23357      Branch: perl
23358            ! intrpvar.h perl.c perl.h sv.c util.c
23359 ____________________________________________________________________________
23360 [  8624] By: gsar                                  on 2001/01/30  20:17:03
23361         Log: regen_headers
23362      Branch: maint-5.6/perl
23363            ! Makefile.SH pod/perlintern.pod
23364 ____________________________________________________________________________
23365 [  8623] By: gsar                                  on 2001/01/30  19:42:34
23366         Log: backout change#7431 and its dependents (causes spurious rebuilds
23367              of autogenerated files)
23368              
23369              fix benign b.t failure
23370      Branch: maint-5.6/perl
23371            ! Makefile.SH t/lib/b.t
23372 ____________________________________________________________________________
23373 [  8622] By: jhi                                   on 2001/01/30  19:41:41
23374         Log: Microperl sync.
23375      Branch: perl
23376            ! mg.c perl.h
23377 ____________________________________________________________________________
23378 [  8621] By: gsar                                  on 2001/01/30  19:24:47
23379         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
23380              from mainline
23381              
23382              Subject: podlators 1.06 released
23383              
23384              Subject: [PATCH @8436] Eliminate op_children
23385              
23386              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
23387              
23388              (Replaced by #8448)  More op_children traces (cleanup of #8442).
23389              
23390              Subject: [PATCH #3 @8436] Re: Eliminate op_children
23391              Replace #8444 and #8445.
23392              
23393              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
23394              at the setting of the ofs_sv in new_struct_thread() as the
23395              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
23396              uninitialized fields are, uh, initialized with),
23397              SvREFCNT_inc()ing that invited a core dump.
23398              
23399              podlators 1.07, from Russ Allbery.
23400              
23401              Subject: [PATCH] regcomp.c old feature removal
23402              From: mjd@plover.com
23403              Date: 16 Jan 2001 14:43:18 -0000 
23404              Message-ID: <20010116144318.7140.qmail@plover.com> 
23405      Branch: maint-5.6/perl
23406           +> lib/Pod/Text/Overstrike.pm
23407           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
23408           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
23409           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
23410           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
23411           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
23412           !> util.c
23413 ____________________________________________________________________________
23414 [  8620] By: gsar                                  on 2001/01/30  18:48:32
23415         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
23416              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
23417              now fails one test)
23418              
23419              Subject: [PATCH] lvalue AUTOLOAD. No, really.
23420              
23421              Subject: [PATCH] Interesting syntax idea
23422              Make opens + bareword assigns do typeglob assigns.
23423              
23424              Tests for #8254.
23425              
23426              Subject: [PATCH @8269] Continue blocks and B::Deparse
23427              Make the peephole optimizer to bypass more null ops and
23428              and rewrite the deparse handling of continue blocks.
23429              
23430              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
23431              Doc tweak on #8313.
23432              
23433              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
23434              
23435              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
23436              
23437              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
23438              
23439              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
23440              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
23441              according to the platform.
23442              
23443              Subject: [PATCH @8404] Consolidated lvalue sub changes
23444              
23445              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
23446              
23447              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
23448              
23449              Subject: B::Concise -- an improved replacement for B::Terse 
23450              
23451              The B::Terse drop-in replacement wasn't quite drop-in.
23452              
23453              The LVRET macro needed an aTHX.
23454              
23455              Use the /^Perl_/-less form of is_lvalue_sub().
23456              
23457              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
23458      Branch: maint-5.6/perl
23459           +> ext/B/B/Concise.pm
23460           !> (integrate 27 files)
23461 ____________________________________________________________________________
23462 [  8619] By: nick                                  on 2001/01/30  18:40:28
23463         Log: Integrate mainline
23464      Branch: perlio
23465           !> (integrate 40 files)
23466 ____________________________________________________________________________
23467 [  8618] By: jhi                                   on 2001/01/30  18:37:18
23468         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
23469              Date: Mon, 29 Jan 2001 22:51:29 -0600
23470              From: "Craig A. Berry" <craigberry@mac.com>
23471              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
23472      Branch: perl
23473            ! vms/test.com
23474 ____________________________________________________________________________
23475 [  8617] By: jhi                                   on 2001/01/30  18:34:53
23476         Log: Subject: [PATCH] Add missing CV flags to dump.c
23477              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23478              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
23479              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
23480      Branch: perl
23481            ! dump.c
23482 ____________________________________________________________________________
23483 [  8616] By: jhi                                   on 2001/01/30  18:20:58
23484         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
23485              part isn't applicable to maintperl.
23486              
23487              UTF-8 nit from Inaba Hiroto.
23488      Branch: maint-5.6/perl
23489           !> pod/perlapi.pod utf8.c
23490 ____________________________________________________________________________
23491 [  8615] By: jhi                                   on 2001/01/30  18:18:51
23492         Log: UTF-8 nit from Inaba Hiroto.
23493      Branch: perl
23494            ! pod/perlapi.pod t/op/each.t utf8.c
23495 ____________________________________________________________________________
23496 [  8614] By: jhi                                   on 2001/01/30  18:13:38
23497         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
23498              
23499              perl's internal variables are not for public consumption,
23500              move their docs from perlapi.pod to perlintern.pod
23501              
23502              support for -Dusethreads build under HP-UX 10.20 and DCE threads
23503              library (11.0 and later have pthreads but 10.x don't)
23504              
23505              avoid uninitialized value warnings
23506              
23507              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
23508              gets weird results)
23509              
23510              perldoc nit on windows
23511              
23512              make it possible to run the tests outside the source tree
23513              (there's still a dependency on ../lib being the library
23514              location)
23515      Branch: perl
23516           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
23517           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
23518           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
23519           !> win32/bin/search.pl win32/vdir.h
23520 ____________________________________________________________________________
23521 [  8613] By: gsar                                  on 2001/01/30  16:39:59
23522         Log: make it possible to run the tests outside the source tree
23523              (there's still a dependency on ../lib being the library
23524              location)
23525      Branch: maint-5.6/perl
23526            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
23527 ____________________________________________________________________________
23528 [  8612] By: gsar                                  on 2001/01/30  16:31:12
23529         Log: perldoc nit on windows
23530      Branch: maint-5.6/perl
23531            ! utils/perldoc.PL
23532 ____________________________________________________________________________
23533 [  8611] By: gsar                                  on 2001/01/30  16:22:54
23534         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
23535              gets weird results)
23536      Branch: maint-5.6/perl
23537            ! win32/vdir.h
23538 ____________________________________________________________________________
23539 [  8610] By: gsar                                  on 2001/01/30  16:12:45
23540         Log: avoid uninitialized value warnings
23541      Branch: maint-5.6/perl
23542            ! win32/bin/search.pl
23543 ____________________________________________________________________________
23544 [  8609] By: gsar                                  on 2001/01/30  16:08:01
23545         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
23546              library (11.0 and later have pthreads but 10.x don't)
23547      Branch: maint-5.6/perl
23548            ! hints/hpux.sh thread.h
23549 ____________________________________________________________________________
23550 [  8608] By: gsar                                  on 2001/01/30  15:48:55
23551         Log: perl's internal variables are not for public consumption,
23552              move their docs from perlapi.pod to perlintern.pod
23553      Branch: maint-5.6/perl
23554            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
23555            ! thrdvar.h
23556 ____________________________________________________________________________
23557 [  8607] By: gsar                                  on 2001/01/30  15:44:27
23558         Log: mistakenly branched perl56delta.pod, revert
23559      Branch: maint-5.6/perl
23560            - pod/perl56delta.pod
23561           !> pod/perldelta.pod
23562 ____________________________________________________________________________
23563 [  8606] By: gsar                                  on 2001/01/30  14:20:24
23564         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
23565              dTHR which has been a noop for a while now, except for the
23566              compatibility definition in thread.h)
23567      Branch: maint-5.6/perl
23568           !> (integrate 45 files)
23569 ____________________________________________________________________________
23570 [  8605] By: jhi                                   on 2001/01/30  05:43:58
23571         Log: Mark the UTF-8 APIs as experimental.
23572      Branch: maint-5.6/perl
23573            ! embed.pl pod/perlapi.pod
23574 ____________________________________________________________________________
23575 [  8604] By: jhi                                   on 2001/01/30  05:38:40
23576         Log: Nits from earlier integrates.
23577      Branch: maint-5.6/perl
23578            ! lib/Carp/Heavy.pm
23579           !> sv.c
23580 ____________________________________________________________________________
23581 [  8603] By: jhi                                   on 2001/01/30  05:27:26
23582         Log: Regenerate Porting files.
23583      Branch: maint-5.6/perl
23584            ! Porting/Glossary Porting/config.sh Porting/config_H
23585 ____________________________________________________________________________
23586 [  8602] By: jhi                                   on 2001/01/30  05:14:59
23587         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
23588              8310,8339,8447,8492,8493,8505,8525: documentation changes.
23589              
23590              Subject: Re: perlfaq style changes
23591              
23592              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
23593              
23594              Subject: [PATCH] docs on NaN
23595              
23596              Subject: [patch] perlfaq7
23597              
23598              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
23599              
23600              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
23601              
23602              Subject: [PATCH] open() example in perlfunc.pod
23603              
23604              Podify README.mpeix (a new version from the web)
23605              
23606              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
23607              
23608              Subject: [PATCH] format and rewording in perlfaq.pod
23609              
23610              Subject: [PATCH] API Variable documentation   
23611              
23612              Memory management calls documentation.
23613              
23614              Subject: [PATCH: perl@8482] README.vms URL updates
23615              
23616              Subject: Minor typos in perlfaq2.pod
23617              
23618              Subject: [PATCH] pod/perlvar.pod
23619      Branch: maint-5.6/perl
23620           +> pod/perl56delta.pod
23621            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23622           !> README.amiga README.epoc README.mpeix README.vms
23623           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
23624           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
23625           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
23626           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
23627           !> pod/perlvar.pod thrdvar.h
23628 ____________________________________________________________________________
23629 [  8601] By: jhi                                   on 2001/01/30  04:38:35
23630         Log: Integrate changes #8036,8096,8253 from mainline:
23631              hints changes.
23632              
23633              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
23634              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
23635              
23636              Output the (apparent) version of gcc in Tru64.
23637      Branch: maint-5.6/perl
23638           +> ext/POSIX/hints/svr4.pl
23639           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
23640           !> hints/svr4.sh t/lib/bigfltpm.t
23641 ____________________________________________________________________________
23642 [  8600] By: jhi                                   on 2001/01/30  04:04:01
23643         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
23644              locale fixes.
23645              
23646              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
23647              
23648              Debian allows /usr/bin/locale to exist without any locales. (7868)
23649              
23650              Allow the locale test needing POSIX and the taint test
23651              needing IPC::SysV to run under 'minitest' (basically,
23652              bail out if loading the extension fails). (8384)
23653              
23654              Cleanup the locale.t output  (8480)
23655      Branch: maint-5.6/perl
23656           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
23657           !> t/pragma/locale.t
23658 ____________________________________________________________________________
23659 [  8599] By: jhi                                   on 2001/01/30  03:51:04
23660         Log: Missing generated files from #8598.
23661      Branch: maint-5.6/perl
23662            ! embed.h global.sym objXSUB.h perlapi.c proto.h
23663 ____________________________________________________________________________
23664 [  8598] By: jhi                                   on 2001/01/30  03:41:54
23665         Log: Integrate change #8555 from mainline, manually integrate parts
23666              of changes 8452 and 8583.
23667              
23668              Subject: [PATCH] utf8.c documentation (8452)
23669              
23670              No point in checking the length if the pointer is bogus. (8555)
23671              
23672              Introduce bytes_from_utf8() and implement sv_eq() using it,
23673              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
23674              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
23675              was malformed. (8583)
23676      Branch: maint-5.6/perl
23677            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
23678           !> pod/perlapi.pod sv.c utf8.c
23679 ____________________________________________________________________________
23680 [  8597] By: gsar                                  on 2001/01/30  02:37:26
23681         Log: get PERL_OBJECT build going again on windows
23682      Branch: maint-5.6/perl
23683            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23684            ! pod/perlapi.pod proto.h sv.c
23685 ____________________________________________________________________________
23686 [  8596] By: jhi                                   on 2001/01/30  02:16:17
23687         Log: Signedness nit.
23688      Branch: perl
23689            ! sv.c
23690 ____________________________________________________________________________
23691 [  8595] By: jhi                                   on 2001/01/30  02:11:07
23692         Log: EBCDIC patch for Storable, from Peter Prymmer.
23693      Branch: perl
23694            ! t/lib/st-06compat.t
23695 ____________________________________________________________________________
23696 [  8594] By: jhi                                   on 2001/01/30  01:04:48
23697         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
23698              From: Peter Prymmer <pvhp@forte.com>
23699              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
23700              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
23701      Branch: perl
23702            ! t/lib/b.t
23703 ____________________________________________________________________________
23704 [  8593] By: jhi                                   on 2001/01/30  00:56:47
23705         Log: Subject: [PATCH: perl@8585] pod problems in io
23706              From: Peter Prymmer <pvhp@forte.com>
23707              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
23708              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
23709      Branch: perl
23710            ! pod/perlapio.pod pod/perliol.pod
23711 ____________________________________________________________________________
23712 [  8592] By: jhi                                   on 2001/01/30  00:48:20
23713         Log: Integrate perlio.
23714      Branch: perl
23715           !> pod/perlapio.pod pod/perliol.pod
23716 ____________________________________________________________________________
23717 [  8591] By: nick                                  on 2001/01/29  22:02:28
23718         Log: GNU 'merge' Simon's copy of perliol.pod with version
23719              patched by Craig's patch.
23720      Branch: perlio
23721            ! pod/perliol.pod
23722 ____________________________________________________________________________
23723 [  8590] By: nick                                  on 2001/01/29  21:55:10
23724         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
23725      Branch: perlio
23726            ! pod/perlapio.pod pod/perliol.pod
23727 ____________________________________________________________________________
23728 [  8589] By: jhi                                   on 2001/01/29  15:35:33
23729         Log: Integrate change #8586 from maint-5.6/perl.
23730              
23731              make the BOM detection code not call tell() until it has to
23732              (meant to fix esoteric compatibility issues where PL_rsfp
23733              is overridden)
23734      Branch: perl
23735           !> toke.c
23736 ____________________________________________________________________________
23737 [  8588] By: jhi                                   on 2001/01/29  15:29:11
23738         Log: Subject: MAking Solaris malloc() the default
23739              From: Lupe Christoph <lupe@lupe-christoph.de>
23740              Date: Mon, 29 Jan 2001 12:59:36 +0100
23741              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
23742              
23743              The README.solaris part slightly tweaked.
23744      Branch: perl
23745            ! README.solaris hints/solaris_2.sh
23746 ____________________________________________________________________________
23747 [  8587] By: jhi                                   on 2001/01/29  15:17:34
23748         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
23749              From: root@ak-75.mind.de
23750              Date: Sun, 28 Jan 2001 20:32:29 +0100
23751              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
23752      Branch: perl
23753            ! pod/perlre.pod
23754 ____________________________________________________________________________
23755 [  8586] By: gsar                                  on 2001/01/29  13:43:44
23756         Log: make the BOM detection code not call tell() until it has to
23757              (meant to fix esoteric compatibility issues where PL_rsfp
23758              is overridden)
23759      Branch: maint-5.6/perl
23760            ! toke.c
23761 ____________________________________________________________________________
23762 [  8585] By: jhi                                   on 2001/01/28  20:05:45
23763         Log: Update Changes.
23764      Branch: perl
23765            ! Changes patchlevel.h
23766 ____________________________________________________________________________
23767 [  8584] By: jhi                                   on 2001/01/28  19:30:02
23768         Log: Integrate perlio.
23769      Branch: perl
23770           +> pod/perliol.pod
23771           !> MANIFEST pod/perlapio.pod
23772 ____________________________________________________________________________
23773 [  8583] By: jhi                                   on 2001/01/28  19:28:40
23774         Log: Patch from Inaba Hiroto:
23775              - canonical UTF-8 hash keys: if a key string for a hash is
23776              UTF8-on, try downgrade the string and use it if
23777              unicode::distinct is not in effect.
23778              For the task, I added a function bytes_from_utf8() to utf8.c.
23779              It might resemble utf8_to_bytes() but it is not convenient
23780              to the task.
23781              Made a test for it and added to t/op/each.t
23782              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
23783              the mortal copy of the argument SV.
23784              And changed t/io/utf8.t test 18 which expects print() to
23785              upgrade its argument.
23786              - re-implement sv_eq with bytes_from_utf8()
23787              - some bug fixes
23788              - tr/// does not handle UTF8 range (\x{}-\x{})
23789              - \ before raw UTF8 character produced
23790              "Malformed UTF-8 character" warning.
23791              - "\x{100}\N{CENT SIGN}" is Malformed.
23792              Added tests for these 3.
23793              - and one silly bug (by me) with qu operator.
23794      Branch: perl
23795            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
23796            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
23797            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
23798 ____________________________________________________________________________
23799 [  8582] By: nick                                  on 2001/01/28  19:25:04
23800         Log: Add pod/perliol.pod to MANIFEST :-(
23801      Branch: perlio
23802            ! MANIFEST
23803 ____________________________________________________________________________
23804 [  8581] By: nick                                  on 2001/01/28  19:22:40
23805         Log: PerlIO documentation. Proofing and sub-editing requested.
23806      Branch: perlio
23807            + pod/perliol.pod
23808            ! pod/perlapio.pod
23809 ____________________________________________________________________________
23810 [  8580] By: jhi                                   on 2001/01/28  05:16:25
23811         Log: Revert the change to sv_2pv() done by #8054: Someone who
23812              did SvNV_set() on a scalar that also happened to be POK,
23813              followed by sv_2pv() won't get the right coercion anymore.
23814              [Sarathy]
23815      Branch: maint-5.6/perl
23816            ! sv.c
23817 ____________________________________________________________________________
23818 [  8579] By: jhi                                   on 2001/01/28  05:15:04
23819         Log: Remove the #8084 effect: do not allow -Q to be interpreted
23820              as -&Q(), this is too much wiggle room.
23821      Branch: maint-5.6/perl
23822            ! toke.c
23823 ____________________________________________________________________________
23824 [  8578] By: jhi                                   on 2001/01/28  05:12:45
23825         Log: Needed bits of #8439 (should have been in #8576),
23826              mainly for lval substr().
23827      Branch: maint-5.6/perl
23828            ! mg.c pp.c pp_hot.c
23829 ____________________________________________________________________________
23830 [  8577] By: jhi                                   on 2001/01/28  05:02:46
23831         Log: A missing check-in.
23832      Branch: maint-5.6/perl
23833            ! utf8.c
23834 ____________________________________________________________________________
23835 [  8576] By: jhi                                   on 2001/01/28  04:26:18
23836         Log: Integrate changes #8425,8436,8439,8517 from mainline.
23837              The 8439 was not truly integrated because it had too many
23838              dependencies on the development branch and because it introduced
23839              concepts too bold for a maintenance branch (such as the qu operator).
23840              
23841              Subject: [PATCH perl@8342] -Wformat
23842              
23843              Tighten some of the UTF-8 tests a bit.
23844              
23845              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
23846              - The substr lval was still not okay.
23847              - Now pp_stringify and sv_setsv copies source's UTF8 flag
23848              even if IN_BYTE.  pp_stringify is called from fold_constants
23849              at optimization phase and "\x{100}" was made SvUTF8_off under
23850              use bytes (the bytes pragma is for "byte semantics" and not
23851              for "do not produce UTF8 data")
23852      Branch: maint-5.6/perl
23853            ! t/lib/charnames.t t/op/substr.t toke.c
23854           !> sv.c t/pragma/utf8.t
23855 ____________________________________________________________________________
23856 [  8575] By: jhi                                   on 2001/01/28  04:01:51
23857         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
23858              
23859              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
23860              
23861              Subject: [ID 20001230.003] UTF-8 tr still hurts
23862              
23863              Test cases for #8385 (from Simon's "torture.pl")
23864              
23865              Start fixing UTF-8 lval substr() (8405)
23866      Branch: maint-5.6/perl
23867           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
23868           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
23869 ____________________________________________________________________________
23870 [  8574] By: jhi                                   on 2001/01/28  03:09:06
23871         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
23872              from mainline.
23873              
23874              UTF-8 cleanup.
23875              
23876              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
23877              
23878              "\x{FF}\xFF" was broken.
23879              
23880              Tests for #8329 and #8330.
23881              
23882              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
23883              
23884              IRIX compiler noticed that the bof initialization might be
23885              bypassed by control flow.
23886              
23887              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
23888      Branch: maint-5.6/perl
23889           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
23890           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
23891 ____________________________________________________________________________
23892 [  8573] By: jhi                                   on 2001/01/28  02:06:12
23893         Log: Retract #8552.
23894      Branch: perl
23895            ! lib/Text/Wrap.pm t/lib/textwrap.t
23896 ____________________________________________________________________________
23897 [  8572] By: jhi                                   on 2001/01/28  02:04:49
23898         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
23899              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
23900              not really integrated but instead salvaged by hand
23901              (they had too many dependencies on the development release
23902              to be cleanly integratable).
23903              
23904              Subject: more UTF8 test suites and an UTF8 patch
23905              
23906              Tweak for MULTIPLICITY/USE_PERLIO
23907              
23908              Signedness nit.
23909              
23910              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
23911              
23912              Use the UTF8_XXX macros in is_utf8_char().
23913              
23914              Rewrite pp_concat() in terms of sv_catsv().  The . operator
23915              should now be UTF-8-proof.
23916              
23917              Subject: [PATCH perl@8269] scanning two hex-constants
23918              fails on EBCDIC environment (script length.t)
23919              
23920              Add some Unicode chop() tests.
23921      Branch: maint-5.6/perl
23922            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
23923           !> sv.c t/op/chop.t utf8.h
23924 ____________________________________________________________________________
23925 [  8571] By: jhi                                   on 2001/01/28  00:35:59
23926         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
23927              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
23928              
23929              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
23930              
23931              The maxiters upper limit sanity check (guarding against
23932              non-progress) assumed bytes instead of characters in s///
23933              and split().
23934              
23935              Signedness nit.
23936              
23937              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
23938              join() should now be UTF-8-proof.
23939              
23940              More split // UTF-8 tests. (8250)
23941      Branch: maint-5.6/perl
23942           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
23943           !> util.c
23944 ____________________________________________________________________________
23945 [  8570] By: jhi                                   on 2001/01/27  22:15:46
23946         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
23947              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
23948              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
23949              8084,8204,8244,8333 from mainline.
23950              
23951              For -Q where Q might be a one-letter sub name one does no more
23952              get a warning about an unknown filetest (7941,7943,7944,8084).
23953              
23954              Subject: Re: [ID 20001130.011] expression parsing bug ?
23955              
23956              Make uv_to_utf8() to zero-terminate its output buffer.
23957              
23958              Split off t/op/length.t (7995)
23959              
23960              Split off t/op/utf8decode.t (7996)
23961              
23962              Remove an unnecessary 'use utf8' from the utf8.t (7998)
23963              
23964              Split off t/op/concat.t (8004)
23965              
23966              Split off t/op/ver.t (8005)
23967              
23968              Document utf8_length(), utf8_distance(), and utf8_hop().
23969              
23970              Document utf8_to_uv() better.
23971              
23972              Introduce macros for UTF8 decoding (8028,8033).
23973              
23974              Add test for reverse() (8030,8031).
23975              
23976              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
23977              
23978              Do not return the Unicode replacement character    on UTF-8
23979              decoding failure.
23980              
23981              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
23982              not this_utf8 i.e. the output string has one, but don't mess
23983              with source assumption. (8052,8053)
23984              
23985              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
23986              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
23987              was not expecting to be called with something that was already
23988              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
23989              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
23990              (8054)
23991              
23992              Recode the naughty binary bytes in utf8decode.t using the \xHH.
23993              
23994              Make some panic messages a bit more logical.
23995      Branch: maint-5.6/perl
23996           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
23997           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
23998           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
23999           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
24000           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
24001           !> utf8.c utf8.h
24002 ____________________________________________________________________________
24003 [  8569] By: jhi                                   on 2001/01/27  19:16:43
24004         Log: Integrate changes #7750 from perlio and #8566 from mainline.
24005      Branch: maint-5.6/perl
24006           !> regexec.c sv.c
24007 ____________________________________________________________________________
24008 [  8568] By: jhi                                   on 2001/01/27  18:06:51
24009         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
24010              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
24011              7935[-perlio.c],7936,7959,7965 from mainline.
24012              
24013              Change the "big byte" error message to "Wide character".
24014              (7355, the croak-if-wide-chars-in-print part ignored)
24015              
24016              Use UINT64_C().
24017              
24018              Introduce Perl_utf8_length().
24019              
24020              diff -se shows these as different (7753, forgotten check-ins)
24021              
24022              Subject: [PATCH] doop.c - UTF8 tr///
24023              
24024              If we use (aTHX_ ...) then put Perl_ on the front.
24025              
24026              Make utf8_length() and utf8_distance() to be less forgiving
24027              about bad UTF-8.
24028              
24029              Test line numbers are different with utf8.
24030              
24031              No need to scan till infinity, 13 is enough. (7872,7911)
24032              
24033              Subject: [PATCH] Tokeniser debugging
24034              
24035              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
24036              
24037              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
24038              
24039              Be more careful in Perl_sv_utf8_downgrade().
24040              
24041              Use DO_UTF8().
24042              
24043              Raw zero bytes in text files confuse at least GNU patch 2.1.
24044      Branch: maint-5.6/perl
24045           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
24046           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
24047           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
24048           !> t/pragma/utf8.t toke.c utf8.c utf8.h
24049 ____________________________________________________________________________
24050 [  8567] By: nick                                  on 2001/01/27  11:10:38
24051         Log: Integrate mainline
24052      Branch: perlio
24053           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
24054           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
24055           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
24056           !> toke.c
24057 ____________________________________________________________________________
24058 [  8566] By: jhi                                   on 2001/01/27  06:22:48
24059         Log: More documentation for the regexp context stack.
24060      Branch: perl
24061            ! regexec.c
24062 ____________________________________________________________________________
24063 [  8565] By: jhi                                   on 2001/01/27  05:21:57
24064         Log: Update Changes.
24065      Branch: perl
24066            ! Changes patchlevel.h
24067 ____________________________________________________________________________
24068 [  8564] By: jhi                                   on 2001/01/27  04:44:04
24069         Log: Threadedness patch for #8562 from Doug MacEachern.
24070      Branch: perl
24071            ! toke.c
24072 ____________________________________________________________________________
24073 [  8563] By: jhi                                   on 2001/01/27  04:26:24
24074         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
24075              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24076              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
24077              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
24078      Branch: perl
24079            ! op.c
24080 ____________________________________________________________________________
24081 [  8562] By: jhi                                   on 2001/01/27  04:20:30
24082         Log: Subject: Re: Announce : Tokener reporting patch
24083              From: Simon Cozens <simon@cozens.net>
24084              Date: Mon, 22 Jan 2001 02:17:22 +0000
24085              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
24086      Branch: perl
24087            ! embed.h embed.pl proto.h toke.c
24088 ____________________________________________________________________________
24089 [  8561] By: jhi                                   on 2001/01/27  04:17:24
24090         Log: Forgot from #8545.  Oops.
24091      Branch: perl
24092            ! pp.c t/pragma/overload.t
24093 ____________________________________________________________________________
24094 [  8560] By: jhi                                   on 2001/01/27  03:01:47
24095         Log: A better module compilation test, use MANIFEST as suggested
24096              by Spider.
24097      Branch: perl
24098            ! t/lib/1_compile.t
24099 ____________________________________________________________________________
24100 [  8559] By: jhi                                   on 2001/01/27  02:50:48
24101         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
24102              From: Peter Prymmer <pvhp@forte.com>
24103              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
24104              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
24105      Branch: perl
24106            ! t/lib/b.t
24107 ____________________________________________________________________________
24108 [  8558] By: jhi                                   on 2001/01/27  02:27:05
24109         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
24110              From: Peter Prymmer <pvhp@forte.com>
24111              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
24112              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
24113      Branch: perl
24114            ! t/pragma/sub_lval.t
24115 ____________________________________________________________________________
24116 [  8557] By: jhi                                   on 2001/01/27  02:26:03
24117         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
24118              From: Peter Prymmer <pvhp@forte.com>
24119              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
24120              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
24121      Branch: perl
24122            ! t/lib/st-06compat.t
24123 ____________________________________________________________________________
24124 [  8556] By: jhi                                   on 2001/01/27  02:24:33
24125         Log: Subject: [PATCH: perl@8531] minor update to README.os390
24126              From: Peter Prymmer <pvhp@forte.com>
24127              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
24128              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
24129      Branch: perl
24130            ! README.os390
24131 ____________________________________________________________________________
24132 [  8555] By: jhi                                   on 2001/01/27  00:35:47
24133         Log: No point in checking the length before we know whether the pointer
24134              is bogus or not, fixes Abigail's odbm failures in Linux.
24135      Branch: perl
24136            ! sv.c
24137 ____________________________________________________________________________
24138 [  8554] By: nick                                  on 2001/01/26  19:01:31
24139         Log: Integrate mainline
24140      Branch: perlio
24141           !> lib/Text/Wrap.pm t/lib/textwrap.t
24142 ____________________________________________________________________________
24143 [  8553] By: jhi                                   on 2001/01/26  15:19:39
24144         Log: Integrate change #7792 from perlio (multiplicity fix),
24145              fix the AV leak in regex DEBUGGING (tiny part of the
24146              polymorphic regexp patch #8143).
24147      Branch: maint-5.6/perl
24148            ! regcomp.c
24149           !> scope.h
24150 ____________________________________________________________________________
24151 [  8552] By: jhi                                   on 2001/01/26  15:03:23
24152         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
24153              From: Michael G Schwern <schwern@pobox.com>
24154              Date: Fri, 26 Jan 2001 09:28:31 -0500
24155              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
24156      Branch: perl
24157            ! lib/Text/Wrap.pm t/lib/textwrap.t
24158 ____________________________________________________________________________
24159 [  8551] By: jhi                                   on 2001/01/26  02:33:19
24160         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
24161              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
24162              
24163              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
24164              
24165              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
24166              
24167              Message nit.
24168              
24169              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
24170              
24171              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
24172              
24173              (the cleanup of unused submatches in regtry() and regcppop())
24174              
24175              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
24176              stored and restored, and thusly was trounced by the utf8 swash
24177              routines.
24178              
24179              use utf8 not required to use \x{}.
24180              
24181              Removed two more tests that make no sense in UTF-8 since the test
24182              data is not in UTF-8.
24183              
24184              Get the three different space character classes right under utf8.
24185              
24186              Implement ANYOFUTF8 regprop() dumping.
24187              
24188              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
24189              
24190              Document the regex context pushing/popping a bit better.
24191      Branch: maint-5.6/perl
24192           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
24193           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
24194           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
24195           !> t/op/regmesg.t utf8.c
24196 ____________________________________________________________________________
24197 [  8550] By: nick                                  on 2001/01/25  19:42:30
24198         Log: Integrate mainline
24199      Branch: perlio
24200           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
24201           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
24202           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
24203           !> t/lib/bigint.t t/lib/bigintpm.t
24204 ____________________________________________________________________________
24205 [  8549] By: jhi                                   on 2001/01/25  15:22:28
24206         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
24207      Branch: maint-5.6/perl
24208            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
24209 ____________________________________________________________________________
24210 [  8548] By: jhi                                   on 2001/01/25  15:02:55
24211         Log: Integrate changes #7997,8063,8492,8547 from mainline.
24212              
24213              Subject: Re: STRLEN - what?
24214              
24215              Subject: [PATCH] perlguts.pod
24216              
24217              Memory management calls documentation.
24218              
24219              Layout using tabulator is not a good idea in a pod.
24220      Branch: maint-5.6/perl
24221           !> pod/perlguts.pod
24222 ____________________________________________________________________________
24223 [  8547] By: jhi                                   on 2001/01/25  14:49:05
24224         Log: Layout using tabulator is not a good idea in a pod.
24225      Branch: perl
24226            ! pod/perlguts.pod
24227 ____________________________________________________________________________
24228 [  8546] By: jhi                                   on 2001/01/25  14:31:12
24229         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
24230              from mainline.
24231              
24232              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
24233              
24234              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
24235              
24236              More Win32 editor/IDE/shell hints.
24237              
24238              More Win32 Perling.
24239              
24240              Yet another editor edit.
24241              
24242              Edit edit edit.
24243              
24244              IDE/editor section tweaking.
24245              
24246              Few more IDE/editor nits from p5p.
24247      Branch: maint-5.6/perl
24248           !> pod/perlfaq3.pod
24249 ____________________________________________________________________________
24250 [  8545] By: jhi                                   on 2001/01/25  04:16:32
24251         Log: Subject: [PATCH 5.7.0] overload int()
24252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24253              Date: Wed, 24 Jan 2001 19:06:57 -0500
24254              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
24255      Branch: perl
24256            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
24257            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
24258            ! t/lib/bigintpm.t
24259 ____________________________________________________________________________
24260 [  8544] By: jhi                                   on 2001/01/25  04:15:11
24261         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
24262              From: Peter Prymmer <pvhp@forte.com>
24263              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
24264              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
24265      Branch: perl
24266            ! Makefile.SH README.os390 hints/os390.sh installperl
24267 ____________________________________________________________________________
24268 [  8543] By: jhi                                   on 2001/01/25  03:52:08
24269         Log: Integrate change #8462,8469 from mainline.
24270              
24271              In VMS Perl subversion (perl -V) is undef.
24272      Branch: maint-5.6/perl
24273           !> configure.com
24274 ____________________________________________________________________________
24275 [  8542] By: jhi                                   on 2001/01/25  03:44:55
24276         Log: Integrate changes #7835,7850,8315,8316 from mainline.
24277              
24278              Solaris hints.
24279      Branch: maint-5.6/perl
24280           !> hints/solaris_2.sh
24281 ____________________________________________________________________________
24282 [  8541] By: jhi                                   on 2001/01/25  03:39:28
24283         Log: Integrate #8336 from mainline.
24284      Branch: maint-5.6/perl
24285           !> hv.c
24286 ____________________________________________________________________________
24287 [  8540] By: jhi                                   on 2001/01/25  03:23:50
24288         Log: Retract #8539.
24289      Branch: maint-5.6/perl
24290            ! pod/perlfaq3.pod
24291 ____________________________________________________________________________
24292 [  8539] By: jhi                                   on 2001/01/25  03:21:55
24293         Log: (Retracted by #5940.)
24294      Branch: maint-5.6/perl
24295            ! pod/perlfaq3.pod
24296 ____________________________________________________________________________
24297 [  8538] By: jhi                                   on 2001/01/25  03:14:07
24298         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
24299              From: Peter Prymmer <pvhp@forte.com>
24300              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
24301              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
24302              
24303              The VMS bits.
24304      Branch: maint-5.6/perl
24305            ! configure.com vms/descrip_mms.template
24306 ____________________________________________________________________________
24307 [  8537] By: jhi                                   on 2001/01/25  03:06:09
24308         Log: Integrate #7710,7824,7973 from mainline.
24309      Branch: maint-5.6/perl
24310           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24311           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
24312           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
24313           !> vos/config.ga.def vos/config.ga.h win32/config.bc
24314           !> win32/config.gc win32/config.vc
24315 ____________________________________________________________________________
24316 [  8536] By: jhi                                   on 2001/01/24  13:50:20
24317         Log: Revert the edits made by me so far to the 5.6 branch since
24318              the TRIAL1 since I did edits when I should have been using
24319              integrates.  Bad programmer.   (Will integrate them properly later.)
24320              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
24321              The #8353 will not be reapplied at least for now since
24322              the UTF-8 hash keys need more thinking.
24323              (The patches #8347, #8354, #8454, #8473 were okay since they
24324              were original edits made specifically for the 5.6.1-TRIAL1.)
24325      Branch: maint-5.6/perl
24326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24327            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
24328            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
24329            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
24330            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
24331            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24332            ! win32/config.bc win32/config.gc win32/config.vc
24333 ____________________________________________________________________________
24334 [  8535] By: bailey                                on 2001/01/24  06:37:02
24335         Log: SYN SYN
24336      Branch: vmsperl
24337           +> (branch 26 files)
24338           !> (integrate 130 files)
24339 ____________________________________________________________________________
24340 [  8534] By: nick                                  on 2001/01/23  19:30:57
24341         Log: Integrate mainline.
24342      Branch: perlio
24343           !> Changes Configure Porting/Glossary Porting/config.sh
24344           !> Porting/config_H embed.h embed.pl ext/Encode/compile
24345           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
24346           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
24347           !> pod/perlvar.pod proto.h t/lib/1_compile.t
24348 ____________________________________________________________________________
24349 [  8533] By: jhi                                   on 2001/01/23  16:15:46
24350         Log: Forgotten from #8501.
24351      Branch: perl
24352            ! Porting/Glossary Porting/config.sh Porting/config_H
24353 ____________________________________________________________________________
24354 [  8532] By: jhi                                   on 2001/01/23  16:13:27
24355         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
24356              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24357              Date: Mon, 22 Jan 2001 17:51:58 +0100
24358              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
24359      Branch: perl
24360            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
24361 ____________________________________________________________________________
24362 [  8531] By: jhi                                   on 2001/01/23  15:46:01
24363         Log: Update Changes.
24364      Branch: perl
24365            ! Changes patchlevel.h
24366 ____________________________________________________________________________
24367 [  8530] By: jhi                                   on 2001/01/23  15:38:39
24368         Log: De-cut-and-pasto.
24369      Branch: perl
24370            ! t/lib/1_compile.t
24371 ____________________________________________________________________________
24372 [  8529] By: jhi                                   on 2001/01/23  15:11:04
24373         Log: Document the mkdir trailing slashes case.
24374      Branch: perl
24375            ! pod/perlfunc.pod
24376 ____________________________________________________________________________
24377 [  8528] By: jhi                                   on 2001/01/23  15:08:28
24378         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
24379              get installed:
24380              
24381              Subject: lib/lib.pm
24382              From: <abigail@foad.org>
24383              Date: Mon, 28 Aug 2000 20:35:08 -0400
24384              Message-ID: <20000829003508.21281.qmail@foad.org>
24385      Branch: perl
24386            ! installperl
24387 ____________________________________________________________________________
24388 [  8527] By: jhi                                   on 2001/01/23  14:44:04
24389         Log: Metaconfig unit change for #8526.
24390      Branch: metaconfig
24391            ! U/threads/archname.U
24392 ____________________________________________________________________________
24393 [  8526] By: jhi                                   on 2001/01/23  14:43:19
24394         Log: Attach -perlio to the archname if so selected.
24395      Branch: perl
24396            ! Configure
24397 ____________________________________________________________________________
24398 [  8525] By: jhi                                   on 2001/01/23  14:24:01
24399         Log: Subject: [PATCH] pod/perlvar.pod
24400              From: abigail@foad.org
24401              Date: Tue, 23 Jan 2001 01:41:10 +0100
24402              Message-ID: <20010123004110.22259.qmail@foad.org>
24403      Branch: perl
24404            ! pod/perlvar.pod
24405 ____________________________________________________________________________
24406 [  8524] By: jhi                                   on 2001/01/23  14:22:32
24407         Log: A bug introduced in #8217 (the undefined variable in the
24408              lib/safe1_t #3) fixed, by Charles Lane:
24409              
24410              The earlier patch made it so that stuff running in Safe
24411              compartments could do a "caller" and see "main".  That
24412              little change in name is done right before the code in
24413              the compartment is run, and apparantly the parser
24414              was picking up the stash name before it got changed.
24415              
24416              (why it was threaded vs. unthreaded Perl that was sensitive to this
24417              I still don't know...and it probably doesn't matter).
24418              
24419              I tryed removing the stash name-change and saw that threaded Perl
24420              did indeed pass the lib/safe1.t tests.
24421              
24422              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
24423              do the name change (and to connect _ in the compartment to the global
24424              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
24425              to call _safe_pkg_prep when creating a new compartment.
24426              
24427              Passes all tests with threaded perl on linux; passes all tests
24428              with unthreaded perl on VMS.
24429              
24430              At some point I'll probably want to revisit Safe and Opcode to
24431              provide more sensible handling of global variables...and to get
24432              formats working in Safe compartments, which they don't do currently.
24433      Branch: perl
24434            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
24435 ____________________________________________________________________________
24436 [  8523] By: jhi                                   on 2001/01/23  14:11:58
24437         Log: Also the lib/Thread.pm itself needs to be ignored if
24438              the Thread extension hasn't been built.
24439      Branch: perl
24440            ! t/lib/1_compile.t
24441 ____________________________________________________________________________
24442 [  8522] By: jhi                                   on 2001/01/23  13:51:28
24443         Log: print() instead of warn() so that stderr doesn't get
24444              unncessarily polluted.
24445      Branch: perl
24446            ! ext/Encode/compile
24447 ____________________________________________________________________________
24448 [  8521] By: jhi                                   on 2001/01/23  13:49:48
24449         Log: Integrate perlio.
24450      Branch: perl
24451           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
24452           !> ext/Encode/encode.h
24453 ____________________________________________________________________________
24454 [  8520] By: nick                                  on 2001/01/22  21:44:00
24455         Log: More messing with Encode:
24456              Extra fields in header to allow multiple names and to record
24457              other things "compile" knows.
24458              Re-organise compile to factor out common output routines.
24459      Branch: perlio
24460            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
24461 ____________________________________________________________________________
24462 [  8519] By: nick                                  on 2001/01/22  20:33:50
24463         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
24464      Branch: perlio
24465            ! ext/Encode/Makefile.PL ext/Encode/compile
24466 ____________________________________________________________________________
24467 [  8518] By: nick                                  on 2001/01/22  20:28:13
24468         Log: Integrate mainline
24469      Branch: perlio
24470           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
24471           !> vos/config.alpha.def vos/config.alpha.h
24472 ____________________________________________________________________________
24473 [  8517] By: jhi                                   on 2001/01/22  15:37:17
24474         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
24475              by Inaba Hiroto.
24476      Branch: perl
24477            ! sv.c
24478 ____________________________________________________________________________
24479 [  8516] By: jhi                                   on 2001/01/22  14:55:15
24480         Log: More SIG_SIZE fixes.
24481      Branch: perl
24482            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
24483 ____________________________________________________________________________
24484 [  8515] By: jhi                                   on 2001/01/22  14:50:27
24485         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
24486              From: "Craig A. Berry" <craigberry@mac.com>
24487              Date: Mon, 22 Jan 2001 00:42:24 -0600
24488              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
24489      Branch: perl
24490            ! configure.com
24491 ____________________________________________________________________________
24492 [  8514] By: jhi                                   on 2001/01/22  14:31:17
24493         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
24494              From: "Craig A. Berry" <craigberry@mac.com>
24495              Date: Sun, 21 Jan 2001 23:03:25 -0600
24496              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
24497      Branch: perl
24498            ! configure.com
24499 ____________________________________________________________________________
24500 [  8513] By: jhi                                   on 2001/01/22  14:14:00
24501         Log: Add the .ucm encoding tables to the MANIFEST.
24502      Branch: perl
24503            ! MANIFEST
24504 ____________________________________________________________________________
24505 [  8512] By: jhi                                   on 2001/01/22  13:43:33
24506         Log: Integrate perlio.
24507      Branch: perl
24508           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24509           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24510           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24511           +> ext/Encode/Encode/iso8859-10.ucm
24512           +> ext/Encode/Encode/iso8859-13.ucm
24513           +> ext/Encode/Encode/iso8859-14.ucm
24514           +> ext/Encode/Encode/iso8859-15.ucm
24515           +> ext/Encode/Encode/iso8859-16.ucm
24516           +> ext/Encode/Encode/iso8859-2.ucm
24517           +> ext/Encode/Encode/iso8859-3.ucm
24518           +> ext/Encode/Encode/iso8859-4.ucm
24519           +> ext/Encode/Encode/iso8859-5.ucm
24520           +> ext/Encode/Encode/iso8859-6.ucm
24521           +> ext/Encode/Encode/iso8859-7.ucm
24522           +> ext/Encode/Encode/iso8859-8.ucm
24523           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24524           +> ext/Encode/Encode/symbol.ucm
24525           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
24526           !> perliol.h
24527 ____________________________________________________________________________
24528 [  8511] By: nick                                  on 2001/01/21  23:44:47
24529         Log: Make "real" layers of ":utf8" and ":raw".
24530              So now PERLIO=utf8 perl ...
24531              does what Andreas wanted.
24532              Fix arg passing in open.pm (still have a Carp issue).
24533      Branch: perlio
24534            ! lib/open.pm perlio.c perliol.h
24535 ____________________________________________________________________________
24536 [  8510] By: jhi                                   on 2001/01/21  22:56:53
24537         Log: Document the regex context pushing/popping a bit better.
24538      Branch: perl
24539            ! regexec.c
24540 ____________________________________________________________________________
24541 [  8509] By: jhi                                   on 2001/01/21  22:55:44
24542         Log: Tweak the mkdir trailing slash code some more.
24543              
24544              TO DO: the same handling should probably be done for
24545              all the other filesystem functions that can have directories
24546              as their arguments.
24547      Branch: perl
24548            ! pp_sys.c
24549 ____________________________________________________________________________
24550 [  8508] By: nick                                  on 2001/01/21  21:37:43
24551         Log: Switch "compiled in" encodings to .ucm format.
24552              (Leave others as .enc till we can run-time load .ucm,
24553              or find some other way to load them.)
24554      Branch: perlio
24555            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24556            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24557            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24558            + ext/Encode/Encode/iso8859-10.ucm
24559            + ext/Encode/Encode/iso8859-13.ucm
24560            + ext/Encode/Encode/iso8859-14.ucm
24561            + ext/Encode/Encode/iso8859-15.ucm
24562            + ext/Encode/Encode/iso8859-16.ucm
24563            + ext/Encode/Encode/iso8859-2.ucm
24564            + ext/Encode/Encode/iso8859-3.ucm
24565            + ext/Encode/Encode/iso8859-4.ucm
24566            + ext/Encode/Encode/iso8859-5.ucm
24567            + ext/Encode/Encode/iso8859-6.ucm
24568            + ext/Encode/Encode/iso8859-7.ucm
24569            + ext/Encode/Encode/iso8859-8.ucm
24570            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24571            + ext/Encode/Encode/symbol.ucm
24572            ! ext/Encode/Makefile.PL ext/Encode/compile
24573 ____________________________________________________________________________
24574 [  8507] By: nick                                  on 2001/01/21  21:02:03
24575         Log: Integrate (partial) mainline.
24576      Branch: perlio
24577           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
24578           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
24579           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24580 ____________________________________________________________________________
24581 [  8506] By: jhi                                   on 2001/01/21  20:09:30
24582         Log: Update Changes.
24583      Branch: perl
24584            ! Changes patchlevel.h
24585 ____________________________________________________________________________
24586 [  8505] By: jhi                                   on 2001/01/21  19:39:59
24587         Log: Subject: Minor typos in perlfaq2.pod
24588              From: "Stephen P. Potter" <spp@spotter.yi.org>
24589              Message-Id: <200101192101.QAA11911@spotter.yi.org>
24590              Date: Fri, 19 Jan 2001 16:01:13 -0500
24591              
24592              with a nit from Philip Netwon.
24593      Branch: perl
24594            ! pod/perlfaq2.pod
24595 ____________________________________________________________________________
24596 [  8504] By: jhi                                   on 2001/01/21  19:33:05
24597         Log: Metaconfig change for #8503.
24598      Branch: metaconfig
24599            ! U/threads/usethreads.U
24600 ____________________________________________________________________________
24601 [  8503] By: jhi                                   on 2001/01/21  19:32:21
24602         Log: Sanity check for conflicting thread flavours.
24603      Branch: perl
24604            ! Configure config_h.SH
24605 ____________________________________________________________________________
24606 [  8502] By: jhi                                   on 2001/01/21  19:23:00
24607         Log: Metaconfig change for #8501.
24608      Branch: metaconfig
24609            ! U/modified/sig_name.U
24610 ____________________________________________________________________________
24611 [  8501] By: jhi                                   on 2001/01/21  19:22:26
24612         Log: The SIG_SIZE is the number of the elements *excluding*
24613              the terminating NULL.
24614      Branch: perl
24615            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
24616            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
24617            ! win32/config_H.vc
24618 ____________________________________________________________________________
24619 [  8500] By: jhi                                   on 2001/01/21  18:31:31
24620         Log: Integrate perlio.
24621      Branch: perl
24622           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
24623           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
24624           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
24625           !> pp_sys.c proto.h sv.c
24626 ____________________________________________________________________________
24627 [  8499] By: jhi                                   on 2001/01/21  17:43:57
24628         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
24629              From: Hugo <hv@crypt.compulink.co.uk>
24630              Date: Sun, 21 Jan 2001 13:34:05 +0000
24631              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
24632              
24633              In sprintf UTF8ize only if necessary.
24634      Branch: perl
24635            ! sv.c
24636 ____________________________________________________________________________
24637 [  8498] By: nick                                  on 2001/01/21  16:25:32
24638         Log: Encode cleanup.
24639              Add command line control over "compile" so that Makefile.PL
24640              needs can be combined with other uses.
24641              Use command line options in Makefile.PL.
24642              Fix multi-byte parsing in .ucm files.
24643      Branch: perlio
24644            ! ext/Encode/Makefile.PL ext/Encode/compile
24645 ____________________________________________________________________________
24646 [  8497] By: nick                                  on 2001/01/21  12:56:27
24647         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
24648      Branch: perlio
24649            ! ext/Encode/Encode.xs
24650 ____________________________________________________________________________
24651 [  8496] By: nick                                  on 2001/01/21  12:18:45
24652         Log: Fixup after integrate:
24653              missed the .sym files that are changed by regen_headers
24654              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
24655      Branch: perlio
24656            ! global.sym pp.sym sv.c
24657 ____________________________________________________________________________
24658 [  8495] By: nick                                  on 2001/01/21  11:51:07
24659         Log: Integrate mainline.
24660      Branch: perlio
24661           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
24662           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
24663           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
24664           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
24665           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
24666           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
24667           !> win32/Makefile win32/makefile.mk
24668 ____________________________________________________________________________
24669 [  8494] By: jhi                                   on 2001/01/20  23:12:11
24670         Log: Forgot the expect_number() prototype.
24671      Branch: perl
24672            ! embed.h embed.pl proto.h
24673 ____________________________________________________________________________
24674 [  8493] By: jhi                                   on 2001/01/20  22:56:39
24675         Log: Subject: [PATCH: perl@8482] README.vms URL updates
24676              From: Peter Prymmer <pvhp@forte.com>
24677              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
24678              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
24679              
24680              Plus Craig A. Berry's suggestion to use compaq.com instead
24681              of digital.com.
24682      Branch: perl
24683            ! README.vms
24684 ____________________________________________________________________________
24685 [  8492] By: jhi                                   on 2001/01/20  22:50:05
24686         Log: Memory management calls documentation.
24687      Branch: perl
24688            ! pod/perlguts.pod
24689 ____________________________________________________________________________
24690 [  8491] By: jhi                                   on 2001/01/20  22:38:33
24691         Log: Signedness nit plus few memcpy/Copy nits.
24692      Branch: perl
24693            ! sv.c
24694 ____________________________________________________________________________
24695 [  8490] By: jhi                                   on 2001/01/20  22:25:53
24696         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
24697              From: Peter Prymmer <pvhp@forte.com>
24698              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
24699              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
24700      Branch: perl
24701            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
24702 ____________________________________________________________________________
24703 [  8489] By: jhi                                   on 2001/01/20  22:24:41
24704         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
24705              From: Peter Prymmer <pvhp@forte.com>
24706              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
24707              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
24708      Branch: perl
24709            ! win32/Makefile win32/makefile.mk
24710 ____________________________________________________________________________
24711 [  8488] By: jhi                                   on 2001/01/20  22:22:27
24712         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
24713              From: Peter Prymmer <pvhp@forte.com>
24714              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
24715              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
24716      Branch: perl
24717            ! Makefile.SH
24718 ____________________________________________________________________________
24719 [  8487] By: jhi                                   on 2001/01/20  22:21:18
24720         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
24721              From: Peter Prymmer <pvhp@forte.com>
24722              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
24723              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
24724      Branch: perl
24725            + ext/DynaLoader/dl_dllload.xs
24726            ! MANIFEST Makefile.SH hints/os390.sh
24727 ____________________________________________________________________________
24728 [  8486] By: jhi                                   on 2001/01/20  22:17:53
24729         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
24730              From: Peter Prymmer <pvhp@forte.com>
24731              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
24732              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
24733      Branch: perl
24734            ! README.os390 README.posix-bc
24735 ____________________________________________________________________________
24736 [  8485] By: jhi                                   on 2001/01/20  20:15:30
24737         Log: Document and test the new qu operator.
24738      Branch: perl
24739            + t/op/qu.t
24740            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
24741            ! pod/perlretut.pod pod/perlunicode.pod
24742 ____________________________________________________________________________
24743 [  8484] By: nick                                  on 2001/01/20  19:42:30
24744         Log: Infrastructure to allow:
24745              open($fh,"|-",@array);
24746              to be implemented
24747              i.e. mark pp_open as needing a stack mark, and make pp_open
24748              process its args in that style (and pass them _all_ to tied handles OPEN).
24749              Invent do_openn() which takes SV ** at allow it to see multiple args.
24750              Note this does not _do_ anything yet.
24751      Branch: perlio
24752            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
24753            ! perlapi.c pp_proto.h pp_sys.c proto.h
24754 ____________________________________________________________________________
24755 [  8483] By: nick                                  on 2001/01/20  17:23:14
24756         Log: Integrate mainline.
24757      Branch: perlio
24758           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
24759           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
24760 ____________________________________________________________________________
24761 [  8482] By: jhi                                   on 2001/01/19  15:37:49
24762         Log: Update Changes.
24763      Branch: perl
24764            ! Changes patchlevel.h
24765 ____________________________________________________________________________
24766 [  8481] By: jhi                                   on 2001/01/19  14:41:24
24767         Log: Subject: Re: new feature: s?printf parameter reordering 
24768              From: Hugo <hv@crypt.compulink.co.uk>
24769              Date: Thu, 11 Jan 2001 17:09:03 +0000
24770              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
24771              
24772              - support reordering for all parameters: %, *v, *, .*
24773              - lay down that the reordering specification must immediately
24774              follow that parameter: %3$, *v3$, *3$, .*3$
24775              - fix vectorisation of a zero-length string
24776              - factor out the code choosing the argument to format
24777              
24778              Possibly unwanted side-effects:
24779              - the special format specifiers ' +-0' must now precede any
24780              vectorisation specifier. Tests in op/sprintf and op/ver
24781              have been changed to reflect this.
24782              - sprintf.t test #214 changed its expectations because in many
24783              cases, the next parameter has already been consumed when an
24784              invalid type letter is detected.
24785              
24786              Probably wanted side-effects:
24787              - attempts to format a non-existent parameter will warn as if C<undef>
24788              - attempt to write to non-existent parameter with '%n' will complain
24789              of "attempt to modify read-only value" instead of being silent
24790      Branch: perl
24791            ! sv.c t/op/sprintf.t t/op/ver.t
24792 ____________________________________________________________________________
24793 [  8480] By: jhi                                   on 2001/01/19  14:08:37
24794         Log: Subject: PATCH pragma/locale.t
24795              From: andreas.koenig@anima.de (Andreas J. Koenig)
24796              Date: 18 Jan 2001 09:45:37 +0100
24797              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
24798      Branch: perl
24799            ! t/pragma/locale.t
24800 ____________________________________________________________________________
24801 [  8479] By: jhi                                   on 2001/01/19  13:19:58
24802         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
24803      Branch: perl
24804            ! configure.com
24805 ____________________________________________________________________________
24806 [  8478] By: jhi                                   on 2001/01/19  02:12:35
24807         Log: Automate 1_compile.t.
24808      Branch: perl
24809            ! t/lib/1_compile.t
24810 ____________________________________________________________________________
24811 [  8477] By: jhi                                   on 2001/01/19  01:49:56
24812         Log: Integrate perlio.
24813      Branch: perl
24814           !> sv.c win32/config.bc win32/config.gc win32/config.vc
24815           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24816 ____________________________________________________________________________
24817 [  8476] By: nick                                  on 2001/01/18  21:51:52
24818         Log: Integrate mainline
24819      Branch: perlio
24820           +> t/lib/1_compile.t t/lib/compmod.pl
24821           !> MANIFEST configure.com lib/unicode/distinct.pm
24822 ____________________________________________________________________________
24823 [  8475] By: nick                                  on 2001/01/18  21:48:02
24824         Log: Win32 "safe signals" co-existance fix.
24825              Fix SIG_SIZE value.
24826              Clear PL_sig_pending when cloning (fork).
24827      Branch: perlio
24828            ! sv.c win32/config.bc win32/config.gc win32/config.vc
24829            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24830 ____________________________________________________________________________
24831 [  8474] By: jhi                                   on 2001/01/18  14:40:57
24832         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
24833      Branch: perl
24834            ! t/lib/1_compile.t
24835 ____________________________________________________________________________
24836 [  8473] By: gsar                                  on 2001/01/18  11:42:31
24837         Log: unsubmitted trial1 change
24838      Branch: maint-5.6/perl
24839            ! Changes
24840 ____________________________________________________________________________
24841 [  8472] By: jhi                                   on 2001/01/18  04:30:24
24842         Log: The first bug found by 1_compile.t.
24843      Branch: perl
24844            ! lib/unicode/distinct.pm
24845 ____________________________________________________________________________
24846 [  8471] By: jhi                                   on 2001/01/18  04:29:42
24847         Log: Add Schwern's 1_compile test.  The compile_module script renamed
24848              to be a bit shorter for the 8.3 people.
24849      Branch: perl
24850            + t/lib/1_compile.t t/lib/compmod.pl
24851            ! MANIFEST
24852 ____________________________________________________________________________
24853 [  8470] By: jhi                                   on 2001/01/18  04:16:00
24854         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)
24855              From: Peter Prymmer <pvhp@forte.com>
24856              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24857              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24858              Replace #8463.
24859      Branch: maint-5.6/perl
24860            ! configure.com
24861 ____________________________________________________________________________
24862 [  8469] By: jhi                                   on 2001/01/18  04:13:02
24863         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)
24864              From: Peter Prymmer <pvhp@forte.com>
24865              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24866              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24867              Replace #8462.
24868      Branch: perl
24869            ! configure.com
24870 ____________________________________________________________________________
24871 [  8468] By: jhi                                   on 2001/01/18  03:42:08
24872         Log: Integrate perlio.
24873      Branch: perl
24874           !> gv.c mg.c perlio.c util.c
24875 ____________________________________________________________________________
24876 [  8467] By: nick                                  on 2001/01/17  22:41:10
24877         Log: "Safe" signals - trial implementation.
24878              gv.c tweaked to zero PL_sig_pend array
24879              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
24880              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
24881              Odd thing is that it "works" with PERLIO=stdio as well (linux).
24882      Branch: perlio
24883            ! gv.c mg.c perlio.c util.c
24884 ____________________________________________________________________________
24885 [  8466] By: nick                                  on 2001/01/17  20:40:20
24886         Log: Integrate mainline.
24887      Branch: perlio
24888           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24889           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24890           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
24891           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24892           !> vos/config.ga.h win32/config.bc win32/config.gc
24893           !> win32/config.vc
24894 ____________________________________________________________________________
24895 [  8465] By: jhi                                   on 2001/01/17  18:37:13
24896         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
24897              From: Nicholas Clark <nick@ccl4.org>
24898              Date: Wed, 17 Jan 2001 17:31:33 +0000
24899              Message-ID: <20010117173133.I2633@plum.flirble.org>
24900      Branch: perl
24901            ! t/op/int.t
24902 ____________________________________________________________________________
24903 [  8464] By: jhi                                   on 2001/01/17  14:43:17
24904         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
24905              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24906              Date: Wed, 17 Jan 2001 15:16:43 +0100
24907              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
24908              
24909              pp_int() was dropping an NV to the floor,
24910              int(279964589018079/59) either returned not an integer
24911              4745162525730.15, or one got "Attempt to free unreferenced scalar."
24912      Branch: perl
24913            ! pp.c
24914 ____________________________________________________________________________
24915 [  8463] By: jhi                                   on 2001/01/17  06:12:42
24916         Log: (Replaced by #8470)
24917              
24918              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)
24919              From: "Craig A. Berry" <craigberry@mac.com>
24920              Date: Tue, 16 Jan 2001 23:38:46 -0600
24921              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24922      Branch: maint-5.6/perl
24923            ! configure.com
24924 ____________________________________________________________________________
24925 [  8462] By: jhi                                   on 2001/01/17  06:11:31
24926         Log: (Replaced by #8469)
24927              
24928              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)
24929              From: "Craig A. Berry" <craigberry@mac.com>
24930              Date: Tue, 16 Jan 2001 23:38:46 -0600
24931              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24932      Branch: perl
24933            ! configure.com
24934 ____________________________________________________________________________
24935 [  8461] By: jhi                                   on 2001/01/17  05:56:12
24936         Log: Allow for one trailing slash in the directory of mkdir().
24937      Branch: perl
24938            ! pp_sys.c
24939 ____________________________________________________________________________
24940 [  8460] By: jhi                                   on 2001/01/17  03:26:01
24941         Log: Metaconfig unit changes for #8459.
24942      Branch: metaconfig
24943            ! U/modified/Loc.U U/modified/sig_name.U
24944 ____________________________________________________________________________
24945 [  8459] By: jhi                                   on 2001/01/17  03:24:48
24946         Log: Define SIG_SIZE, the number of elements in the sig_name and
24947              sig_num arrays, including the final NULL entry.
24948      Branch: perl
24949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24950            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24951            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
24952            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24953            ! win32/config.bc win32/config.gc win32/config.vc
24954 ____________________________________________________________________________
24955 [  8458] By: jhi                                   on 2001/01/17  01:41:33
24956         Log: Integrate perlio.
24957      Branch: perl
24958           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24959           !> perlapi.h proto.h sv.c
24960 ____________________________________________________________________________
24961 [  8457] By: nick                                  on 2001/01/16  22:07:26
24962         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
24963              Provides all the "cost" but no benefit yet - it is to allow cost
24964              to be measured, and implementation experiments (just in mg.c?).
24965      Branch: perlio
24966            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24967            ! perlapi.h proto.h sv.c
24968 ____________________________________________________________________________
24969 [  8456] By: nick                                  on 2001/01/16  21:07:07
24970         Log: Integrate mainline.
24971      Branch: perlio
24972           !> (integrate 51 files)
24973 ____________________________________________________________________________
24974 [  8455] By: jhi                                   on 2001/01/16  18:13:43
24975         Log: Subject: [PATCH] regcomp.c old feature removal
24976              From: mjd@plover.com
24977              Date: 16 Jan 2001 14:43:18 -0000 
24978              Message-ID: <20010116144318.7140.qmail@plover.com> 
24979      Branch: perl
24980            ! regcomp.c
24981 ____________________________________________________________________________
24982 [  8454] By: jhi                                   on 2001/01/16  16:12:39
24983         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
24984              From: "Indy Singh" <indy@nusphere.com>
24985              Date: Wed, 10 Jan 2001 20:17:49 -0500
24986              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
24987      Branch: maint-5.6/perl
24988            ! win32/Makefile
24989 ____________________________________________________________________________
24990 [  8453] By: jhi                                   on 2001/01/16  16:09:33
24991         Log: Update Changes.
24992      Branch: perl
24993            ! Changes patchlevel.h
24994 ____________________________________________________________________________
24995 [  8452] By: jhi                                   on 2001/01/16  15:42:04
24996         Log: Subject: Re: API Cleanup
24997              To: perl5-porters@perl.org
24998              Date: Tue, 16 Jan 2001 13:42:30 +0000
24999              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
25000              
25001              Subject: [PATCH] utf8.c documentation
25002              From: Simon Cozens <simon@cozens.net>
25003              Date: Tue, 16 Jan 2001 13:52:48 +0000
25004              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
25005              
25006              Subject: Re: API Cleanup
25007              From: Simon Cozens <simon@cozens.net>
25008              Date: Tue, 16 Jan 2001 14:58:55 +0000
25009              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
25010              
25011              UTF-8 doc patches.
25012      Branch: perl
25013            ! embed.pl pod/perlapi.pod utf8.c
25014 ____________________________________________________________________________
25015 [  8451] By: jhi                                   on 2001/01/16  14:41:39
25016         Log: podlators 1.07, from Russ Allbery.
25017      Branch: perl
25018            ! lib/Pod/Man.pm
25019 ____________________________________________________________________________
25020 [  8450] By: jhi                                   on 2001/01/16  14:24:19
25021         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
25022              From: "Indy Singh" <indy@nusphere.com>
25023              Date: Mon, 15 Jan 2001 20:59:40 -0500
25024              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
25025      Branch: perl
25026            ! win32/Makefile
25027 ____________________________________________________________________________
25028 [  8449] By: jhi                                   on 2001/01/16  03:42:55
25029         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
25030              at the setting of the ofs_sv in new_struct_thread() as the
25031              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
25032              that invited a core dump.
25033      Branch: perl
25034            ! util.c
25035 ____________________________________________________________________________
25036 [  8448] By: jhi                                   on 2001/01/16  01:49:07
25037         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
25038              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25039              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
25040              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
25041              
25042              Replace #8444 and #8445.
25043      Branch: perl
25044            ! ext/B/B.xs ext/B/B/Debug.pm
25045 ____________________________________________________________________________
25046 [  8447] By: jhi                                   on 2001/01/15  21:05:35
25047         Log: Subject: [PATCH] API Variable documentation   
25048              From: Simon Cozens <simon@cozens.net>
25049              Date: Mon, 15 Jan 2001 19:35:54 +0000
25050              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
25051      Branch: perl
25052            ! pod/perlapi.pod thrdvar.h
25053 ____________________________________________________________________________
25054 [  8446] By: jhi                                   on 2001/01/15  20:49:20
25055         Log: Signedness nit.
25056      Branch: perl
25057            ! pp_ctl.c
25058 ____________________________________________________________________________
25059 [  8445] By: jhi                                   on 2001/01/15  20:28:48
25060         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
25061      Branch: perl
25062            ! ext/B/B/Debug.pm
25063 ____________________________________________________________________________
25064 [  8444] By: jhi                                   on 2001/01/15  13:09:10
25065         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
25066      Branch: perl
25067            ! ext/B/B.xs
25068 ____________________________________________________________________________
25069 [  8443] By: jhi                                   on 2001/01/15  13:06:26
25070         Log: Missing from #8439.
25071      Branch: perl
25072            ! keywords.h mg.c
25073 ____________________________________________________________________________
25074 [  8442] By: jhi                                   on 2001/01/15  13:02:38
25075         Log: Subject: [PATCH @8436] Eliminate op_children
25076              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25077              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
25078              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
25079              
25080              Subject: [PATCH @8436] Re: Eliminate op_children
25081              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25082              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
25083              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
25084      Branch: perl
25085            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
25086            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
25087            ! op.c op.h
25088 ____________________________________________________________________________
25089 [  8441] By: jhi                                   on 2001/01/15  12:57:08
25090         Log: Use the /^Perl_/-less form of is_lvalue_sub().
25091      Branch: perl
25092            ! pp.h
25093 ____________________________________________________________________________
25094 [  8440] By: jhi                                   on 2001/01/15  05:13:09
25095         Log: Revert #8437 and #8438, the Linux large files story is more complex.
25096      Branch: metaconfig/U/perl
25097            ! d_fpos64_t.U d_off64_t.U
25098      Branch: perl
25099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25100            ! config_h.SH configure.com epoc/config.sh perl.h
25101            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25102            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25103            ! win32/config.bc win32/config.gc win32/config.vc
25104 ____________________________________________________________________________
25105 [  8439] By: jhi                                   on 2001/01/15  05:02:24
25106         Log: More UTF-8 patches from Inaba Hiroto.
25107              - The substr lval was still not okay.
25108              - Now pp_stringify and sv_setsv copies source's UTF8 flag
25109              even if IN_BYTE.  pp_stringify is called from fold_constants
25110              at optimization phase and "\x{100}" was made SvUTF8_off under
25111              use bytes (the bytes pragma is for "byte semantics" and not
25112              for "do not produce UTF8 data")
25113              - New `qu' operator to generate UTF8 string explicitly.
25114              Though I agree with the policy "0x00-0xff always produce bytes",
25115              sometimes want to such a string to be coded in UTF8.
25116              I can use pack"U0a*" but it requires more typing and has
25117              runtime overhead.
25118              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
25119              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
25120              string is not UTF8_on and has char 0x80-0xff.
25121              
25122              TODO: document and test qu.
25123      Branch: perl
25124            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
25125            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
25126            ! toke.c
25127 ____________________________________________________________________________
25128 [  8438] By: jhi                                   on 2001/01/14  05:10:23
25129         Log: Metaconfig unit changes for #8437.
25130      Branch: metaconfig/U/perl
25131            ! d_fpos64_t.U d_off64_t.U
25132 ____________________________________________________________________________
25133 [  8437] By: jhi                                   on 2001/01/14  04:55:34
25134         Log: Add <features.h> probing, seems to be needed for (some?)
25135              Linux largefileness.
25136      Branch: perl
25137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25138            ! config_h.SH configure.com epoc/config.sh perl.h
25139            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25140            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25141            ! win32/config.bc win32/config.gc win32/config.vc
25142 ____________________________________________________________________________
25143 [  8436] By: jhi                                   on 2001/01/13  17:47:21
25144         Log: Tighten some of the tests a bit.
25145      Branch: perl
25146            ! t/pragma/utf8.t
25147 ____________________________________________________________________________
25148 [  8435] By: jhi                                   on 2001/01/13  17:31:54
25149         Log: Integrate perlio.
25150      Branch: perl
25151           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
25152           !> win32/config_H.gc win32/config_H.vc
25153 ____________________________________________________________________________
25154 [  8434] By: nick                                  on 2001/01/13  11:36:53
25155         Log: Run dmake regen_config_h for Win32
25156      Branch: perlio
25157            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25158 ____________________________________________________________________________
25159 [  8433] By: nick                                  on 2001/01/13  11:31:55
25160         Log: VMS friendly patch to Encode compile process
25161      Branch: perlio
25162            ! ext/Encode/Makefile.PL ext/Encode/compile
25163 ____________________________________________________________________________
25164 [  8432] By: nick                                  on 2001/01/13  11:06:44
25165         Log: Integrate mainline
25166      Branch: perlio
25167           +> ext/B/B/Concise.pm
25168           !> (integrate 52 files)
25169 ____________________________________________________________________________
25170 [  8431] By: jhi                                   on 2001/01/13  05:55:55
25171         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
25172              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25173              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
25174              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
25175      Branch: perl
25176            ! ext/B/B/Concise.pm
25177 ____________________________________________________________________________
25178 [  8430] By: jhi                                   on 2001/01/13  04:24:18
25179         Log: The LVRET macro needed an aTHX.
25180      Branch: perl
25181            ! pp.h
25182 ____________________________________________________________________________
25183 [  8429] By: jhi                                   on 2001/01/13  02:12:42
25184         Log: Update Changes.
25185      Branch: perl
25186            ! Changes patchlevel.h
25187 ____________________________________________________________________________
25188 [  8428] By: jhi                                   on 2001/01/13  02:08:50
25189         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
25190              From: Peter Prymmer <pvhp@forte.com>
25191              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
25192              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
25193              
25194              Add a BEGIN guard for sloppy floating point division.
25195      Branch: perl
25196            ! lib/Math/BigInt.pm lib/bigint.pl
25197 ____________________________________________________________________________
25198 [  8427] By: jhi                                   on 2001/01/13  01:47:16
25199         Log: The B::Terse drop-in replacement wasn't quite drop-in.
25200      Branch: perl
25201            ! ext/B/B/Terse.pm
25202 ____________________________________________________________________________
25203 [  8426] By: jhi                                   on 2001/01/12  21:20:43
25204         Log: Use UVXf.
25205      Branch: perl
25206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25207            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
25208            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25209            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25210            ! win32/config.gc win32/config.vc
25211 ____________________________________________________________________________
25212 [  8425] By: jhi                                   on 2001/01/12  20:20:14
25213         Log: Subject: [PATCH perl@8342] -Wformat
25214              From: Robin Barker <rmb1@cise.npl.co.uk>
25215              Date: Fri, 12 Jan 2001 20:03:14 GMT
25216              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
25217      Branch: perl
25218            ! ext/Encode/Encode.xs mg.c sv.c toke.c
25219 ____________________________________________________________________________
25220 [  8424] By: jhi                                   on 2001/01/12  20:01:48
25221         Log: Subject: B::Concise -- an improved replacement for B::Terse 
25222              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25223              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
25224              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
25225      Branch: perl
25226            + ext/B/B/Concise.pm
25227            ! MANIFEST ext/B/B/Terse.pm
25228 ____________________________________________________________________________
25229 [  8423] By: jhi                                   on 2001/01/12  19:24:02
25230         Log: The new metaconfig unit from the #8421.
25231      Branch: metaconfig/U/perl
25232            + d_sigprocmask.U
25233 ____________________________________________________________________________
25234 [  8422] By: jhi                                   on 2001/01/12  19:23:43
25235         Log: Forgot the microperl config from the #8421.
25236      Branch: perl
25237            ! uconfig.h uconfig.sh
25238 ____________________________________________________________________________
25239 [  8421] By: jhi                                   on 2001/01/12  19:05:27
25240         Log: Add sigprocmask() probe, regen Configure, regen toc.
25241      Branch: perl
25242            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25243            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
25244            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25245            ! vos/config.ga.h win32/config.bc win32/config.gc
25246            ! win32/config.vc
25247 ____________________________________________________________________________
25248 [  8420] By: jhi                                   on 2001/01/12  18:34:31
25249         Log: Add sockatmark() to the todo list.
25250      Branch: perl
25251            ! Todo-5.6
25252 ____________________________________________________________________________
25253 [  8419] By: jhi                                   on 2001/01/12  18:09:46
25254         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
25255      Branch: perl
25256            ! op.c
25257 ____________________________________________________________________________
25258 [  8418] By: jhi                                   on 2001/01/12  18:05:30
25259         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
25260              From: Radu Greab <radu@netsoft.ro>
25261              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
25262              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
25263      Branch: perl
25264            ! op.c t/pragma/sub_lval.t
25265 ____________________________________________________________________________
25266 [  8417] By: jhi                                   on 2001/01/12  16:09:09
25267         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
25268              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25269              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
25270              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
25271      Branch: perl
25272            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
25273            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
25274            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
25275            ! t/pragma/sub_lval.t toke.c
25276 ____________________________________________________________________________
25277 [  8416] By: jhi                                   on 2001/01/12  15:42:06
25278         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
25279              From: "Richard Soderberg" <rs@crystalflame.net>
25280              Date: Fri, 12 Jan 2001 04:49:35 -0800
25281              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
25282              
25283              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
25284              according to the platform.
25285      Branch: perl
25286            ! op.c
25287 ____________________________________________________________________________
25288 [  8415] By: jhi                                   on 2001/01/12  15:33:41
25289         Log: One more UTF-8 fix from Inaba Hiroto.
25290      Branch: perl
25291            ! pp.c regexec.c t/pragma/utf8.t
25292 ____________________________________________________________________________
25293 [  8414] By: jhi                                   on 2001/01/12  15:30:18
25294         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
25295      Branch: perl
25296            ! regexec.c
25297 ____________________________________________________________________________
25298 [  8413] By: jhi                                   on 2001/01/12  15:22:10
25299         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
25300              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25301              Date: Thu, 11 Jan 2001 12:53:36 +0100
25302              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
25303      Branch: perl
25304            ! toke.c
25305 ____________________________________________________________________________
25306 [  8412] By: jhi                                   on 2001/01/12  15:20:25
25307         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
25308              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25309              Date: Fri, 12 Jan 2001 14:37:55 +0100
25310              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
25311      Branch: perl
25312            ! hints/posix-bc.sh
25313 ____________________________________________________________________________
25314 [  8411] By: jhi                                   on 2001/01/12  15:14:14
25315         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
25316              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25317              Date: Fri, 12 Jan 2001 10:42:21 +0100
25318              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
25319      Branch: perl
25320            ! t/op/regmesg.t
25321 ____________________________________________________________________________
25322 [  8410] By: jhi                                   on 2001/01/12  05:48:55
25323         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
25324              From: Nicholas Clark <nick@ccl4.org> 
25325              Date: Sun, 7 Jan 2001 19:47:14 +0000
25326              Message-ID: <20010107194714.B1048@plum.flirble.org>
25327      Branch: perl
25328            ! t/op/numconvert.t
25329 ____________________________________________________________________________
25330 [  8409] By: jhi                                   on 2001/01/12  05:41:28
25331         Log: Integrate perlio.
25332      Branch: perl
25333           !> mg.c scope.h
25334 ____________________________________________________________________________
25335 [  8408] By: nick                                  on 2001/01/11  22:43:28
25336         Log: Remove variables that were used in experiments.
25337      Branch: perlio
25338            ! mg.c
25339 ____________________________________________________________________________
25340 [  8407] By: nick                                  on 2001/01/11  20:57:44
25341         Log: Catch die in %SIG handler and unblock the signal before re-dying.
25342              This make Linux work _without_ sigsetjmp().
25343              Turn off sigsetjmp() to see what else it does.
25344              May need Configure probe for sigprocmask() if anything has sigaction()
25345              but not sigprocmask().
25346      Branch: perlio
25347            ! mg.c scope.h
25348 ____________________________________________________________________________
25349 [  8406] By: nick                                  on 2001/01/11  19:32:07
25350         Log: Integrate mainline
25351      Branch: perlio
25352           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
25353           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
25354           !> t/op/substr.t
25355 ____________________________________________________________________________
25356 [  8405] By: jhi                                   on 2001/01/11  17:11:01
25357         Log: Fix UTF-8 lval substr().
25358      Branch: perl
25359            ! mg.c t/op/substr.t
25360 ____________________________________________________________________________
25361 [  8404] By: jhi                                   on 2001/01/11  05:13:58
25362         Log: Update Changes.
25363      Branch: perl
25364            ! Changes patchlevel.h
25365 ____________________________________________________________________________
25366 [  8403] By: jhi                                   on 2001/01/11  04:38:24
25367         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
25368              From: Hugo <hv@crypt.compulink.co.uk>
25369              Date: Mon, 30 Oct 2000 01:33:26 +0000
25370              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
25371      Branch: perl
25372            ! regexec.c t/op/re_tests
25373 ____________________________________________________________________________
25374 [  8402] By: jhi                                   on 2001/01/11  04:26:12
25375         Log: Integrate perlio.
25376      Branch: perl
25377           !> scope.h util.c
25378 ____________________________________________________________________________
25379 [  8401] By: nick                                  on 2001/01/10  22:52:55
25380         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
25381              (So Alan and Ilya can try setting via hints.)
25382              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
25383              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
25384              doing the save everywhere seems to restart read() correctly, but just
25385              doing it once "round" the handler does not.
25386      Branch: perlio
25387            ! scope.h
25388 ____________________________________________________________________________
25389 [  8400] By: jhi                                   on 2001/01/10  21:57:54
25390         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
25391              of IRIX, HP-UX is unaffected.
25392      Branch: perl
25393            ! perl.h
25394 ____________________________________________________________________________
25395 [  8399] By: nick                                  on 2001/01/10  21:29:19
25396         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
25397      Branch: perlio
25398            ! util.c
25399 ____________________________________________________________________________
25400 [  8398] By: jhi                                   on 2001/01/10  20:55:31
25401         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
25402              also have ReusePort.
25403      Branch: perl
25404            ! ext/IO/lib/IO/Socket/INET.pm
25405 ____________________________________________________________________________
25406 [  8397] By: jhi                                   on 2001/01/10  20:50:57
25407         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
25408              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
25409              Date: Wed, 10 Jan 2001 01:38:13 -0800
25410              Message-ID: <20010110013813.B41744@yahoo-inc.com>
25411      Branch: perl
25412            ! ext/IO/lib/IO/Socket/INET.pm
25413 ____________________________________________________________________________
25414 [  8396] By: jhi                                   on 2001/01/10  20:49:30
25415         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
25416              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
25417              Date: Wed, 10 Jan 2001 01:37:32 -0800
25418              Message-ID: <20010110013732.A41744@yahoo-inc.com>
25419      Branch: perl
25420            ! ext/Socket/Socket.pm
25421 ____________________________________________________________________________
25422 [  8395] By: jhi                                   on 2001/01/10  20:41:37
25423         Log: Test for bug id 20010105.016 (fixed by #8378).
25424      Branch: perl
25425            ! t/op/split.t
25426 ____________________________________________________________________________
25427 [  8394] By: jhi                                   on 2001/01/10  20:26:32
25428         Log: Integrate perlio.
25429      Branch: perl
25430            ! util.c
25431 ____________________________________________________________________________
25432 [  8393] By: nick                                  on 2001/01/10  19:34:30
25433         Log: Back out Simon's pid hackery for now.
25434      Branch: perlio
25435            ! util.c
25436 ____________________________________________________________________________
25437 [  8392] By: nick                                  on 2001/01/10  19:23:13
25438         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
25439      Branch: perlio
25440           !> (integrate 29 files)
25441 ____________________________________________________________________________
25442 [  8391] By: jhi                                   on 2001/01/10  18:43:15
25443         Log: Subject: [PATCH] Fix my_pclose segfault
25444              From: Simon Cozens <simon@cozens.net>
25445              Date: Wed, 10 Jan 2001 18:39:35 +0000
25446              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
25447      Branch: perl
25448            ! util.c
25449 ____________________________________________________________________________
25450 [  8390] By: jhi                                   on 2001/01/10  18:42:08
25451         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
25452              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25453              Date:     Wed, 10 Jan 2001 13:23:02 EST
25454              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
25455      Branch: perl
25456            ! ext/Opcode/Opcode.xs
25457 ____________________________________________________________________________
25458 [  8389] By: jhi                                   on 2001/01/10  15:16:07
25459         Log: Turn off the integer preservation for now.
25460      Branch: perl
25461            ! perl.h
25462 ____________________________________________________________________________
25463 [  8388] By: jhi                                   on 2001/01/10  15:01:25
25464         Log: Few more IDE/editor nits from p5p.
25465      Branch: perl
25466            ! pod/perlfaq3.pod
25467 ____________________________________________________________________________
25468 [  8387] By: jhi                                   on 2001/01/10  06:53:16
25469         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
25470              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
25471              Date: Tue, 9 Jan 2001 23:16:02 +0000
25472              Message-ID: <20010109231602.A81101@plum.flirble.org>
25473      Branch: perl
25474            ! sv.c
25475 ____________________________________________________________________________
25476 [  8386] By: jhi                                   on 2001/01/10  03:17:54
25477         Log: Test cases for #8385 (from Simon's "torture.pl")
25478      Branch: perl
25479            ! t/op/tr.t
25480 ____________________________________________________________________________
25481 [  8385] By: jhi                                   on 2001/01/10  03:17:11
25482         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
25483              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
25484              Date: Wed, 10 Jan 2001 11:39:39 +0900
25485              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
25486              
25487              Some more UTF-8 tr cases fixed.
25488      Branch: perl
25489            ! doop.c
25490 ____________________________________________________________________________
25491 [  8384] By: jhi                                   on 2001/01/09  22:45:40
25492         Log: Allow the locale test needing POSIX and the taint test
25493              needing IPC::SysV to run under 'minitest' (basically,
25494              bail out if loading the extension fails)
25495      Branch: perl
25496            ! t/op/misc.t t/op/taint.t
25497 ____________________________________________________________________________
25498 [  8383] By: jhi                                   on 2001/01/09  21:36:04
25499         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
25500              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25501              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
25502              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
25503      Branch: perl
25504            ! t/io/openpid.t
25505 ____________________________________________________________________________
25506 [  8382] By: jhi                                   on 2001/01/09  21:06:08
25507         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
25508              Should finish up the bug id 20001205.022.
25509      Branch: perl
25510            ! pp.c pp_hot.c scope.c
25511 ____________________________________________________________________________
25512 [  8381] By: jhi                                   on 2001/01/09  18:27:43
25513         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
25514              From: Andy Dougherty <doughera@lafayette.edu>
25515              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
25516              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
25517              
25518              More robust yacc/bison error detection.
25519      Branch: perl
25520            ! t/comp/proto.t
25521 ____________________________________________________________________________
25522 [  8380] By: jhi                                   on 2001/01/09  15:21:38
25523         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
25524              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25525              Date:     Tue, 9 Jan 2001 07:53:55 EST
25526              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
25527      Branch: perl
25528            ! t/op/misc.t vms/test.com
25529 ____________________________________________________________________________
25530 [  8379] By: jhi                                   on 2001/01/09  15:20:38
25531         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
25532              From: jhi@cc.hut.fi
25533              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
25534              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
25535              
25536              The #8378 fixed this.
25537      Branch: perl
25538            ! t/op/tr.t
25539 ____________________________________________________________________________
25540 [  8378] By: jhi                                   on 2001/01/09  15:05:32
25541         Log: Subject: One more patch for UTF8 
25542              From: Inaba Hiroto <inaba@st.rim.or.jp>
25543              Date: Tue, 09 Jan 2001 01:04:32 +0900
25544              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
25545              
25546              UTF-8 fixes for 'x' and tr///.
25547      Branch: perl
25548            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
25549            ! regcomp.c regexec.c toke.c utf8.c
25550 ____________________________________________________________________________
25551 [  8377] By: jhi                                   on 2001/01/09  14:32:17
25552         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
25553      Branch: perl
25554            ! t/op/length.t
25555 ____________________________________________________________________________
25556 [  8376] By: jhi                                   on 2001/01/09  04:32:32
25557         Log: integrate changes #7775, #8316, #8316 from mainline
25558      Branch: maint-5.6/perl
25559            ! hints/solaris_2.sh
25560 ____________________________________________________________________________
25561 [  8375] By: jhi                                   on 2001/01/09  04:26:43
25562         Log: Update Changes.
25563      Branch: perl
25564            ! Changes patchlevel.h
25565 ____________________________________________________________________________
25566 [  8374] By: jhi                                   on 2001/01/09  04:14:32
25567         Log: IDE/editor section tweaking.
25568      Branch: perl
25569            ! pod/perlfaq3.pod
25570 ____________________________________________________________________________
25571 [  8373] By: jhi                                   on 2001/01/09  02:38:26
25572         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
25573              From: Peter Prymmer <pvhp@forte.com>
25574              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
25575              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
25576              
25577              In preparation os OS/390 dynamic loading.
25578      Branch: perl
25579            ! README.os390 hints/os390.sh
25580 ____________________________________________________________________________
25581 [  8372] By: jhi                                   on 2001/01/09  00:24:30
25582         Log: Integrate with perlio.
25583      Branch: perl
25584           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
25585 ____________________________________________________________________________
25586 [  8371] By: nick                                  on 2001/01/08  23:54:33
25587         Log: Fix "scalars leaked" bugs caused by overload magic
25588              (Highlighted by Ilya's DESTROY optimization.)
25589      Branch: perlio
25590            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
25591 ____________________________________________________________________________
25592 [  8370] By: nick                                  on 2001/01/08  20:19:41
25593         Log: Integrate mainline
25594      Branch: perlio
25595           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
25596           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
25597           !> t/op/64bitint.t
25598 ____________________________________________________________________________
25599 [  8369] By: jhi                                   on 2001/01/08  17:30:52
25600         Log: save_delete() Safefree() doesn't (anymore?) work with shared
25601              strings, one test failure in op/misc and almost all of lib/b.
25602              (Outcomments #8369.)
25603      Branch: perl
25604            ! scope.c
25605 ____________________________________________________________________________
25606 [  8368] By: jhi                                   on 2001/01/08  14:47:10
25607         Log: (Outcommented by #8369.)
25608              
25609              Subject: Re: Perl BugID 20001205.022 ---- save_delete
25610              From: Simon Cozens <simon@cozens.net>
25611              Date: Sat, 6 Jan 2001 11:48:40 +0000
25612              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
25613              
25614              The save_delete() does need the Safefree.
25615      Branch: perl
25616            ! scope.c
25617 ____________________________________________________________________________
25618 [  8367] By: bailey                                on 2001/01/08  08:53:52
25619         Log: Once again syncing after too long an absence
25620      Branch: vmsperl
25621           +> (branch 55 files)
25622            - MAINTAIN fix_pl vos/config.def vos/config.h
25623            - vos/config_h.SH_orig
25624           !> (integrate 498 files)
25625 ____________________________________________________________________________
25626 [  8366] By: jhi                                   on 2001/01/08  02:42:59
25627         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
25628              From: nick@ccl4.org
25629              Date: Sun, 7 Jan 2001 21:07:18 +0000
25630              Message-Id: <20010107210717.D1048@plum.flirble.org>
25631      Branch: perl
25632            ! sv.c t/op/64bitint.t
25633 ____________________________________________________________________________
25634 [  8365] By: jhi                                   on 2001/01/08  02:35:16
25635         Log: Subject: [PATCH] environ nit
25636              From: Simon Cozens <simon@cozens.net>
25637              Date: Sun, 7 Jan 2001 17:57:07 +0000
25638              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
25639              
25640              Use environ only if we have it.
25641      Branch: perl
25642            ! mg.c
25643 ____________________________________________________________________________
25644 [  8364] By: jhi                                   on 2001/01/08  02:24:51
25645         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
25646      Branch: perl
25647            ! ext/GDBM_File/GDBM_File.xs
25648 ____________________________________________________________________________
25649 [  8363] By: jhi                                   on 2001/01/08  02:19:24
25650         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
25651              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25652              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
25653              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
25654      Branch: perl
25655            ! dump.c op.c
25656 ____________________________________________________________________________
25657 [  8362] By: jhi                                   on 2001/01/08  02:17:43
25658         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
25659              From: Doug MacEachern <dougm@covalent.net>
25660              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
25661              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
25662              
25663              Allow AUTOLOAD to be an xsub and allow such xsubs
25664              to avoid use of $AUTOLOAD.
25665      Branch: perl
25666            ! gv.c
25667 ____________________________________________________________________________
25668 [  8361] By: jhi                                   on 2001/01/08  02:16:07
25669         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25670              From: Radu Greab <radu@netsoft.ro>
25671              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
25672              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
25673              
25674              No need for the potentially unportable $SIG{CHLD}.
25675      Branch: perl
25676            ! t/io/pipe.t
25677 ____________________________________________________________________________
25678 [  8360] By: jhi                                   on 2001/01/08  01:58:23
25679         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
25680      Branch: perl
25681            ! lib/Getopt/Long.pm
25682 ____________________________________________________________________________
25683 [  8359] By: jhi                                   on 2001/01/08  01:55:44
25684         Log: Integrate perlio.
25685      Branch: perl
25686           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
25687           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
25688           !> utf8.c win32/Makefile
25689 ____________________________________________________________________________
25690 [  8358] By: jhi                                   on 2001/01/07  21:16:50
25691         Log: Update the EPOC cross SDK URL.
25692      Branch: perl
25693            ! README.epoc
25694 ____________________________________________________________________________
25695 [  8357] By: jhi                                   on 2001/01/07  21:16:09
25696         Log: Update the EPOC cross SDK URL.
25697      Branch: maint-5.6/perl
25698            ! README.epoc
25699 ____________________________________________________________________________
25700 [  8356] By: nick                                  on 2001/01/06  21:47:52
25701         Log: FILE * in XS code for PerlIO world:
25702              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
25703              - Add FILE * T_STDIO typemap.
25704              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
25705      Branch: perlio
25706            ! lib/ExtUtils/typemap perlio.c perlio.h
25707 ____________________________________________________________________________
25708 [  8355] By: jhi                                   on 2001/01/06  20:27:15
25709         Log: integrate change #8336 from mainline
25710              
25711              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
25712      Branch: maint-5.6/perl
25713            ! hv.c
25714 ____________________________________________________________________________
25715 [  8354] By: jhi                                   on 2001/01/06  20:24:29
25716         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25717              From: Robin Barker <rmb1@cise.npl.co.uk>
25718              Date: Fri, 22 Dec 2000 12:17:38 GMT
25719              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
25720              
25721              The patch reformats some long =item lines so they give
25722              correct output via pod2man | nroff -man
25723              
25724              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25725              From: Robin Barker <rmb1@cise.npl.co.uk>
25726              Date: Tue, 2 Jan 2001 15:35:03 GMT
25727              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
25728              
25729              Here is a _further_ patch which corrects a few more errors:
25730              * an empty C<=item> in CPAN.pm
25731              * patching the wrong file (pod/perlamiga.pod not README.amiga)
25732              * leaving empty C<=item>s which formatted incorrectly
25733              * over long C<=item>s revealed by latest patch to Pod::Man
25734      Branch: maint-5.6/perl
25735            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
25736            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
25737            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
25738            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
25739            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
25740            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
25741 ____________________________________________________________________________
25742 [  8353] By: jhi                                   on 2001/01/06  20:21:10
25743         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
25744              
25745              UTF-8 hash keys.
25746      Branch: maint-5.6/perl
25747            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
25748 ____________________________________________________________________________
25749 [  8352] By: jhi                                   on 2001/01/06  20:18:44
25750         Log: Forgotten from #8438.
25751      Branch: maint-5.6/perl
25752            ! epoc/epocish.h
25753 ____________________________________________________________________________
25754 [  8351] By: jhi                                   on 2001/01/06  20:18:12
25755         Log: Forgotten from #8347.
25756      Branch: maint-5.6/perl
25757            ! config_h.SH
25758 ____________________________________________________________________________
25759 [  8350] By: jhi                                   on 2001/01/06  20:00:19
25760         Log: Thinko in #8347.
25761      Branch: maint-5.6/perl
25762            ! regcomp.c
25763 ____________________________________________________________________________
25764 [  8349] By: jhi                                   on 2001/01/06  18:05:30
25765         Log: Copy the FAQ3 IDE section from the development branch,
25766              changes originally by Peter Prymmer.
25767      Branch: maint-5.6/perl
25768            ! pod/perlfaq3.pod
25769 ____________________________________________________________________________
25770 [  8348] By: jhi                                   on 2001/01/06  18:03:02
25771         Log: EPOC updates for TRIAL1.
25772              
25773              Subject: [5.6.1 trial1] EPOC update
25774              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25775              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
25776              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
25777              
25778              Subject: epoc patch2 for perl-5.6.1-trial1
25779              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25780              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
25781              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
25782      Branch: maint-5.6/perl
25783            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
25784            ! epoc/epocish.c
25785 ____________________________________________________________________________
25786 [  8347] By: jhi                                   on 2001/01/06  17:29:10
25787         Log: integrate changes #7710,7824,7973 from mainline,
25788              plus VMS nits from Peter Prymmer and Dan Sugalski.
25789              
25790              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
25791              library (getprotobyname and getprotobynumber are outversioned by
25792              the same calls in libc, at least for xlc version 3.
25793              
25794              Add HAS_SBRK_PROTO.
25795              
25796              Fixes for signedness warnings noticed by VMSperlers.
25797      Branch: maint-5.6/perl
25798            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25799            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
25800            ! sv.c vms/descrip_mms.template vos/config.alpha.def
25801            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25802            ! win32/config.bc win32/config.gc win32/config.vc
25803 ____________________________________________________________________________
25804 [  8346] By: nick                                  on 2001/01/06  14:36:01
25805         Log: Fixup accumulated integrate muddles (perlio == devperl again)
25806      Branch: perlio
25807            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
25808 ____________________________________________________________________________
25809 [  8345] By: nick                                  on 2001/01/06  14:24:58
25810         Log: Integrate mainline
25811      Branch: perlio
25812           !> (integrate 55 files)
25813 ____________________________________________________________________________
25814 [  8344] By: jhi                                   on 2001/01/06  02:24:02
25815         Log: Subject: [patch] PerlIO_cleanup() prototype
25816              From: Doug MacEachern <dougm@covalent.net>
25817              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
25818              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
25819      Branch: perl
25820            ! perlio.h
25821 ____________________________________________________________________________
25822 [  8343] By: jhi                                   on 2001/01/06  01:04:09
25823         Log: IRIX compiler noticed that the bof initialization might be
25824              bypassed by control flow.
25825      Branch: perl
25826            ! toke.c
25827 ____________________________________________________________________________
25828 [  8342] By: jhi                                   on 2001/01/06  00:10:48
25829         Log: Update Changes.
25830      Branch: perl
25831            ! Changes patchlevel.h
25832 ____________________________________________________________________________
25833 [  8341] By: jhi                                   on 2001/01/05  23:52:33
25834         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
25835      Branch: perl
25836            ! toke.c
25837 ____________________________________________________________________________
25838 [  8340] By: jhi                                   on 2001/01/05  22:44:08
25839         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25840              From: Radu Greab <radu@netsoft.ro>
25841              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
25842              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
25843      Branch: perl
25844            ! t/io/pipe.t util.c
25845 ____________________________________________________________________________
25846 [  8339] By: jhi                                   on 2001/01/05  22:35:17
25847         Log: Subject: [PATCH] format and rewording in perlfaq.pod
25848              From: Robin Barker <rmb1@cise.npl.co.uk>
25849              Date: Fri, 5 Jan 2001 18:51:20 GMT
25850              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
25851      Branch: perl
25852            ! pod/perlfaq.pod
25853 ____________________________________________________________________________
25854 [  8338] By: jhi                                   on 2001/01/05  22:31:17
25855         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
25856              From: Peter Prymmer <pvhp@forte.com>
25857              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
25858              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
25859      Branch: perl
25860            ! utils/perlbug.PL
25861 ____________________________________________________________________________
25862 [  8337] By: jhi                                   on 2001/01/05  18:15:11
25863         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
25864              From: Robin Barker <rmb1@cise.npl.co.uk>
25865              Date: Tue, 2 Jan 2001 15:24:07 GMT
25866              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
25867              
25868              If you call configure as C<./Configure> or C<sh ./Configure>,
25869              $src is set to the absolute path name, not '.'.
25870              
25871              This, in turn, means -Dmksymlink tries to do its stuff because
25872              it does not think it is in the src directory.
25873              
25874              (plus a metaconfig nitfix)
25875      Branch: metaconfig
25876            ! U/compline/ccflags.U U/modified/src.U
25877      Branch: perl
25878            ! Configure config_h.SH
25879 ____________________________________________________________________________
25880 [  8336] By: jhi                                   on 2001/01/05  17:48:32
25881         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
25882              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25883              Message-ID: <3A5606C4.473D2226@uk.sun.com>
25884              Date: Fri, 05 Jan 2001 17:39:16 +0000
25885      Branch: perl
25886            ! hv.c
25887 ____________________________________________________________________________
25888 [  8335] By: jhi                                   on 2001/01/05  16:05:44
25889         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
25890      Branch: perl
25891            ! lib/Getopt/Long.pm
25892 ____________________________________________________________________________
25893 [  8334] By: jhi                                   on 2001/01/05  16:00:51
25894         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
25895              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25896              Date: Fri, 05 Jan 2001 13:46:51 +0100
25897              Message-ID: <13693.978698811@nice.ram.loc>
25898              
25899              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
25900              accurate reading of the "atime".  
25901      Branch: perl
25902            ! t/io/fs.t
25903 ____________________________________________________________________________
25904 [  8333] By: jhi                                   on 2001/01/05  15:57:37
25905         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
25906              From: Simon Cozens <simon@cozens.net>
25907              Date: Fri, 8 Dec 2000 13:33:31 +0000
25908              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
25909              
25910              A lost patch fragment.
25911      Branch: perl
25912            ! doop.c
25913 ____________________________________________________________________________
25914 [  8332] By: jhi                                   on 2001/01/05  15:40:42
25915         Log: Do away with strncpy() and a fixed length buffer.
25916      Branch: perl
25917            ! utf8.c
25918 ____________________________________________________________________________
25919 [  8331] By: jhi                                   on 2001/01/05  15:03:07
25920         Log: Tests for #8329 and #8330.
25921      Branch: perl
25922            ! t/op/bop.t
25923 ____________________________________________________________________________
25924 [  8330] By: jhi                                   on 2001/01/05  15:02:38
25925         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
25926              raw 8-bit form to the UTF-8 string.
25927      Branch: perl
25928            ! toke.c
25929 ____________________________________________________________________________
25930 [  8329] By: jhi                                   on 2001/01/05  14:55:13
25931         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
25932              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25933              Date: Fri, 5 Jan 2001 12:28:52 +0100
25934              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
25935              
25936              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
25937              no effect.  (changed the strncpy() to Copy())
25938      Branch: perl
25939            ! toke.c
25940 ____________________________________________________________________________
25941 [  8328] By: jhi                                   on 2001/01/05  06:44:27
25942         Log: UTF-8 cleanup.
25943      Branch: perl
25944            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25945            ! regexec.c sv.c toke.c
25946 ____________________________________________________________________________
25947 [  8327] By: jhi                                   on 2001/01/05  01:11:29
25948         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')
25949              From: Radu Greab <radu@netsoft.ro>
25950              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
25951              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
25952              
25953              Cleans up Harness to not use FileHandle, which uses IO.
25954      Branch: perl
25955            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25956 ____________________________________________________________________________
25957 [  8326] By: jhi                                   on 2001/01/05  00:56:37
25958         Log: Update Changes.
25959      Branch: perl
25960            ! Changes patchlevel.h
25961 ____________________________________________________________________________
25962 [  8325] By: jhi                                   on 2001/01/05  00:53:18
25963         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
25964              From: Peter Prymmer <pvhp@forte.com>
25965              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
25966              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
25967              
25968              plus a couple more tailing whitespace removals.
25969      Branch: perl
25970            ! win32/Makefile
25971 ____________________________________________________________________________
25972 [  8324] By: jhi                                   on 2001/01/05  00:47:39
25973         Log: Add some Unicode chop() tests.
25974      Branch: perl
25975            ! t/op/chop.t
25976 ____________________________________________________________________________
25977 [  8323] By: jhi                                   on 2001/01/05  00:47:23
25978         Log: Unify UTF-8 malformedness handling.
25979      Branch: perl
25980            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
25981 ____________________________________________________________________________
25982 [  8322] By: jhi                                   on 2001/01/04  22:21:54
25983         Log: The new $issymlink was unknown to Mksymlinks.
25984      Branch: metaconfig/U/perl
25985            ! Mksymlinks.U issymlink.U
25986      Branch: perl
25987            ! Configure config_h.SH
25988 ____________________________________________________________________________
25989 [  8321] By: jhi                                   on 2001/01/04  21:51:05
25990         Log: The test didn't work under the core test framework.
25991      Branch: perl
25992            ! t/lib/st-lock.t
25993 ____________________________________________________________________________
25994 [  8320] By: jhi                                   on 2001/01/04  21:14:22
25995         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
25996      Branch: perl
25997            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
25998 ____________________________________________________________________________
25999 [  8319] By: jhi                                   on 2001/01/04  20:46:17
26000         Log: Typo in #8312 when manually appying a problematic patch fragment.
26001      Branch: perl
26002            ! ext/Storable/Storable.xs
26003 ____________________________________________________________________________
26004 [  8318] By: jhi                                   on 2001/01/04  20:43:01
26005         Log: The $sh_c didn't fly.
26006      Branch: metaconfig
26007            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26008            ! U/modified/Loc.U U/modified/myhostname.U
26009            ! U/modified/spitshell.U
26010      Branch: metaconfig/U/perl
26011            ! issymlink.U
26012      Branch: perl
26013            ! Configure config_h.SH
26014 ____________________________________________________________________________
26015 [  8317] By: jhi                                   on 2001/01/04  19:58:01
26016         Log: AIX builtin test -h is broken, changes based on
26017              
26018              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
26019              Date: Tue, 02 Jan 2001 11:24:39 +0100
26020              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26021              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
26022      Branch: metaconfig
26023            + U/modified/spitshell.U
26024            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26025            ! U/modified/Loc.U U/modified/myhostname.U
26026      Branch: metaconfig/U/perl
26027            ! Mksymlinks.U issymlink.U
26028      Branch: perl
26029            ! Configure
26030 ____________________________________________________________________________
26031 [  8316] By: jhi                                   on 2001/01/04  19:02:22
26032         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
26033              From: Andy Dougherty <doughera@lafayette.edu>
26034              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
26035              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
26036              
26037              Beware of GNU ld.
26038      Branch: perl
26039            ! hints/solaris_2.sh
26040 ____________________________________________________________________________
26041 [  8315] By: jhi                                   on 2001/01/04  18:56:48
26042         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
26043              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
26044              Date: Wed, 3 Jan 2001 07:58:51 +0100
26045              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
26046      Branch: perl
26047            ! hints/solaris_2.sh
26048 ____________________________________________________________________________
26049 [  8314] By: jhi                                   on 2001/01/04  18:54:07
26050         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
26051              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26052              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
26053              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
26054              
26055              Doc tweak on #8313.
26056      Branch: perl
26057            ! ext/B/B/Deparse.pm
26058 ____________________________________________________________________________
26059 [  8313] By: jhi                                   on 2001/01/04  18:52:27
26060         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
26061              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
26062              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26063              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
26064              
26065              Make the peephole optimizer to bypass more null ops and
26066              and rewrite the deparse handling of continue blocks.
26067      Branch: perl
26068            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
26069 ____________________________________________________________________________
26070 [  8312] By: jhi                                   on 2001/01/04  18:47:39
26071         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
26072      Branch: perl
26073            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
26074            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26075            ! t/lib/st-lock.t
26076 ____________________________________________________________________________
26077 [  8311] By: jhi                                   on 2001/01/04  18:36:08
26078         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
26079              filter to be run on each .pm during the pm_to_blib() phase,
26080              a fixed version of
26081              
26082              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
26083              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26084              Date: Wed, 03 Jan 2001 22:01:30 +0100
26085              Message-ID: <5296.978555690@nice.ram.loc>
26086      Branch: perl
26087            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
26088            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26089            ! lib/ExtUtils/MakeMaker.pm
26090 ____________________________________________________________________________
26091 [  8310] By: jhi                                   on 2001/01/04  18:32:54
26092         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26093              From: Robin Barker <rmb1@cise.npl.co.uk>
26094              Date: Tue, 2 Jan 2001 15:35:03 GMT
26095              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26096      Branch: perl
26097            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
26098            ! pod/perlrequick.pod
26099 ____________________________________________________________________________
26100 [  8309] By: jhi                                   on 2001/01/04  18:29:07
26101         Log: Subject: Re: [patch] static-ize XS()
26102              From: Doug MacEachern <dougm@covalent.net>
26103              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
26104              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
26105              
26106              Provide prototypes for the XS functions.
26107      Branch: perl
26108            ! lib/ExtUtils/xsubpp
26109 ____________________________________________________________________________
26110 [  8308] By: jhi                                   on 2001/01/04  18:27:44
26111         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
26112              From: Doug MacEachern <dougm@covalent.net>
26113              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
26114              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
26115      Branch: perl
26116            ! lib/ExtUtils/typemap
26117 ____________________________________________________________________________
26118 [  8307] By: jhi                                   on 2001/01/04  18:25:25
26119         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
26120              From: Doug MacEachern <dougm@covalent.net>
26121              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
26122              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
26123              
26124              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
26125      Branch: perl
26126            ! lib/ExtUtils/MM_Unix.pm
26127 ____________________________________________________________________________
26128 [  8306] By: jhi                                   on 2001/01/04  18:23:00
26129         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
26130              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26131              Date: Thu, 4 Jan 2001 12:47:10 +0100 
26132              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
26133              
26134              The toke.c part only, patching embed.h and proto.h is futile.
26135      Branch: perl
26136            ! toke.c
26137 ____________________________________________________________________________
26138 [  8305] By: jhi                                   on 2001/01/04  18:05:51
26139         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
26140              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26141              Date: Thu, 4 Jan 2001 17:50:12 +0100 
26142              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
26143      Branch: perl
26144            ! toke.c
26145 ____________________________________________________________________________
26146 [  8304] By: jhi                                   on 2001/01/04  18:03:26
26147         Log: Subject: [PATCH perl@8269]
26148              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26149              Date: Thu, 4 Jan 2001 12:53:39 +0100 
26150              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
26151              
26152              If running byacc write-enable also perly.h.
26153      Branch: perl
26154            ! Makefile.SH
26155 ____________________________________________________________________________
26156 [  8303] By: jhi                                   on 2001/01/04  15:40:49
26157         Log: Rewrite pp_concat() in terms of sv_catsv().
26158      Branch: perl
26159            ! pp_hot.c
26160 ____________________________________________________________________________
26161 [  8302] By: nick                                  on 2001/01/03  22:43:22
26162         Log: Integrate mainline.
26163      Branch: perlio
26164           !> ext/Encode/Encode.xs sv.c utf8.c
26165 ____________________________________________________________________________
26166 [  8301] By: jhi                                   on 2001/01/02  23:40:26
26167         Log: Variable naming tweak.
26168      Branch: perl
26169            ! sv.c
26170 ____________________________________________________________________________
26171 [  8300] By: jhi                                   on 2001/01/02  23:40:02
26172         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
26173              in is_utf8_string().
26174      Branch: perl
26175            ! utf8.c
26176 ____________________________________________________________________________
26177 [  8299] By: jhi                                   on 2001/01/02  22:14:40
26178         Log: Integrate perlio.
26179      Branch: perl
26180           !> pp.c pp_hot.c win32/Makefile
26181 ____________________________________________________________________________
26182 [  8298] By: nick                                  on 2001/01/02  22:03:06
26183         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
26184      Branch: perlio
26185            ! pp.c pp_hot.c
26186 ____________________________________________________________________________
26187 [  8297] By: jhi                                   on 2001/01/02  04:26:28
26188         Log: Signedness nit.
26189      Branch: perl
26190            ! ext/Encode/Encode.xs
26191 ____________________________________________________________________________
26192 [  8296] By: nick                                  on 2001/01/01  23:49:36
26193         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
26194      Branch: perlio
26195            ! win32/Makefile
26196 ____________________________________________________________________________
26197 [  8295] By: jhi                                   on 2001/01/01  23:05:48
26198         Log: Integrate perlio.
26199      Branch: perl
26200           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
26201           !> t/lib/encode.t
26202 ____________________________________________________________________________
26203 [  8294] By: nick                                  on 2001/01/01  22:48:34
26204         Log: Integrate mainline
26205      Branch: perlio
26206            ! pp_hot.c t/lib/encode.t
26207           !> (integrate 65 files)
26208 ____________________________________________________________________________
26209 [  8293] By: nick                                  on 2001/01/01  21:58:50
26210         Log: More rigor in UTF-8-ness of Encode's toUnicode
26211              XS export some of the utf8 internal functions.
26212              Test some of the functions.
26213              Fix pp_concat() bug shown by said tests.
26214      Branch: perlio
26215            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
26216            ! t/lib/encode.t
26217 ____________________________________________________________________________
26218 [  8292] By: jhi                                   on 2001/01/01  18:11:44
26219         Log: Integrate perlio.
26220      Branch: perl
26221           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26222           !> ext/Encode/encengine.c ext/Encode/encode.h
26223 ____________________________________________________________________________
26224 [  8291] By: jhi                                   on 2001/01/01  18:10:58
26225         Log: Podify README.mpeix (a new version from the web),
26226              add a dummy NAME to Carp::Heavy, regen toc.
26227      Branch: perl
26228            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
26229            ! pod/perltoc.pod
26230 ____________________________________________________________________________
26231 [  8290] By: nick                                  on 2001/01/01  17:43:47
26232         Log: Loose the "Loading..." warning.
26233              Another bug in fallback support
26234      Branch: perlio
26235            ! ext/Encode/Encode.pm ext/Encode/encengine.c
26236 ____________________________________________________________________________
26237 [  8289] By: jhi                                   on 2001/01/01  00:01:57
26238         Log: Bump up Larry's copyright.
26239      Branch: perl
26240            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
26241            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
26242            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
26243            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
26244            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
26245            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
26246            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
26247            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
26248 ____________________________________________________________________________
26249 [  8288] By: nick                                  on 2000/12/31  21:27:53
26250         Log: Fix .ucm reading - forgot a chr()
26251              Start of .ucm write (for .enc to .ucm)
26252      Branch: perlio
26253            ! ext/Encode/compile
26254 ____________________________________________________________________________
26255 [  8287] By: jhi                                   on 2000/12/31  18:15:56
26256         Log: Comment away a diagnostic message as noted by Craig A. Berry
26257              (the unexpected message was confusing testing)
26258      Branch: perl
26259            ! ext/Encode/Encode.pm
26260 ____________________________________________________________________________
26261 [  8286] By: jhi                                   on 2000/12/31  18:14:51
26262         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
26263              Date: Sun, 31 Dec 2000 11:17:37 -0600
26264              From: "Craig A. Berry" <craigberry@mac.com>
26265              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
26266      Branch: perl
26267            ! ext/Encode/Makefile.PL
26268 ____________________________________________________________________________
26269 [  8285] By: nick                                  on 2000/12/31  18:11:54
26270         Log: Start of support of ICU-style .ucm files:
26271              - teach compile how to read a .ucm file
26272              - first guess at how to represent fallbacks in "tries".
26273              - use fallbacks if check == 0
26274              - new return code to indicate we used one.
26275      Branch: perlio
26276            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26277            ! ext/Encode/encengine.c ext/Encode/encode.h
26278 ____________________________________________________________________________
26279 [  8284] By: jhi                                   on 2000/12/31  18:04:41
26280         Log: Pacify picky VMS compiler.
26281              
26282              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
26283              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26284              Date: Sat, 30 Dec 2000 18:10:02 -0600
26285              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
26286      Branch: perl
26287            ! sv.c
26288 ____________________________________________________________________________
26289 [  8283] By: jhi                                   on 2000/12/31  16:11:47
26290         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
26291      Branch: perl
26292            ! t/lib/glob-basic.t
26293 ____________________________________________________________________________
26294 [  8282] By: jhi                                   on 2000/12/31  15:26:11
26295         Log: Integrate perlio.
26296      Branch: perl
26297           !> makedef.pl opcode.pl os2/os2.c perlio.c
26298 ____________________________________________________________________________
26299 [  8281] By: nick                                  on 2000/12/31  10:06:15
26300         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
26301              is available to be exported
26302      Branch: perlio
26303            ! makedef.pl perlio.c
26304 ____________________________________________________________________________
26305 [  8280] By: nick                                  on 2000/12/31  09:41:26
26306         Log: Ilya's OS2 patch (testing for damage on Win32)
26307      Branch: perlio
26308            ! makedef.pl opcode.pl os2/os2.c
26309 ____________________________________________________________________________
26310 [  8279] By: jhi                                   on 2000/12/30  21:52:07
26311         Log: Test nits.
26312      Branch: perl
26313            ! t/lib/syslfs.t t/op/lfs.t
26314 ____________________________________________________________________________
26315 [  8278] By: jhi                                   on 2000/12/30  21:47:49
26316         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
26317              From: andreas.koenig@anima.de (Andreas J. Koenig)
26318              Date: 30 Dec 2000 22:35:37 +0100
26319              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
26320              
26321              The 32-bit wraparound test wasn't quite right.
26322      Branch: perl
26323            ! t/lib/syslfs.t t/op/lfs.t
26324 ____________________________________________________________________________
26325 [  8277] By: jhi                                   on 2000/12/30  21:33:44
26326         Log: Subject: [PATCH] open() example in perlfunc.pod 
26327              From: Karsten Sperling <s_sperli@ira.uka.de>
26328              Date: Sat, 30 Dec 2000 22:27:09 +0100
26329              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
26330      Branch: perl
26331            ! pod/perlfunc.pod
26332 ____________________________________________________________________________
26333 [  8276] By: jhi                                   on 2000/12/30  20:32:40
26334         Log: Not quite that many tests yet.
26335      Branch: perl
26336            ! t/op/pat.t
26337 ____________________________________________________________________________
26338 [  8275] By: jhi                                   on 2000/12/30  20:26:58
26339         Log: Integrate perlio.
26340      Branch: perl
26341           !> toke.c
26342 ____________________________________________________________________________
26343 [  8274] By: jhi                                   on 2000/12/30  20:24:56
26344         Log: Signedness nit.
26345      Branch: perl
26346            ! utf8.c
26347 ____________________________________________________________________________
26348 [  8273] By: jhi                                   on 2000/12/30  20:15:46
26349         Log: Add a test case for 20000731.001 which was fixed by the #8267.
26350      Branch: perl
26351            ! t/op/pat.t
26352 ____________________________________________________________________________
26353 [  8272] By: nick                                  on 2000/12/30  19:47:51
26354         Log: Tweak for MULTIPLICITY/USE_PERLIO
26355      Branch: perlio
26356            ! toke.c
26357 ____________________________________________________________________________
26358 [  8271] By: nick                                  on 2000/12/30  19:46:45
26359         Log: Integrate mainline
26360      Branch: perlio
26361           +> lib/unicode/distinct.pm
26362           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
26363           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
26364           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
26365 ____________________________________________________________________________
26366 [  8270] By: jhi                                   on 2000/12/30  19:39:50
26367         Log: Subject: RE: perl@8269
26368              From: "Richard Soderberg" <rs@crystalflame.net>
26369              Date: Sat, 30 Dec 2000 11:36:27 -0800
26370              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
26371              
26372              A missing aTHX_.
26373      Branch: perl
26374            ! toke.c
26375 ____________________________________________________________________________
26376 [  8269] By: jhi                                   on 2000/12/30  18:55:48
26377         Log: Update Changes.
26378      Branch: perl
26379            ! Changes patchlevel.h
26380 ____________________________________________________________________________
26381 [  8268] By: jhi                                   on 2000/12/30  17:18:40
26382         Log: Add a test for Unicode split //.  The #8267 was the cure.
26383      Branch: perl
26384            ! t/op/split.t
26385 ____________________________________________________________________________
26386 [  8267] By: jhi                                   on 2000/12/30  17:14:19
26387         Log: Subject: more UTF8 test suites and an UTF8 patch
26388              From: Inaba Hiroto <inaba@st.rim.or.jp>
26389              Date: Sat, 30 Dec 2000 14:27:10 +0900
26390              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
26391              
26392              Just the patch part for now, and the pragma renamed
26393              as unicode::distinct.
26394      Branch: perl
26395            + lib/unicode/distinct.pm
26396            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
26397            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
26398            ! regcomp.h regexec.c sv.c toke.c utf8.c
26399 ____________________________________________________________________________
26400 [  8266] By: nick                                  on 2000/12/30  16:40:49
26401         Log: Integrate mainline
26402      Branch: perlio
26403           +> lib/Pod/Text/Overstrike.pm
26404           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
26405           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
26406           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
26407           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
26408           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
26409 ____________________________________________________________________________
26410 [  8265] By: jhi                                   on 2000/12/30  07:28:55
26411         Log: The sv_catsv() fix, take two.
26412      Branch: perl
26413            ! sv.c t/op/join.t
26414 ____________________________________________________________________________
26415 [  8264] By: jhi                                   on 2000/12/30  06:19:18
26416         Log: Undo all the join-related changes since #8248: relevant
26417              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
26418              The new sv_catsv() doesn't fly so it must go back to
26419              the drawing board.
26420      Branch: perl
26421            ! sv.c t/op/join.t t/pragma/utf8.t
26422 ____________________________________________________________________________
26423 [  8263] By: jhi                                   on 2000/12/30  01:08:32
26424         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
26425      Branch: perl
26426            ! sv.c
26427 ____________________________________________________________________________
26428 [  8262] By: jhi                                   on 2000/12/30  00:45:14
26429         Log: Retract #8261.
26430      Branch: perl
26431            ! hv.c util.c
26432 ____________________________________________________________________________
26433 [  8261] By: jhi                                   on 2000/12/30  00:38:32
26434         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
26435      Branch: perl
26436            ! hv.c util.c
26437 ____________________________________________________________________________
26438 [  8260] By: jhi                                   on 2000/12/29  22:51:33
26439         Log: (Retracted by #8264)  More fixing for #8251.
26440      Branch: perl
26441            ! sv.c
26442 ____________________________________________________________________________
26443 [  8259] By: jhi                                   on 2000/12/29  18:27:30
26444         Log: Subject: podlators 1.06 released
26445              From: Russ Allbery <rra@stanford.edu>
26446              Date: 25 Dec 2000 05:09:30 -0800
26447              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
26448      Branch: perl
26449            + lib/Pod/Text/Overstrike.pm
26450            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
26451            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
26452 ____________________________________________________________________________
26453 [  8258] By: jhi                                   on 2000/12/29  18:20:45
26454         Log: Make the large file tests more robust/talkative as suggested by
26455              
26456              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
26457              From: andreas.koenig@anima.de (Andreas J. Koenig)
26458              Date: 29 Dec 2000 14:23:01 +0100
26459              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
26460      Branch: perl
26461            ! t/lib/syslfs.t t/op/lfs.t
26462 ____________________________________________________________________________
26463 [  8257] By: jhi                                   on 2000/12/29  17:48:04
26464         Log: Further VMS piping fixes from Charles Lane:
26465              
26466              In summary, error messages produced when a subprocess terminated
26467              abnormally were being sent not just to the parent process, but to
26468              grandparents, because of default values for error output that were
26469              not completely overridden when the subprocess was started.
26470              
26471              This patch fixes this behavior by defining user-mode (i.e., temporary
26472              for the duration of the program) logical names for SYS$OUTPUT and
26473              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
26474              changes to make it so that the user-mode logicals are the ones that
26475              control where Perl's error messages go if it terminates abnormally.
26476              
26477              I also added some gratuitous fixes to the indentation of braces in
26478              the piping code.  It just looked ugly, before.
26479      Branch: perl
26480            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
26481 ____________________________________________________________________________
26482 [  8256] By: jhi                                   on 2000/12/29  17:45:12
26483         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
26484              From: "Casey R. Tweten" <crt@kiski.net>
26485              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
26486              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
26487              
26488              Tests for for #8240.
26489      Branch: perl
26490            ! t/pragma/constant.t
26491 ____________________________________________________________________________
26492 [  8255] By: jhi                                   on 2000/12/29  17:43:07
26493         Log: Subject: Re: [PATCH] Interesting syntax idea
26494              From: Simon Cozens <simon@cozens.net>
26495              Date: Fri, 29 Dec 2000 14:34:04 +0000
26496              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
26497              
26498              Tests for #8254.
26499      Branch: perl
26500            ! t/pragma/sub_lval.t
26501 ____________________________________________________________________________
26502 [  8254] By: jhi                                   on 2000/12/29  17:42:11
26503         Log: Subject: [PATCH] Interesting syntax idea
26504              From: Simon Cozens <simon@cozens.net>
26505              Date: Wed, 27 Dec 2000 05:08:57 +0000
26506              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
26507              
26508              Make opens + bareword assigns do typeglob assigns.
26509      Branch: perl
26510            ! op.c
26511 ____________________________________________________________________________
26512 [  8253] By: jhi                                   on 2000/12/29  17:36:45
26513         Log: Output the (apparent) version of gcc, as suggested by
26514              
26515              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
26516              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
26517              Date: 26 Dec 2000 04:29:17 -0500
26518              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
26519              
26520              (The patch as such didn't any more apply as the misparsing had
26521              already been addressed in #6474.)  Also change the wording about
26522              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
26523      Branch: perl
26524            ! hints/dec_osf.sh
26525 ____________________________________________________________________________
26526 [  8252] By: nick                                  on 2000/12/29  12:14:31
26527         Log: Integrate mainline
26528      Branch: perlio
26529           !> (integrate 27 files)
26530 ____________________________________________________________________________
26531 [  8251] By: jhi                                   on 2000/12/29  08:45:46
26532         Log: (Retracted by #8264)
26533              
26534              (Fixed by #8260.)
26535              
26536              sv_catsv() needs one more byte space than seems reasonable.
26537              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
26538              Curiouser and curiouser.
26539      Branch: perl
26540            ! sv.c
26541 ____________________________________________________________________________
26542 [  8250] By: jhi                                   on 2000/12/29  07:57:52
26543         Log: More split // UTF-8 tests.
26544      Branch: perl
26545            ! t/pragma/utf8.t
26546 ____________________________________________________________________________
26547 [  8249] By: jhi                                   on 2000/12/29  07:54:51
26548         Log: (Retracted by #8264)  More join() testing which was good because
26549              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
26550      Branch: perl
26551            ! pp.c t/op/join.t utf8.c utf8.h
26552 ____________________________________________________________________________
26553 [  8248] By: jhi                                   on 2000/12/29  07:08:32
26554         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
26555              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
26556              that the only cases to care about are byte+byte and byte+character.
26557              
26558              TODO: See how well pp_concat() could be implemented in terms
26559              of sv_catsv().
26560      Branch: perl
26561            ! doop.c sv.c t/op/join.t utf8.h
26562 ____________________________________________________________________________
26563 [  8247] By: jhi                                   on 2000/12/29  06:35:23
26564         Log: Signedness nit.
26565      Branch: perl
26566            ! pp_hot.c
26567 ____________________________________________________________________________
26568 [  8246] By: jhi                                   on 2000/12/29  01:23:31
26569         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
26570              From: Lupe Christoph <lupe@lupe-christoph.de>
26571              Date: Thu, 28 Dec 2000 23:00:00 +0100
26572              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
26573              
26574              Suggest rsync --delete --dry-run.
26575      Branch: perl
26576            ! pod/perlhack.pod
26577 ____________________________________________________________________________
26578 [  8245] By: jhi                                   on 2000/12/28  23:57:05
26579         Log: The maxiters upper limit sanity check (guarding against
26580              non-progress) assumed bytes instead of characters in s///
26581              and split().
26582      Branch: perl
26583            ! pp.c pp_hot.c
26584 ____________________________________________________________________________
26585 [  8244] By: jhi                                   on 2000/12/28  23:34:08
26586         Log: Make some panic messages a bit more logical.
26587      Branch: perl
26588            ! doop.c pod/perldiag.pod pp.c pp_hot.c
26589 ____________________________________________________________________________
26590 [  8243] By: jhi                                   on 2000/12/28  22:59:16
26591         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
26592              From: Simon Cozens <simon@cozens.net>
26593              Date: Wed, 27 Dec 2000 02:30:03 +0000
26594              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
26595      Branch: perl
26596            ! pp.c t/pragma/sub_lval.t
26597 ____________________________________________________________________________
26598 [  8242] By: jhi                                   on 2000/12/28  22:56:53
26599         Log: Subject: [PATCH blead] Fix B::Terse indentation
26600              From: Daniel Chetlin <daniel@chetlin.com>
26601              Date: Wed, 27 Dec 2000 06:43:30 -0800
26602              Message-ID: <20001227064329.B9573@darkstar>
26603      Branch: perl
26604            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
26605 ____________________________________________________________________________
26606 [  8241] By: jhi                                   on 2000/12/28  22:48:59
26607         Log: The latter patch from the
26608              
26609              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
26610              From: Peter Prymmer <pvhp@forte.com> 
26611              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
26612              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
26613              
26614              (the former patch from the above should have been
26615              taken care of by Nick I-S)
26616      Branch: perl
26617            ! win32/Makefile
26618 ____________________________________________________________________________
26619 [  8240] By: jhi                                   on 2000/12/28  22:45:22
26620         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
26621              From: "Casey R. Tweten" <crt@kiski.net>
26622              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
26623              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
26624      Branch: perl
26625            ! lib/constant.pm
26626 ____________________________________________________________________________
26627 [  8239] By: jhi                                   on 2000/12/28  22:37:45
26628         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
26629              From: Simon Cozens <simon@cozens.net>
26630              Date: Wed, 27 Dec 2000 14:12:44 +0000
26631              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
26632      Branch: perl
26633            ! t/op/method.t t/op/sort.t toke.c
26634 ____________________________________________________________________________
26635 [  8238] By: jhi                                   on 2000/12/28  22:30:32
26636         Log: Subject: [PATCH perl@8229] Call.pm
26637              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26638              Date: Mon, 25 Dec 2000 10:47:15 -0000
26639              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
26640      Branch: perl
26641            ! ext/Filter/Util/Call/Call.pm
26642 ____________________________________________________________________________
26643 [  8237] By: jhi                                   on 2000/12/28  22:19:21
26644         Log: Subject: [PATCH blead] Fix problem with `&' prototype
26645              From: Daniel Chetlin <daniel@chetlin.com>
26646              Date: Wed, 27 Dec 2000 15:55:32 -0800
26647              Message-ID: <20001227155532.D9573@darkstar>
26648      Branch: perl
26649            ! op.c t/comp/proto.t
26650 ____________________________________________________________________________
26651 [  8236] By: jhi                                   on 2000/12/28  22:09:25
26652         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
26653              From: Daniel Chetlin <daniel@chetlin.com>
26654              Date: Sun, 24 Dec 2000 04:09:49 -0800
26655              Message-ID: <20001224040949.B3090@darkstar>
26656      Branch: perl
26657            ! gv.c mg.c t/op/attrs.t
26658 ____________________________________________________________________________
26659 [  8235] By: jhi                                   on 2000/12/28  22:07:11
26660         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
26661              From: Jan Dubois <jand@ActiveState.com>
26662              Date: Tue, 26 Dec 2000 20:57:31 -0800
26663              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
26664      Branch: perl
26665            ! win32/win32.c
26666 ____________________________________________________________________________
26667 [  8234] By: jhi                                   on 2000/12/28  21:52:42
26668         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
26669              From: Simon Cozens <simon@cozens.net>
26670              Date: Thu, 28 Dec 2000 20:33:13 +0000
26671              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
26672      Branch: perl
26673            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
26674 ____________________________________________________________________________
26675 [  8233] By: jhi                                   on 2000/12/28  19:40:49
26676         Log: Integrate perlio.
26677      Branch: perl
26678           !> ext/Encode/Makefile.PL ext/Encode/compile
26679 ____________________________________________________________________________
26680 [  8232] By: nick                                  on 2000/12/23  16:06:00
26681         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
26682              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
26683      Branch: perlio
26684            ! ext/Encode/Makefile.PL
26685 ____________________________________________________________________________
26686 [  8231] By: nick                                  on 2000/12/23  14:30:34
26687         Log: "Compiled" encode build cleanup
26688              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
26689              - .c files do not export sub-tables
26690      Branch: perlio
26691            ! ext/Encode/Makefile.PL ext/Encode/compile
26692 ____________________________________________________________________________
26693 [  8230] By: nick                                  on 2000/12/23  12:50:37
26694         Log: Integrate mainline
26695      Branch: perlio
26696           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26697           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26698           !> pod/perl5004delta.pod pod/perl5005delta.pod
26699           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
26700           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
26701           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
26702           !> pod/perlsub.pod
26703 ____________________________________________________________________________
26704 [  8229] By: jhi                                   on 2000/12/22  15:32:12
26705         Log: Integrate perlio.
26706      Branch: perl
26707           +> win32/distclean.bat
26708           !> MANIFEST t/io/utf8.t
26709 ____________________________________________________________________________
26710 [  8228] By: jhi                                   on 2000/12/22  15:29:40
26711         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
26712              From: Robin Barker <rmb1@cise.npl.co.uk>
26713              Date: Fri, 22 Dec 2000 12:17:38 GMT
26714              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
26715      Branch: perl
26716            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26717            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26718            ! pod/perl5004delta.pod pod/perl5005delta.pod
26719            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
26720            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
26721            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
26722            ! pod/perlsub.pod
26723 ____________________________________________________________________________
26724 [  8227] By: jhi                                   on 2000/12/22  15:24:28
26725         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
26726              From: "John L. Allen" <allen@grumman.com>
26727              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
26728              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
26729              
26730              Document APPLLIB_EXP.
26731      Branch: perl
26732            ! INSTALL
26733 ____________________________________________________________________________
26734 [  8226] By: nick                                  on 2000/12/21  22:11:50
26735         Log: Handy script for when one forgets to "dmake clean" 
26736      Branch: perlio
26737            + win32/distclean.bat
26738            ! MANIFEST
26739 ____________________________________________________________________________
26740 [  8225] By: nick                                  on 2000/12/21  21:54:04
26741         Log: CRLF platform issue with io/utf8 fix.
26742      Branch: perlio
26743            ! t/io/utf8.t
26744 ____________________________________________________________________________
26745 [  8224] By: nick                                  on 2000/12/21  21:02:20
26746         Log: Integrate mainline
26747      Branch: perlio
26748           !> Changes Configure Makefile.SH Porting/Glossary
26749           !> Porting/config.sh Porting/config_H configure.com
26750           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
26751           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
26752           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
26753           !> win32/config.bc win32/config.gc win32/config.vc
26754 ____________________________________________________________________________
26755 [  8223] By: jhi                                   on 2000/12/21  17:09:16
26756         Log: Update Changes.
26757      Branch: perl
26758            ! Changes patchlevel.h
26759 ____________________________________________________________________________
26760 [  8222] By: jhi                                   on 2000/12/21  16:24:01
26761         Log: Metaconfig unit changes for #8221.
26762      Branch: metaconfig/U/perl
26763           +> issymlink.U
26764            - testsyml.U
26765            ! Mksymlinks.U
26766 ____________________________________________________________________________
26767 [  8221] By: jhi                                   on 2000/12/21  16:23:48
26768         Log: Rename testsyml to issymlink.
26769      Branch: perl
26770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26771            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
26772            ! win32/config.vc
26773 ____________________________________________________________________________
26774 [  8220] By: jhi                                   on 2000/12/21  15:47:26
26775         Log: Robustness support for #8218 (symlink forest) since the GNU
26776              tools seem to be overly picky about symlinkage depths.
26777      Branch: perl
26778            ! Makefile.SH t/io/fs.t
26779 ____________________________________________________________________________
26780 [  8219] By: jhi                                   on 2000/12/21  15:38:27
26781         Log: Metaconfig changes for #8218.
26782      Branch: metaconfig
26783            ! U/modified/Oldconfig.U
26784      Branch: metaconfig/U/perl
26785            + Mksymlinks.U
26786            ! testsyml.U
26787 ____________________________________________________________________________
26788 [  8218] By: jhi                                   on 2000/12/21  15:37:57
26789         Log: Add Configure option -Dmksymlinks which will create a symlink
26790              forest if the current/build differs from the source directory.
26791              TODO: mkdir -p is not portable.
26792      Branch: perl
26793            ! Configure
26794 ____________________________________________________________________________
26795 [  8217] By: jhi                                   on 2000/12/21  14:39:12
26796         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
26797              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
26798              Date: Thu, 21 Dec 2000 09:38:18 GMT
26799              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
26800              
26801              The ofs became an SV.
26802      Branch: perl
26803            ! ext/Thread/Thread.xs
26804 ____________________________________________________________________________
26805 [  8216] By: jhi                                   on 2000/12/21  05:40:21
26806         Log: The polymorphism seems to have fixed 20000517.001.
26807      Branch: perl
26808            ! t/pragma/utf8.t
26809 ____________________________________________________________________________
26810 [  8215] By: jhi                                   on 2000/12/21  04:44:52
26811         Log: read() documentation tweak for 20001121.004.
26812      Branch: perl
26813            ! pod/perlfunc.pod
26814 ____________________________________________________________________________
26815 [  8214] By: jhi                                   on 2000/12/21  03:54:11
26816         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
26817      Branch: perl
26818            ! pp_sys.c t/op/misc.t
26819 ____________________________________________________________________________
26820 [  8213] By: jhi                                   on 2000/12/21  00:28:10
26821         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
26822              From: Peter Prymmer <pvhp@forte.com>
26823              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
26824              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
26825      Branch: perl
26826            ! configure.com
26827 ____________________________________________________________________________
26828 [  8212] By: jhi                                   on 2000/12/21  00:26:21
26829         Log: Edit edit edit.
26830      Branch: perl
26831            ! pod/perlfaq3.pod
26832 ____________________________________________________________________________
26833 [  8211] By: jhi                                   on 2000/12/20  18:52:46
26834         Log: Update Changes.
26835      Branch: perl
26836            ! Changes patchlevel.h
26837 ____________________________________________________________________________
26838 [  8210] By: jhi                                   on 2000/12/20  18:34:47
26839         Log: Yet another editor edit.
26840      Branch: perl
26841            ! pod/perlfaq3.pod
26842 ____________________________________________________________________________
26843 [  8209] By: jhi                                   on 2000/12/20  15:33:28
26844         Log: More Win32 Perling.
26845      Branch: perl
26846            ! pod/perlfaq3.pod
26847 ____________________________________________________________________________
26848 [  8208] By: jhi                                   on 2000/12/20  15:07:46
26849         Log: More Win32 editor/IDE/shell hints.
26850      Branch: perl
26851            ! pod/perlfaq3.pod
26852 ____________________________________________________________________________
26853 [  8207] By: jhi                                   on 2000/12/20  03:54:08
26854         Log: Subject: [PATCH] obscure timing knowledge
26855              From: Nicholas Clark <nick@ccl4.org>
26856              Date: Tue, 19 Dec 2000 19:22:31 +0000
26857              Message-ID: <20001219192231.F2827@plum.flirble.org>
26858      Branch: perl
26859            ! sv.c
26860 ____________________________________________________________________________
26861 [  8206] By: jhi                                   on 2000/12/20  03:45:57
26862         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
26863              From: Spider Boardman <spider@leggy.zk3.dec.com>
26864              Date: Tue, 19 Dec 2000 21:30:16 -0500
26865              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
26866      Branch: perl
26867            ! sv.c
26868 ____________________________________________________________________________
26869 [  8205] By: jhi                                   on 2000/12/19  23:02:01
26870         Log: Update Changes.
26871      Branch: perl
26872            ! Changes patchlevel.h
26873 ____________________________________________________________________________
26874 [  8204] By: jhi                                   on 2000/12/19  22:58:18
26875         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
26876              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
26877              on editors and diffing/patching.
26878      Branch: perl
26879            ! t/op/utf8decode.t
26880 ____________________________________________________________________________
26881 [  8203] By: nick                                  on 2000/12/19  21:36:16
26882         Log: Integrate mainline (forgot my own change...)
26883      Branch: perlio
26884           !> ext/Encode/compile
26885 ____________________________________________________________________________
26886 [  8202] By: nick                                  on 2000/12/19  21:34:42
26887         Log: Integrate mainline.
26888      Branch: perlio
26889           !> (integrate 61 files)
26890 ____________________________________________________________________________
26891 [  8201] By: nick                                  on 2000/12/19  21:34:06
26892         Log: Avoid looking for File::Glob when we don't need it.
26893      Branch: perl
26894            ! ext/Encode/compile
26895 ____________________________________________________________________________
26896 [  8200] By: jhi                                   on 2000/12/19  18:35:49
26897         Log: Update Changes.
26898      Branch: perl
26899            ! Changes patchlevel.h
26900 ____________________________________________________________________________
26901 [  8199] By: jhi                                   on 2000/12/19  18:35:07
26902         Log: Microperl tweaks.
26903      Branch: perl
26904            ! sv.c uconfig.h uconfig.sh
26905 ____________________________________________________________________________
26906 [  8198] By: jhi                                   on 2000/12/19  18:29:59
26907         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
26908      Branch: perl
26909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26910            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
26911 ____________________________________________________________________________
26912 [  8197] By: jhi                                   on 2000/12/19  17:55:29
26913         Log: In VMS embedded perls couldn't access the statically built Socket,
26914              from Charles Lane.
26915      Branch: perl
26916            ! configure.com
26917 ____________________________________________________________________________
26918 [  8196] By: jhi                                   on 2000/12/19  17:49:50
26919         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
26920              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
26921              Date: Sun, 17 Dec 2000 19:11:44 -0000
26922              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
26923      Branch: perl
26924            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26925            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26926 ____________________________________________________________________________
26927 [  8195] By: jhi                                   on 2000/12/19  17:47:53
26928         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
26929              From: Jonathan Stowe <gellyfish@gellyfish.com>
26930              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
26931              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
26932      Branch: perl
26933            ! utils/h2xs.PL
26934 ____________________________________________________________________________
26935 [  8194] By: jhi                                   on 2000/12/19  17:46:28
26936         Log: Subject: Re: useless use of void context work-around
26937              From: andreas.koenig@anima.de (Andreas J. Koenig)
26938              Date: 16 Dec 2000 15:13:36 +0100
26939              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
26940              
26941              Document (comment) the q(di ds ig) trick in the code.
26942      Branch: perl
26943            ! op.c
26944 ____________________________________________________________________________
26945 [  8193] By: jhi                                   on 2000/12/19  17:10:57
26946         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
26947              From: "Mark J. Reed" <mreed@strange.turner.com>
26948              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
26949              Message-Id: <200012160222.VAA13986@strange.turner.com>
26950      Branch: perl
26951            ! ext/Sys/Syslog/Syslog.pm
26952 ____________________________________________________________________________
26953 [  8192] By: jhi                                   on 2000/12/19  17:07:45
26954         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
26955              From: Nicholas Clark <nick@ccl4.org>
26956              Date: Sat, 16 Dec 2000 19:03:13 +0000
26957              Message-ID: <20001216190313.D68304@plum.flirble.org>
26958      Branch: perl
26959            ! t/op/64bitint.t
26960 ____________________________________________________________________________
26961 [  8191] By: jhi                                   on 2000/12/19  17:06:13
26962         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
26963              From: Dominic Dunlop <domo@computer.org>
26964              Date: Mon, 18 Dec 2000 12:00:15 +0100
26965              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
26966              
26967              This patchlet is needed in order that perl can be statically linked.  
26968      Branch: perl
26969            ! regexec.c
26970 ____________________________________________________________________________
26971 [  8190] By: jhi                                   on 2000/12/19  17:03:08
26972         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
26973              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26974              Date: Sun, 17 Dec 2000 00:18:35 -0600
26975              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
26976      Branch: perl
26977            ! perlio.h vms/gen_shrfls.pl
26978 ____________________________________________________________________________
26979 [  8189] By: jhi                                   on 2000/12/19  16:20:28
26980         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26981              From: Prymmer/Kahn <pvhp@best.com>
26982              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
26983              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
26984              
26985              A better version of #8188.
26986      Branch: perl
26987            ! pod/perlfaq3.pod
26988 ____________________________________________________________________________
26989 [  8188] By: jhi                                   on 2000/12/19  15:57:06
26990         Log: (Replaced by #8189)
26991              
26992              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26993              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
26994              From: Prymmer/Kahn <pvhp@best.com>
26995              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
26996              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26997              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
26998              Date: Mon, 18 Dec 2000 11:10:45 -0500
26999              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
27000      Branch: perl
27001            ! pod/perlfaq3.pod
27002 ____________________________________________________________________________
27003 [  8187] By: jhi                                   on 2000/12/19  15:54:19
27004         Log: Email address fix for Anton Berezin.
27005      Branch: perl
27006            ! AUTHORS
27007 ____________________________________________________________________________
27008 [  8186] By: jhi                                   on 2000/12/19  15:38:54
27009         Log: Subject: [PATCH perl@8102] cygwin port
27010              From: "Eric Fifer" <efifer@dircon.co.uk> 
27011              Date: Thu, 14 Dec 2000 13:41:29 -0000
27012              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
27013              
27014              When compiling modules the data item that is being imported
27015              from libperl.dll needs to be tagged as imported/shared data:
27016              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
27017      Branch: perl
27018            ! perliol.h
27019 ____________________________________________________________________________
27020 [  8185] By: jhi                                   on 2000/12/19  14:53:24
27021         Log: Regen uconfig.h and uconfig.sh.
27022      Branch: perl
27023            ! uconfig.h uconfig.sh
27024 ____________________________________________________________________________
27025 [  8184] By: jhi                                   on 2000/12/18  20:43:49
27026         Log: Comments work so much better when they are closed.
27027      Branch: perl
27028            ! regcomp.c
27029 ____________________________________________________________________________
27030 [  8183] By: jhi                                   on 2000/12/18  18:04:02
27031         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
27032              Fixes the bug 20001218.016.
27033      Branch: perl
27034            ! regcomp.c
27035 ____________________________________________________________________________
27036 [  8182] By: gsar                                  on 2000/12/18  09:53:47
27037         Log: delete spurious files
27038      Branch: maint-5.6/perl
27039            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
27040            - vos/config.h vos/config_h.SH_orig
27041 ____________________________________________________________________________
27042 [  8181] By: gsar                                  on 2000/12/18  09:46:08
27043         Log: regen perltoc
27044      Branch: maint-5.6/perl
27045            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
27046 ____________________________________________________________________________
27047 [  8180] By: gsar                                  on 2000/12/18  09:20:27
27048         Log: integrate changes#7924..7926,7946,7952 from mainline
27049      Branch: maint-5.6/perl
27050           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
27051           !> lib/File/stat.pm t/lib/class-struct.t
27052 ____________________________________________________________________________
27053 [  8179] By: gsar                                  on 2000/12/18  08:55:54
27054         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
27055              7918,7919,7988,8907 from mainline (various)
27056      Branch: maint-5.6/perl
27057           +> t/lib/class-struct.t
27058           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
27059           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
27060           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
27061 ____________________________________________________________________________
27062 [  8178] By: gsar                                  on 2000/12/18  08:16:30
27063         Log: avoid redefinition warnings on windows due to sys/socket.h getting
27064              #included before win32.h
27065      Branch: maint-5.6/perl
27066            ! win32/include/sys/socket.h
27067 ____________________________________________________________________________
27068 [  8177] By: gsar                                  on 2000/12/18  05:24:04
27069         Log: make regen_headers; fix POSIX.xs problems; remove outdated
27070              code from sys/socket.h that makes build fail now
27071      Branch: maint-5.6/perl
27072            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
27073            ! pod/perlapi.pod
27074           !> win32/include/sys/socket.h
27075 ____________________________________________________________________________
27076 [  8176] By: gsar                                  on 2000/12/18  05:20:17
27077         Log: update Changes
27078      Branch: maint-5.6/perl
27079            ! Changes patchlevel.h
27080 ____________________________________________________________________________
27081 [  8175] By: gsar                                  on 2000/12/18  04:57:48
27082         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
27083              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
27084              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
27085              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
27086              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
27087              7823,7825,7838
27088      Branch: maint-5.6/perl
27089           +> lib/File/Spec/Epoc.pm
27090           !> (integrate 88 files)
27091 ____________________________________________________________________________
27092 [  8174] By: gsar                                  on 2000/12/18  03:53:09
27093         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
27094              7625..7629,7631..7634,7637,7639,7642 from mainline
27095      Branch: maint-5.6/perl
27096           +> README.solaris
27097           !> (integrate 26 files)
27098 ____________________________________________________________________________
27099 [  8173] By: gsar                                  on 2000/12/18  03:37:02
27100         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
27101              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
27102              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
27103              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
27104      Branch: maint-5.6/perl
27105           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
27106            - MAINTAIN
27107           !> (integrate 111 files)
27108 ____________________________________________________________________________
27109 [  8172] By: jhi                                   on 2000/12/18  02:49:27
27110         Log: Regen pods.
27111      Branch: perl
27112            ! pod/perlmodlib.pod pod/perltoc.pod
27113 ____________________________________________________________________________
27114 [  8171] By: gsar                                  on 2000/12/18  02:49:24
27115         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
27116              7465..7471 from mainline
27117              
27118              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
27119              in platforms that strictly require all the symbols being present
27120              at link time.
27121              
27122              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
27123              
27124              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
27125              
27126              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
27127              
27128              Subject: [PATCH] todo
27129              
27130              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
27131              
27132              Use $sort, $uniq (and $tr) consistently as wondered
27133              by Nicholas Clark.
27134              
27135              Too enthusiastic editing in #7460.
27136              
27137              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
27138              
27139              Upgrade to CPAN 1.58_55.
27140              Subject: CPAN.pm status
27141              
27142              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
27143              
27144              Make target reordering to avoid pointless re-makes.
27145              Subject: Re: Total re-make of 'make okfile' after 7451 ?
27146              
27147              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
27148              
27149              Subject: DOC PATCH 5.6.0
27150              
27151              Add the repository doc by Malcolm, Sarathy, and by Simon,
27152              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
27153      Branch: maint-5.6/perl
27154           +> Porting/repository.pod
27155           !> Configure MANIFEST Makefile.SH README.dos README.os2
27156           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
27157           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
27158           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
27159 ____________________________________________________________________________
27160 [  8169] By: gsar                                  on 2000/12/18  02:33:34
27161         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
27162              7435..7441,7445 from mainline
27163              
27164              Make the UTF-8 decoding stricter and more verbose when
27165              malformation happens.  This involved adding an argument
27166              to utf8_to_uv_chk(), which involved changing its prototype,
27167              and prefer STRLEN over I32 for the UTF-8 length, which as
27168              a domino effect necessitated changing the prototypes of
27169              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
27170              The stricter UTF-8 decoding checking uses Markus Kuhn's
27171              UTF-8 Decode Stress Tester from
27172              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
27173              
27174              Run vms/vms_yfix.pl, should have done that after changing
27175              perly.c in #7382.
27176              
27177              Subject: [PATCH 5.7.0] static linking with uninstalled perl
27178              
27179              (Replaced by #7440.)
27180              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27181              
27182              Fix the bug ID 20001024.005, the bug introduced by #7416.
27183              
27184              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
27185              
27186              Fix the bug reported in
27187              From: andreas.koenig@anima.de (Andreas J. Koenig)
27188              Also make is_utf8_char() stricter.
27189              
27190              Missed the header file changes from #7425.
27191              
27192              Check if stdio supports tweaking lval and cnt simultaneously.
27193              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
27194              
27195              Stratus VOS updates from Paul Green.
27196              
27197              Podify README.epoc and README.vos.
27198              
27199              Add targets to Makefile.SH, most importantly
27200              'regen_all' which also remembers to update vms/perly*.
27201              
27202              Subject: Minor update to find2perl, for portability
27203              
27204              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
27205              
27206              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
27207              
27208              Rename UTF8LEN() to be UNISKIP(), too confusing to have
27209              UTF8LEN() and UTF8SKIP(). 
27210              
27211              Allow poking holes at the UTF-8 decoding strictness.
27212              
27213              Continue the internal UTF-8 API tweaking.
27214              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
27215              used much more than the simpler API, now called utf8_to_uv_simple().
27216              Still not quite happy with API, too much partial duplication
27217              of functionality.
27218              
27219              A new version of making the syslog test more robust.
27220              (Replaces #7421.)
27221              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27222              
27223              buildtoc target tweaks.
27224              
27225              Integrate with vmsperl #7430 by Charles Bailey:
27226              
27227              Cleanup from prior patch (Charles Lane?):
27228              - improve handling of MFDs in Basename and Path
27229              - default to no xsubpp line # munging when building debug images
27230      Branch: maint-5.6/perl
27231           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27232           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
27233           !> (integrate 67 files)
27234 ____________________________________________________________________________
27235 [  8168] By: gsar                                  on 2000/12/18  02:05:49
27236         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
27237              
27238              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
27239              From: Martin Husemann <martin@duskware.de>
27240              
27241              Subject: [PATCH 5.7.0] restore match data on backtracing
27242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27243      Branch: maint-5.6/perl
27244           !> regcomp.c regexec.c t/op/re_tests
27245 ____________________________________________________________________________
27246 [  8167] By: gsar                                  on 2000/12/18  01:55:22
27247         Log: integrate changes#7858,7986 from mainline
27248              
27249              C<foreach my $x ...> in pseudo-fork()ed process may diddle
27250              parent's memory; fix it by keeping track of the actual pad
27251              offset rather than a raw pointer (this change is probably also
27252              relevant to non-ithreads case to avoid fallout from reallocs of
27253              the pad array, but is currently only enabled for the ithreads
27254              case in the interests of minimal disruption to existing "well
27255              tested" code)
27256              
27257              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
27258              due to the notorious GetFileType() bug in Windows 9x, which fstat()
27259              tickles)
27260      Branch: maint-5.6/perl
27261           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
27262           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
27263           !> win32/win32.c win32/win32.h win32/win32sck.c
27264 ____________________________________________________________________________
27265 [  8166] By: gsar                                  on 2000/12/18  01:52:59
27266         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
27267              from mainline (xsubpp and ExtUtils::LibList fixups, various
27268              other small items)
27269      Branch: maint-5.6/perl
27270           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
27271           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
27272           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
27273           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
27274           !> win32/bin/search.pl
27275 ____________________________________________________________________________
27276 [  8165] By: gsar                                  on 2000/12/18  01:28:45
27277         Log: integrate changes#7533,7563,7611,7623 from mainline (various
27278              malloc.c embellishments)
27279      Branch: maint-5.6/perl
27280           !> malloc.c pod/perldiag.pod
27281 ____________________________________________________________________________
27282 [  8164] By: gsar                                  on 2000/12/18  01:23:33
27283         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
27284              fixups)
27285      Branch: maint-5.6/perl
27286           !> utils/h2xs.PL
27287 ____________________________________________________________________________
27288 [  8163] By: gsar                                  on 2000/12/18  01:17:50
27289         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
27290              fixups)
27291      Branch: maint-5.6/perl
27292           !> Makefile.SH utils/perlbug.PL
27293 ____________________________________________________________________________
27294 [  8162] By: gsar                                  on 2000/12/18  00:25:43
27295         Log: always export Perl_deb() (it is required by re.xs whether
27296              Perl is built with or without -DDEBUGGING)
27297      Branch: maint-5.6/perl
27298            ! makedef.pl
27299 ____________________________________________________________________________
27300 [  8161] By: gsar                                  on 2000/12/18  00:23:38
27301         Log: integrate change#7414 from mainline
27302              
27303              Undo the basename() part of #7412 since the lib/basename
27304              tests would need upgrading too.
27305              
27306              squelch two tests in tr.t that rely on tr/// paranoia change
27307              that's not in 5.6.x
27308      Branch: maint-5.6/perl
27309            ! t/op/tr.t
27310           !> lib/File/Basename.pm
27311 ____________________________________________________________________________
27312 [  8160] By: gsar                                  on 2000/12/18  00:05:30
27313         Log: missing change in previous integrate
27314      Branch: maint-5.6/perl
27315           !> README.aix
27316 ____________________________________________________________________________
27317 [  8159] By: gsar                                  on 2000/12/18  00:03:38
27318         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
27319              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
27320              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
27321              7410..7413 from mainline
27322      Branch: maint-5.6/perl
27323           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
27324           +> t/lib/tie-splice.t
27325            - lib/unicode/Is/DCinital.pl
27326           !> (integrate 112 files)
27327 ____________________________________________________________________________
27328 [  8158] By: jhi                                   on 2000/12/17  23:04:24
27329         Log: Subject: [PATCHES] RE: perl@8150 
27330              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
27331              Date: Sun, 17 Dec 2000 21:46:39 +0100
27332              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
27333              
27334              Neither cygwin has a getpwuid() one can trust on.
27335      Branch: perl
27336            ! t/lib/glob-basic.t
27337 ____________________________________________________________________________
27338 [  8157] By: jhi                                   on 2000/12/17  23:01:54
27339         Log: More MAN.PODS => {} fixes.
27340      Branch: perl
27341            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
27342            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
27343            ! os2/OS2/REXX/Makefile.PL
27344 ____________________________________________________________________________
27345 [  8156] By: gsar                                  on 2000/12/17  22:49:13
27346         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
27347              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
27348              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
27349              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
27350              7201,7204 from mainline
27351      Branch: maint-5.6/perl
27352           !> (integrate 121 files)
27353 ____________________________________________________________________________
27354 [  8155] By: jhi                                   on 2000/12/17  22:30:58
27355         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
27356              From: "Craig A. Berry" <craigberry@mac.com>
27357              Date: Sun, 17 Dec 2000 13:09:28 -0600
27358              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
27359              
27360              MAN.PODS => ' ' is naughty.
27361      Branch: perl
27362            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
27363 ____________________________________________________________________________
27364 [  8154] By: nick                                  on 2000/12/17  22:07:13
27365         Log: MULTIPLICITY nit.
27366      Branch: perl
27367            ! mg.c
27368 ____________________________________________________________________________
27369 [  8153] By: gsar                                  on 2000/12/17  21:23:05
27370         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
27371              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
27372              from mainline
27373              
27374              Document the SvIOK_.*UV().
27375              
27376              Update Unicode todo list.
27377              
27378              Guard against bad string->int conversion for quads.
27379              
27380              Subject: small apidoc fix
27381              
27382              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
27383              
27384              Subject: [PATCH] Tied filehandle documentation
27385              
27386              Subject: [PATCH] Modernize Opcode.pm documentation
27387              
27388              Make Data::Dumper (non-XS) to work with changed semantics of ref().
27389              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
27390              [applied even though said semantics didn't change in 5.6.x]
27391              
27392              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
27393              
27394              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
27395              
27396              Fix the URL, but the server is still missing in action.
27397              Subject: [ID 20000905.002] perlfaq1.pod URL error
27398              
27399              Subject: [ID 20000903.001] \w in utf8-strings
27400              
27401              Fix the ccversion detection for 5.1 and beyond.
27402              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
27403              
27404              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
27405              
27406              Subject: [ID 20000904.008] Tiny fix for perldiag
27407              
27408              Subject: Re: [ID 20000906.004] segfault with bad perl statement
27409              
27410              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
27411              
27412              Subject: [ID 20000908.002] perlipc documentation bug.
27413              
27414              Subject: [PATCH lib/Benchmark.pm]
27415              
27416              Re-allow vec() for characters > 255.
27417              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
27418              
27419              Do away with memory models cruft.  Sorry, PDP users.
27420              
27421              Continue #7041.
27422              
27423              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
27424              
27425              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
27426              
27427              Upgrade to CPAN 1.57_65, from Andreas König.
27428              
27429              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
27430              by Russ Allbery.
27431              
27432              Silence t/pod/*.t about alternate quote-mappings now implemented
27433              by Pod::Text, from Brad Appleton.
27434              
27435              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
27436              Subject: borland C++ win32.c tweak
27437              
27438              C<@a = @b = split(...)> optimization coredumps under ithreads
27439              (missed a spot when fixing up op_pmreplroot hack for ithreads)
27440              
27441              Document the SvUTF8*().
27442              
27443              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
27444              
27445              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
27446              
27447              Do in VMS as the #7054 does.
27448              
27449              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
27450              
27451              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
27452              
27453              Subject: [patch: perl@7045] vms updates
27454              
27455              Test for the #7049.
27456              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
27457              
27458              Break up the myconfig lines a bit.
27459              Subject: perlbug/perl -V output format
27460              
27461              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
27462              
27463              The #7054 truncated Configure badly.
27464              
27465              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
27466              initialization in all the threads on Windows
27467              
27468              Allow for whitespace between "#" and "line" in cpp output.
27469              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
27470              
27471              Remove vestiges of tr//CU.
27472              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
27473              
27474              The return value of setlocale must be copied away.
27475              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
27476              
27477              Allow chop() and chomp() to be overridden.
27478              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
27479              
27480              Hints optimization.
27481              Subject: Minor nit
27482              
27483              Subject: [PATCH] de-wall t/README
27484              
27485              Subject: Re: Two advertising clauses need to be removed
27486      Branch: maint-5.6/perl
27487           !> (integrate 75 files)
27488 ____________________________________________________________________________
27489 [  8152] By: gsar                                  on 2000/12/17  20:30:11
27490         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
27491              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
27492              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
27493              
27494              Don't attach -ld to the archname if pointless.
27495              
27496              Document UNTIE in a very minimalistic way.
27497              
27498              POSIX doesn't report long double values under -Duselongdouble
27499              when the long doubles are "real" (bigger than doubles).
27500              
27501              More author updates.
27502              
27503              Try to deduce NV_MAX.  Really should be Configure fodder.
27504              
27505              :: not allowed in pathnames, change to .
27506              Subject: [PATCH perl@6938] cygwin port
27507              
27508              Forget about NV_MAX (#6951).  Various floating point tweaks,
27509              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
27510              
27511              Move the Solaris 7 scan to use64bitall, make the
27512              failure to find 64-bot sparc libc to mention the
27513              possibility of being in an intel, from Lupe and Alan.
27514              
27515              Regen perltoc.
27516              
27517              AUTHORS tweaks, from Peter Prymmer.
27518              
27519              More address tweaking.
27520              
27521              Small tweaks all over.
27522              
27523              File::Temp patches from Andreas König,
27524              
27525              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
27526              
27527              Subject: CPAN.pm beta 1.57_57 for the core
27528              
27529              Part of the solution.
27530              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
27531              
27532              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
27533              
27534              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27535              
27536              Add the overload warnings to perldiag.
27537              
27538              Drop unused argument.
27539              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
27540              
27541              Subject: Nit in Configure (bleadperl@6961)
27542              
27543              Update to PodParser 1.18, from Brad Appleton.
27544              
27545              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
27546              
27547              Subject: [PATCH: 6948] add SCNfldbl to configure.com
27548              
27549              Document UNTIE. Also tweak implementation to suppress the 'inner references'
27550              warning when UNTIE exists and instead pass the cound of extra references to
27551              the UNTIE method.
27552              
27553              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
27554              so that case-ignoring systems like DCL can tell them from
27555              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
27556              
27557              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27558              
27559              Feature ordering tweak.
27560              
27561              Regen perltoc.
27562              
27563              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
27564              
27565              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
27566              
27567              Subject: http:// in L<>
27568              
27569              Detypo.
27570              
27571              change#6791 accidentally clobbered change#6710, put it back
27572              
27573              Only the first line, thank you very much.
27574              
27575              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
27576              plus rework the http: spots as suggested by Tom Christiansen,
27577              plus regen perltoc.
27578              
27579              Undo part of change 6489 which looks like a bulk edit which
27580              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
27581              The supressing of main:: on return from select() is undesirable.
27582              
27583              Apparently avoiding the swapping is too costly.
27584              
27585              Various Configure nits by Philip Newton,
27586              plus the ebcdic one by me.
27587              
27588              Make certain cc is set before trying to run it.
27589              
27590              If overloaded %{} etc. return the object do not loop.
27591              Thus  sub deref { $_[0] } functions if object is wanted type.
27592              
27593              Update perlhist.
27594              
27595              More %{} and other deref special casing - do not pass to 'nomethod'.
27596      Branch: maint-5.6/perl
27597           !> (integrate 59 files)
27598 ____________________________________________________________________________
27599 [  8151] By: gsar                                  on 2000/12/17  19:14:38
27600         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
27601              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
27602              
27603              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
27604              
27605              Make the epsilon to be relative, not absolute.
27606              
27607              Put back the flags dump as reasoned in
27608              Subject: Re: [PATCH] Glob dumping
27609              
27610              Introduce ccname to keep track of what compiler kind of we have.
27611              
27612              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
27613              
27614              Put back the slice accidentally removed by #6907.
27615              
27616              Reset archname and archname64 always, forcing them be
27617              recomputed at each Configure run, make Configure and
27618              the hints files agree on the naming of largefiles variables.
27619              
27620              Don't say "Perl 5.0 source kit".
27621              
27622              Subject: [PATCH] fix misc cast warnings
27623              
27624              Subject: typos in pods
27625              
27626              NVs not necessarily doubles, as pointed out by Yitzchak.
27627              
27628              Subject: [PATCH 6889] add a few ldbl formats to configure.com
27629              
27630              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
27631              
27632              Better options for rsync.
27633              
27634              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
27635              
27636              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
27637              
27638              Subject: [PATCH] Re: UNTIE method 
27639              
27640              A better fix for the Socket building problem from Craig Berry.
27641              
27642              Retract the dummy test, skip the security tests (instead of failing),
27643              explain what the warnings mean.
27644              
27645              Heap decorruption.
27646              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
27647              
27648              Update to Unicode 3.0.1.
27649              
27650              Missed one Unicode file.
27651              
27652              Subject: Re: typos in pods
27653              
27654              The #6929 was too skimpy.
27655              
27656              sscanf() may be the only way to read long doubles from strings.
27657              
27658              Reveal Borland's isnan.
27659              Subject: build with BC++ tweak
27660              
27661              Issue useful diagnostic on unknown pod commands.
27662              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
27663              
27664              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
27665              
27666              Clarify the third case of ftmp-security warnings.
27667              
27668              Make -Dusemorebits find long doubles in Solaris.
27669              
27670              Wrap the test in eval.
27671      Branch: maint-5.6/perl
27672           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
27673           +> lib/unicode/PropList.txt lib/unicode/README.perl
27674           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
27675           +> lib/unicode/Unicode.301 vms/vmspipe.com
27676            - lib/unicode/Props.txt lib/unicode/UCD300.html
27677            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27678           !> (integrate 305 files)
27679 ____________________________________________________________________________
27680 [  8150] By: jhi                                   on 2000/12/17  18:47:57
27681         Log: Uncheckedin generated files.
27682      Branch: perl
27683            ! global.sym perlapi.c pod/perlapi.pod
27684 ____________________________________________________________________________
27685 [  8149] By: jhi                                   on 2000/12/17  18:41:22
27686         Log: Update Changes.
27687      Branch: perl
27688            ! Changes patchlevel.h
27689 ____________________________________________________________________________
27690 [  8148] By: jhi                                   on 2000/12/17  18:39:16
27691         Log: Subject: [PATCH] Fcntl constants speedup
27692              From: Nicholas Clark <nick@ccl4.org>
27693              Date: Sun, 17 Dec 2000 16:29:24 +0000
27694              Message-ID: <20001217162924.E97668@plum.flirble.org>
27695              
27696              Use IVs for the Fcntl constants instead of NVs.
27697      Branch: perl
27698            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
27699 ____________________________________________________________________________
27700 [  8147] By: jhi                                   on 2000/12/17  18:33:41
27701         Log: Add test for #8145 (binmode() warning), add warning for
27702              ioctl() and sockpair(), document them. (fileno() cannot
27703              be tripwired with the same kind of warning because
27704              'defined fileno($foo)' seems to be an idiom.)
27705      Branch: perl
27706            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
27707 ____________________________________________________________________________
27708 [  8146] By: gsar                                  on 2000/12/17  18:09:08
27709         Log: update Changes
27710      Branch: maint-5.6/perl
27711            ! Changes
27712 ____________________________________________________________________________
27713 [  8145] By: jhi                                   on 2000/12/17  17:39:35
27714         Log: Subject: [PATCH] Re: The long awaited feature ...
27715              From: Simon Cozens <simon@cozens.net>
27716              Date: Sun, 17 Dec 2000 12:31:56 +0000
27717              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
27718              
27719              Add a warning to binmode() about using bad filehandles
27720              (can happen e.g. if someone forgets the filehandle argument)
27721      Branch: perl
27722            ! pp_sys.c
27723 ____________________________________________________________________________
27724 [  8144] By: jhi                                   on 2000/12/17  17:33:48
27725         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
27726              From: Jonathan Stowe <gellyfish@gellyfish.com>
27727              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
27728              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
27729      Branch: perl
27730            ! lib/Net/Ping.pm
27731 ____________________________________________________________________________
27732 [  8143] By: jhi                                   on 2000/12/17  05:31:37
27733         Log: Polymorphic regexps.
27734              
27735              Fixes at least the bugs 20001028.003 (both of them...) and
27736              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
27737              also to be fixed by now, probably already before this patch.
27738      Branch: perl
27739            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
27740            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
27741            ! t/op/utf8decode.t t/pragma/utf8.t
27742 ____________________________________________________________________________
27743 [  8142] By: jhi                                   on 2000/12/16  17:16:05
27744         Log: Subject: [patch perl@8102] dos/djgpp update
27745              From: Laszlo Molnar <ml1050@freemail.hu>
27746              Date: Sat, 16 Dec 2000 01:40:52 +0100
27747              Message-ID: <20001216014052.A335@freemail.hu>
27748      Branch: perl
27749            ! djgpp/config.over t/base/commonsense.t
27750 ____________________________________________________________________________
27751 [  8141] By: jhi                                   on 2000/12/16  17:09:27
27752         Log: Few uncheckedin files.
27753      Branch: perl
27754            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
27755 ____________________________________________________________________________
27756 [  8140] By: nick                                  on 2000/12/15  22:14:31
27757         Log: Integrate mainline
27758      Branch: perlio
27759           !> (integrate 53 files)
27760 ____________________________________________________________________________
27761 [  8139] By: jhi                                   on 2000/12/15  19:49:49
27762         Log: One more IVUV tweak from Nicholas Clark.
27763      Branch: perl
27764            ! sv.c
27765 ____________________________________________________________________________
27766 [  8138] By: jhi                                   on 2000/12/15  19:17:06
27767         Log: Return of the IVUV-preservation, now seems to be happy even
27768              in Digital UNIX (the broken strtoul brokenness detection
27769              seems to have been the fly in the ointment).
27770      Branch: perl
27771            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27772            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
27773            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
27774            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
27775            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27776            ! vos/config.ga.h win32/config.bc win32/config.gc
27777            ! win32/config.vc
27778 ____________________________________________________________________________
27779 [  8137] By: jhi                                   on 2000/12/15  18:12:14
27780         Log: Metaconfig unit change for #8136.
27781      Branch: metaconfig
27782            ! U/modified/d_strtoul.U
27783      Branch: metaconfig/U/perl
27784            ! d_strtoull.U d_strtouq.U
27785 ____________________________________________________________________________
27786 [  8136] By: jhi                                   on 2000/12/15  18:11:35
27787         Log: I don't think it's sensible or portable to test the strtou*
27788              on /^-/ strings.
27789      Branch: perl
27790            ! Configure
27791 ____________________________________________________________________________
27792 [  8135] By: jhi                                   on 2000/12/15  17:18:49
27793         Log: Metaconfig unit change for #8134.
27794      Branch: metaconfig
27795            ! U/modified/d_strtoul.U
27796 ____________________________________________________________________________
27797 [  8134] By: jhi                                   on 2000/12/15  17:14:13
27798         Log: If longsize is 8 we don't need a LL suffix for integer constants.
27799      Branch: perl
27800            ! Configure config_h.SH
27801 ____________________________________________________________________________
27802 [  8133] By: jhi                                   on 2000/12/15  16:00:23
27803         Log: Update Changes.
27804      Branch: perl
27805            ! Changes patchlevel.h
27806 ____________________________________________________________________________
27807 [  8132] By: jhi                                   on 2000/12/15  15:44:16
27808         Log: Some compilers get huffy if you do not cast a const pointer
27809              to a non-const when assigning.
27810      Branch: perl
27811            ! gv.c
27812 ____________________________________________________________________________
27813 [  8131] By: jhi                                   on 2000/12/15  15:38:30
27814         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
27815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27816              Date: Fri, 15 Dec 2000 05:26:57 -0500
27817              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
27818      Branch: perl
27819            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
27820            ! t/pragma/overload.t
27821 ____________________________________________________________________________
27822 [  8130] By: jhi                                   on 2000/12/15  15:36:08
27823         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
27824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27825              Date: Thu, 14 Dec 2000 22:02:43 -0500
27826              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
27827      Branch: perl
27828            ! gv.c perl.h
27829 ____________________________________________________________________________
27830 [  8129] By: jhi                                   on 2000/12/15  15:34:16
27831         Log: Subject: PATCH: h2xs nit
27832              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27833              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
27834              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
27835              
27836              Add a template README.
27837      Branch: perl
27838            ! utils/h2xs.PL
27839 ____________________________________________________________________________
27840 [  8128] By: jhi                                   on 2000/12/15  15:32:22
27841         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
27842      Branch: perl
27843            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
27844 ____________________________________________________________________________
27845 [  8127] By: jhi                                   on 2000/12/15  15:19:34
27846         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
27847              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27848              Date:     Thu, 14 Dec 2000 20:04:42 EST
27849              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
27850      Branch: perl
27851            ! ext/Opcode/Opcode.xs
27852 ____________________________________________________________________________
27853 [  8126] By: jhi                                   on 2000/12/15  15:17:49
27854         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
27855              From: Peter Prymmer <pvhp@forte.com>
27856              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
27857              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
27858      Branch: perl
27859            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
27860            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
27861            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
27862 ____________________________________________________________________________
27863 [  8125] By: jhi                                   on 2000/12/15  15:11:05
27864         Log: This seems to be a stage sane and stable enough to checkin.
27865              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
27866      Branch: perl
27867            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
27868            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
27869            ! t/op/cmp.t t/op/numconvert.t
27870 ____________________________________________________________________________
27871 [  8124] By: jhi                                   on 2000/12/15  04:20:26
27872         Log: Something is really wonky.
27873      Branch: perl
27874            ! sv.c
27875 ____________________________________________________________________________
27876 [  8123] By: jhi                                   on 2000/12/15  04:00:50
27877         Log: Fixes for the IV UV patches to compile in Digital UNIX.
27878      Branch: perl
27879            ! sv.c
27880 ____________________________________________________________________________
27881 [  8122] By: jhi                                   on 2000/12/15  02:53:40
27882         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27883              From: "Craig A. Berry" <craigberry@mac.com>
27884              Date: Thu, 14 Dec 2000 19:10:49 -0600
27885              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
27886      Branch: perl
27887            ! vms/vms.c
27888 ____________________________________________________________________________
27889 [  8121] By: jhi                                   on 2000/12/15  02:50:00
27890         Log: Metaconfig changes for #8120.
27891      Branch: metaconfig
27892            + U/modified/d_strtoul.U
27893      Branch: metaconfig/U/perl
27894            ! d_strtoull.U d_strtouq.U
27895 ____________________________________________________________________________
27896 [  8120] By: jhi                                   on 2000/12/15  02:49:42
27897         Log: From: Nicholas Clark <nick@ccl4.org> 
27898              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
27899              Date: Thu, 14 Dec 2000 18:38:57 +0000
27900              Message-ID: <20001214183857.B97909@plum.flirble.org>
27901      Branch: perl
27902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27903            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
27904            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27905            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27906            ! win32/config.gc win32/config.vc
27907 ____________________________________________________________________________
27908 [  8119] By: jhi                                   on 2000/12/14  23:40:58
27909         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
27910              From: Nicholas Clark <nick@ccl4.org>
27911              Date: Wed, 13 Dec 2000 20:08:50 +0000
27912              Message-ID: <20001213200849.B71166@plum.flirble.org>
27913      Branch: perl
27914            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
27915            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
27916 ____________________________________________________________________________
27917 [  8118] By: jhi                                   on 2000/12/14  22:46:26
27918         Log: Integrate perlio.
27919      Branch: perl
27920           !> MANIFEST ext/Encode/compile makedef.pl
27921 ____________________________________________________________________________
27922 [  8117] By: nick                                  on 2000/12/14  22:38:53
27923         Log: Win32 tweaks to get Encode to build
27924              - temp hack to makedef.pl till PerlIO is properly "exported".
27925              - MSVC dislikes  
27926              static encpage_t foo[];
27927              so make 'em extern for now.
27928      Branch: perlio
27929            ! ext/Encode/compile makedef.pl
27930 ____________________________________________________________________________
27931 [  8116] By: nick                                  on 2000/12/14  22:00:53
27932         Log: Document the new files
27933      Branch: perlio
27934            ! MANIFEST
27935 ____________________________________________________________________________
27936 [  8115] By: jhi                                   on 2000/12/14  21:58:01
27937         Log: MANIFEST new files of #8114.
27938      Branch: perl
27939            ! MANIFEST
27940 ____________________________________________________________________________
27941 [  8114] By: jhi                                   on 2000/12/14  21:50:49
27942         Log: Integrate perlio.
27943      Branch: perl
27944           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
27945           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27946           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
27947           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
27948           !> ext/Encode/Makefile.PL
27949 ____________________________________________________________________________
27950 [  8113] By: jhi                                   on 2000/12/14  21:48:49
27951         Log: The documentation part of the
27952              
27953              Subject: [ID 20001214.002] Net::Ping patch
27954              From: Jonathan Stowe <gellyfish@gellyfish.com>
27955              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
27956              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
27957              since the #7529 had already addressed the same problem.
27958      Branch: perl
27959            ! lib/Net/Ping.pm
27960 ____________________________________________________________________________
27961 [  8112] By: jhi                                   on 2000/12/14  21:42:57
27962         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
27963              From: Dominic Dunlop <domo@computer.org>
27964              Date: Tue, 12 Dec 2000 10:47:10 +0100
27965              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
27966              
27967              Document how elusive subroutines can be.
27968      Branch: perl
27969            ! pod/perlfunc.pod
27970 ____________________________________________________________________________
27971 [  8111] By: jhi                                   on 2000/12/14  21:38:05
27972         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
27973              From: Dominic Dunlop <domo@computer.org>
27974              Date: Thu, 14 Dec 2000 10:13:51 +0100
27975              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
27976      Branch: perl
27977            ! ext/POSIX/POSIX.pod
27978 ____________________________________________________________________________
27979 [  8110] By: jhi                                   on 2000/12/14  21:36:32
27980         Log: Subject: [patch] perlfaq7
27981              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
27982              Date: Thu, 14 Dec 2000 15:31:07 +0100
27983              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
27984      Branch: perl
27985            ! pod/perlfaq7.pod
27986 ____________________________________________________________________________
27987 [  8109] By: jhi                                   on 2000/12/14  21:29:20
27988         Log: Subject: [8104] Encode
27989              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27990              Date: Thu, 14 Dec 2000 14:49:34 +0100
27991              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
27992              
27993              Type casting for nervous compilers.
27994      Branch: perl
27995            ! ext/Encode/Encode.xs
27996 ____________________________________________________________________________
27997 [  8108] By: jhi                                   on 2000/12/14  21:26:17
27998         Log: Subject: [8104] DB_File
27999              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28000              Date: Thu, 14 Dec 2000 14:49:35 +0100
28001              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
28002              
28003              Type definition incorrect for DB 2.7.7.  Not known when it
28004              changed, so only changed it for a known revision.
28005      Branch: perl
28006            ! ext/DB_File/DB_File.xs
28007 ____________________________________________________________________________
28008 [  8107] By: jhi                                   on 2000/12/14  21:23:41
28009         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
28010              From: Peter Prymmer <pvhp@forte.com>
28011              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
28012              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
28013              
28014              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
28015      Branch: perl
28016            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28017            ! ext/Encode/Encode/posix-bc.enc
28018 ____________________________________________________________________________
28019 [  8106] By: nick                                  on 2000/12/14  20:36:13
28020         Log: "Cold" build correction to Encode's Makefile.PL
28021      Branch: perlio
28022            ! ext/Encode/Makefile.PL
28023 ____________________________________________________________________________
28024 [  8105] By: nick                                  on 2000/12/14  20:09:37
28025         Log: "Compiled" encodings.
28026              Correct replacement character in EBCDIC .enc files
28027              Add 0x7F to ASCII repertoire.
28028      Branch: perlio
28029            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28030            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
28031            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
28032            ! ext/Encode/Makefile.PL ext/Encode/compile
28033            ! ext/Encode/encengine.c ext/Encode/encode.h
28034 ____________________________________________________________________________
28035 [  8104] By: nick                                  on 2000/12/14  00:38:20
28036         Log: Integrate mainline
28037      Branch: perlio
28038           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
28039           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
28040           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
28041           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
28042           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
28043           !> t/lib/db-hash.t t/lib/db-recno.t
28044 ____________________________________________________________________________
28045 [  8103] By: nick                                  on 2000/12/13  23:16:13
28046         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
28047              so far and so it does not get lost.
28048      Branch: perlio
28049            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
28050 ____________________________________________________________________________
28051 [  8102] By: jhi                                   on 2000/12/13  17:14:22
28052         Log: Update Changes.
28053      Branch: perl
28054            ! Changes patchlevel.h
28055 ____________________________________________________________________________
28056 [  8101] By: jhi                                   on 2000/12/13  16:53:41
28057         Log: Move the proto of start_glob() to a better place; regen api files.
28058      Branch: perl
28059            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
28060 ____________________________________________________________________________
28061 [  8100] By: jhi                                   on 2000/12/13  16:47:11
28062         Log: Metaconfig change for #8099.
28063      Branch: metaconfig
28064            ! U/modified/Head.U
28065 ____________________________________________________________________________
28066 [  8099] By: jhi                                   on 2000/12/13  16:46:48
28067         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
28068              From: Andy Dougherty <doughera@lafayette.edu>
28069              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
28070              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
28071      Branch: perl
28072            ! Configure
28073 ____________________________________________________________________________
28074 [  8098] By: jhi                                   on 2000/12/13  16:39:02
28075         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
28076              From: rspier@pobox.com (Robert Spier)
28077              Date: Tue, 12 Dec 2000 21:12:39 -0500
28078              Message-ID: <14902.56087.678086.725773@rls.cx>
28079              
28080              fastgetcwd is defined using a glob alias on a $^O dependent basis -
28081              and there was no default assignment or perl subroutine.
28082      Branch: perl
28083            ! lib/Cwd.pm
28084 ____________________________________________________________________________
28085 [  8097] By: jhi                                   on 2000/12/13  16:16:01
28086         Log: Subject: [PATCH] move startglob out of pp_hot.c
28087              From: Nicholas Clark <nick@ccl4.org>
28088              Date: Mon, 11 Dec 2000 23:16:39 +0000
28089              Message-ID: <20001211231638.A55550@plum.flirble.org>
28090      Branch: perl
28091            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
28092 ____________________________________________________________________________
28093 [  8096] By: jhi                                   on 2000/12/13  15:26:23
28094         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
28095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28096              Date: Wed, 13 Dec 2000 14:01:37 +0100
28097              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
28098              
28099              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
28100              in turn requires libpthread in libswanted.
28101      Branch: perl
28102            ! hints/hpux.sh
28103 ____________________________________________________________________________
28104 [  8095] By: jhi                                   on 2000/12/12  19:51:05
28105         Log: The integration wars continue.
28106      Branch: perl
28107           !> sv.c
28108 ____________________________________________________________________________
28109 [  8094] By: jhi                                   on 2000/12/12  19:48:26
28110         Log: Subject: [PATCH perl@8070] DB_File-1.74  
28111              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
28112              Date: Mon, 11 Dec 2000 23:07:17 -0000
28113              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
28114      Branch: perl
28115            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28116            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
28117            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
28118            ! t/lib/db-recno.t
28119 ____________________________________________________________________________
28120 [  8093] By: nick                                  on 2000/12/12  19:42:13
28121         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
28122      Branch: perlio
28123            ! sv.c
28124           !> lib/File/DosGlob.pm
28125 ____________________________________________________________________________
28126 [  8092] By: jhi                                   on 2000/12/12  19:28:11
28127         Log: Integrate perlio.
28128      Branch: perl
28129           !> sv.c
28130 ____________________________________________________________________________
28131 [  8091] By: nick                                  on 2000/12/12  18:49:45
28132         Log: Fix for Tk, and upgrading shared SVs.
28133      Branch: perlio
28134            ! sv.c
28135 ____________________________________________________________________________
28136 [  8090] By: jhi                                   on 2000/12/12  16:48:59
28137         Log: Subject: [PATCH] Re: Breadperl & Tk
28138              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28139              Date: Tue, 12 Dec 2000 14:48:27 GMT
28140              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
28141      Branch: perl
28142            ! sv.c
28143 ____________________________________________________________________________
28144 [  8089] By: jhi                                   on 2000/12/12  03:37:19
28145         Log: Subject: DosGlob.pm diff for bash style brace expansion.
28146              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
28147              Date: Fri, 8 Dec 2000 10:45:30 -0600
28148              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
28149      Branch: perl
28150            ! lib/File/DosGlob.pm
28151 ____________________________________________________________________________
28152 [  8088] By: nick                                  on 2000/12/11  23:59:59
28153         Log: Integrate mainline
28154      Branch: perlio
28155           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
28156           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28157           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
28158           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
28159           !> t/op/local.t t/pragma/warn/toke toke.c
28160 ____________________________________________________________________________
28161 [  8087] By: jhi                                   on 2000/12/11  23:20:23
28162         Log: Integrate perlio.
28163      Branch: perl
28164           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28165 ____________________________________________________________________________
28166 [  8086] By: jhi                                   on 2000/12/11  22:50:59
28167         Log: Tune further the OS detection of CGI.
28168      Branch: perl
28169            ! lib/CGI.pm
28170 ____________________________________________________________________________
28171 [  8085] By: nick                                  on 2000/12/11  22:50:46
28172         Log: Finish 1st pass of "encoding" layer e.g. :
28173              open($fh,"<encoding(iso8859-7)",$greek) || die;
28174      Branch: perlio
28175            ! ext/Encode/Encode.xs perlio.c perliol.h
28176 ____________________________________________________________________________
28177 [  8084] By: jhi                                   on 2000/12/11  22:32:06
28178         Log: Revert the -f ambiguousity patch, seems to cause
28179              too much hassle (the interpret -Q as a function
28180              where Q is not a known filetest part is left in).
28181      Branch: perl
28182            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
28183            ! toke.c
28184 ____________________________________________________________________________
28185 [  8083] By: jhi                                   on 2000/12/11  22:27:23
28186         Log: (accidentally empty check-in)
28187      Branch: perl
28188            ! lib/File/DosGlob.pm
28189 ____________________________________________________________________________
28190 [  8082] By: nick                                  on 2000/12/11  19:09:51
28191         Log: Restore mmap function (broken by tweaks to shared buffer
28192              layer for encode(xxxx)).
28193      Branch: perlio
28194            ! perlio.c
28195 ____________________________________________________________________________
28196 [  8081] By: jhi                                   on 2000/12/11  18:29:13
28197         Log: Subject: Re: The long awaited feature ...
28198              From: Simon Cozens <simon@cozens.net>
28199              Date: Mon, 11 Dec 2000 15:54:24 +0000
28200              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
28201              
28202              More io/utf8 tests.
28203      Branch: perl
28204            ! t/io/utf8.t
28205 ____________________________________________________________________________
28206 [  8080] By: jhi                                   on 2000/12/11  18:19:36
28207         Log: Subject: PATCH MakeMaker manpage clarification
28208              From: andreas.koenig@anima.de (Andreas J. Koenig)
28209              Date: 10 Dec 2000 20:46:13 +0100
28210              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
28211      Branch: perl
28212            ! lib/ExtUtils/MakeMaker.pm
28213 ____________________________________________________________________________
28214 [  8079] By: jhi                                   on 2000/12/11  15:35:07
28215         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
28216              From: Simon Cozens <simon@cozens.net>
28217              Date: Sun, 10 Dec 2000 19:06:19 +0000
28218              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
28219      Branch: perl
28220            ! ext/B/B/Deparse.pm t/lib/b.t
28221 ____________________________________________________________________________
28222 [  8078] By: jhi                                   on 2000/12/11  15:09:11
28223         Log: Subject: [PATCH] docs on NaN
28224              From: Nicholas Clark <nick@ccl4.org>
28225              Date: Mon, 11 Dec 2000 01:48:38 +0000
28226              Message-ID: <20001211014838.B99205@plum.flirble.org>
28227      Branch: perl
28228            ! pod/perlop.pod
28229 ____________________________________________________________________________
28230 [  8077] By: jhi                                   on 2000/12/11  15:02:21
28231         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
28232              From: Simon Cozens <simon@cozens.net>
28233              Date: Mon, 11 Dec 2000 01:21:45 +0000
28234              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
28235      Branch: perl
28236            ! pp.c pp_hot.c scope.c t/op/local.t
28237 ____________________________________________________________________________
28238 [  8076] By: nick                                  on 2000/12/10  20:43:32
28239         Log: Not merge worthy...
28240              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
28241              syntax is modelled on attributes.
28242              Untested fix for io/utf8 on Win32 etc.
28243              Very clumsy start to the encode layer.
28244      Branch: perlio
28245            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28246 ____________________________________________________________________________
28247 [  8075] By: jhi                                   on 2000/12/10  18:39:33
28248         Log: Darwin is not Windows.
28249      Branch: perl
28250            ! lib/CGI.pm
28251 ____________________________________________________________________________
28252 [  8074] By: jhi                                   on 2000/12/10  18:31:27
28253         Log: Subject: Ambiguous -%c() resolved as a file test
28254              From: "Paul Marquess" <Paul.Marquess@openwave.com>
28255              Date: Sun, 10 Dec 2000 15:35:07 -0000
28256              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
28257      Branch: perl
28258            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28259 ____________________________________________________________________________
28260 [  8073] By: jhi                                   on 2000/12/10  18:16:29
28261         Log: Subject: PATCH installperl misinformed 
28262              From: andreas.koenig@anima.de (Andreas J. Koenig)
28263              Date: 10 Dec 2000 13:01:32 +0100 
28264              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
28265      Branch: perl
28266            ! installperl
28267 ____________________________________________________________________________
28268 [  8072] By: jhi                                   on 2000/12/10  18:07:55
28269         Log: The walkoptree confusion rages; walkoptree() seems to be coming
28270              from B.xs, while walkoptree_slow() comes from B.pm.
28271      Branch: perl
28272            ! ext/B/B.pm
28273 ____________________________________________________________________________
28274 [  8071] By: nick                                  on 2000/12/10  11:45:47
28275         Log: Integrate mainline
28276      Branch: perlio
28277           +> t/base/commonsense.t
28278           !> (integrate 37 files)
28279 ____________________________________________________________________________
28280 [  8070] By: jhi                                   on 2000/12/10  04:46:21
28281         Log: Update Changes.
28282      Branch: perl
28283            ! Changes patchlevel.h
28284 ____________________________________________________________________________
28285 [  8069] By: jhi                                   on 2000/12/10  04:39:19
28286         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
28287              From: andreas.koenig@anima.de (Andreas J. Koenig)
28288              Date: 09 Dec 2000 17:14:25 +0100
28289              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
28290      Branch: perl
28291            + t/base/commonsense.t
28292            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
28293 ____________________________________________________________________________
28294 [  8068] By: jhi                                   on 2000/12/10  04:17:36
28295         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
28296              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28297              Date: Sat, 9 Dec 2000 16:47:22 -0000
28298              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
28299      Branch: perl
28300            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
28301            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
28302            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
28303            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
28304            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
28305            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
28306            ! t/lib/sdbm.t
28307 ____________________________________________________________________________
28308 [  8067] By: jhi                                   on 2000/12/10  03:52:02
28309         Log: Test case for #8066.
28310      Branch: perl
28311            ! t/op/misc.t
28312 ____________________________________________________________________________
28313 [  8066] By: jhi                                   on 2000/12/10  03:50:30
28314         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
28315              From: Simon Cozens <simon@cozens.net>
28316              Date: Sun, 10 Dec 2000 00:55:37 +0000
28317              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
28318      Branch: perl
28319            ! pp_sys.c
28320 ____________________________________________________________________________
28321 [  8065] By: jhi                                   on 2000/12/10  03:44:52
28322         Log: Test case for #8064.
28323      Branch: perl
28324            ! t/comp/proto.t
28325 ____________________________________________________________________________
28326 [  8064] By: jhi                                   on 2000/12/10  03:42:32
28327         Log: Subject: Re: prototype of substr
28328              From: Simon Cozens <simon@cozens.net>
28329              Date: Sun, 10 Dec 2000 00:13:33 +0000
28330              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
28331              
28332              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
28333      Branch: perl
28334            ! pp.c
28335 ____________________________________________________________________________
28336 [  8063] By: jhi                                   on 2000/12/10  03:39:42
28337         Log: Subject: [PATCH] perlguts.pod
28338              From: Simon Cozens <simon@cozens.net>
28339              Date: Sun, 10 Dec 2000 00:06:47 +0000
28340              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
28341              
28342              Documentation of the different types of ops,
28343              plus the functions in dump.c
28344      Branch: perl
28345            ! pod/perlguts.pod
28346 ____________________________________________________________________________
28347 [  8062] By: jhi                                   on 2000/12/10  03:30:04
28348         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
28349              From: Nicholas Clark <nick@talking.bollo.cx>
28350              Date: Sat, 09 Dec 2000 18:57:25 +0000
28351              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
28352              
28353              Be more robust in weird hostname setups.
28354      Branch: perl
28355            ! t/lib/net-hostent.t
28356 ____________________________________________________________________________
28357 [  8061] By: jhi                                   on 2000/12/10  03:28:21
28358         Log: Pacify fussy compiler. 
28359      Branch: perl
28360            ! pp_sys.c
28361 ____________________________________________________________________________
28362 [  8060] By: jhi                                   on 2000/12/10  02:52:46
28363         Log: Integrate perlio.
28364      Branch: perl
28365           !> pp_sys.c t/io/utf8.t
28366 ____________________________________________________________________________
28367 [  8059] By: nick                                  on 2000/12/09  23:40:14
28368         Log: read/sysread/recv should now be utf8 aware.
28369              Basic test for utf8 read.
28370      Branch: perlio
28371            ! pp_sys.c t/io/utf8.t
28372 ____________________________________________________________________________
28373 [  8058] By: jhi                                   on 2000/12/09  21:56:02
28374         Log: Integrate perlio.
28375      Branch: perl
28376           +> t/io/utf8.t
28377           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
28378 ____________________________________________________________________________
28379 [  8057] By: jhi                                   on 2000/12/09  21:53:35
28380         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
28381              From: Inaba Hiroto <inaba@st.rim.or.jp>
28382              Date: Sun, 10 Dec 2000 05:53:21 +0900
28383              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
28384              
28385              Tests for #8056.
28386      Branch: perl
28387            ! t/op/each.t
28388 ____________________________________________________________________________
28389 [  8056] By: jhi                                   on 2000/12/09  21:51:16
28390         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
28391              From: Inaba Hiroto <inaba@st.rim.or.jp>
28392              Date: Sat, 09 Dec 2000 18:02:00 +0900
28393              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
28394              
28395              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
28396      Branch: perl
28397            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
28398 ____________________________________________________________________________
28399 [  8055] By: nick                                  on 2000/12/09  20:11:48
28400         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
28401              than raw PerlIO_write() - does not seem to break any tests.
28402      Branch: perlio
28403            ! pp_sys.c
28404 ____________________________________________________________________________
28405 [  8054] By: nick                                  on 2000/12/09  19:47:30
28406         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
28407              (sysread, recv and write i.e. formats still to do...)
28408              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
28409              open($fh,">:utf8","name")
28410              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
28411              so no extra overhead is involved.
28412              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
28413              to a non-utf8 stream.
28414              Add initial io/utf8.t
28415              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
28416              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
28417              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
28418      Branch: perlio
28419            + t/io/utf8.t
28420            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
28421 ____________________________________________________________________________
28422 [  8053] By: nick                                  on 2000/12/09  19:26:37
28423         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
28424              was only testing this_utf8.
28425      Branch: perlio
28426            ! toke.c
28427 ____________________________________________________________________________
28428 [  8052] By: nick                                  on 2000/12/09  19:09:41
28429         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
28430              i.e. the output string has one, but don't mess with source assumption.
28431      Branch: perlio
28432            ! toke.c
28433 ____________________________________________________________________________
28434 [  8051] By: jhi                                   on 2000/12/09  16:55:17
28435         Log: Integrate perlio.
28436      Branch: perl
28437           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
28438           !> sv.c thrdvar.h util.c
28439 ____________________________________________________________________________
28440 [  8050] By: jhi                                   on 2000/12/09  16:48:07
28441         Log: Nits noticed by Peter Prymmer.
28442      Branch: perl
28443            ! lib/ExtUtils/MM_VMS.pm
28444 ____________________________________________________________________________
28445 [  8049] By: nick                                  on 2000/12/09  13:49:40
28446         Log: UTF8 output prework.
28447              - Store $\ and $, as SVs so they can have SvUTF8 flag
28448              - use do_print() rather than raw PerlIO_write() to print them.
28449      Branch: perlio
28450            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
28451            ! thrdvar.h util.c
28452 ____________________________________________________________________________
28453 [  8048] By: nick                                  on 2000/12/09  12:30:43
28454         Log: Integrate mainline.
28455      Branch: perlio
28456           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
28457           +> t/op/reverse.t
28458           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
28459           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28460           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
28461           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
28462           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
28463           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
28464 ____________________________________________________________________________
28465 [  8047] By: jhi                                   on 2000/12/09  00:23:27
28466         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
28467              From: Michael G Schwern <schwern@pobox.com>
28468              Date: Fri, 8 Dec 2000 14:43:04 -0600
28469      Branch: perl
28470            ! lib/ExtUtils/MM_VMS.pm
28471 ____________________________________________________________________________
28472 [  8046] By: jhi                                   on 2000/12/08  23:10:27
28473         Log: A missed check-in.
28474      Branch: perl
28475            ! lib/ExtUtils/Manifest.pm
28476 ____________________________________________________________________________
28477 [  8045] By: jhi                                   on 2000/12/08  21:57:12
28478         Log: (null check-in)
28479      Branch: perl
28480            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
28481 ____________________________________________________________________________
28482 [  8044] By: jhi                                   on 2000/12/08  21:11:06
28483         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
28484              at the final draft stage.
28485      Branch: perl
28486            + ext/Encode/Encode/iso8859-16.enc
28487            ! MANIFEST
28488 ____________________________________________________________________________
28489 [  8043] By: jhi                                   on 2000/12/08  16:39:04
28490         Log: Update Changes.
28491      Branch: perl
28492            ! Changes patchlevel.h
28493 ____________________________________________________________________________
28494 [  8042] By: jhi                                   on 2000/12/08  16:33:39
28495         Log: Do not return the Unicode replacement character if UTF-8
28496              decoding goes awry, it should be up to the caller to decide.
28497      Branch: perl
28498            ! pod/perlapi.pod utf8.c
28499 ____________________________________________________________________________
28500 [  8041] By: jhi                                   on 2000/12/08  16:22:28
28501         Log: metaconfig maintenance.
28502      Branch: metaconfig
28503            ! U/modified/stdchar.U
28504      Branch: metaconfig/U/perl
28505            + testsyml.U
28506 ____________________________________________________________________________
28507 [  8040] By: jhi                                   on 2000/12/08  16:03:08
28508         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
28509              From: sthoenna@efn.org
28510              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
28511              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
28512      Branch: perl
28513            ! Changes lib/ExtUtils/MM_OS2.pm
28514 ____________________________________________________________________________
28515 [  8039] By: jhi                                   on 2000/12/08  15:57:11
28516         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
28517              From: Simon Cozens <simon@cozens.net>
28518              Date: Fri, 8 Dec 2000 13:33:31 +0000
28519              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
28520              
28521              (The pp_hot part needed a rewrite.)
28522      Branch: perl
28523            ! doop.c pp_hot.c utf8.c
28524 ____________________________________________________________________________
28525 [  8038] By: jhi                                   on 2000/12/08  15:25:08
28526         Log: Subject: djSP
28527              From: Michael Stevens <michael@etla.org>
28528              Date: Wed, 6 Dec 2000 23:24:01 +0000
28529              Message-ID: <20001206232400.A21381@firedrake.org>
28530              
28531              Plus a note from Nick Ing-Simmons.
28532      Branch: perl
28533            ! pp.h
28534 ____________________________________________________________________________
28535 [  8037] By: jhi                                   on 2000/12/08  15:18:35
28536         Log: Filetype is text.
28537      Branch: perl
28538            ! t/op/utf8decode.t
28539 ____________________________________________________________________________
28540 [  8036] By: jhi                                   on 2000/12/08  03:31:27
28541         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
28542              From: Andy Dougherty <doughera@lafayette.edu>
28543              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
28544              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
28545              
28546              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
28547              From: Andy Dougherty <doughera@lafayette.edu>
28548              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
28549              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
28550      Branch: perl
28551            + ext/POSIX/hints/svr4.pl
28552            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
28553 ____________________________________________________________________________
28554 [  8035] By: jhi                                   on 2000/12/08  03:26:01
28555         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
28556              From: Andy Dougherty <doughera@lafayette.edu>
28557              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
28558              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
28559      Branch: perl
28560            ! t/README t/base/term.t
28561 ____________________________________________________________________________
28562 [  8034] By: jhi                                   on 2000/12/08  03:21:59
28563         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
28564              From: mjd@plover.com  
28565              Date: 7 Dec 2000 21:04:20 -0000
28566              Message-ID: <20001207210420.22282.qmail@plover.com>
28567              
28568              Plus -z doc.
28569      Branch: perl
28570            ! pod/perlfunc.pod
28571 ____________________________________________________________________________
28572 [  8033] By: jhi                                   on 2000/12/08  03:19:03
28573         Log: Use the UTF8 macros a bit.  They can't be used with abandon
28574              everywhere because we do generate illegal UTF-8 in some situations.
28575              This is of course naughty.
28576      Branch: perl
28577            ! pod/perlapi.pod utf8.c utf8.h
28578 ____________________________________________________________________________
28579 [  8032] By: jhi                                   on 2000/12/08  03:00:09
28580         Log: Out of sync?
28581      Branch: perl
28582            ! t/pragma/warn/utf8
28583 ____________________________________________________________________________
28584 [  8031] By: jhi                                   on 2000/12/08  02:22:39
28585         Log: Cnt spl.
28586      Branch: perl
28587            ! MANIFEST
28588 ____________________________________________________________________________
28589 [  8030] By: jhi                                   on 2000/12/08  01:23:54
28590         Log: Add test for reverse().
28591      Branch: perl
28592            + t/op/reverse.t
28593            ! MANIFEST
28594 ____________________________________________________________________________
28595 [  8029] By: jhi                                   on 2000/12/08  01:21:47
28596         Log: Integrate perlio.
28597      Branch: perl
28598           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
28599           !> perlio.c perlio.h perlsdio.h warnings.pl
28600 ____________________________________________________________________________
28601 [  8028] By: jhi                                   on 2000/12/08  01:19:08
28602         Log: Introduce macros for UTF8 decoding.
28603      Branch: perl
28604            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
28605 ____________________________________________________________________________
28606 [  8027] By: nick                                  on 2000/12/07  22:18:19
28607         Log: Integrate mainline
28608      Branch: perlio
28609           !> embed.pl pod/perlapi.pod utf8.c
28610 ____________________________________________________________________________
28611 [  8026] By: nick                                  on 2000/12/07  21:45:08
28612         Log: Various oddities p4 diff -se showed up
28613              Remove 'our' from warnings.pl
28614      Branch: perlio
28615            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
28616 ____________________________________________________________________________
28617 [  8025] By: nick                                  on 2000/12/07  21:43:32
28618         Log: Change PerlIO_(get|set)pos to take SV *
28619              Should fix, OS/2, VMS, (sfio??)
28620      Branch: perlio
28621            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
28622 ____________________________________________________________________________
28623 [  8024] By: jhi                                   on 2000/12/07  19:05:32
28624         Log: Document utf8_to_uv() better.
28625      Branch: perl
28626            ! pod/perlapi.pod utf8.c
28627 ____________________________________________________________________________
28628 [  8023] By: jhi                                   on 2000/12/07  18:23:47
28629         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
28630      Branch: perl
28631            ! embed.pl pod/perlapi.pod utf8.c
28632 ____________________________________________________________________________
28633 [  8022] By: jhi                                   on 2000/12/07  04:13:51
28634         Log: Integrate perlio.
28635      Branch: perl
28636           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
28637           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
28638           !> win32/makefile.mk
28639 ____________________________________________________________________________
28640 [  8021] By: nick                                  on 2000/12/07  00:28:14
28641         Log: Various attempts at MSVC debug - not sure what has
28642              changed but works now. 
28643              Seems atexit() _may_ work for DLLs built with MSVC so don't
28644              call cleanup that way.
28645      Branch: perlio
28646            ! perlio.c win32/makefile.mk
28647 ____________________________________________________________________________
28648 [  8020] By: nick                                  on 2000/12/06  19:57:20
28649         Log: Integrate mainline
28650      Branch: perlio
28651           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
28652           !> (integrate 75 files)
28653 ____________________________________________________________________________
28654 [  8019] By: nick                                  on 2000/12/06  19:28:21
28655         Log: Add useperlio to config.vc
28656              Turn off binmode in config_H.PL
28657              Regen all the config_H.xx
28658              Attempt to get debugging build with MSVC.
28659      Branch: perlio
28660            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28661            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
28662 ____________________________________________________________________________
28663 [  8018] By: nick                                  on 2000/12/06  19:21:57
28664         Log: Test various dup/external program options on all platforms.
28665      Branch: perlio
28666            ! t/io/dup.t
28667 ____________________________________________________________________________
28668 [  8017] By: nick                                  on 2000/12/06  19:20:47
28669         Log: Fix harness to be less picky
28670      Branch: perlio
28671            ! lib/Test/Harness.pm
28672 ____________________________________________________________________________
28673 [  8016] By: jhi                                   on 2000/12/06  16:45:12
28674         Log: Update Changes.
28675      Branch: perl
28676            ! Changes patchlevel.h
28677 ____________________________________________________________________________
28678 [  8015] By: jhi                                   on 2000/12/06  16:41:03
28679         Log: Test \x{...} with ord().
28680      Branch: perl
28681            ! t/op/ord.t
28682 ____________________________________________________________________________
28683 [  8014] By: jhi                                   on 2000/12/06  16:20:33
28684         Log: Test tweak because of #8013.
28685      Branch: perl
28686            ! t/lib/b.t
28687 ____________________________________________________________________________
28688 [  8013] By: jhi                                   on 2000/12/06  16:09:09
28689         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
28690              From: Michael G Schwern <schwern@pobox.com>
28691              Date: Tue, 5 Dec 2000 21:23:28 -0500
28692              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
28693              
28694              Carp::Heavy parts not very applicable because of recent changes.
28695      Branch: perl
28696            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
28697            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
28698            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
28699            ! lib/Exporter.pm lib/Exporter/Heavy.pm
28700            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
28701            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28702            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
28703            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
28704            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
28705            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
28706            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
28707            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
28708            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
28709            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
28710            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
28711            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
28712            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
28713            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
28714            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
28715            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
28716            ! warnings.pl
28717 ____________________________________________________________________________
28718 [  8012] By: jhi                                   on 2000/12/06  15:22:38
28719         Log: Subject: [PATCH] Re: New harness is failing things
28720              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28721              Date: Wed, 6 Dec 2000 13:00:30 GMT
28722              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
28723      Branch: perl
28724            ! lib/Test/Harness.pm
28725 ____________________________________________________________________________
28726 [  8011] By: jhi                                   on 2000/12/06  15:12:08
28727         Log: Subject: installhtml changes
28728              From: Michael Stevens <michael@etla.org>
28729              Date: Wed, 6 Dec 2000 13:15:53 +0000
28730              Message-ID: <20001206131553.A27317@firedrake.org>
28731      Branch: perl
28732            ! installhtml
28733 ____________________________________________________________________________
28734 [  8010] By: jhi                                   on 2000/12/06  15:06:05
28735         Log: Subject: the dTHR hits
28736              From: Michael Stevens <michael@etla.org>
28737              Date: Wed, 6 Dec 2000 12:06:03 +0000
28738              Message-ID: <20001206120603.A24581@firedrake.org>
28739              
28740              More, errrm, less dTHRs.
28741      Branch: perl
28742            ! bytecode.pl ext/B/B/C.pm
28743 ____________________________________________________________________________
28744 [  8009] By: jhi                                   on 2000/12/06  15:04:25
28745         Log: Subject: MakeMaker mailing list gone?
28746              From: Michael G Schwern <schwern@pobox.com>
28747              Date: Tue, 5 Dec 2000 19:29:59 -0500
28748              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
28749              
28750              The MakeMaker mailing list is dead, perlbug is the right
28751              address to report bugs.
28752      Branch: perl
28753            ! lib/ExtUtils/MakeMaker.pm
28754 ____________________________________________________________________________
28755 [  8008] By: jhi                                   on 2000/12/06  15:00:32
28756         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
28757              From: Michael G Schwern <schwern@pobox.com>
28758              Date: Tue, 5 Dec 2000 19:21:21 -0500
28759              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
28760              
28761              Add a default MANIFEST skip that ignores things like
28762              version control files, editor temporary files, and the Makefile.
28763      Branch: perl
28764            + lib/ExtUtils/MANIFEST.SKIP
28765            ! MANIFEST lib/ExtUtils/Manifest.pm
28766 ____________________________________________________________________________
28767 [  8007] By: jhi                                   on 2000/12/06  14:57:20
28768         Log: In Amiga more manual hackery of the scripts seems to be needed,
28769              from Jan-Erik Karlsson.  Why Configure does not get this right
28770              is unknown, may be shell-induced.
28771      Branch: perl
28772            ! README.amiga
28773 ____________________________________________________________________________
28774 [  8006] By: jhi                                   on 2000/12/05  23:53:12
28775         Log: Add TOPm1s to peek at the second topmost stack item.
28776      Branch: perl
28777            ! pp.h
28778 ____________________________________________________________________________
28779 [  8005] By: jhi                                   on 2000/12/05  23:13:55
28780         Log: Avaunt, you foul UTF-8 tests.
28781      Branch: perl
28782            ! t/op/ver.t t/pragma/utf8.t
28783 ____________________________________________________________________________
28784 [  8004] By: jhi                                   on 2000/12/05  23:09:54
28785         Log: Continue utf8 dispersal. 
28786      Branch: perl
28787            + t/op/concat.t
28788            ! MANIFEST t/pragma/utf8.t
28789 ____________________________________________________________________________
28790 [  8003] By: nick                                  on 2000/12/05  23:02:39
28791         Log: Integrate mainline.
28792      Branch: perlio
28793           +> t/op/length.t t/op/utf8decode.t
28794           !> (integrate 69 files)
28795 ____________________________________________________________________________
28796 [  8002] By: jhi                                   on 2000/12/05  22:59:28
28797         Log: Integrate perlio.
28798      Branch: perl
28799           !> iperlsys.h perl.c perlio.c win32/perllib.c
28800 ____________________________________________________________________________
28801 [  8001] By: nick                                  on 2000/12/05  22:07:52
28802         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
28803              - calloc/free suffer from damage on TerminateThread()
28804              - use PerlMemShared (as originally planned) now fixed
28805              - avoid doing anything important on DLL "detach".
28806      Branch: perlio
28807            ! perl.c perlio.c win32/perllib.c
28808 ____________________________________________________________________________
28809 [  8000] By: nick                                  on 2000/12/05  21:05:09
28810         Log: Fix gross PerlMemShared issue.
28811      Branch: perlio
28812            ! iperlsys.h
28813 ____________________________________________________________________________
28814 [  7999] By: jhi                                   on 2000/12/05  20:46:58
28815         Log: Test for Unicode (UTF-8) hash keys.
28816      Branch: perl
28817            ! t/op/each.t
28818 ____________________________________________________________________________
28819 [  7998] By: jhi                                   on 2000/12/05  20:30:35
28820         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
28821              is now always UTF-8), empty line cosmetics.
28822      Branch: perl
28823            ! t/pragma/utf8.t
28824 ____________________________________________________________________________
28825 [  7997] By: jhi                                   on 2000/12/05  20:15:40
28826         Log: Subject: Re: STRLEN - what?
28827              From: Andy Dougherty <doughera@lafayette.edu>
28828              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
28829              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
28830              
28831              Explain STRLEN.
28832      Branch: perl
28833            ! pod/perlguts.pod
28834 ____________________________________________________________________________
28835 [  7996] By: jhi                                   on 2000/12/05  20:13:34
28836         Log: Split off the UTF-8 decoder tests, make them to check also
28837              the error message.
28838      Branch: perl
28839            + t/op/utf8decode.t
28840            ! MANIFEST t/pragma/utf8.t utf8.c
28841 ____________________________________________________________________________
28842 [  7995] By: jhi                                   on 2000/12/05  16:39:47
28843         Log: Start migrating bits of pragma/utf8 to elsewhere
28844              (since the long term plan is to obsolete 'use utf8').
28845      Branch: perl
28846            + t/op/length.t
28847            ! MANIFEST t/pragma/utf8.t
28848 ____________________________________________________________________________
28849 [  7994] By: jhi                                   on 2000/12/05  16:30:21
28850         Log: Fix a manual edit typo from #7993, fix the message formatting
28851              for Unicode, add few our declarations.
28852      Branch: perl
28853            ! lib/Carp/Heavy.pm
28854 ____________________________________________________________________________
28855 [  7993] By: jhi                                   on 2000/12/05  16:09:15
28856         Log: Subject: Need help with warnings :-(
28857              From: "Ben Tilly" <ben_tilly@hotmail.com>
28858              Date: Tue, 05 Dec 2000 01:35:54 -0500
28859              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
28860              
28861              Subject: UPDATE: Carp/Heavy now passes all tests
28862              From: "Ben Tilly" <ben_tilly@hotmail.com>
28863              Date: Tue, 05 Dec 2000 07:59:41 -0500
28864              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
28865              
28866              The Brave New Carp.
28867      Branch: perl
28868            ! lib/Carp.pm lib/Carp/Heavy.pm
28869 ____________________________________________________________________________
28870 [  7992] By: jhi                                   on 2000/12/05  15:55:08
28871         Log: Subject: [PATCH perl@7979] cygwin port
28872              From: "Eric Fifer" <efifer@dircon.co.uk>
28873              Date: Tue, 5 Dec 2000 14:04:09 -0000
28874              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
28875      Branch: perl
28876            ! t/lib/net-hostent.t
28877 ____________________________________________________________________________
28878 [  7991] By: jhi                                   on 2000/12/05  15:52:34
28879         Log: Subject: Re: [PATCH] The largest hoax of all times?
28880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28881              Date: Tue, 5 Dec 2000 00:40:25 -0500
28882              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
28883              
28884              Subject: Re: [PATCH] The largest hoax of all times?
28885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28886              Date: Mon, 4 Dec 2000 23:55:53 -0500
28887              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
28888              
28889              Subject: Re: [PATCH] The largest hoax of all times?
28890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28891              Date: Tue, 5 Dec 2000 01:28:45 -0500
28892              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
28893              
28894              Fix the unpredictable order of DESTROYs.
28895      Branch: perl
28896            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
28897            ! sv.c sv.h t/op/ref.t
28898 ____________________________________________________________________________
28899 [  7990] By: jhi                                   on 2000/12/05  14:38:53
28900         Log: Subject: [PATCH] shrink pp_hot fractionally
28901              From: Nicholas Clark <nick@ccl4.org>
28902              Date: Tue, 5 Dec 2000 12:44:31 +0000
28903              Message-ID: <20001205124431.E74518@plum.flirble.org>
28904              
28905              Use report_evil_fh().
28906      Branch: perl
28907            ! opcode.pl opnames.h pp_hot.c util.c
28908 ____________________________________________________________________________
28909 [  7989] By: jhi                                   on 2000/12/05  14:21:27
28910         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
28911              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28912              Date: Mon, 04 Dec 2000 22:21:59 -0800
28913              Message-ID: <HmIL6gzkgepS092yn@efn.org>
28914              
28915              Harness shouldn't ignore responses like "ok 3\r\r\n".
28916      Branch: perl
28917            ! lib/Test/Harness.pm
28918 ____________________________________________________________________________
28919 [  7988] By: jhi                                   on 2000/12/05  13:51:28
28920         Log: Integrate the "skip" messages to explain().
28921      Branch: perl
28922            ! t/lib/syslfs.t t/op/lfs.t
28923 ____________________________________________________________________________
28924 [  7987] By: jhi                                   on 2000/12/05  12:34:54
28925         Log: The one that got away in #7984.
28926              
28927              Subject: Re: dTHR - what and why?
28928              From: Michael Stevens <michael@etla.org> 
28929              Date: Tue, 5 Dec 2000 11:15:52 +0000
28930              Message-ID: <20001205111552.A4647@firedrake.org>
28931      Branch: perl
28932            ! sv.h
28933 ____________________________________________________________________________
28934 [  7986] By: gsar                                  on 2000/12/05  09:14:44
28935         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
28936              due to the notorious GetFileType() bug in Windows 9x, which fstat()
28937              tickles)
28938      Branch: perl
28939            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
28940 ____________________________________________________________________________
28941 [  7985] By: jhi                                   on 2000/12/05  05:49:03
28942         Log: Integrate perlio.
28943      Branch: perl
28944           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28945           !> win32/perlhost.h win32/perllib.c
28946 ____________________________________________________________________________
28947 [  7984] By: jhi                                   on 2000/12/05  05:48:16
28948         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
28949      Branch: perl
28950            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
28951            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
28952            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
28953            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
28954            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
28955            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28956            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
28957            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
28958            ! win32/win32.c
28959 ____________________________________________________________________________
28960 [  7983] By: nick                                  on 2000/12/04  23:27:43
28961         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
28962      Branch: perlio
28963            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28964            ! win32/perlhost.h win32/perllib.c
28965 ____________________________________________________________________________
28966 [  7982] By: jhi                                   on 2000/12/04  19:44:09
28967         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
28968              uncovered by #7980.
28969      Branch: perl
28970            ! op.c
28971 ____________________________________________________________________________
28972 [  7981] By: jhi                                   on 2000/12/04  19:42:07
28973         Log: Subject: [PATCH] Trivial dump.c feature
28974              From: Simon Cozens <simon@cozens.net>
28975              Date: Mon, 4 Dec 2000 18:08:38 +0000
28976              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
28977              
28978              Show whether a constant is UTF-8.
28979      Branch: perl
28980            ! dump.c
28981 ____________________________________________________________________________
28982 [  7980] By: jhi                                   on 2000/12/04  19:36:51
28983         Log: UTF-8 hash keys, patch from Inaba Hiroto.
28984      Branch: perl
28985            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
28986 ____________________________________________________________________________
28987 [  7979] By: jhi                                   on 2000/12/04  17:36:28
28988         Log: Update Changes.
28989      Branch: perl
28990            ! Changes patchlevel.h
28991 ____________________________________________________________________________
28992 [  7978] By: jhi                                   on 2000/12/04  16:42:17
28993         Log: Retract #7977, still too volatile (the euphemism of the day
28994              for unfinished and buggy :-)
28995      Branch: perl
28996            ! doop.c hv.c pp.c sv.h
28997 ____________________________________________________________________________
28998 [  7977] By: jhi                                   on 2000/12/04  16:25:15
28999         Log: (Retracted by #7978, too shaky yet.)
29000              
29001              Subject: Re: utf8 in hash keys, implementor missing
29002              From: Simon Cozens <simon@cozens.net>
29003              Date: Sat, 2 Dec 2000 19:49:35 +0000
29004              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
29005              
29006              The first step at UTF-8 hash keys.
29007      Branch: perl
29008            ! doop.c hv.c pp.c sv.h
29009 ____________________________________________________________________________
29010 [  7976] By: jhi                                   on 2000/12/04  16:13:53
29011         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
29012              From: sthoenna@efn.org
29013              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
29014              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
29015      Branch: perl
29016            ! os2/os2.c perlio.c
29017 ____________________________________________________________________________
29018 [  7975] By: jhi                                   on 2000/12/04  16:05:25
29019         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
29020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29021              Date: Thu, 30 Nov 2000 20:50:37 -0800
29022              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
29023      Branch: perl
29024            ! os2/os2.c
29025 ____________________________________________________________________________
29026 [  7974] By: jhi                                   on 2000/12/04  16:03:57
29027         Log: Subject: [PATCH] ++ 20% faster
29028              From: Nicholas Clark <nick@ccl4.org>
29029              Date: Mon, 4 Dec 2000 12:17:27 +0000
29030              Message-ID: <20001204121726.B52976@plum.flirble.org>
29031              
29032              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
29033      Branch: perl
29034            ! sv.c
29035 ____________________________________________________________________________
29036 [  7973] By: jhi                                   on 2000/12/04  16:00:48
29037         Log: 
29038              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
29039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29040              Date: Mon, 04 Dec 2000 12:30:45 +0100
29041              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
29042              
29043              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
29044              library (getprotobyname and getprotobynumber are outversioned by
29045              the same calls in libc, at least for xlc version 3.
29046      Branch: perl
29047            ! hints/aix.sh
29048 ____________________________________________________________________________
29049 [  7972] By: jhi                                   on 2000/12/04  02:58:31
29050         Log: Integrate perlio.
29051      Branch: perl
29052           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
29053           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
29054           !> win32/win32.h win32/win32iop.h win32/win32thread.h
29055 ____________________________________________________________________________
29056 [  7971] By: nick                                  on 2000/12/04  00:24:33
29057         Log: Quieten some noise in Win32 builds:
29058              - win32.h is included after <sys/socket.h>, so need to 
29059              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
29060              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
29061      Branch: perlio
29062            ! doio.c perl.h toke.c win32/win32.h
29063 ____________________________________________________________________________
29064 [  7970] By: nick                                  on 2000/12/03  22:57:46
29065         Log: PERL_IMPLICIT_SYS compiles but does not work.
29066      Branch: perlio
29067            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
29068            ! win32/perlhost.h win32/perllib.c win32/win32.h
29069            ! win32/win32iop.h win32/win32thread.h
29070 ____________________________________________________________________________
29071 [  7969] By: jhi                                   on 2000/12/03  22:12:58
29072         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
29073              used to swash_init(), makes regprop() dumps more informative
29074              (+utf8::IsAlpha, -utf8::IsDigit, for example).
29075      Branch: perl
29076            ! regcomp.c regexec.c
29077 ____________________________________________________________________________
29078 [  7968] By: jhi                                   on 2000/12/03  21:39:56
29079         Log: Implement ANYOFUTF8 regprop() dumping.
29080      Branch: perl
29081            ! regcomp.c
29082 ____________________________________________________________________________
29083 [  7967] By: jhi                                   on 2000/12/03  20:57:19
29084         Log: Make uv_to_utf8() to zero-terminate its output buffer,
29085              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
29086      Branch: perl
29087            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
29088 ____________________________________________________________________________
29089 [  7966] By: nick                                  on 2000/12/03  18:41:21
29090         Log: Integrate mainline (STDCHAR)
29091      Branch: perlio
29092           !> Configure t/pragma/utf8.t
29093 ____________________________________________________________________________
29094 [  7965] By: jhi                                   on 2000/12/03  17:58:20
29095         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
29096      Branch: perl
29097            ! t/pragma/utf8.t
29098 ____________________________________________________________________________
29099 [  7964] By: jhi                                   on 2000/12/03  17:35:56
29100         Log: Integrate perlio.
29101      Branch: perl
29102           !> iperlsys.h perlio.c
29103 ____________________________________________________________________________
29104 [  7963] By: jhi                                   on 2000/12/03  17:33:55
29105         Log: Metaconfig unit change for #7962.
29106      Branch: metaconfig
29107            ! U/modified/stdchar.U
29108 ____________________________________________________________________________
29109 [  7962] By: jhi                                   on 2000/12/03  17:33:27
29110         Log: Untangle the <stdio.h> #include nest for the stdchar test,
29111              from Andy Dougherty.
29112      Branch: perl
29113            ! Configure
29114 ____________________________________________________________________________
29115 [  7961] By: nick                                  on 2000/12/03  16:53:00
29116         Log: Make iperlsys.h vector stdio not PerlIO.
29117      Branch: perlio
29118            ! iperlsys.h perlio.c
29119 ____________________________________________________________________________
29120 [  7960] By: nick                                  on 2000/12/03  14:43:01
29121         Log: Integrate mainline
29122      Branch: perlio
29123           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
29124           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
29125 ____________________________________________________________________________
29126 [  7959] By: jhi                                   on 2000/12/03  08:16:36
29127         Log: Use DO_UTF8().
29128      Branch: perl
29129            ! op.c
29130 ____________________________________________________________________________
29131 [  7958] By: jhi                                   on 2000/12/02  18:33:05
29132         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
29133              From: Mike Guy <mjtg@cam.ac.uk>         
29134              Date: Sat, 02 Dec 2000 17:27:13 +0000
29135              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
29136              
29137              An extraneous argument.
29138      Branch: perl
29139            ! toke.c
29140 ____________________________________________________________________________
29141 [  7957] By: jhi                                   on 2000/12/02  18:22:32
29142         Log: A missing hunk.
29143      Branch: perl
29144            ! t/lib/net-hostent.t
29145 ____________________________________________________________________________
29146 [  7956] By: jhi                                   on 2000/12/02  18:06:20
29147         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
29148              From: Nicholas Clark <nick@ccl4.org>
29149              Date: Sat, 2 Dec 2000 14:28:27 +0000
29150              Message-ID: <20001202142827.A12308@plum.flirble.org>
29151              
29152              Test robustness.
29153      Branch: perl
29154            ! t/lib/net-hostent.t
29155 ____________________________________________________________________________
29156 [  7955] By: jhi                                   on 2000/12/02  17:58:06
29157         Log: Metaconfig unit change for #7954.
29158      Branch: metaconfig
29159            ! U/modified/stdchar.U
29160 ____________________________________________________________________________
29161 [  7954] By: jhi                                   on 2000/12/02  17:54:32
29162         Log: An inconvenient hang would happen if the stdio _ptr wasn't
29163              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
29164              would be grepping stdin for all eternity for the _ptr.)
29165      Branch: perl
29166            ! Configure
29167 ____________________________________________________________________________
29168 [  7953] By: jhi                                   on 2000/12/02  00:07:15
29169         Log: Update Changes.
29170      Branch: perl
29171            ! Changes patchlevel.h
29172 ____________________________________________________________________________
29173 [  7952] By: jhi                                   on 2000/12/01  23:54:47
29174         Log: Subject: Re: long shell lines
29175              From: Andy Dougherty <doughera@lafayette.edu>
29176              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
29177              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
29178              
29179              Split overly long shell command lines.
29180      Branch: perl
29181            ! lib/ExtUtils/MM_Unix.pm
29182 ____________________________________________________________________________
29183 [  7951] By: jhi                                   on 2000/12/01  23:48:02
29184         Log: The metaconfig unit change for #7950.
29185      Branch: metaconfig
29186            + U/modified/stdchar.U
29187 ____________________________________________________________________________
29188 [  7950] By: jhi                                   on 2000/12/01  23:47:39
29189         Log: Try to find stdchar also from <stdio_impl.h>.
29190      Branch: perl
29191            ! Configure config_h.SH
29192 ____________________________________________________________________________
29193 [  7949] By: jhi                                   on 2000/12/01  23:46:45
29194         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
29195              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29196              Date: Fri, 1 Dec 2000 16:26:08 -0500
29197              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
29198              
29199              Reword the diagnostic message.
29200      Branch: perl
29201            ! pod/perldiag.pod
29202 ____________________________________________________________________________
29203 [  7948] By: nick                                  on 2000/12/01  22:49:43
29204         Log: Integrate mainline (for s/y/m as sub names stuff).
29205      Branch: perlio
29206           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
29207           !> t/pragma/warn/toke toke.c
29208 ____________________________________________________________________________
29209 [  7947] By: jhi                                   on 2000/12/01  20:55:41
29210         Log: Integrate perlio.
29211      Branch: perl
29212           !> perlio.c perliol.h t/io/pipe.t
29213 ____________________________________________________________________________
29214 [  7946] By: jhi                                   on 2000/12/01  20:36:51
29215         Log: Upgrade to CPAN 1.59_51, from Andreas König.
29216      Branch: perl
29217            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29218 ____________________________________________________________________________
29219 [  7945] By: nick                                  on 2000/12/01  20:31:32
29220         Log: Integrate mainline
29221      Branch: perlio
29222           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
29223           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
29224           +> t/lib/net-hostent.t
29225           !> (integrate 35 files)
29226 ____________________________________________________________________________
29227 [  7944] By: jhi                                   on 2000/12/01  20:23:29
29228         Log: Some help for 20001130.011.  Now one gets warnings like
29229              "Ambiguous -f() resolved as a file test ..."
29230      Branch: perl
29231            ! pod/perldiag.pod t/pragma/warn/toke toke.c
29232 ____________________________________________________________________________
29233 [  7943] By: jhi                                   on 2000/12/01  19:44:44
29234         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
29235              that also breaks using them as methods. 
29236      Branch: perl
29237            ! pod/perldiag.pod t/op/misc.t toke.c
29238 ____________________________________________________________________________
29239 [  7942] By: nick                                  on 2000/12/01  17:56:46
29240         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
29241              Make 'unix' pass most tests
29242              - do unread by temporary push of layer ("pending") holding unread chars
29243              - fast_gets is now based on per-handle flag
29244              - relax one of io/pipe.t tests to allow print to fail and close to
29245              succeed so that it passes on unbuffered "unix" layer.
29246              Remaining fail is sporadic and a genuine race condition between
29247              parent/child in fork test.
29248      Branch: perlio
29249            ! perlio.c perliol.h t/io/pipe.t
29250 ____________________________________________________________________________
29251 [  7941] By: jhi                                   on 2000/12/01  15:28:58
29252         Log: (Retracted by #7943.)
29253              
29254              Reserve the short named string operator names.
29255      Branch: perl
29256            ! pod/perldiag.pod t/op/misc.t toke.c
29257 ____________________________________________________________________________
29258 [  7940] By: jhi                                   on 2000/12/01  06:45:53
29259         Log: Get the three different space character classes right under utf8.
29260      Branch: perl
29261            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
29262            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
29263            ! regexec.c t/op/pat.t utf8.c
29264 ____________________________________________________________________________
29265 [  7939] By: jhi                                   on 2000/12/01  03:26:26
29266         Log: Two more tests that make no sense in UTF-8 since the test
29267              data is not in UTF-8.
29268      Branch: perl
29269            ! t/op/regexp.t
29270 ____________________________________________________________________________
29271 [  7938] By: jhi                                   on 2000/12/01  03:20:39
29272         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
29273              should it be required inside regexen?
29274      Branch: perl
29275            ! regcomp.c t/op/regmesg.t
29276 ____________________________________________________________________________
29277 [  7937] By: jhi                                   on 2000/12/01  02:58:53
29278         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
29279              stored and restored, and thusly was trounced by the utf8 swash
29280              routines.
29281      Branch: perl
29282            ! regcomp.c
29283 ____________________________________________________________________________
29284 [  7936] By: jhi                                   on 2000/11/30  20:41:39
29285         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
29286              Why the different platforms behave so differently (core dump vs
29287              no core dump) on this bug is a but of a mystery, but if I had to
29288              guess I would mumble something like 'alignment'.
29289      Branch: perl
29290            ! sv.c
29291 ____________________________________________________________________________
29292 [  7935] By: jhi                                   on 2000/11/30  16:17:02
29293         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
29294              From: Robin Barker <rmb1@cise.npl.co.uk>
29295              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
29296              Date: Thu, 30 Nov 2000 14:27:12 GMT
29297      Branch: perl
29298            ! perlio.c toke.c
29299 ____________________________________________________________________________
29300 [  7934] By: jhi                                   on 2000/11/30  16:04:49
29301         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
29302      Branch: perl
29303            ! t/lib/net-hostent.t
29304 ____________________________________________________________________________
29305 [  7933] By: jhi                                   on 2000/11/30  06:07:26
29306         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
29307              From: Peter Prymmer <pvhp@forte.com>
29308              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
29309              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
29310              
29311              In VMS the localhost may be LOCALHOST.
29312      Branch: perl
29313            ! t/lib/net-hostent.t
29314 ____________________________________________________________________________
29315 [  7932] By: jhi                                   on 2000/11/30  01:11:11
29316         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
29317              From: Peter Prymmer <pvhp@forte.com>
29318              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
29319              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
29320              
29321              plus regen perlapi.pod.
29322      Branch: perl
29323            ! pod/perlapi.pod utf8.c
29324 ____________________________________________________________________________
29325 [  7931] By: jhi                                   on 2000/11/30  01:06:19
29326         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
29327              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29328              Date:     Wed, 29 Nov 2000 17:15:11 EST
29329              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
29330      Branch: perl
29331            ! t/lib/filter-util.pl t/lib/filter-util.t
29332 ____________________________________________________________________________
29333 [  7930] By: jhi                                   on 2000/11/29  18:51:55
29334         Log: Update Changes.
29335      Branch: perl
29336            ! Changes patchlevel.h
29337 ____________________________________________________________________________
29338 [  7929] By: jhi                                   on 2000/11/29  18:50:55
29339         Log: Update the va_copy() metaconfig unit.
29340      Branch: metaconfig/U/perl
29341            ! need_va_copy.U
29342 ____________________________________________________________________________
29343 [  7928] By: jhi                                   on 2000/11/29  17:50:43
29344         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
29345              From: Dominic Dunlop <domo@computer.org>
29346              Date: Tue, 28 Nov 2000 16:41:57 +0100
29347              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
29348              
29349              Patch to catch a core dump in the Configure va_copy test.
29350      Branch: perl
29351            ! Configure config_h.SH
29352 ____________________________________________________________________________
29353 [  7927] By: jhi                                   on 2000/11/29  17:31:59
29354         Log: Retract #7921, the patch shouldn't be needed.
29355      Branch: perl
29356            ! sv.c
29357 ____________________________________________________________________________
29358 [  7926] By: jhi                                   on 2000/11/29  17:01:41
29359         Log: Make the Class::Struct import() wiser.
29360      Branch: perl
29361            ! lib/Class/Struct.pm t/lib/class-struct.t
29362 ____________________________________________________________________________
29363 [  7925] By: jhi                                   on 2000/11/29  16:36:33
29364         Log: All the core library users of Class::Struct seem to be
29365              using "use Class::Struct 'struct';" instead of the bare
29366              "use Class::Struct;", which isn't documented in Class::Struct.
29367              This can't be right.
29368      Branch: perl
29369            ! lib/File/stat.pm
29370 ____________________________________________________________________________
29371 [  7924] By: jhi                                   on 2000/11/29  16:32:15
29372         Log: A test works better if it has the right 1..$n output.
29373      Branch: perl
29374            ! t/lib/class-struct.t
29375 ____________________________________________________________________________
29376 [  7923] By: jhi                                   on 2000/11/29  16:29:11
29377         Log: Forgot to MANIFEST the new Net::hostent test.
29378      Branch: perl
29379            ! MANIFEST
29380 ____________________________________________________________________________
29381 [  7922] By: jhi                                   on 2000/11/29  16:27:49
29382         Log: Integrate perlio.
29383      Branch: perl
29384           !> iperlsys.h perlio.c
29385 ____________________________________________________________________________
29386 [  7921] By: jhi                                   on 2000/11/29  16:27:10
29387         Log: (Retracted by #7927.)
29388              
29389              Subject: [PATCH] Is infinity a number?
29390              From: Simon Cozens <simon@cozens.net>
29391              Date: Wed, 29 Nov 2000 14:48:20 +0000
29392              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
29393      Branch: perl
29394            ! sv.c
29395 ____________________________________________________________________________
29396 [  7920] By: jhi                                   on 2000/11/29  16:23:02
29397         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
29398              From: rspier@pobox.com (Robert Spier)
29399              Date: Wed, 29 Nov 2000 02:17:49 -0500
29400              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
29401              
29402              Add a test for Net::hostent.
29403      Branch: perl
29404            + t/lib/net-hostent.t
29405 ____________________________________________________________________________
29406 [  7919] By: jhi                                   on 2000/11/29  16:21:31
29407         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
29408              add a test for Class::Struct.
29409      Branch: perl
29410            + t/lib/class-struct.t
29411            ! MANIFEST lib/Class/Struct.pm
29412 ____________________________________________________________________________
29413 [  7918] By: jhi                                   on 2000/11/29  15:48:40
29414         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
29415              From: rspier@pobox.com (Robert Spier)
29416              Date: Wed, 29 Nov 2000 02:25:39 -0500
29417              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
29418              
29419              More checking in case someone has broken their services or
29420              protocol databases.
29421      Branch: perl
29422            ! ext/Sys/Syslog/Syslog.pm
29423 ____________________________________________________________________________
29424 [  7917] By: jhi                                   on 2000/11/29  15:46:25
29425         Log: Subject: [PATCH] $^O  win32 -> MSWin32
29426              From: rspier@pobox.com (Robert Spier)
29427              Date: Wed, 29 Nov 2000 02:17:38 -0500
29428              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
29429              
29430              plus similar nits for vms, err, VMS, and UNICOS.
29431      Branch: perl
29432            ! t/lib/syslfs.t t/op/lfs.t
29433 ____________________________________________________________________________
29434 [  7916] By: jhi                                   on 2000/11/29  15:42:51
29435         Log: Subject: [PATCH] Tokeniser debugging
29436              From: Simon Cozens <simon@cozens.net>
29437              Date: Wed, 29 Nov 2000 14:15:45 +0000
29438              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
29439      Branch: perl
29440            ! perl.c perl.h pod/perlrun.pod toke.c
29441 ____________________________________________________________________________
29442 [  7915] By: jhi                                   on 2000/11/29  15:41:36
29443         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
29444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29445              Date: Wed, 29 Nov 2000 02:13:14 -0500
29446              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
29447              
29448              OUT keyword nits.
29449              
29450              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
29451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29452              Date: Wed, 29 Nov 2000 03:09:04 -0500
29453              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
29454              
29455              OUT and IN_OUT documentation.
29456      Branch: perl
29457            ! lib/ExtUtils/xsubpp pod/perlxs.pod
29458 ____________________________________________________________________________
29459 [  7914] By: jhi                                   on 2000/11/29  03:35:01
29460         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
29461              From: John Tobey <jtobey@john-edwin-tobey.org>
29462              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
29463              Message-Id: <m140e1N-000FOoC@feynman.localnet>
29464              
29465              plus a performance speedup noticed by Sarathy.
29466      Branch: perl
29467            ! op.c
29468 ____________________________________________________________________________
29469 [  7913] By: jhi                                   on 2000/11/29  03:16:59
29470         Log: Use "1 while unlink" so that VMS gets clean, too.
29471      Branch: perl
29472            ! t/lib/filter-util.t
29473 ____________________________________________________________________________
29474 [  7912] By: jhi                                   on 2000/11/29  03:09:08
29475         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
29476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29477              Date: Tue, 28 Nov 2000 03:27:09 -0500
29478              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
29479      Branch: perl
29480            ! lib/ExtUtils/xsubpp
29481 ____________________________________________________________________________
29482 [  7911] By: jhi                                   on 2000/11/29  03:06:30
29483         Log: This should have been part of #7872: no need to scan UTF-8
29484              until eternity.
29485      Branch: perl
29486            ! utf8.c
29487 ____________________________________________________________________________
29488 [  7910] By: jhi                                   on 2000/11/29  02:50:04
29489         Log: One more perltie.pod nit from Casey R. Tweten.
29490      Branch: perl
29491            ! pod/perltie.pod
29492 ____________________________________________________________________________
29493 [  7909] By: jhi                                   on 2000/11/29  02:44:23
29494         Log: Document the known sprintf test failures, exact standard
29495              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
29496      Branch: perl
29497            ! pod/perldelta.pod t/op/sprintf.t
29498 ____________________________________________________________________________
29499 [  7908] By: jhi                                   on 2000/11/29  02:36:23
29500         Log: Add the Encoding table format documentation.
29501      Branch: perl
29502            + ext/Encode/Encode/EncodeFormat.pod
29503            ! MANIFEST
29504 ____________________________________________________________________________
29505 [  7907] By: jhi                                   on 2000/11/29  02:07:24
29506         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
29507              From: "Casey R. Tweten" <crt@kiski.net>
29508              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
29509              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
29510              
29511              Subject: Re: [PATCH] Updating perltie.pod for arrays
29512              From: "Casey R. Tweten" <crt@kiski.net>
29513              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
29514              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
29515      Branch: perl
29516            ! pod/perltie.pod
29517 ____________________________________________________________________________
29518 [  7906] By: nick                                  on 2000/11/28  22:40:59
29519         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
29520      Branch: perlio
29521            ! iperlsys.h perlio.c
29522 ____________________________________________________________________________
29523 [  7905] By: nick                                  on 2000/11/28  22:04:34
29524         Log: Integrate mainline
29525      Branch: perlio
29526           !> (integrate 39 files)
29527 ____________________________________________________________________________
29528 [  7904] By: jhi                                   on 2000/11/28  16:44:43
29529         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
29530              From: Nicholas Clark <nick@babyhippo.co.uk>
29531              Date: Tue, 28 Nov 2000 11:16:57 +0000
29532              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
29533      Branch: perl
29534            ! pod/perlipc.pod
29535 ____________________________________________________________________________
29536 [  7903] By: jhi                                   on 2000/11/28  16:40:31
29537         Log: Subject: [PATCH] Updating perltie.pod for arrays
29538              From: "Casey R. Tweten" <crt@kiski.net>
29539              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
29540              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
29541      Branch: perl
29542            ! pod/perltie.pod
29543 ____________________________________________________________________________
29544 [  7902] By: jhi                                   on 2000/11/28  16:39:37
29545         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
29546              From: Robin Barker <rmb1@cise.npl.co.uk>
29547              Date: Mon, 27 Nov 2000 17:56:44 GMT
29548              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
29549      Branch: perl
29550            ! pod/perlfunc.pod t/op/split.t
29551 ____________________________________________________________________________
29552 [  7901] By: jhi                                   on 2000/11/28  16:28:04
29553         Log: setmode() is a DOSish-only thing.
29554      Branch: perl
29555            ! perlio.c
29556 ____________________________________________________________________________
29557 [  7900] By: jhi                                   on 2000/11/28  16:21:46
29558         Log: Subject: [PATCH] perlcc.PL cleanups
29559              From: Simon Cozens <simon@cozens.net>
29560              Date: Tue, 28 Nov 2000 12:44:35 +0000
29561              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
29562      Branch: perl
29563            ! utils/perlcc.PL
29564 ____________________________________________________________________________
29565 [  7899] By: gsar                                  on 2000/11/28  06:32:55
29566         Log: reintegrate files missed by change#7895
29567      Branch: maint-5.6/perl
29568           +> ext/ByteLoader/bytecode.h utils/Makefile
29569            - utils/perlbc.PL
29570 ____________________________________________________________________________
29571 [  7897] By: gsar                                  on 2000/11/27  18:22:47
29572         Log: can't integrate these two files, for some reason
29573      Branch: maint-5.6/perl
29574            - ext/ByteLoader/bytecode.h utils/Makefile
29575 ____________________________________________________________________________
29576 [  7895] By: gsar                                  on 2000/11/27  18:11:21
29577         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
29578              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
29579              6757..6890,6892..6901 from mainline
29580              
29581              Bytecompiler patches from Benjamin Stuhl.
29582              
29583              More bytecompiler.
29584              
29585              Subject: [PATCH blead] B:: missing dependency
29586              
29587              Subject: [PATCH: 6757] configure.com updates and syslog build
29588              
29589              Long double Gconvert fixes from Yitzchak Scott-Thoennes
29590              and Spider Boardman.
29591              
29592              Subject: [PATCH blead] nextchar() abuse misses an optimisation
29593              
29594              Long double fixes from Spider Boardman.
29595              
29596              Make the selection of NVff et al stricter.
29597              
29598              cSVOPo_*v things index into the current PL_curpad
29599              under ithreads, which is different from the curpad
29600              used by the XSUB.  (In other words, the code as-is
29601              before this patch wouldn't work under ithreads.)
29602              
29603              Be portable.
29604              
29605              VMS MMS (make) wants null action.
29606              
29607              Mac and other portability updates from Chris Nandor.
29608              
29609              Storable support, v-version fixes.
29610              Subject: CPAN.pm beta for testing available
29611              
29612              Portability fix from Hugo van der Sanden.
29613              
29614              Bad makefile.
29615              
29616              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
29617              
29618              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
29619              
29620              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29621              
29622              Replace #6705 with a minimal doc patch.
29623              Subject: [PATCH 5.6.0] replace change #6705
29624              
29625              Drop the separate perlbc, perlcc -b should be enough.
29626              
29627              installperl couldn't tell whether it had run tests or not.
29628              Subject: [PATCH] Re: installperl and t/TEST
29629              
29630              Add silencer flags to installperl.
29631              Subject: [PATCH] Making installperl silent.
29632              
29633              Make "make install" by default silent.  A new "install-verbose"
29634              target is verbose.
29635              
29636              More liberal parsing of version numbers.
29637              Subject: Re: CPAN.pm beta for testing available
29638              
29639              Create directories in silence.
29640              Subject: [PATCH] Another silencer for MakeMaker
29641              
29642              DOS patches and portability/porting notes, from Tim Jenness.
29643              
29644              Make installman to recognize the silence flag -S.
29645              
29646              Actually do something with the silencer option.
29647              
29648              Continue silencing.
29649              
29650              Show the doc file, not the temp file.
29651              
29652              Regen perltoc.
29653              
29654              Subject: [PATCH] More silencing of installman.
29655              
29656              Better wording for the vec lvalue diagnostic.
29657              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29658              
29659              Subject: [PATCH: 6805] several more tweaks to configure.com
29660              
29661              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
29662              
29663              Missing parts of 
29664              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
29665              
29666              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
29667              (applied slightly modified)
29668              
29669              installperl --verbose and --silent.
29670              Subject: Re: [PATCH] More silencing of installman.
29671              
29672              Add install-silent target.
29673              
29674              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
29675              the problem reported in
29676              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
29677              
29678              Tweak the sfio/useperlio logic, hopefully as wished in
29679              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
29680              
29681              One forgotten file from #6816.
29682              
29683              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
29684              
29685              Remove duplicately applied patch shards.
29686              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
29687              
29688              Support preserving extremely big/small angles.
29689              
29690              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
29691              
29692              Subject: [PATCH] installation not quite silent yet.
29693              
29694              Update the test count.
29695              
29696              Use UVxf, PTR2UV, NVff.
29697              
29698              Document PTR2XX and INT2PTR.
29699              
29700              no-install target a la make -n.
29701              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
29702              
29703              grep -e isn't portable.
29704              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
29705              
29706              Can't get the test to reliably work thanks to the
29707              inaccurateness of floating point.  "Resolves" bug ids
29708              20000826.003, 20000826.009, 20000826.010,
29709              
29710              Subject: installman buglet
29711              
29712              DJGPP update from Laszlo Molnar.
29713              
29714              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29715              
29716              Passing -R in ldflags makes now it to appear in the default
29717              for lddlflags, just like with -L.
29718              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29719              
29720              Test nit.
29721              
29722              Use the actual thread type, not the pointer-to-struct.
29723              
29724              Provice virtual $Config{ccflags_nolargefiles} etc. 
29725              
29726              display_format used as a class method without arguments was broken,
29727              reported in
29728              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
29729              
29730              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
29731              
29732              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
29733              
29734              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
29735              
29736              opmini.o may be left around if a build is interrupted.
29737              
29738              Typo in #6858.
29739              
29740              Fix for ID 20000828.001, long doubles were not formatted
29741              correctly (showed up in $], which stopped installing perl).
29742              
29743              An attempt to fix the problem reported in
29744              Subject: Building perl@6856 using gcc/AIX 4.3.3 
29745              I can't test this properly since the gcc installation I have
29746              access to seems to be botched (gcc is calling the AIX cpp,
29747              a losing proposition...)
29748              
29749              Add -ld to archname on long tr...double platforms.
29750              
29751              Subject: hv.h Doc Patch
29752              
29753              Potential cruft.
29754              
29755              Subject: [PATCH bleedperl@6856] warnings fixes
29756              
29757              -S is the silent flag, -s is the strip flag.
29758              Subject: [PATCH] Re: [PATCH] make no-install          
29759              
29760              Take out the SUIDMAIL thing, that will not be
29761              a problem in 5.7.*.
29762              
29763              Subject: [PATCH bleedperl@6866] spellings
29764              
29765              Subject: [PATCH] Re: files not cleaned even by veryclean
29766              
29767              Use minimal @INC in tests, most of the time just '../lib',
29768              so that we simply can't pick up stuff from other Perls than
29769              the one we are testing.  Pointed out by
29770              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
29771              
29772              Update to Getopt::Long 2.24, from Johan Vromans.
29773              
29774              Fix for thinko in #6848.
29775              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
29776              
29777              Patches all over for people and the files they (hopefully) care about.
29778              
29779              Subject: Net::protoent does not export 'getproto'
29780              
29781              Missed a change in #6869.
29782              
29783              Subject: [PATCH] Warnings in B::Deparse
29784              
29785              Subject: [PATCH] Glob dumping
29786              
29787              Disable one of the tests for now.
29788              
29789              Disabling the one test is a bit tricky.
29790              
29791              Don't forget to tidy up.
29792              
29793              The #6881 removed one dump line.
29794              
29795              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29796              
29797              Under usethreads the dumped variable is IN_PAD.
29798              Subject: Re: [PATCH] Glob dumping
29799              
29800              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29801              
29802              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29803              
29804              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29805              
29806              Regen Configure for #6894.
29807              
29808              Subject: [PATCH: 6889] updates to perlebcdic.pod
29809              
29810              Undo namespace pollution of #6878.
29811              Subject: Re: Net::protoent does not export 'getproto'
29812              
29813              Admit that we are leaking scalars.
29814              
29815              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
29816      Branch: maint-5.6/perl
29817           !> (integrate 271 files)
29818 ____________________________________________________________________________
29819 [  7894] By: gsar                                  on 2000/11/27  16:00:34
29820         Log: a couple of nits
29821      Branch: maint-5.6/perl
29822            ! MANIFEST pp_sys.c
29823 ____________________________________________________________________________
29824 [  7893] By: gsar                                  on 2000/11/27  15:10:56
29825         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
29826              6740..6745,6747..6757,6760
29827              
29828              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
29829              
29830              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
29831              
29832              Doc nits spotted by Richard Soderberg.
29833              
29834              move WNOHANG definition to where other such things are
29835              
29836              Make $Config{byteorder} more magical so that it is
29837              dynamically computed: nice for 'fat binaries'.
29838              Subject: [PATCH]: default byteorder
29839              
29840              Subject: [PATCH] Cwd.pm now uses strict
29841              
29842              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
29843              
29844              Get -DLEAKTEST to compile (not necessarily to work, mind)
29845              Subject: [ID 20000724.006] -DLEAKTEST problem
29846              
29847              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
29848              
29849              Add perlebcdic from Peter Prymmer, regen toc.
29850              
29851              Don't propose using modules built for 5.005 if no binary
29852              compatibility with 5.005 is attempted.
29853              
29854              Do not use prototyping here.
29855              Subject: [ID 20000817.016] [PATCH] Peek.xs
29856              
29857              Document what the backtick returns if the command fails.
29858              
29859              Add byteorder to the myconfig output.
29860              
29861              Introduce NVef, NVff, and NVgf, use the middle one.
29862              (helps for lib/peek + Linux + long doubles)  Reported in
29863              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29864              Use NVs in POSIX math, not doubles.
29865              Subject: [ID 20000817.014] POSIX & modfl
29866              
29867              Subject: [PATCH 5.6.0+] newSVrv() memory leak
29868              
29869              The byteorder code in #6671 was wrong.
29870              
29871              Fix the lib/complex failure of
29872              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29873              Linux long double accuracy issue: something that
29874              when printed with %g looks like "2" but int() of it is 1.
29875              
29876              Propagate new Configure vars.
29877              
29878              Unbuffer the output.
29879              
29880              Subject: [PATCH] perltrap.pod spring cleaning
29881              
29882              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
29883              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
29884              
29885              Tiny Getopt::Long patch from Johan Vromans.
29886              
29887              Document code point which makes if (defined %stash::) to work
29888              (noted by Spider Boardman).
29889              
29890              Subject: [PATCH perl@6698] cygwin port
29891              
29892              Document the NDBM_File and ODBM_File as SDBM_File
29893              was documented in #6417.
29894              
29895              The new tests were missing from #6415.
29896              
29897              Add [[:blank:]] as suggested in
29898              Subject: [ID 20000716.024] [=cc=] / [:blank:]
29899              (the [=cc=] has already been taken care of by #6439
29900              so the whole bug report can be closed)
29901              and make [[:space:]] to be equivalent to isspace(3)
29902              (as opposed to \s, which is isSPACE()).  The difference
29903              is that now [[:space:]] matches the mythical vertical tab,
29904              while \s doesn't.
29905              
29906              Don't eat leading os from index entries.
29907              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
29908              
29909              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
29910              
29911              Typo in pp_complement().
29912              Subject: [PATCH perl-current] Deparse
29913              
29914              Add warnif(), check warnings further up the stack,
29915              all the warnings functions now can take an optional object reference.
29916              Subject: [PATCH bleedperl@6691] warnings pragma update
29917              
29918              Fix a core dump in lib/selfloader under -DDEBUGGING.
29919              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
29920              
29921              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
29922              
29923              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
29924              
29925              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
29926              Put back the long double avoidance code to POSIX.xs
29927              because VMS seems to need it still.
29928              
29929              Introduce a 'veryclean' target that is like 'distclean'
29930              but also removes *~ and *.orig.
29931              
29932              Subject: [ID 20000817.023] endianness description in perlfunc.pod
29933              
29934              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
29935              
29936              Let's try #6717 again.
29937              
29938              UTF8 concat fixes.
29939              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
29940              
29941              pp_open() could pass an uninitialized filename down to do_open9().
29942              
29943              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
29944              
29945              Update to CGI 2.72, from Lincoln Stein.
29946              
29947              Subject: [PATCH] Silence MakeMaker (Was: installman)
29948              
29949              Use temporary directory instead of current directory.
29950              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
29951              
29952              Document odd vs even subreleases and -Dusedevel.
29953              
29954              The veryclean target needs to clobber.
29955              
29956              Use File::Spec->tmpdir().
29957              
29958              Document the number of exponent digits.
29959              
29960              Mention perlebcdic and perlposix-bc.
29961              
29962              s/this one/the 5.6.0 release/
29963              
29964              The #6724 is here.
29965              
29966              The correct cleaning order is an art.
29967              
29968              small tweaks for change#6705: avoid C++ style comments in C code;
29969              use Perl's malloc API rather than the low level system one
29970              
29971              Array context keeps slithering in.
29972              
29973              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
29974              
29975              Subject: [PATCH] os2.c fix for use64bitint
29976              
29977              Update to Pod::LaTeX 0.53.
29978              Subject: [PATCH] lib/Pod/LaTeX.pm updates
29979              
29980              Document the endianness of Alpha more precisely.
29981              
29982              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
29983              
29984              Rename the macro argument because some preprocessors
29985              can't tell the difference and expand arguments also inside
29986              double quoted strings.
29987              
29988              free TLS slot properly on Windows
29989              
29990              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
29991              
29992              Unicos/mk requires elaborate paranoia.
29993              
29994              Tweak the floating point output routine preferences.
29995              
29996              Also under djgpp the timestamps are funky.
29997              
29998              Apply some PodParser 1.18 patches; the Pod/Find.pm
29999              patches cannot be applied since #6712 conflicts.
30000              
30001              Use PodParser 1.18 new test.
30002              
30003              A pod nit.
30004              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30005              
30006              Be verydeepclean.
30007      Branch: maint-5.6/perl
30008           +> pod/perlebcdic.pod
30009           !> (integrate 106 files)
30010 ____________________________________________________________________________
30011 [  7892] By: jhi                                   on 2000/11/27  15:02:32
30012         Log: Update Changes.
30013      Branch: perl
30014            ! Changes patchlevel.h
30015 ____________________________________________________________________________
30016 [  7891] By: jhi                                   on 2000/11/27  14:57:23
30017         Log: Subject: Re: perlfaq style changes
30018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30019              Date: Sat, 25 Nov 2000 23:32:26 -0800
30020              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
30021              
30022              plus a note from Ronald Kimball.
30023      Branch: perl
30024            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
30025 ____________________________________________________________________________
30026 [  7890] By: jhi                                   on 2000/11/27  14:53:14
30027         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
30028              From: Benjamin Holzman <bah@ecnvantage.com>
30029              Date: Sun, 26 Nov 2000 16:27:33 -0500
30030              Message-ID: <20001126162733.J25040@ecnvantage.com>
30031      Branch: perl
30032            ! gv.c
30033 ____________________________________________________________________________
30034 [  7889] By: jhi                                   on 2000/11/27  14:43:11
30035         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
30036              From: lvirden@cas.org
30037              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
30038              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
30039      Branch: perl
30040            ! README.amiga
30041 ____________________________________________________________________________
30042 [  7888] By: jhi                                   on 2000/11/27  14:32:34
30043         Log: Restore also the locale test to no-sprintf-taint state.
30044              Fixes the bug 20001127.003.
30045      Branch: perl
30046            ! sv.c t/pragma/locale.t
30047 ____________________________________________________________________________
30048 [  7887] By: gsar                                  on 2000/11/27  14:13:05
30049         Log: integrate changes#6613..6616,6620..6665 from mainline
30050              
30051              VMS configure.com update continues.
30052              
30053              Subject: Test fails / warnings with perl-current #6612
30054              
30055              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
30056              
30057              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30058              
30059              For now remove the mail code.
30060              
30061              Subject: Re: [PATCH] @+, @- readonly
30062              
30063              Subject: warning: storage class after type is obsolescent
30064              
30065              Subject: sfio2000
30066              
30067              Subject: Re: File::Temp problems on VMS in bleedperl
30068              
30069              README.os2 update.
30070              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
30071              
30072              Make the user to give up his firstborn, err, to knowingly
30073              verify installing an unstable developer release.  Also bump
30074              the release to 5.7.0, but leave a patch tag in the local
30075              patches saying that this is not yet the real thing.
30076              
30077              Update (kinda) to Test 1.14, from Joshua Pritikin.
30078              
30079              make ok etc also for win32.
30080              
30081              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
30082              
30083              Don't blow limited stacks, a lower number is enough to
30084              tickle the lookbehind limit.
30085              
30086              Use -Dusedevel; regen Configure and the respective Porting stuff.
30087              
30088              Subject: [PATCH] debugger exit code should reflect user exit code
30089              
30090              Subject: [PATCH perl@6620] cygwin port
30091              
30092              Missed a file from #6638.
30093              
30094              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)
30095              
30096              magic callbacks all need to have same type signature
30097              
30098              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
30099              
30100              Fix a dependency problem.
30101              Subject: [PATCH: 6640] VMS Makefile.SH update
30102              
30103              The numeric locale was reset to "C" by s?printf and never restored.
30104              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30105              No test since adding the failing example to locale.t
30106              does not fail -- probably because the locale settings are so
30107              thoroughly tweaked by that time.  Running the example standalone
30108              does fail, though.  UPDATE: test case added at change #7540.
30109              
30110              Subject: [ID 20000324.040] minor fix to perlhpux.pod
30111              
30112              Update to CPAN 1.57.
30113              
30114              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
30115              
30116              Change the perlbug address to perl.org since it's more forgiving.
30117              
30118              Change the regx compilation error markers to use = instead of <
30119              since pod makes using the latter quite messy.  Reported in
30120              ID 20000814.006 by Abigail and in
30121              Subject: Unknown escape E<> ?
30122              
30123              Update to perldebtut 1.9, from Richard Foley.
30124              
30125              check that the number pseudo children doesn't exceed
30126              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
30127              the WaitForMultipleObjects() limit that would cause wait()
30128              to crash)
30129              wait() and waitpid() could potentially be rewritten to use
30130              more than one thread to do the waiting to eliminate this
30131              limitation
30132              
30133              change#6328 could make close(SOCKET) return false on windows
30134              when it shouldn't
30135              
30136              pod nit seen in passing
30137              
30138              on windows, the return values from wait() and waitpid() don't
30139              match those of pseudo-pids
30140              
30141              waitpid() now handles externally spawned pids correctly;
30142              fixes for backtick/wait/waitpid failures on Windows 9x
30143              these changes make the pid returned by process functions on
30144              Windows 9x always positive by clearing the high bit (which
30145              is always set on Win9x); pseudo-process PIDs are likewise
30146              always negative now on Win9x (just as on NT/2000)
30147              
30148              trailing new %ENV entries weren't being pushed into the real
30149              environment of subprocesses on Windows
30150              
30151              Tweak the regex compilation errors once more.
30152              
30153              avoid warnings from dense compiler
30154              
30155              add "ok" targets from change#6632 in makefile.mk
30156      Branch: maint-5.6/perl
30157            - lib/Pod/PlainText.pm vms/configure.com
30158           !> (integrate 66 files)
30159 ____________________________________________________________________________
30160 [  7886] By: jhi                                   on 2000/11/27  13:54:18
30161         Log: __FUNCTION__ isn't portable and trying to emulate it leads
30162              into practically spelling out the name of the function.
30163              Takes care of the bug 20001127.001.
30164      Branch: perl
30165            ! perlio.c
30166 ____________________________________________________________________________
30167 [  7885] By: gsar                                  on 2000/11/27  13:53:18
30168         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
30169              6610..6611 from mainline
30170              
30171              Make regular expression parse error messages easier to understand.
30172              Subject: Re: enhanced(?) regex error messages
30173              
30174              Tiny tidying on report_evil_fh().
30175              
30176              Subject: Re: enhanced(?) regex error messages 
30177              plus Capitalize the error messages, plus perldiag them.
30178              
30179              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
30180              
30181              Document here-doc better.
30182              
30183              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30184              
30185              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
30186              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
30187              (either perlbug or p5p ate the original), plus regen
30188              perlapi and perltoc. 
30189              
30190              Regen global.sym.
30191              
30192              Double check that we have a dirhandle.
30193              
30194              Subject: Re: enhanced(?) regex error messages
30195              (plus two small patches sent privately)
30196              (this still seems to leave few test failures)
30197              
30198              warn is a macro, avoid using at a variable to avoid warnings
30199              in some configurations; readdir.t is too conservative in
30200              estimating number of *.t's
30201              
30202              Get back into sync with Jeffrey on the enhanced regex warnings.
30203              
30204              Subject: [PATCH 5.6.0] cygwin port
30205              
30206              Zero entries were skipped, fix from Adrian Goalby
30207              <argoalby@yahoo.co.uk>
30208              
30209              Subject: Remove dead entry in perldiag
30210              
30211              Amend the description of Perl6.
30212              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
30213              
30214              detypo
30215              
30216              It's the 2ndO'ROSSC.
30217              
30218              Revert the sv.c part of #6559, a better fix is needed.
30219              
30220              Iterating perl6 description.
30221              
30222              Update to Term::ANSIColor 1.03, from Russ Allbery.
30223              
30224              Update to Getopt::Long 2.23_05, from Johan Vromans.
30225              
30226              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
30227              
30228              Update to Pod::Parser 1.17, from Brad Appleton.
30229              
30230              Update to CPAN 1.56, from Andreas König.
30231              
30232              Update to CGI 2.70, from Lincoln Stein.
30233              
30234              Put back the std @INC thing.
30235              
30236              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
30237              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
30238              
30239              Document the IO::Select timeout.
30240              
30241              sleep(1) does not necessarily return 1.
30242              Subject: [PATCH bleadperl] op/lex_assign.t  
30243              
30244              Subject: debugger "d" command doesnt check line number
30245              
30246              B::Deparse didn't do sub attributes.
30247              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
30248              
30249              Preprocessing and postprocessing for File::Find.
30250              Subject: Patch to Find::File.pm to allow alphabetical results
30251              
30252              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
30253              
30254              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
30255              
30256              Subject: Re: [ID 20000730.003] utf8::length() bad
30257              
30258              Subject: Getting perlio and threads to compile
30259              (the Solaris version changes in Configure skipped)
30260              
30261              Tests for #6589.
30262              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
30263              
30264              Add Perl debugging tutorial, regen toc. 
30265              Subject: perldebtut.pod
30266              
30267              Add a few missing files, update MANIFEST.
30268              
30269              Rewrite of vms/subconfigure.com as configure.com,
30270              from Peter Prymmer and the vmsperl crew.
30271              
30272              Should have deleted this in #6603.
30273              
30274              Fix the test for 5005threads.
30275              
30276              Fix-n-skip the tests under 5005threads.
30277              
30278              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
30279              
30280              Upgrade to CGI 2.71, from Lincoln Stein.
30281      Branch: maint-5.6/perl
30282           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
30283           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
30284           +> t/op/regmesg.t t/pod/find.t vms/configure.com
30285            - vms/subconfigure.com
30286            ! lib/lib.pm
30287           !> (integrate 115 files)
30288 ____________________________________________________________________________
30289 [  7884] By: jhi                                   on 2000/11/27  13:44:33
30290         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
30291              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30292              Date:     Mon, 27 Nov 2000 08:23:54 EST
30293              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
30294      Branch: perl
30295            ! vms/descrip_mms.template vms/test.com
30296 ____________________________________________________________________________
30297 [  7883] By: gsar                                  on 2000/11/27  11:50:46
30298         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
30299              6511..6513,6515..6523,6525..6536
30300              
30301              The swallow_bom() saga continues.  The #23 of require.t
30302              (UTF16-LE) still fails (silently, no output) but the #22
30303              (UTF16-BE) seems to be working now.  The root of the
30304              failure may be in sv_gets(): is it UTF-16LE-aware,
30305              especially when it comes to line endings? 
30306              
30307              Document the problem with -P in HP-UX and its workaround.
30308              
30309              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
30310              (aka ID 20000730.002)
30311              
30312              Subject: fix and question re: waitpid() under win32
30313              
30314              Make the safety catch for buggy gccs work with triple version
30315              numbers like 2.95.2.  Reported in
30316              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
30317              
30318              In Digital UNIX warn if gcc explicitly chosen because even
30319              2.95.2 is known to cause problems.
30320              
30321              Make chr() for values >127 to create utf8 when under utf8.
30322              
30323              various syntax errors and such (not fixed: comp/require.t#22 coredump
30324              on Windows)
30325              
30326              Stash away the largefiles flags and libswanted.
30327              
30328              BOM patching from Simon Cozens.
30329              
30330              If gccosandvers is equal to osname, clear gccosandvers.
30331              
30332              Make p4desc to skip non-mainperl branches by default.
30333              
30334              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
30335              
30336              The test from this
30337              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
30338              
30339              In new BSDs changes to argv[] do not show up in ps(1) output,
30340              instead one must use setproctitle().  This was already addressed
30341              by change #6457, but the below has a new variant for FreeBSD 4.0
30342              or later, and the matter is also documented more.
30343              
30344              FreeBSD 3.* updates from
30345              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30346              
30347              regen_headers, regen perltoc.
30348              
30349              Document in one place the memory abstractions used in Perl core.
30350              
30351              memcpy has n o in it, as pinted ut by Sarathy.
30352              
30353              Remove the extraneous "main::" prefix from all the
30354              "opened only for", "on closed", and "never opened" warnings.
30355              
30356              The name of a filehandle does not have <these>.
30357              
30358              The tr utf8 patching continues.
30359              
30360              The new setproctitle() feature is available only in 
30361              bleeding edge FreeBSD.  From Paul Saab.
30362              
30363              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
30364              
30365              Dump UVs as UVs in Data::Dumper.
30366              
30367              detypo #6494
30368              
30369              Document the IVdf UVuf UVof UVxf.
30370              
30371              require.t needs binmode() to work on windows
30372              
30373              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
30374              that are hopefully soon put into use.
30375              
30376              Allow "no Module;" even if there is no 'unimport'.
30377              
30378              Better skip message for the test; one of the two problems in
30379              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
30380              
30381              The subtest 4 may fail also on VOBS, as pointed out
30382              by Nick Ing-Simmons in November 1999, bug id 19991124.003
30383              (but the failure in that bug report isn't the subtest 4).
30384              
30385              Be more informative on what is skipped and why,
30386              also repeat the list at the end.
30387              
30388              Add a URL for FSF.
30389              
30390              Subject: [PATCH] sv.h documentation - SvLEN
30391              
30392              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
30393              
30394              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
30395              
30396              Subject: [PATCH] bad cppsymbols on os2 + Configure question
30397              
30398              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
30399              
30400              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
30401              mention the idea of @( and @)
30402              
30403              This is 6512.  Really.
30404              
30405              Subject: [ID 19990721.004] Documentation bug in perlfunc
30406              
30407              Subject: Minor tweak to perlvar.pod
30408              
30409              In the warnings call filehandles consistently so;
30410              add "unopened" warning for stat().
30411              
30412              After the #6519 a warning about stat() is just that,
30413              not about a filetest, which now have their own warning.
30414              
30415              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
30416              
30417              Subject: Re: Array vs. List context
30418              
30419              Subject: New perlcc, take 2
30420              
30421              Weed buglets pointed out by
30422              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
30423              
30424              gcc versions might have (parentheses) in them.
30425              
30426              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
30427              
30428              Essential prototype changes were missing from #6527.
30429              Also make report_evil_fh() more bomb-proof.
30430              
30431              Zap lib/Sys directory when cleaning up.
30432              
30433              Change the Policy policy: now -Dprefix= with an existing
30434              Policy.sh and prefix == siteprefix == vendorprefix, then all
30435              of them follow along the new prefix.
30436              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
30437              
30438              Continue fixing the io warnings.  This also
30439              sort of fixes bug ID 20000802.003: the core dump
30440              is no more.  Whether the current behaviour is correct
30441              (giving a warning: "Not a format reference"), is another matter.
30442              
30443              Have symbols for the IoTYPEs.
30444              
30445              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
30446              
30447              Document a bit that UDP is not what you might think.
30448              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
30449              tr memory corruption fix from Simon Cozens.
30450              
30451              Plug the security hole described in the Aug 05 2000 bugtraq message
30452              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
30453              The security hole exists only in suidperls, which isn't
30454              installed or even built by default.
30455      Branch: maint-5.6/perl
30456           !> (integrate 71 files)
30457 ____________________________________________________________________________
30458 [  7882] By: gsar                                  on 2000/11/27  10:25:36
30459         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
30460              from mainline
30461              
30462              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
30463              to be fatal errors (instead of by default ignoring them, and
30464              ignoring with a bug: even though -w gave an error, the opening [
30465              was left in)  Reported in:
30466              
30467              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
30468              
30469              Subject: [PATCH] split /^/
30470              
30471              MacOS nits from Matthias Neeracher.
30472              
30473              More split() doc and test patches from Mike Guy.
30474              
30475              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
30476              from Graham Barr in the module list.
30477              
30478              docfix from Peter Scott <Peter@PSDT.com>.
30479              
30480              File::Temp patches for VMS and OS/2 from Tim Jenness.
30481              
30482              open() wariness in perlbug.
30483              
30484              Subject: [PATCH] minor doc change - perlguts
30485              
30486              Subject: Minor doc patch: handy.h
30487              
30488              Be wary of close()s, too.
30489              
30490              Further File::Temp patches from Yitzchak Scott-Thoennes
30491              and Craig A. Berry.
30492              
30493              Subject: [PATCH] fixes bug 20000508.004
30494              
30495              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
30496              
30497              Allow "no AutoLoader;", based on change #6444,
30498              suggested by Graham Barr.
30499              
30500              Use setproctitle() if available to modify $0.
30501              
30502              Warn if the version of the operating system used to compile gcc
30503              differs from the current version of the operating system.
30504              Also display the gcc compilation os and version in myconfig.
30505              Inspiration from
30506              
30507              Tiny fixes for #6460.
30508              
30509              The problem described in this
30510              Subject: [ID 20000322.018] named chars aren't magical enough
30511              has been fixed in perl 5.6.0 but just in case added a test
30512              to keep it away.  (The report from Joseph Hall.)
30513              
30514              Tune the comments and hopefully stop a memory leak.
30515              
30516              Subject: UTF8 concat
30517              (with a memory leak fixed, plus a few casts added)
30518              This also seems to help for
30519              Subject: [ID 20000716.015] join UTF8 weirdness
30520              
30521              Do not upgrade SVs into utf8 just because they participate
30522              in eq or cmp.  Reported and fix suggested in
30523              Subject: [ID 20000720.009] sv_eq UTF8 bug
30524              
30525              Fix the HALF_UPGRADE() macro introduced in #6263.
30526              
30527              Find green threads before native threads.
30528              Subject: Re: Patch to jpl/JNI/Makefile.PL
30529      Branch: maint-5.6/perl
30530           !> (integrate 30 files)
30531 ____________________________________________________________________________
30532 [  7881] By: jhi                                   on 2000/11/27  05:48:41
30533         Log: It seems that *both* the unused submatch loop cleanup
30534              codes are needed.
30535      Branch: perl
30536            ! regexec.c
30537 ____________________________________________________________________________
30538 [  7880] By: jhi                                   on 2000/11/27  04:50:07
30539         Log: Clean .exists deeper.
30540      Branch: perl
30541            ! Makefile.SH
30542 ____________________________________________________________________________
30543 [  7879] By: jhi                                   on 2000/11/27  02:31:35
30544         Log: The code in regcppop() (see #7878) contains the correct lower
30545              limit for the unused submatch 'cleanup' loop so that under
30546              "use utf8" the following code wouldn't dump core:
30547              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
30548              the cleanup loop in regtry() stomped beyond allocated area
30549              in the startp[] array.  Therefore, copied the correct lower
30550              loop limit (*PL_reglastparen) to regtry().  Note: something
30551              may still not be quite right: why was the _higher_ loop limit
30552              (prog->nparens) different in the utf8 case?
30553              
30554              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
30555              without core dumps, there were about 17 of them before
30556              the patch (with us since Perl 5.7.0).  Two failures, still:
30557              496 and 505 (though these may not be severe).
30558              
30559              Patch #7881 is also needed since both the cleanup loops
30560              seem to be needed.
30561              
30562              Also, the t/op/pat#44 seems to core dump under utf8.
30563              Plus a couple of failures.  UGH-8.
30564      Branch: perl
30565            ! regexec.c
30566 ____________________________________________________________________________
30567 [  7878] By: jhi                                   on 2000/11/27  02:21:17
30568         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
30569              the code in regcppop() seems to be redundant for the test suite --
30570              but it contains a germ of truth, and it needed for the build
30571              process itself: see #7879 and #7881.
30572      Branch: perl
30573            ! regexec.c
30574 ____________________________________________________________________________
30575 [  7877] By: jhi                                   on 2000/11/27  01:53:09
30576         Log: Comment on comment.
30577      Branch: perl
30578            ! regexec.c
30579 ____________________________________________________________________________
30580 [  7876] By: jhi                                   on 2000/11/27  00:49:59
30581         Log: Adjust the docs to agree with #7875.
30582      Branch: perl
30583            ! pod/perllocale.pod
30584 ____________________________________________________________________________
30585 [  7875] By: jhi                                   on 2000/11/27  00:49:27
30586         Log: Retract #7863.  It makes more sense not to taint formatted output,
30587              not even by sprintf().
30588      Branch: perl
30589            ! sv.c
30590 ____________________________________________________________________________
30591 [  7874] By: jhi                                   on 2000/11/26  23:36:02
30592         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
30593              Not really fixed (should really dump the UTF-8 charclass),
30594              but stopped displaying the garbage.
30595              
30596              Also add a note on the (missing) Unicode PSXSPC and BLANK.
30597      Branch: perl
30598            ! regcomp.c
30599 ____________________________________________________________________________
30600 [  7873] By: jhi                                   on 2000/11/26  21:31:13
30601         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
30602      Branch: perl
30603            ! regexec.c
30604 ____________________________________________________________________________
30605 [  7872] By: jhi                                   on 2000/11/26  21:06:04
30606         Log: No need to scan till infinity, 13 is enough.
30607      Branch: perl
30608            ! handy.h utf8.c
30609 ____________________________________________________________________________
30610 [  7871] By: jhi                                   on 2000/11/26  20:20:32
30611         Log: Test line numbers are different with utf8.
30612      Branch: perl
30613            ! t/op/re_tests
30614 ____________________________________________________________________________
30615 [  7870] By: jhi                                   on 2000/11/26  20:10:12
30616         Log: Message nit.
30617      Branch: perl
30618            ! regcomp.c
30619 ____________________________________________________________________________
30620 [  7869] By: jhi                                   on 2000/11/26  19:01:05
30621         Log: Make utf8_length() and utf8_distance() (the latter of which
30622              is unused at the moment) to be less forgiving about bad UTF-8.
30623      Branch: perl
30624            ! embed.h embed.pl objXSUB.h proto.h utf8.c
30625 ____________________________________________________________________________
30626 [  7868] By: jhi                                   on 2000/11/26  18:45:56
30627         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
30628              From: Benjamin Holzman <bah@ecnvantage.com>
30629              Date: Sat, 25 Nov 2000 20:40:20 -0500       
30630              Message-ID: <20001125204020.A25040@ecnvantage.com>              
30631              
30632              Debian allows installing /usr/bin/locale without installing
30633              any locales, an error message will ensue.
30634      Branch: perl
30635            ! t/pragma/locale.t
30636 ____________________________________________________________________________
30637 [  7867] By: jhi                                   on 2000/11/26  18:31:12
30638         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
30639              From: Benjamin Holzman <bah@ecnvantage.com>
30640              Date: Sun, 26 Nov 2000 02:42:34 -0500
30641              Message-ID: <20001126024234.G25040@ecnvantage.com>
30642              
30643              Patch for the bug 20000212.002.
30644      Branch: perl
30645            ! sv.c t/op/array.t
30646 ____________________________________________________________________________
30647 [  7866] By: jhi                                   on 2000/11/26  18:28:09
30648         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
30649              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30650              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
30651              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
30652              
30653              File::Temp 0.11.
30654      Branch: perl
30655            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
30656 ____________________________________________________________________________
30657 [  7865] By: jhi                                   on 2000/11/26  18:24:22
30658         Log: The metaconfig unit change for #7864.
30659      Branch: metaconfig/U/perl
30660            ! need_va_copy.U
30661 ____________________________________________________________________________
30662 [  7864] By: jhi                                   on 2000/11/26  18:23:41
30663         Log: Make the va_copy() test not to be so talkative.
30664      Branch: perl
30665            ! Configure config_h.SH
30666 ____________________________________________________________________________
30667 [  7863] By: jhi                                   on 2000/11/26  18:11:02
30668         Log: Fix locale inconsistencies unearthed by Hugo's work.
30669              Now the floating point sprintf really does taint the result
30670              string as perllocale promises (has promised for a long time)
30671              if "use locale" is in the lexical scope.
30672      Branch: perl
30673            ! sv.c t/pragma/locale.t
30674 ____________________________________________________________________________
30675 [  7862] By: jhi                                   on 2000/11/26  00:35:15
30676         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
30677              From: Nicholas Clark <nick@ccl4.org>
30678              Date: Sun, 26 Nov 2000 00:07:50 +0000
30679              Message-ID: <20001126000750.A22446@plum.flirble.org>
30680              
30681              Infinit.
30682      Branch: perl
30683            ! sv.c
30684 ____________________________________________________________________________
30685 [  7861] By: jhi                                   on 2000/11/26  00:01:26
30686         Log: Integrate perlio.
30687      Branch: perl
30688           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
30689 ____________________________________________________________________________
30690 [  7860] By: nick                                  on 2000/11/25  22:04:17
30691         Log: Correct relative path from new ext\Filter\Util\Call location
30692              back to miniperl.
30693      Branch: perlio
30694            ! win32/makefile.mk
30695 ____________________________________________________________________________
30696 [  7859] By: nick                                  on 2000/11/25  21:26:54
30697         Log: Integrate mainline.
30698      Branch: perlio
30699           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30700           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
30701           +> t/lib/filter-util.t
30702            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30703            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30704            - t/lib/filt-util.t
30705           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
30706           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
30707           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
30708           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
30709           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
30710           !> win32/makefile.mk
30711 ____________________________________________________________________________
30712 [  7858] By: gsar                                  on 2000/11/25  20:52:17
30713         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
30714              parent's memory; fix it by keeping track of the actual pad
30715              offset rather than a raw pointer (this change is probably also
30716              relevant to non-ithreads case to avoid fallout from reallocs of
30717              the pad array, but is currently only enabled for the ithreads
30718              case in the interests of minimal disruption to existing "well
30719              tested" code)
30720      Branch: perl
30721            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
30722            ! proto.h scope.c scope.h sv.c t/op/fork.t
30723 ____________________________________________________________________________
30724 [  7857] By: nick                                  on 2000/11/25  20:01:28
30725         Log: All tests pass on Win32/gcc/USE_PERLIO.
30726              - when crlf layer is pushed make unix-level binary.
30727              - remove :crlf injection in pp_backtick in pp_sys.c
30728              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
30729      Branch: perlio
30730            ! doio.c perlio.c pp_sys.c win32/makefile.mk
30731 ____________________________________________________________________________
30732 [  7856] By: jhi                                   on 2000/11/25  18:38:30
30733         Log: Update the metaconfig units for #7855.
30734      Branch: metaconfig/U/perl
30735            ! useperlio.U usesocks.U
30736 ____________________________________________________________________________
30737 [  7855] By: jhi                                   on 2000/11/25  18:37:54
30738         Log: Undo the SOCKS workarounds, instead start using PerlIO
30739              if SOCKS is selected.
30740              
30741              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
30742              From: Jens Hamisch <jens@Strawberry.COM>
30743              Date: Fri, 24 Nov 2000 18:31:30 +0100
30744              Message-ID: <20001124183130.E28337@Strawberry.COM>
30745              
30746              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
30747              From: Jens Hamisch <jens@Strawberry.COM>
30748              Date: Fri, 24 Nov 2000 19:11:51 +0100
30749              Message-ID: <20001124191151.A28753@Strawberry.COM>
30750      Branch: perl
30751            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
30752            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
30753 ____________________________________________________________________________
30754 [  7854] By: jhi                                   on 2000/11/25  17:39:08
30755         Log: Undo #7848.  Some of the code seems to use walkoptree(),
30756              some walkoptree_slow().  An unfinished renaming?
30757              Now the sub is walkoptree() (which is @EXPORT_OK),
30758              the walkoptree_slow() is a typeglob alias to walkoptree.
30759              This makes the tests to pass, at least.
30760      Branch: perl
30761            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
30762 ____________________________________________________________________________
30763 [  7853] By: nick                                  on 2000/11/24  22:24:33
30764         Log: Re-arrange crlf vs binary for platforms that care.
30765              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
30766              Lip-service to making stdio layer work on such platfroms (untested).
30767              Now fails 3 tests rather than one, checkin to see if I can debug 
30768              the issue under linux. (Do not merge.)
30769      Branch: perlio
30770            ! doio.c perlio.c perliol.h
30771 ____________________________________________________________________________
30772 [  7852] By: jhi                                   on 2000/11/24  18:57:39
30773         Log: AUTHORS edits.
30774      Branch: perl
30775            ! AUTHORS
30776 ____________________________________________________________________________
30777 [  7851] By: jhi                                   on 2000/11/24  17:34:56
30778         Log: Add Jan-Erik Karlsson.
30779      Branch: perl
30780            ! AUTHORS
30781 ____________________________________________________________________________
30782 [  7850] By: jhi                                   on 2000/11/24  17:27:56
30783         Log: Configure should find stdchar on its own.
30784      Branch: perl
30785            ! hints/solaris_2.sh
30786 ____________________________________________________________________________
30787 [  7849] By: jhi                                   on 2000/11/24  17:24:55
30788         Log: Subject: PATCH over 7848: Filter test flawed
30789              From: andreas.koenig@anima.de (Andreas J. Koenig)
30790              Date: 24 Nov 2000 10:28:29 +0100
30791              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
30792      Branch: perl
30793            ! t/lib/filter-util.t
30794 ____________________________________________________________________________
30795 [  7848] By: jhi                                   on 2000/11/24  17:22:15
30796         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
30797              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
30798              Date: Fri, 24 Nov 2000 16:12:58 +0000
30799              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
30800      Branch: perl
30801            ! ext/B/B.pm
30802 ____________________________________________________________________________
30803 [  7847] By: jhi                                   on 2000/11/24  03:07:01
30804         Log: Integrate perlio.
30805      Branch: perl
30806           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30807           !> win32/makefile.mk
30808 ____________________________________________________________________________
30809 [  7846] By: gsar                                  on 2000/11/24  00:55:57
30810         Log: integrate changes#6415..6418,6420..6438 from mainline
30811              
30812              Fix the bitvector ops for utf8 (tricky since past 7 bits
30813              the utf8 'characters' can be more than one octet).
30814              
30815              MPE/ix updates for perl 5.6.0 from Mark Bixby.
30816              
30817              Subject: SDBM_File documentation
30818              
30819              Detypo.
30820              
30821              Decutandpasto.
30822              
30823              Send all installperl messages to STDERR and be -w clean.
30824              
30825              Out-of-date note removed.
30826              
30827              Protect against "wild next"s, that is, callbacks doing "next"
30828              instead of "return".
30829              
30830              Use STDOUT consistently.
30831              
30832              The output might have been produced in the wrong order.
30833              
30834              A missing 'break' after the [[:space:]] switch case.
30835              
30836              Add tests for
30837              [ID 19991110.003] another matching finding by pcre author
30838              which has already been fixed by some patch, as verified in
30839              
30840              Documentation to explain the behaviour of map().
30841              
30842              Add an optimization for map-maps-a-list-element-to-more-list-elements
30843              case, but add also notes explaining the relationship of this
30844              patch and the earlier notes by Sarathy.
30845              
30846              Subject: [ID 20000716.023] syslog test fails without sockets
30847              
30848              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30849              Test cases for #6431.
30850              
30851              File::Spec::VMS fixup for tmpdir from Craig Berry.
30852              
30853              Make the "uninit variable" warning to say "concat or string"
30854              or "join or string" when in concat or join .
30855              
30856              Get UTF16 BOMs working.  Patch from
30857              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30858              
30859              Subject: [PATCH] Make large file tests deal with SIGXFSZ
30860              
30861              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
30862              
30863              Subject: [PATCH] av.c apidoc
30864      Branch: maint-5.6/perl
30865           !> (integrate 43 files)
30866 ____________________________________________________________________________
30867 [  7845] By: gsar                                  on 2000/11/24  00:20:45
30868         Log: integrate changes#6406..6414 from mainline
30869              
30870              Merge perlhacktut into perlhack, update perlguts.
30871              
30872              Fix AutoSplit to use File::Spec the right way in VMS,
30873              from Peter Prymmer.
30874              
30875              The bug report
30876              [ID 19991110.002] minimal matching discrepancy found by pcre author
30877              seems to have been fixed (though differently from what was suggested
30878              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
30879              
30880              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
30881              not in pod, from Peter Prymmer
30882              
30883              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
30884              From: Hugo <hv@crypt.compulink.co.uk>
30885              Date: Fri, 14 Jul 2000 23:05:20 +0100
30886              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
30887              
30888              Didn't anymore apply, but that point still could use another fix.
30889              
30890              lib/b test fixes from Peter Prymmer.
30891              
30892              More docs for sv functions.
30893              
30894              perlvms.pod whitespace cleanup to keep pod utils happy.
30895              
30896              another VMS build tweak from Peter Prymmer
30897      Branch: maint-5.6/perl
30898           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
30899           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
30900           !> vms/descrip_mms.template vms/perlvms.pod
30901 ____________________________________________________________________________
30902 [  7844] By: nick                                  on 2000/11/23  23:42:45
30903         Log: Win32/perlio Now just fails one io/argv.t test - lack 
30904              of default :crlf on standard streams.
30905      Branch: perlio
30906            ! doio.c perlio.c
30907 ____________________________________________________________________________
30908 [  7843] By: nick                                  on 2000/11/23  23:04:05
30909         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
30910              peek fail is showing a real problem (multiple crlf layers
30911              are getting pushed.)
30912      Branch: perlio
30913            ! doio.c perlio.c win32/makefile.mk
30914 ____________________________________________________________________________
30915 [  7842] By: nick                                  on 2000/11/23  19:46:23
30916         Log: Implement PerlIO_binmode()
30917              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
30918              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
30919              make binmode in t/lib/io_tell.t unconditional so that works.
30920              Checkin just so Win32 machine can see these changes.
30921      Branch: perlio
30922            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30923 ____________________________________________________________________________
30924 [  7841] By: jhi                                   on 2000/11/23  19:30:00
30925         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
30926      Branch: perl
30927            ! README.amiga
30928 ____________________________________________________________________________
30929 [  7840] By: jhi                                   on 2000/11/23  17:18:02
30930         Log: SOCKS wrestling continues, patches from Jens Hamisch.
30931      Branch: perl
30932            ! doio.c embed.h embed.pl perlsdio.h proto.h
30933 ____________________________________________________________________________
30934 [  7839] By: jhi                                   on 2000/11/23  16:54:14
30935         Log: Push Filter::Util::Call one level deeper.
30936      Branch: perl
30937            + t/lib/filter-util.t
30938           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30939           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
30940            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30941            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30942            - t/lib/filt-util.t
30943            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
30944            ! win32/Makefile win32/makefile.mk
30945 ____________________________________________________________________________
30946 [  7838] By: jhi                                   on 2000/11/23  16:52:40
30947         Log: Reach back one higher up when searching for PERL_SRC.
30948      Branch: perl
30949            ! lib/ExtUtils/MM_Unix.pm
30950 ____________________________________________________________________________
30951 [  7837] By: jhi                                   on 2000/11/23  16:05:41
30952         Log: Subject: Re: perl@7826
30953              Date: Thu, 23 Nov 2000 02:20:25 -0600
30954              From: "Craig A. Berry" <craigberry@mac.com>
30955              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
30956              
30957              Make VMS to like Filter::Util::Call. 
30958      Branch: perl
30959            ! configure.com ext/Filter/Util/Makefile.PL
30960 ____________________________________________________________________________
30961 [  7836] By: nick                                  on 2000/11/23  16:04:08
30962         Log: Implement crlf layer - not ready for merge.
30963      Branch: perlio
30964            ! perlio.c win32/makefile.mk
30965 ____________________________________________________________________________
30966 [  7835] By: jhi                                   on 2000/11/23  15:56:52
30967         Log: STDCHAR is different in Sparc v9 vs x86.
30968      Branch: perl
30969            ! hints/solaris_2.sh
30970 ____________________________________________________________________________
30971 [  7834] By: jhi                                   on 2000/11/23  15:50:47
30972         Log: The type needs to be visible to protos.
30973      Branch: perl
30974            ! perl.h
30975 ____________________________________________________________________________
30976 [  7833] By: jhi                                   on 2000/11/23  15:40:46
30977         Log: Finish unfinished SOCKS workaround changes.
30978      Branch: perl
30979            ! doio.c
30980 ____________________________________________________________________________
30981 [  7832] By: jhi                                   on 2000/11/23  15:33:30
30982         Log: Integrate perlio.
30983      Branch: perl
30984           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30985           !> win32/makefile.mk
30986 ____________________________________________________________________________
30987 [  7831] By: nick                                  on 2000/11/23  10:31:07
30988         Log: Correct makefile.mk dependancies for ext/Filter/Util
30989              Build ext/Encode
30990              Run dmake regen_config_h
30991      Branch: perlio
30992            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30993            ! win32/makefile.mk
30994 ____________________________________________________________________________
30995 [  7830] By: nick                                  on 2000/11/23  08:05:07
30996         Log: Integrate mainline
30997      Branch: perlio
30998           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30999           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
31000           +> t/lib/filt-util.pl t/lib/filt-util.t
31001           !> (integrate 41 files)
31002 ____________________________________________________________________________
31003 [  7829] By: gsar                                  on 2000/11/23  03:07:11
31004         Log: build the Filter extension on windows
31005      Branch: perl
31006            ! win32/Makefile win32/makefile.mk
31007 ____________________________________________________________________________
31008 [  7828] By: gsar                                  on 2000/11/23  02:46:35
31009         Log: regenerate win32/config* and fix some inconsistencies in the
31010              makefiles; always export Perl_deb() because it is needed
31011              by ext/re/* (whether perl itself is built with -DDEBUGGING
31012              or not)
31013      Branch: perl
31014            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
31015            ! win32/config_H.vc win32/makefile.mk
31016 ____________________________________________________________________________
31017 [  7827] By: gsar                                  on 2000/11/23  02:18:38
31018         Log: get sources building on windows+MSVC again (untested with other
31019              compilers)
31020      Branch: perl
31021            ! win32/include/sys/socket.h win32/perllib.c
31022 ____________________________________________________________________________
31023 [  7826] By: jhi                                   on 2000/11/23  01:18:26
31024         Log: Update Changes.
31025      Branch: perl
31026            ! Changes patchlevel.h
31027 ____________________________________________________________________________
31028 [  7825] By: jhi                                   on 2000/11/23  00:20:41
31029         Log: Subject: Re: av.c patch (having slight problems)
31030              From: "Ben Tilly" <ben_tilly@hotmail.com>
31031              Date: Tue, 21 Nov 2000 23:29:31 -0500
31032              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
31033              
31034              unshift() speedup.
31035      Branch: perl
31036            ! av.c
31037 ____________________________________________________________________________
31038 [  7824] By: jhi                                   on 2000/11/22  23:59:15
31039         Log: Fixes for signedness warnings noticed by VMSperlers.
31040      Branch: perl
31041            ! ext/Storable/Storable.xs regcomp.c sv.c
31042 ____________________________________________________________________________
31043 [  7823] By: jhi                                   on 2000/11/22  23:19:31
31044         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
31045              From: Peter Prymmer <pvhp@forte.com>
31046              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
31047              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
31048      Branch: perl
31049            ! t/pragma/warn/pp_hot
31050 ____________________________________________________________________________
31051 [  7822] By: jhi                                   on 2000/11/22  22:52:20
31052         Log: Be clean.
31053      Branch: perl
31054            ! Makefile.SH
31055 ____________________________________________________________________________
31056 [  7821] By: jhi                                   on 2000/11/22  22:46:39
31057         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
31058              by Damian Conway, as suggested by Paul Marquess.
31059      Branch: perl
31060            + lib/Filter/Simple.pm
31061 ____________________________________________________________________________
31062 [  7820] By: jhi                                   on 2000/11/22  22:45:51
31063         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
31064      Branch: perl
31065            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31066            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31067            + t/lib/filt-util.t
31068            ! MANIFEST
31069 ____________________________________________________________________________
31070 [  7819] By: jhi                                   on 2000/11/22  22:03:27
31071         Log: Integrate perlio.
31072      Branch: perl
31073           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
31074           !> win32/makefile.mk
31075 ____________________________________________________________________________
31076 [  7818] By: jhi                                   on 2000/11/22  21:56:02
31077         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
31078      Branch: perl
31079            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
31080            ! t/lib/io_sock.t
31081 ____________________________________________________________________________
31082 [  7817] By: jhi                                   on 2000/11/22  21:39:49
31083         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
31084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31085              Date: Wed, 22 Nov 2000 16:08:12 -0500
31086              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
31087      Branch: perl
31088            ! lib/ExtUtils/Liblist.pm
31089 ____________________________________________________________________________
31090 [  7816] By: jhi                                   on 2000/11/22  21:38:25
31091         Log: Go ahead and #include <unistd.h> in perl.h.
31092      Branch: perl
31093            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
31094            ! util.c
31095 ____________________________________________________________________________
31096 [  7815] By: jhi                                   on 2000/11/22  21:22:52
31097         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
31098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31099              Date: Mon, 20 Nov 2000 18:30:52 -0500
31100              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
31101      Branch: perl
31102            ! pod/perlre.pod regcomp.c t/op/re_tests
31103 ____________________________________________________________________________
31104 [  7814] By: jhi                                   on 2000/11/22  21:21:46
31105         Log: Subject: [PATCH 5.7.0] Liblist finally works
31106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31107              Date: Tue, 21 Nov 2000 22:02:17 -0500
31108              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
31109      Branch: perl
31110            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
31111            ! lib/ExtUtils/MakeMaker.pm
31112 ____________________________________________________________________________
31113 [  7813] By: jhi                                   on 2000/11/22  21:20:23
31114         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
31115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31116              Date: Wed, 22 Nov 2000 17:53:15 +0100
31117              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
31118              
31119              AIX dynaloader and perlio patch.
31120      Branch: perl
31121            ! ext/DynaLoader/dl_aix.xs
31122 ____________________________________________________________________________
31123 [  7812] By: jhi                                   on 2000/11/22  21:17:52
31124         Log: (Accidentally empty patch.)
31125      Branch: perl
31126            ! av.c
31127 ____________________________________________________________________________
31128 [  7811] By: jhi                                   on 2000/11/22  21:16:31
31129         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
31130              From: Peter Prymmer <pvhp@forte.com>
31131              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
31132              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
31133      Branch: perl
31134            ! vms/test.com
31135 ____________________________________________________________________________
31136 [  7810] By: jhi                                   on 2000/11/22  21:15:36
31137         Log: Subject: Re: perl@7777 
31138              From: "John P. Linderman" <jpl@research.att.com>
31139              Date: Wed, 22 Nov 2000 13:11:11 -0500
31140              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
31141              
31142              Detypoing.
31143      Branch: perl
31144            ! lib/CPAN.pm
31145 ____________________________________________________________________________
31146 [  7809] By: jhi                                   on 2000/11/22  21:14:19
31147         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
31148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31149              Date:     Wed, 22 Nov 2000 13:51:37 EST
31150              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
31151      Branch: perl
31152            ! perlsdio.h
31153 ____________________________________________________________________________
31154 [  7808] By: jhi                                   on 2000/11/22  21:13:27
31155         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
31156              From: Casey Tweten <crt@kiski.net>
31157              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
31158              Message-Id: <200011201653.LAA10194@home.kiski.net>
31159      Branch: perl
31160            ! t/lib/io_udp.t
31161 ____________________________________________________________________________
31162 [  7807] By: jhi                                   on 2000/11/22  21:12:35
31163         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
31164              From: Casey Tweten <crt@kiski.net>
31165              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
31166              Message-Id: <200011201636.LAA07227@home.kiski.net>
31167      Branch: perl
31168            ! t/lib/io_sock.t
31169 ____________________________________________________________________________
31170 [  7806] By: jhi                                   on 2000/11/22  21:10:59
31171         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
31172              From: "Casey R. Tweten" <crt@kiski.net>
31173              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
31174              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
31175      Branch: perl
31176            ! utils/h2xs.PL
31177 ____________________________________________________________________________
31178 [  7805] By: nick                                  on 2000/11/22  21:05:06
31179         Log: Integrate mainline
31180      Branch: perlio
31181           !> Changes Porting/genlog ext/DB_File/DB_File.xs
31182           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
31183           !> utils/perlbug.PL
31184 ____________________________________________________________________________
31185 [  7804] By: jhi                                   on 2000/11/22  21:01:12
31186         Log: Subject: [PATCH] Test.pm POD peculiarity
31187              From: "Casey R. Tweten" <crt@kiski.net>
31188              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
31189              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
31190      Branch: perl
31191            ! lib/Test.pm
31192 ____________________________________________________________________________
31193 [  7803] By: jhi                                   on 2000/11/22  20:59:59
31194         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
31195              From: "Philip Newton" <pnewton@gmx.de>
31196              Date: Wed, 22 Nov 2000 14:25:53 +0100
31197              Message-Id: <3A1BD771.25462.1939FAD@localhost>
31198              
31199              Be case-understanding also on 's', and use the -oi of sendmail
31200              not to terminate the transmission on a lone '.'.
31201      Branch: perl
31202            ! utils/perlbug.PL
31203 ____________________________________________________________________________
31204 [  7802] By: nick                                  on 2000/11/22  20:51:42
31205         Log: Win32 PerlIO intermediate state now working as expected.
31206              - In current state we are still using C runtime in text/binary
31207              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
31208              - PERLIO=stdio and PERLIO=unix pass all expected tests.
31209              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
31210              and PerlIO_seek() and the dummy crlf layer is not making adjustments
31211              for CRLF translation happening in C runtime. All other tests pass.
31212              
31213              Added note to README.win32 to point out the snags of doing a perl build
31214              with Norton AntiVirus turned on.
31215              
31216              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
31217              which file a fail comes from.
31218              
31219              Updated "canned" config.h to match the one generated.
31220      Branch: perlio
31221            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
31222            ! win32/makefile.mk
31223 ____________________________________________________________________________
31224 [  7801] By: jhi                                   on 2000/11/22  06:50:20
31225         Log: Nickety nits.
31226      Branch: perl
31227            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31228 ____________________________________________________________________________
31229 [  7800] By: jhi                                   on 2000/11/22  01:29:55
31230         Log: Changes had accidentally gone too silent on non-main branches.
31231      Branch: perl
31232            ! Changes Porting/genlog patchlevel.h
31233 ____________________________________________________________________________
31234 [  7799] By: gsar                                  on 2000/11/22  01:02:56
31235         Log: some lib_pm.PL changes snuck in via change#7772
31236      Branch: maint-5.6/perl
31237            ! Makefile.SH
31238 ____________________________________________________________________________
31239 [  7798] By: nick                                  on 2000/11/21  21:59:40
31240         Log: Integrate mainline
31241      Branch: perlio
31242           !> (integrate 28 files)
31243 ____________________________________________________________________________
31244 [  7797] By: jhi                                   on 2000/11/21  21:01:45
31245         Log: Integrate perlio.
31246      Branch: perl
31247           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
31248 ____________________________________________________________________________
31249 [  7796] By: nick                                  on 2000/11/21  20:36:22
31250         Log: Win32 builds and runs (mostly) with USE_PERLIO.
31251              PERLIO=perlio passes all tests. 
31252              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
31253      Branch: perlio
31254            ! perlio.c win32/perllib.c win32/win32.c
31255 ____________________________________________________________________________
31256 [  7795] By: jhi                                   on 2000/11/21  19:03:44
31257         Log: Update Changes.
31258      Branch: perl
31259            ! Changes patchlevel.h
31260 ____________________________________________________________________________
31261 [  7794] By: jhi                                   on 2000/11/21  18:56:34
31262         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
31263              From: "Craig A. Berry" <craigberry@mac.com>
31264              Date: Mon, 20 Nov 2000 20:27:06 -0600
31265              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
31266              
31267              A cut-and-pasto.
31268      Branch: perl
31269            ! perlio.h
31270 ____________________________________________________________________________
31271 [  7793] By: jhi                                   on 2000/11/21  18:54:41
31272         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
31273              From: Dominic Dunlop <domo@computer.org> 
31274              Date: Mon, 20 Nov 2000 18:55:29 +0100
31275              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
31276              
31277              va_copy() and the need of it.
31278              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
31279      Branch: metaconfig/U/perl
31280            + need_va_copy.U
31281      Branch: perl
31282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31283            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
31284            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31285            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31286            ! win32/config.bc win32/config.gc win32/config.vc
31287 ____________________________________________________________________________
31288 [  7792] By: jhi                                   on 2000/11/21  17:04:10
31289         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
31290      Branch: perl
31291           !> scope.h
31292 ____________________________________________________________________________
31293 [  7791] By: jhi                                   on 2000/11/21  17:01:16
31294         Log: Export the SOCKS workaround symbols only if necessary.
31295      Branch: perl
31296            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
31297 ____________________________________________________________________________
31298 [  7790] By: nick                                  on 2000/11/20  23:57:11
31299         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
31300      Branch: perlio
31301            ! scope.h
31302 ____________________________________________________________________________
31303 [  7789] By: nick                                  on 2000/11/20  23:38:33
31304         Log: Integrate mainline
31305      Branch: perlio
31306           +> lib/File/Spec/Epoc.pm
31307           !> (integrate 34 files)
31308 ____________________________________________________________________________
31309 [  7788] By: nick                                  on 2000/11/20  23:20:18
31310         Log: Make extra buffer layer work (dummy crlf layer)
31311      Branch: perlio
31312            ! doio.c perlio.c perlio.h
31313 ____________________________________________________________________________
31314 [  7787] By: jhi                                   on 2000/11/20  22:44:04
31315         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
31316              From: Peter Prymmer <pvhp@forte.com>
31317              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
31318              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
31319      Branch: perl
31320            ! t/pragma/locale.t
31321 ____________________________________________________________________________
31322 [  7786] By: jhi                                   on 2000/11/20  22:29:10
31323         Log: Subject: DOC PATCH 5.6.0 perlreftut
31324              From: mjd@plover.com
31325              Date: 20 Nov 2000 19:45:06 -0000
31326              Message-ID: <20001120194506.9505.qmail@plover.com>
31327      Branch: perl
31328            ! pod/perlreftut.pod
31329 ____________________________________________________________________________
31330 [  7785] By: jhi                                   on 2000/11/20  22:27:44
31331         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
31332              From: David Dyck <dcd@tc.fluke.com>
31333              Date: Mon, 20 Nov 2000 11:43:40 -0800
31334              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
31335      Branch: perl
31336            ! lib/Cwd.pm
31337 ____________________________________________________________________________
31338 [  7784] By: jhi                                   on 2000/11/20  22:23:21
31339         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
31340              Date: Mon, 20 Nov 2000 17:06:10 -0500
31341              To: Mailing list Perl5 <perl5-porters@perl.org>
31342              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
31343      Branch: perl
31344            ! pp_ctl.c t/op/pat.t
31345 ____________________________________________________________________________
31346 [  7783] By: jhi                                   on 2000/11/20  22:11:18
31347         Log: Subject: [PATCH] doop.c - UTF8 tr///               
31348              From: Simon Cozens <simon@cozens.net>
31349              Date: Sat, 18 Nov 2000 18:49:30 +0000
31350              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
31351              
31352              Subject: Re: [PATCH] doop.c - UTF8 tr///           
31353              From: Simon Cozens <simon@cozens.net>
31354              Date: Mon, 20 Nov 2000 20:45:22 +0000
31355              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
31356              
31357              Make tr on UTF-8 better but still not correct.
31358      Branch: perl
31359            ! doop.c
31360 ____________________________________________________________________________
31361 [  7782] By: jhi                                   on 2000/11/20  22:02:16
31362         Log: Remove the shared object before attempting to create
31363              (by linking) a new one.  E.g. in AIX not removing
31364              becomes quite painful if one tries to do more than one
31365              build in the same tree (an interrupted build, for example),
31366              since the AIX' shared dynaloader seemingly keeps the shared
31367              objects open and therefore 'busy' for quite a while, even when
31368              nobody is using the objects, leading into link failures.
31369      Branch: perl
31370            ! lib/ExtUtils/MM_Unix.pm
31371 ____________________________________________________________________________
31372 [  7781] By: gsar                                  on 2000/11/20  19:02:55
31373         Log: type mismatch due to faulty integration
31374      Branch: maint-5.6/perl
31375            ! toke.c win32/Makefile
31376 ____________________________________________________________________________
31377 [  7780] By: gsar                                  on 2000/11/20  17:31:55
31378         Log: integrate changes#6392,6394..6399,6401..6404
31379              
31380              The {multiplier} of a fixed substring was overlooked which
31381              caused a wrong initial search offset for that substring.
31382              
31383              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
31384              From: Hugo <hv@crypt.compulink.co.uk>
31385              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
31386              Date: Thu, 13 Jul 2000 19:27:13 +0100
31387              
31388              Fix the BOM bug: not a byteorder bug, a signedness bug.
31389              
31390              Replace change #6337 with a better one.
31391              
31392              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
31393              From: Hugo <hv@crypt.compulink.co.uk>
31394              Date: Fri, 14 Jul 2000 04:16:20 +0100
31395              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
31396              
31397              MakeMaker should not remove editor backups (*~) on `make clean`
31398              by default (completes change#6383)
31399              
31400              move new variables to the end of the interpreter structure (for
31401              bincompat in code that doesn't #include XSUB.h)
31402              
31403              rename totally bletcherous SvLOCK() thingy (doesn't do what the
31404              name suggests anyway)
31405              
31406              various cleanups (typos, misformatted code, and small bugs)
31407              
31408              typecasts needed for change#6394
31409              
31410              typos in change#6399, regen headers
31411              
31412              inconsistent types needs casts
31413              
31414              PERL_OBJECT build tweaks
31415      Branch: maint-5.6/perl
31416           !> MANIFEST doop.c embed.h embed.pl embedvar.h
31417           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
31418           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
31419           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
31420           !> toke.c util.c
31421 ____________________________________________________________________________
31422 [  7779] By: gsar                                  on 2000/11/20  17:06:29
31423         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
31424              
31425              Cosmetics and perldelta.
31426              
31427              Fix nits noticed by Boston.pm.
31428              
31429              Do the cc sanity check both before the hints and
31430              after the cc selction.
31431              
31432              get sprintf.t to adjust properly for 3-digit exponents
31433              
31434              don't clobber *.orig files on *clean targets
31435              
31436              fix bugs in processing %v-*d and similar format specs (from
31437              Avi Finkel <avi@finkel.org>)
31438              
31439              sprintf test tweaks (from Dominic Dunlop)
31440              
31441              new selfloader.t in change#6183 doesn't close DATA handles,
31442              and thus fails to clean up tmp files on dosish platforms
31443              
31444              typos (spotted by Peter Prymmer)
31445              
31446              typo fix from Craig Berry
31447      Branch: maint-5.6/perl
31448           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
31449           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
31450           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
31451           !> x2p/Makefile.SH
31452 ____________________________________________________________________________
31453 [  7778] By: gsar                                  on 2000/11/20  16:46:51
31454         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
31455              
31456              Subject: Re: format bug report  [Patch]
31457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31458              Date: Wed, 05 Jul 2000 13:12:52 +0200
31459              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
31460              
31461              Subject: Re: format bug report  [Patch]
31462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31463              Date: Wed, 05 Jul 2000 14:10:01 +0200
31464              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
31465              
31466              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
31467              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31468              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
31469              Date: Fri, 07 Jul 2000 17:57:16 +0100
31470              
31471              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
31472              To: perl5-porters@perl.org
31473              From: Karsten Sperling <spiff@phreax.net>
31474              Date: Mon, 10 Jul 2000 15:12:52 +0200
31475              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
31476              
31477              README.posix-bc podified from Thomas Dorner.
31478              
31479              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
31480              From: Dominic Dunlop <domo@computer.org>
31481              Date: Tue, 11 Jul 2000 12:27:33 +0200
31482              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
31483              
31484              Typo in #6341.
31485              
31486              Fix for
31487              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
31488              From: Roderick Schertler <roderick@argon.org>
31489              Date: Tue, 11 Jul 2000 13:55:05 -0400
31490              Message-Id: <200007111755.NAA05077@jones.argon.org>
31491              
31492              Minor cleanups on the booklist.
31493              
31494              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
31495              regen perltoc.
31496              
31497              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
31498      Branch: maint-5.6/perl
31499           +> pod/perlbook.pod
31500           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
31501           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
31502           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
31503 ____________________________________________________________________________
31504 [  7777] By: jhi                                   on 2000/11/20  16:08:49
31505         Log: Update Changes.
31506      Branch: perl
31507            ! Changes patchlevel.h
31508 ____________________________________________________________________________
31509 [  7776] By: jhi                                   on 2000/11/20  15:27:56
31510         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
31511              This may be overly harsh but until proven otherwise, we think this
31512              way, or until we have a simple test for Configure (having to start
31513              up servers is does not count as simple) to check for the problems.
31514      Branch: perl
31515            ! perl.h
31516 ____________________________________________________________________________
31517 [  7775] By: jhi                                   on 2000/11/20  15:22:17
31518         Log: Solaris hints tweaks.
31519      Branch: perl
31520            ! hints/solaris_2.sh
31521 ____________________________________________________________________________
31522 [  7774] By: jhi                                   on 2000/11/20  15:01:20
31523         Log: Add a workaround to SOCKS 64-bit problems.
31524      Branch: perl
31525            ! doio.c embed.h embed.pl perlsdio.h proto.h
31526 ____________________________________________________________________________
31527 [  7773] By: jhi                                   on 2000/11/20  14:51:47
31528         Log: sysseek() instead of seek().
31529      Branch: perl
31530            ! t/lib/syslfs.t
31531 ____________________________________________________________________________
31532 [  7772] By: gsar                                  on 2000/11/20  13:06:23
31533         Log: integrate changes#6315..6319,6321..6331,6333..6338
31534              
31535              Integrate with Sarathy, preliminary fix for unicos
31536              alignment problems in [ID 20000612.002] Perl problem on Cray system.
31537              
31538              some debugger output does not go to the socket when RemotePort is set
31539              
31540              winsock cleanup never done on Windows (leads to handle leaks)
31541              
31542              fix UNC path handling on Windows under ithreads, and chdir()
31543              return value when given a non-existent directory
31544              
31545              Autogenerate pod/Makefile and pod/buildtoc.
31546              buildtoc also checks whether the existin pods are
31547              mentioned in MANIFEST and perl.pod, and vice versa.
31548              (None of the thusly found discrepancies fixed yet.)
31549              roffitall also needs to be autogenerated similarly but it
31550              seems so badly out of date that I didn't touch it yet.
31551              
31552              Config is being used.
31553              
31554              Add =head1 NAMEs so that buildtoc is happy.
31555              (The CGI::Util nit reported to Lincoln.)
31556              
31557              Fix complaints of buildtoc.
31558              
31559              Fix the alignment problem in Crays ([ID 20000612.002]).
31560              
31561              Remove perlbook, update perlfaq book listing,
31562              rearrange perl.pod, regenerate perltoc.
31563              
31564              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
31565              was cast to an unsigned (32-bit) integer with wild abandon.
31566              
31567              winsock options weren't being set in all threads under ithreads
31568              (caused send()s from second and subsequent threads to fail)
31569              
31570              accept() leaks memory on windows due to incorrect ordering of
31571              closesocket() and fclose() calls
31572              
31573              Reorder perl.pod once more.
31574              
31575              More POSIX.pod tweaks.
31576              
31577              Sprinkle ldlibpath.
31578              
31579              Precedence goof, fix based on
31580              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
31581              From: Hugo <hv@crypt.compulink.co.uk>
31582              Date: Tue, 11 Jul 2000 12:52:38 +0100
31583              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
31584              
31585              Subject: PATCH perlguts.pod: Document D and d magic types
31586              From: mjd@plover.com
31587              Date: 5 Jul 2000 18:01:51 -0000
31588              Message-ID: <20000705180151.29413.qmail@plover.com>
31589              
31590              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
31591              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
31592              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
31593              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
31594              
31595              Subject: [PATCH cfgperl] $& segfaults if you trick it
31596              From: simon@brecon.co.uk (Simon Cozens)
31597              Date: 7 Jul 2000 11:26:09 GMT
31598              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
31599              
31600              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
31601              From: Hugo <hv@crypt.compulink.co.uk>
31602              Date: Tue, 11 Jul 2000 12:44:50 +0100
31603              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
31604              
31605              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
31606              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31607              Date: Tue, 11 Jul 2000 13:50:51 +0100
31608              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
31609      Branch: maint-5.6/perl
31610           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
31611           +> pod/buildtoc.PL
31612            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
31613           !> (integrate 26 files)
31614 ____________________________________________________________________________
31615 [  7771] By: gsar                                  on 2000/11/20  12:31:42
31616         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
31617              6310,6311,6314
31618              
31619              Subject: [PATCH bleedperl] File::Spec 0.82 beta
31620              From: Barrie Slaymaker <barries@jester.slaysys.com>
31621              Date: Wed, 28 Jun 2000 11:35:29 -0400
31622              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
31623              
31624              tweak perlembed for multiplicity/usethreads sanity; correct notes
31625              about Windows
31626              
31627              localize %INC in a Safe compartment so that use/require work
31628              (many other magic globals probably need similar treatment)
31629              
31630              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
31631              when @_ is modified, causing coredumps
31632              
31633              slurp mode fix in change#4736 still not quite right
31634              
31635              Point to perlipc for more SysV IPC examples.
31636              
31637              Elaborate POSIX.pod.  Still needs work.
31638              
31639              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
31640              
31641              fix large memory leak that has been around for ever, masked by
31642              -DPURIFY (most of the arenas were never freed!)
31643              
31644              fix memory leak on Windows (PL_sys_intern contents were never
31645              freed)
31646              
31647              PERL_OBJECT build tweak
31648              
31649              adjust change#6299
31650              
31651              remove rel2abs prototypes (from Barrie Slaymaker)
31652              
31653              missing perldiag entry for unpack("w",...) diagnostic (from
31654              Andreas Koenig)
31655              
31656              better diagnostic on Frob->stuff() when Frob:: doesn't exist
31657              (from Richard Soderberg <rs@oregonnet.com>)
31658              
31659              Win32 patches for cfgperl from Sarathy.
31660              
31661              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
31662              
31663              More POSIX.pod embellishment.
31664              
31665              tyop in change#6306
31666      Branch: maint-5.6/perl
31667           !> (integrate 44 files)
31668 ____________________________________________________________________________
31669 [  7770] By: gsar                                  on 2000/11/20  11:51:00
31670         Log: integrate changes#6268..6282 from cfgperl branch
31671              
31672              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
31673              From: Dominic Dunlop <domo@computer.org>
31674              Date: Thu, 29 Jun 2000 12:32:39 +0200
31675              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
31676              
31677              Regen headers for #6261 (and update embed.pl for this) and #6267,
31678              silence few compiler warnings.
31679              
31680              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
31681              From: Nicholas Clark <nick@talking.bollo.cx>
31682              Date: Fri, 23 Jun 2000 16:21:15 +0100
31683              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
31684              
31685              Subject: PATCH pod/perltie.pod
31686              From: Ian Phillipps <Ian.Phillipps@iname.com>
31687              Date: Fri, 16 Jun 2000 00:17:19 +0100
31688              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
31689              (only the first hunk, the second hunk had already been done
31690              by some other patch)
31691              
31692              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
31693              From: Tom Phoenix <rootbeer@redcat.com>
31694              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
31695              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
31696              
31697              Subject: [PATCH] xsub attributes
31698              From: Doug MacEachern <dougm@covalent.net>
31699              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
31700              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
31701              
31702              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
31703              From: Andy Dougherty <doughera@lafayette.edu>
31704              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
31705              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
31706              
31707              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
31708              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31709              Date: Tue, 13 Jun 2000 02:43:48 -0500
31710              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
31711              
31712              Subject: [PATCH] Re: eval documentation: context
31713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31714              Date: Mon, 12 Jun 2000 15:07:29 +0100
31715              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
31716              
31717              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
31718              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31719              Date: Mon, 12 Jun 2000 14:55:59 +0100
31720              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
31721              
31722              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
31723              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
31724              Date: Fri, 09 Jun 2000 12:39:27 -0400
31725              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
31726              (plus update the version "number" of Text::Wrap)
31727              
31728              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
31729              From: Tim Ayers <tayers@bridge.com>
31730              Date: Thu, 08 Jun 2000 08:11:06 +0200
31731              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
31732              [resent by Richard Foley, Message-Id probably wrong]
31733              
31734              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
31735              From: rspier@pobox.com (Robert Spier)
31736              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
31737              Message-ID: <14654.31913.845602.610277@rls.cx>
31738              
31739              Subject: [PATCH 5.6.0] utils/h2xs.PL
31740              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31741              Date: Wed, 7 Jun 2000 04:02:04 -0500
31742              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
31743              
31744              Subject: [PATCH 5.6.0]ITHREADs for VMS
31745              From: Dan Sugalski <dan@sidhe.org>
31746              Date: Tue, 06 Jun 2000 11:59:50 -0400
31747              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
31748      Branch: maint-5.6/perl
31749           !> (integrate 31 files)
31750 ____________________________________________________________________________
31751 [  7769] By: gsar                                  on 2000/11/20  11:29:06
31752         Log: integrate changes#6261..6266 from cfgperl
31753              
31754              Subject: Re: [PATCH cfgperl] BOMs away!
31755              From: simon@brecon.co.uk (Simon Cozens)
31756              Date: 17 Jun 2000 11:49:57 GMT
31757              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
31758              
31759              Subject: 5.6.0 Patch for EPOC
31760              From: Olaf Flebbe <o.flebbe@gmx.de>
31761              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
31762              Message-ID: <23449.960929969@www11.gmx.net>
31763              
31764              tr fixes from Simon Cozens
31765              
31766              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
31767              From: Marty Lucich <marty@netcom.com>
31768              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
31769              Message-Id: <200006282116.OAA11148@netcom.com>
31770              ccdlflags update (the BSD/OS 4.1 part had already been taken
31771              care of by #6141).
31772              
31773              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
31774              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31775              Date: Wed, 28 Jun 2000 17:50:12 -0700
31776              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
31777              
31778              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: maint-5.6/perl
31783           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
31784           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
31785           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31786           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31787 ____________________________________________________________________________
31788 [  7768] By: gsar                                  on 2000/11/20  11:13:44
31789         Log: integrate changes#6252..6256,6259..6260
31790              
31791              Paranoia tweak on #6249.
31792              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31793              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31794              Date: Sun, 25 Jun 2000 23:43:12 -0400
31795              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
31796              
31797              Subject: tr///, help wanted.
31798              From: simon@brecon.co.uk (Simon Cozens)
31799              Date: 28 Jun 2000 11:29:04 GMT
31800              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
31801              
31802              small thinko tweaks
31803              
31804              tweaks from Simon Conzes to further fix tr/// under utf8
31805              
31806              perlnewmod was missing from MANIFEST.
31807              
31808              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
31809              From: simon@brecon.co.uk (Simon Cozens)
31810              Date: 17 Jun 2000 11:56:44 GMT
31811              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
31812              pack U0, pack C0
31813      Branch: maint-5.6/perl
31814           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
31815           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
31816           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
31817           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
31818 ____________________________________________________________________________
31819 [  7767] By: gsar                                  on 2000/11/20  10:51:38
31820         Log: integrate change#6250 from cfgperl
31821              
31822              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
31823              From: Doug MacEachern <dougm@covalent.net>
31824              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
31825              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
31826      Branch: maint-5.6/perl
31827           +> t/op/my_stash.t
31828           !> MANIFEST embed.pl global.sym proto.h toke.c
31829 ____________________________________________________________________________
31830 [  7766] By: gsar                                  on 2000/11/20  10:48:34
31831         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
31832              
31833              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
31834              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31835              Date: Mon, 26 Jun 2000 18:40:14 +0100
31836              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
31837              
31838              Subject: [PATCH] bytes<->utf8 fixes
31839              From: simon@brecon.co.uk (Simon Cozens)
31840              Date: 26 Jun 2000 04:55:45 GMT
31841              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
31842              
31843              Subject: [PATCH] is_utf8_string
31844              From: simon@brecon.co.uk (Simon Cozens)
31845              Date: 26 Jun 2000 02:25:59 GMT
31846              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
31847              
31848              Subject: [PATCH] avoid mg_ptr in '*' magic
31849              From: Doug MacEachern <dougm@covalent.net>
31850              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
31851              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
31852              
31853              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
31854              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31855              Date: Sat, 24 Jun 2000 13:06:20 +0100
31856              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
31857              
31858              Allow for standalone testing.
31859              
31860              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
31861              From: Mark-Jason Dominus <mjd@plover.com>
31862              Date: Tue, 27 Jun 2000 22:36:42 -0400
31863              Message-ID: <20000628023642.12166.qmail@plover.com>
31864              
31865              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31866              From: Frank Tobin <ftobin@uiuc.edu>
31867              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
31868              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
31869      Branch: maint-5.6/perl
31870           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31871           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
31872           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
31873           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
31874           !> utf8.c utils/h2xs.PL
31875 ____________________________________________________________________________
31876 [  7765] By: gsar                                  on 2000/11/20  10:29:13
31877         Log: integrate change#6239 from cfgperl
31878              
31879              Configure maintenance.  Sever some dependency cycles,
31880              separate gccversion from the cc unit,
31881              address [ID 20000623.006] Configure script patch for using gcc on AIX
31882              (but solve it a little bit differently),
31883              unduplex some accidentally duplicated units,
31884              suggest using gcc if no cc available
31885              (p5p thread: "Solaris configure: counterproposal", 1999-09)
31886      Branch: maint-5.6/perl
31887           !> Configure Todo-5.6 config_h.SH
31888 ____________________________________________________________________________
31889 [  7764] By: gsar                                  on 2000/11/20  10:25:55
31890         Log: integrate changes#6233..6238 from cfgperl
31891              
31892              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
31893              From: Mark-Jason Dominus <mjd@plover.com>
31894              Date: Fri, 16 Jun 2000 20:53:04 -0400
31895              Message-ID: <20000617005304.8008.qmail@plover.com>
31896              
31897              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
31898              because when run as services (Win32ese for daemons)
31899              no environment variables are set and tmpdir ends up as /tmp,
31900              which is ambiguous.
31901              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
31902              From: matt@sergeant.org
31903              Date: 16 Jun 2000 16:30:43 -0000
31904              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
31905              
31906              The thread begun by
31907              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
31908              From: Kevin.Ruscoe@ubsw.com
31909              Date: Fri, 16 Jun 2000 16:38:51 +0100
31910              Message-Id: <H000019b03c300d6@MHS>
31911              
31912              Tweak embed.pl, regen headers.
31913              
31914              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
31915              From: Dan Sugalski <dan@sidhe.org>
31916              Date: Fri, 23 Jun 2000 17:00:00 -0400
31917              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
31918      Branch: maint-5.6/perl
31919           !> (integrate 27 files)
31920 ____________________________________________________________________________
31921 [  7763] By: gsar                                  on 2000/11/20  10:08:08
31922         Log: s/perl56delta/perldelta/g
31923      Branch: maint-5.6/perl
31924            ! pod/Makefile
31925 ____________________________________________________________________________
31926 [  7762] By: gsar                                  on 2000/11/20  10:04:00
31927         Log: integrate changes#6225,6229,6231,6232 from cfgperl
31928              
31929              Add source code filenames to apidoc.
31930              From: simon@brecon.co.uk (Simon Cozens)
31931              Subject: [PATCH embed.pl] Source X-ref
31932              Date: 22 Jun 2000 02:18:49 GMT
31933              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
31934              
31935              Subject: README.hpux version 0.6.1
31936              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
31937              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31938              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
31939              
31940              Subject: [PATCH 5.6.0] cygwin port
31941              From: "Fifer, Eric" <EFifer@sanwaint.com>
31942              Date: Tue, 20 Jun 2000 14:30:58 +0100
31943              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
31944              
31945              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
31946              From: simon@brecon.co.uk (Simon Cozens)
31947              Date: 19 Jun 2000 15:18:27 GMT
31948              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
31949              
31950              plus update pod/Makefile and regenerate perltoc
31951      Branch: maint-5.6/perl
31952           +> pod/perlutil.pod
31953           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
31954           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
31955 ____________________________________________________________________________
31956 [  7761] By: jhi                                   on 2000/11/20  04:09:55
31957         Log: Miraculous typo.
31958      Branch: perl
31959            ! t/op/pat.t
31960 ____________________________________________________________________________
31961 [  7760] By: jhi                                   on 2000/11/20  04:06:08
31962         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
31963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31964              Date: Sun, 19 Nov 2000 22:30:26 -0500
31965              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
31966      Branch: perl
31967            ! regexec.c scope.h t/op/pat.t
31968 ____________________________________________________________________________
31969 [  7759] By: jhi                                   on 2000/11/20  02:05:22
31970         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
31971      Branch: perl
31972            ! perl.h
31973 ____________________________________________________________________________
31974 [  7758] By: jhi                                   on 2000/11/20  01:58:11
31975         Log: Subject: [perl 7711: EPOC] updates
31976              From: Olaf Flebbe <o.flebbe@gmx.de>
31977              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
31978              Message-ID: <25575.974658810@www23.gmx.net>               
31979      Branch: perl
31980            + lib/File/Spec/Epoc.pm
31981            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
31982            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
31983            ! lib/File/Spec.pm perl.c sv.c
31984 ____________________________________________________________________________
31985 [  7757] By: jhi                                   on 2000/11/20  01:53:11
31986         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
31987      Branch: perl
31988            ! MANIFEST
31989 ____________________________________________________________________________
31990 [  7756] By: jhi                                   on 2000/11/20  01:47:22
31991         Log: Integrate perlio.
31992      Branch: perl
31993            - ext/re/hints/MSWin32.pl
31994           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
31995           !> win32/config.gc win32/config_H.gc win32/win32sck.c
31996 ____________________________________________________________________________
31997 [  7755] By: nick                                  on 2000/11/19  20:57:17
31998         Log: Add dummy crlf layer (just as buffer)
31999              Correct 1st bug - one layer of indirection.
32000      Branch: perlio
32001            ! perlio.c perlio.h perliol.h
32002 ____________________________________________________________________________
32003 [  7754] By: nick                                  on 2000/11/19  20:56:12
32004         Log: Work-round to Perl_deb_nocontext is no longer required
32005      Branch: perlio
32006            - ext/re/hints/MSWin32.pl
32007 ____________________________________________________________________________
32008 [  7753] By: nick                                  on 2000/11/19  20:01:16
32009         Log: diff -se shows these as different
32010      Branch: perlio
32011            ! global.sym pod/perlapi.pod
32012 ____________________________________________________________________________
32013 [  7752] By: nick                                  on 2000/11/19  18:57:30
32014         Log: Configure GCC/Win32 build -Duseperlio
32015              Fix a couple of gross issues
32016              - double-include of ../deb.o in re.dll
32017              - win32sck.c needs PerlIO and FILE 
32018      Branch: perlio
32019            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
32020            ! win32/win32sck.c
32021 ____________________________________________________________________________
32022 [  7751] By: nick                                  on 2000/11/19  17:05:36
32023         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
32024      Branch: perlio
32025            ! perlio.c
32026 ____________________________________________________________________________
32027 [  7750] By: nick                                  on 2000/11/19  16:57:14
32028         Log: Missing aTHX_
32029      Branch: perlio
32030            ! sv.c
32031 ____________________________________________________________________________
32032 [  7749] By: jhi                                   on 2000/11/19  16:28:40
32033         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
32034              From: "Peter J. Farley III" <pjfarley@banet.net>
32035              Date: Sun, 19 Nov 2000 01:42:58 -0500
32036              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
32037      Branch: perl
32038            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
32039 ____________________________________________________________________________
32040 [  7748] By: jhi                                   on 2000/11/19  16:08:10
32041         Log: Subject: podlators 1.05 available        
32042              From: Russ Allbery <rra@stanford.edu>   
32043              Date: 18 Nov 2000 22:04:28 -0800
32044              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
32045      Branch: perl
32046            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
32047 ____________________________________________________________________________
32048 [  7747] By: nick                                  on 2000/11/19  11:19:39
32049         Log: Integrate mainline
32050      Branch: perlio
32051           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32052           !> util.c
32053 ____________________________________________________________________________
32054 [  7746] By: jhi                                   on 2000/11/19  06:42:22
32055         Log: Make hex scanning warn on "\x{x}" and "\xx".
32056              "\x" and and hex("x") are still valid.
32057      Branch: perl
32058            ! util.c
32059 ____________________________________________________________________________
32060 [  7745] By: nick                                  on 2000/11/18  22:52:28
32061         Log: Integrate mainline
32062      Branch: perlio
32063           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
32064           !> perl.h perlio.c proto.h regcomp.c regcomp.h
32065 ____________________________________________________________________________
32066 [  7744] By: jhi                                   on 2000/11/18  22:50:28
32067         Log: Introduce Perl_utf8_length().  Use it.
32068      Branch: perl
32069            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32070 ____________________________________________________________________________
32071 [  7743] By: jhi                                   on 2000/11/18  22:38:51
32072         Log: Compiler denit.
32073      Branch: perl
32074            ! perlio.c
32075 ____________________________________________________________________________
32076 [  7742] By: jhi                                   on 2000/11/18  20:33:05
32077         Log: Integrate perlio.
32078      Branch: perl
32079           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32080           !> perlio.h pp_ctl.c pp_sys.c sv.c
32081 ____________________________________________________________________________
32082 [  7741] By: jhi                                   on 2000/11/18  20:31:27
32083         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
32084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32085              Date: Fri, 17 Nov 2000 20:35:11 -0500
32086              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
32087              
32088              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
32089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32090              Date: Fri, 17 Nov 2000 21:03:47 -0500
32091              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
32092              
32093              Plus a little bit of tweaking in pregcomp().
32094      Branch: perl
32095            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
32096 ____________________________________________________________________________
32097 [  7740] By: nick                                  on 2000/11/18  20:17:22
32098         Log: Lexical use open ... support:
32099              add ->cop_io to COP structure in cop.h.
32100              Make mg.c and gv.c associate it with ${^OPEN}.
32101              Make lib/open.pm set it.
32102              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
32103              manner similar to ->cop_warnings.
32104              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
32105              call new PerlIO_apply_layers().
32106              Declare latter in perlio.h and define in perlio.c
32107      Branch: perlio
32108            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32109            ! perlio.h pp_ctl.c pp_sys.c sv.c
32110 ____________________________________________________________________________
32111 [  7739] By: jhi                                   on 2000/11/18  19:54:00
32112         Log: Integrate perlio.
32113      Branch: perl
32114           !> doio.c perlio.c pp.c
32115 ____________________________________________________________________________
32116 [  7738] By: jhi                                   on 2000/11/18  17:16:13
32117         Log: Subject: [PATCH 5.7.0] etags broken again
32118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32119              Date: Sat, 18 Nov 2000 02:41:36 -0500
32120              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
32121      Branch: perl
32122            ! emacs/ptags
32123 ____________________________________________________________________________
32124 [  7737] By: jhi                                   on 2000/11/18  17:12:18
32125         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
32126      Branch: perl
32127            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32128 ____________________________________________________________________________
32129 [  7736] By: nick                                  on 2000/11/18  14:06:20
32130         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
32131              part to be isolated.
32132      Branch: perlio
32133            ! doio.c perlio.c
32134 ____________________________________________________________________________
32135 [  7735] By: nick                                  on 2000/11/18  11:03:32
32136         Log: Integrate mainline
32137      Branch: perlio
32138           !> Changes README.amiga README.win32 patchlevel.h
32139           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
32140 ____________________________________________________________________________
32141 [  7734] By: jhi                                   on 2000/11/18  01:18:56
32142         Log: Update Changes.
32143      Branch: perl
32144            ! Changes patchlevel.h
32145 ____________________________________________________________________________
32146 [  7733] By: jhi                                   on 2000/11/18  00:32:54
32147         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
32148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32149              Date: Fri, 17 Nov 2000 17:28:02 -0500
32150              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
32151      Branch: perl
32152            ! regcomp.c regexec.c t/op/re_tests
32153 ____________________________________________________________________________
32154 [  7732] By: jhi                                   on 2000/11/18  00:28:56
32155         Log: Sparc 64-bit pack() fix from Jens Hamisch.
32156      Branch: perl
32157            ! pp.c
32158 ____________________________________________________________________________
32159 [  7731] By: jhi                                   on 2000/11/18  00:18:39
32160         Log: Explain in more detail the {} syntax ambiguousity.
32161              
32162              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
32163              From: Nicholas Clark <nick@ccl4.org>
32164              Date: Fri, 17 Nov 2000 22:10:28 +0000
32165              Message-ID: <20001117221028.A88930@plum.flirble.org>
32166      Branch: perl
32167            ! pod/perlfunc.pod
32168 ____________________________________________________________________________
32169 [  7730] By: jhi                                   on 2000/11/18  00:12:18
32170         Log: Subject: Fix for README.amiga (20000323.033)
32171              From: "Stephen P. Potter" <spp@spotter.yi.org>
32172              Date: Fri, 17 Nov 2000 12:25:51 -0500
32173              Message-Id: <200011171725.MAA05768@spotter.yi.org>
32174      Branch: perl
32175            ! README.amiga
32176 ____________________________________________________________________________
32177 [  7729] By: jhi                                   on 2000/11/18  00:08:34
32178         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
32179              From: "A. C. Yardley" <yardley@tanet.net>
32180              Date: Mon, 3 Apr 2000 11:35:33 -0700
32181              Message-ID: <3483.000403@tanet.net>
32182      Branch: perl
32183            ! README.win32
32184 ____________________________________________________________________________
32185 [  7728] By: nick                                  on 2000/11/17  21:59:47
32186         Log: Integrate mainline
32187      Branch: perlio
32188           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
32189           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
32190           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
32191           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
32192 ____________________________________________________________________________
32193 [  7727] By: nick                                  on 2000/11/17  21:56:31
32194         Log: Experiment on use of attributes.pm interface.
32195              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
32196              SVt_PVRV if not already something better (else vivify of say magic gets
32197              core dump).
32198      Branch: perlio
32199            ! perlio.c pp.c
32200 ____________________________________________________________________________
32201 [  7726] By: jhi                                   on 2000/11/17  14:15:49
32202         Log: Subject: Fix for 20000815.006
32203              From: "Stephen P. Potter" <spp@spotter.yi.org>
32204              Date: Fri, 17 Nov 2000 08:57:45 -0500
32205              Message-Id: <200011171357.IAA05122@spotter.yi.org>
32206              
32207              It's really 20000518.006.
32208      Branch: perl
32209            ! pod/perlmodlib.PL
32210 ____________________________________________________________________________
32211 [  7725] By: jhi                                   on 2000/11/17  14:12:31
32212         Log: Subject: Fix for 20000409.001
32213              From: "Stephen P. Potter" <spp@spotter.yi.org>
32214              Date: Fri, 17 Nov 2000 08:55:45 -0500
32215              Message-Id: <200011171355.IAA05104@spotter.yi.org>
32216      Branch: perl
32217            ! pod/perlfaq9.pod
32218 ____________________________________________________________________________
32219 [  7724] By: jhi                                   on 2000/11/17  14:08:58
32220         Log: Undo #7627 now that we have =head3.
32221      Branch: perl
32222            ! pod/perlhack.pod
32223 ____________________________________________________________________________
32224 [  7723] By: jhi                                   on 2000/11/17  14:04:09
32225         Log: As surmised the #7719 wasn't a good move.
32226      Branch: perl
32227            ! hints/solaris_2.sh
32228 ____________________________________________________________________________
32229 [  7722] By: jhi                                   on 2000/11/17  13:59:04
32230         Log: Also the 64bitall hints can be either here or there.
32231      Branch: perl
32232            ! hints/solaris_2.sh
32233 ____________________________________________________________________________
32234 [  7721] By: jhi                                   on 2000/11/17  02:26:23
32235         Log: Test tweak for the open pragma.
32236      Branch: perl
32237            ! t/lib/b.t
32238 ____________________________________________________________________________
32239 [  7720] By: jhi                                   on 2000/11/17  00:23:22
32240         Log: The long double hints can be here or there.
32241      Branch: perl
32242            ! hints/solaris_2.sh
32243 ____________________________________________________________________________
32244 [  7719] By: jhi                                   on 2000/11/17  00:14:06
32245         Log: For Solaris use64bitall the stdchar needs a little bit of help.
32246      Branch: perl
32247            ! hints/solaris_2.sh
32248 ____________________________________________________________________________
32249 [  7718] By: jhi                                   on 2000/11/16  23:27:34
32250         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
32251              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32252              Date: Wed, 15 Nov 2000 08:56:32 +0100
32253              Message-ID: <3A1241B0.64477E00@alcatel.at>
32254      Branch: perl
32255            ! lib/Carp/Heavy.pm
32256 ____________________________________________________________________________
32257 [  7717] By: jhi                                   on 2000/11/16  23:23:29
32258         Log: Subject: [PATCH] Re: 20001101.003 PDL
32259              From: Nicholas Clark <nick@ccl4.org>
32260              Date: Thu, 16 Nov 2000 16:48:25 +0000
32261              Message-ID: <20001116164825.B93487@plum.flirble.org>
32262      Branch: perl
32263            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
32264 ____________________________________________________________________________
32265 [  7716] By: jhi                                   on 2000/11/16  23:21:31
32266         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
32267              From: "Casey R. Tweten" <crt@kiski.net>
32268              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
32269              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
32270      Branch: perl
32271            ! lib/Pod/Checker.pm pod/perlpod.pod
32272 ____________________________________________________________________________
32273 [  7715] By: jhi                                   on 2000/11/16  23:19:40
32274         Log: Avoid an infinite loop in VMS when utils scripts are run
32275              with no arguments, from Charles Lane.
32276      Branch: perl
32277            ! configure.com
32278 ____________________________________________________________________________
32279 [  7714] By: jhi                                   on 2000/11/16  23:17:08
32280         Log: Subject: perllocale.pod changes
32281              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32282              Date: Mon, 13 Nov 2000 10:09:22 +0300
32283              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
32284      Branch: perl
32285            ! pod/perllocale.pod
32286 ____________________________________________________________________________
32287 [  7713] By: jhi                                   on 2000/11/16  23:14:06
32288         Log: Integrate perlio.
32289      Branch: perl
32290           !> doio.c perlio.c perlio.h util.c
32291 ____________________________________________________________________________
32292 [  7712] By: nick                                  on 2000/11/16  21:10:58
32293         Log: Integrate mainline
32294      Branch: perlio
32295           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32296           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
32297           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
32298           !> vos/config.ga.def vos/config.ga.h win32/config.bc
32299           !> win32/config.gc win32/config.vc
32300 ____________________________________________________________________________
32301 [  7711] By: nick                                  on 2000/11/16  19:56:41
32302         Log: Minor tweaks:
32303              consistent way of getting 'rb', 'wb' etc. for binary opens
32304              move *perlio::layers to *open::layers
32305              a #define to show layers available
32306              DOSISH popen/PerlIO had export/import sense inverted.
32307      Branch: perlio
32308            ! doio.c perlio.c perlio.h util.c
32309 ____________________________________________________________________________
32310 [  7710] By: jhi                                   on 2000/11/16  15:46:05
32311         Log: Add HAS_SBRK_PROTO.
32312      Branch: metaconfig/U/perl
32313            + d_sbrkproto.U
32314      Branch: perl
32315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32316            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
32317            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32318            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32319            ! win32/config.gc win32/config.vc
32320 ____________________________________________________________________________
32321 [  7709] By: nick                                  on 2000/11/16  07:31:49
32322         Log: Integrate mainline
32323      Branch: perlio
32324           !> (integrate 35 files)
32325 ____________________________________________________________________________
32326 [  7708] By: jhi                                   on 2000/11/16  05:33:03
32327         Log: These files are text, not binary.
32328      Branch: perl
32329            ! ext/Encode/Encode/iso8859-10.enc
32330            ! ext/Encode/Encode/iso8859-13.enc
32331            ! ext/Encode/Encode/iso8859-14.enc
32332            ! ext/Encode/Encode/iso8859-15.enc
32333 ____________________________________________________________________________
32334 [  7707] By: jhi                                   on 2000/11/16  01:53:37
32335         Log: Update Changes.
32336      Branch: perl
32337            ! Changes patchlevel.h
32338 ____________________________________________________________________________
32339 [  7706] By: jhi                                   on 2000/11/16  01:35:59
32340         Log: More #undefing of stdio.
32341      Branch: perl
32342            ! fakesdio.h nostdio.h
32343 ____________________________________________________________________________
32344 [  7705] By: jhi                                   on 2000/11/16  01:34:18
32345         Log: Add fwalk() probe to the configuration files and regen perltoc.
32346      Branch: perl
32347            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32348            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
32349            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
32350            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32351            ! win32/config.bc win32/config.gc win32/config.vc
32352 ____________________________________________________________________________
32353 [  7704] By: jhi                                   on 2000/11/16  01:33:07
32354         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
32355              an optional third argument to Inlibc?)
32356      Branch: metaconfig/U/perl
32357            + d__fwalk.U
32358 ____________________________________________________________________________
32359 [  7703] By: jhi                                   on 2000/11/16  01:09:22
32360         Log: The type of the hash_cb() size argument is tricky.
32361      Branch: perl
32362            ! ext/DB_File/DB_File.xs
32363 ____________________________________________________________________________
32364 [  7702] By: jhi                                   on 2000/11/15  23:01:16
32365         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
32366      Branch: perl
32367            ! nostdio.h
32368 ____________________________________________________________________________
32369 [  7701] By: jhi                                   on 2000/11/15  22:52:32
32370         Log: Detypo.
32371      Branch: perl
32372            ! t/lib/bigfltpm.t
32373 ____________________________________________________________________________
32374 [  7700] By: jhi                                   on 2000/11/15  22:51:56
32375         Log: UINT64_C() work continues.
32376      Branch: perl
32377            ! handy.h perl.h utf8.h
32378 ____________________________________________________________________________
32379 [  7699] By: jhi                                   on 2000/11/15  14:13:04
32380         Log: SOCKS has its own USE_THREADS, based on
32381              
32382              Subject: [ID 20001114.002] et. al. bugfix followup
32383              From: Jens Hamisch <jens@Strawberry.COM> 
32384              Date: Wed, 15 Nov 2000 14:23:11 +0100
32385              Message-ID: <20001115142311.A21164@Strawberry.COM>
32386      Branch: perl
32387            ! perl.h
32388 ____________________________________________________________________________
32389 [  7698] By: jhi                                   on 2000/11/15  03:50:56
32390         Log: Add few missing #undefs and sort them.
32391      Branch: perl
32392            ! fakesdio.h
32393 ____________________________________________________________________________
32394 [  7697] By: jhi                                   on 2000/11/15  03:39:14
32395         Log: Linenumber fix.
32396      Branch: perl
32397            ! t/pragma/warn/utf8
32398 ____________________________________________________________________________
32399 [  7696] By: jhi                                   on 2000/11/15  02:55:26
32400         Log: EBCDIC tweaks.
32401              
32402              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
32403              From: Peter Prymmer <pvhp@forte.com>
32404              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
32405              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
32406      Branch: perl
32407            ! t/op/regmesg.t t/pragma/warn/utf8
32408 ____________________________________________________________________________
32409 [  7695] By: jhi                                   on 2000/11/15  02:53:58
32410         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
32411              From: Peter Prymmer <pvhp@forte.com>
32412              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
32413              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
32414      Branch: perl
32415            ! utf8.c
32416 ____________________________________________________________________________
32417 [  7694] By: jhi                                   on 2000/11/15  02:50:55
32418         Log: Subject: [PATCH: perl@7674] updates to README.os390
32419              From: Prymmer/Kahn <pvhp@best.com>
32420              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
32421              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
32422      Branch: perl
32423            ! README.os390
32424 ____________________________________________________________________________
32425 [  7693] By: jhi                                   on 2000/11/15  02:48:37
32426         Log: Quit utf8_to_uv() instantly if curlen == 0.
32427      Branch: perl
32428            ! utf8.c
32429 ____________________________________________________________________________
32430 [  7692] By: jhi                                   on 2000/11/15  02:24:29
32431         Log: Use u_int32_t for the size of hash_cb(), not size_t.
32432              
32433              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
32434              From: Jens Hamisch <jens@Strawberry.COM>     
32435              Date: Tue, 14 Nov 2000 19:03:55 +0100
32436              Message-Id: <20001114190355.A20559@Strawberry.COM>
32437      Branch: perl
32438            ! ext/DB_File/DB_File.xs
32439 ____________________________________________________________________________
32440 [  7691] By: jhi                                   on 2000/11/15  02:20:12
32441         Log: Use UINT64_C().
32442              
32443              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
32444              From: Jens Hamisch <jens@Strawberry.COM>
32445              Date: Tue, 14 Nov 2000 19:16:23 +0100
32446              Message-Id: <20001114191623.G20559@Strawberry.COM>
32447      Branch: perl
32448            ! utf8.c utf8.h
32449 ____________________________________________________________________________
32450 [  7690] By: jhi                                   on 2000/11/15  02:17:06
32451         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
32452              (a macro to define signed and unsigned integer constants).
32453      Branch: perl
32454            ! handy.h
32455 ____________________________________________________________________________
32456 [  7689] By: jhi                                   on 2000/11/15  01:56:51
32457         Log: Regen Configure.
32458      Branch: perl
32459            ! Configure
32460 ____________________________________________________________________________
32461 [  7688] By: jhi                                   on 2000/11/15  01:56:32
32462         Log: Make the unit know about SOCKS.
32463      Branch: metaconfig
32464            ! U/protos/socksizetype.U
32465 ____________________________________________________________________________
32466 [  7687] By: jhi                                   on 2000/11/15  01:54:47
32467         Log: Remove unused dependencies.
32468      Branch: metaconfig
32469            ! U/compline/d_getpagsz.U
32470 ____________________________________________________________________________
32471 [  7686] By: nick                                  on 2000/11/14  21:25:13
32472         Log: Integrate mainline.
32473      Branch: perlio
32474           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
32475           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
32476           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
32477           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
32478           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
32479           !> win32/config.bc win32/config.gc win32/config.vc
32480           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
32481 ____________________________________________________________________________
32482 [  7685] By: jhi                                   on 2000/11/14  17:54:56
32483         Log: Integrate perlio.
32484      Branch: perl
32485           +> fakesdio.h perliol.h
32486           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
32487           !> perlsdio.h perlsfio.h pod/perlfunc.pod
32488 ____________________________________________________________________________
32489 [  7684] By: nick                                  on 2000/11/14  17:43:04
32490         Log: PerlIO #include and #ifdef re-work.
32491      Branch: perlio
32492            + fakesdio.h perliol.h
32493            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
32494            ! perlsdio.h perlsfio.h
32495 ____________________________________________________________________________
32496 [  7683] By: jhi                                   on 2000/11/14  15:42:40
32497         Log: Hoist the duplicated socket/netdb include logic to perl.h;
32498              undef SETERRNO in case SOCKS has defined it.  Based on:
32499              
32500              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
32501              From: Jens Hamisch <jens@Strawberry.COM> 
32502              Date: Tue, 14 Nov 2000 11:34:40 +0100
32503              Message-Id: <20001114113440.A20005@Strawberry.COM>
32504      Branch: perl
32505            ! doio.c perl.h pp_sys.c
32506 ____________________________________________________________________________
32507 [  7682] By: jhi                                   on 2000/11/14  14:07:28
32508         Log: Subject: some additions for makefiles for win32 (for perl@7674)
32509              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32510              Date: Tue, 14 Nov 2000 09:31:13 +0300
32511              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
32512      Branch: perl
32513            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
32514            ! win32/makefile.mk
32515 ____________________________________________________________________________
32516 [  7681] By: jhi                                   on 2000/11/14  14:01:41
32517         Log: Subject: tiny typo in perl5db.pl
32518              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32519              Date: Tue, 14 Nov 2000 09:29:28 +0300
32520              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
32521      Branch: perl
32522            ! lib/perl5db.pl
32523 ____________________________________________________________________________
32524 [  7680] By: jhi                                   on 2000/11/14  04:13:50
32525         Log: Redo #7679 with LFs instead of CRLFs.
32526      Branch: perl
32527            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
32528            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
32529            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
32530 ____________________________________________________________________________
32531 [  7679] By: jhi                                   on 2000/11/14  01:21:09
32532         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
32533              From: Benjamin Stuhl <tiriath@yahoo.com> 
32534              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
32535              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
32536      Branch: perl
32537            + win32/bin/mdelete.bat
32538            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
32539            ! makedef.pl perlio.c win32/Makefile win32/config.gc
32540            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
32541 ____________________________________________________________________________
32542 [  7678] By: jhi                                   on 2000/11/14  01:19:20
32543         Log: Fix the re extension building for Win32.
32544              
32545              Subject: [PATCH perl@7638] Get PerlIO building on Win32
32546              From: Benjamin Stuhl <tiriath@yahoo.com> 
32547              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
32548              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
32549      Branch: perl
32550            + ext/re/hints/MSWin32.pl
32551            ! MANIFEST
32552 ____________________________________________________________________________
32553 [  7677] By: jhi                                   on 2000/11/14  01:13:54
32554         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
32555              From: sthoenna@efn.org
32556              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
32557              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
32558      Branch: perl
32559            ! doop.c pp.c toke.c utf8.c utf8.h
32560 ____________________________________________________________________________
32561 [  7676] By: jhi                                   on 2000/11/13  20:23:15
32562         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
32563              From: Nicholas Clark <nick@ccl4.org>
32564              Date: Mon, 13 Nov 2000 18:55:04 +0000
32565              Message-ID: <20001113185504.J29183@plum.flirble.org>
32566      Branch: perl
32567            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
32568 ____________________________________________________________________________
32569 [  7675] By: nick                                  on 2000/11/13  20:21:57
32570         Log: Integrate mainline ...
32571      Branch: perlio
32572           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
32573           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
32574           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
32575           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
32576 ____________________________________________________________________________
32577 [  7674] By: jhi                                   on 2000/11/13  15:07:56
32578         Log: Update Changes.
32579      Branch: perl
32580            ! Changes patchlevel.h
32581 ____________________________________________________________________________
32582 [  7673] By: jhi                                   on 2000/11/13  14:42:42
32583         Log: Remove the new two tests of lib/io_xs for now, they seem to
32584              fail under perlio on some platforms.
32585      Branch: perl
32586            ! t/lib/io_xs.t
32587 ____________________________________________________________________________
32588 [  7672] By: jhi                                   on 2000/11/13  13:57:53
32589         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
32590      Branch: perl
32591            ! perlio.c
32592 ____________________________________________________________________________
32593 [  7671] By: jhi                                   on 2000/11/13  05:30:48
32594         Log: Placate nervous compilers that see longer than ints switch()ing.
32595      Branch: perl
32596            ! utf8.c
32597 ____________________________________________________________________________
32598 [  7670] By: jhi                                   on 2000/11/13  05:14:21
32599         Log: fputs() does return EOF on error but here we don't care.
32600      Branch: perl
32601            ! perlio.c
32602 ____________________________________________________________________________
32603 [  7669] By: jhi                                   on 2000/11/13  05:02:45
32604         Log: Declare reg_data like reg_substr_data.
32605      Branch: perl
32606            ! regexp.h
32607 ____________________________________________________________________________
32608 [  7668] By: jhi                                   on 2000/11/13  04:54:34
32609         Log: Typos in #7667.
32610      Branch: perl
32611            ! perl.h
32612 ____________________________________________________________________________
32613 [  7667] By: jhi                                   on 2000/11/13  04:49:49
32614         Log: Cleanup messy #ifdef.
32615      Branch: perl
32616            ! perl.h
32617 ____________________________________________________________________________
32618 [  7666] By: jhi                                   on 2000/11/13  04:17:34
32619         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
32620              From: Nicholas Clark <nick@talking.bollo.cx>
32621              Date: Sun, 12 Nov 2000 21:14:11 +0000
32622              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
32623              
32624              Note: only one breakage of the two reported is fixed by this patch.
32625      Branch: perl
32626            ! perlio.c
32627 ____________________________________________________________________________
32628 [  7665] By: jhi                                   on 2000/11/13  04:05:07
32629         Log: Tweak the definition of the bit complement on UTF-8 data:
32630              if none of the characters in the string are > 0xff,
32631              the result is a complemented byte string, not a (UTF-8)
32632              char string.  Based on the summary in
32633              
32634              Subject: Re: [ID 20000918.005] ~ on wide chars
32635              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
32636              Date: Fri, 10 Nov 2000 09:47:15 -0800
32637              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
32638              
32639              This should give us the maximum backward (pre-char string)
32640              compatibility and utf8 compatibility.  The other alternative
32641              would be to limit the bit complement to be always byte only,
32642              taking the least significant byte of the chars.
32643      Branch: perl
32644            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
32645 ____________________________________________________________________________
32646 [  7664] By: jhi                                   on 2000/11/13  00:23:44
32647         Log: Couple of tests from #7660 salvaged.
32648      Branch: perl
32649            - t/op/tell.t
32650            ! MANIFEST t/io/tell.t
32651 ____________________________________________________________________________
32652 [  7663] By: jhi                                   on 2000/11/13  00:02:48
32653         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
32654              From: Nicholas Clark <nick@talking.bollo.cx>
32655              Date: Sun, 12 Nov 2000 21:23:43 +0000
32656              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
32657      Branch: perl
32658            ! perlsfio.h
32659 ____________________________________________________________________________
32660 [  7662] By: jhi                                   on 2000/11/13  00:01:39
32661         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
32662              From: Nicholas Clark <nick@talking.bollo.cx>
32663              Date: Sun, 12 Nov 2000 21:30:04 +0000
32664              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
32665      Branch: perl
32666            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
32667 ____________________________________________________________________________
32668 [  7661] By: jhi                                   on 2000/11/12  23:57:29
32669         Log: Document tell() on special streams.
32670      Branch: perl
32671            ! pod/perlfunc.pod
32672 ____________________________________________________________________________
32673 [  7660] By: jhi                                   on 2000/11/12  23:54:22
32674         Log: (Subsumed by #7664)
32675      Branch: perl
32676            + t/op/tell.t
32677            ! MANIFEST
32678 ____________________________________________________________________________
32679 [  7659] By: jhi                                   on 2000/11/12  22:55:25
32680         Log: Many subdocumented return values of the IO extension now documented.
32681              ungetc and write still left subdocumented.
32682              
32683              Subject: [PATCH] (was Re: IO::Handle::ungetc)
32684              From: Nicholas Clark <nick@talking.bollo.cx>
32685              Date: Sun, 12 Nov 2000 21:35:53 +0000
32686              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
32687      Branch: perl
32688            ! ext/IO/lib/IO/Handle.pm
32689 ____________________________________________________________________________
32690 [  7658] By: jhi                                   on 2000/11/12  21:37:06
32691         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
32692              From: Nicholas Clark <nick@talking.bollo.cx>
32693              Date: Sun, 12 Nov 2000 20:03:22 +0000
32694              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
32695      Branch: perl
32696            ! pod/perlfunc.pod
32697 ____________________________________________________________________________
32698 [  7657] By: jhi                                   on 2000/11/12  20:34:55
32699         Log: Integrate perlio.
32700      Branch: perl
32701           !> perlio.c
32702 ____________________________________________________________________________
32703 [  7656] By: nick                                  on 2000/11/12  19:25:06
32704         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
32705      Branch: perlio
32706            ! perlio.c
32707 ____________________________________________________________________________
32708 [  7655] By: nick                                  on 2000/11/12  19:09:41
32709         Log: Integrate mainline
32710      Branch: perlio
32711           +> README.solaris ext/Encode/Encode/cp1006.enc
32712           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
32713           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
32714           +> ext/Encode/Encode/iso8859-13.enc
32715           +> ext/Encode/Encode/iso8859-14.enc
32716           +> ext/Encode/Encode/iso8859-15.enc
32717           !> (integrate 34 files)
32718 ____________________________________________________________________________
32719 [  7654] By: jhi                                   on 2000/11/12  19:00:22
32720         Log: Add a metaconfig unit for fsync.
32721      Branch: metaconfig/U/perl
32722            + d_fsync.U
32723 ____________________________________________________________________________
32724 [  7653] By: jhi                                   on 2000/11/12  19:00:01
32725         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
32726      Branch: perl
32727            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32728            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32729            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32730            ! vos/config.ga.h win32/config.bc win32/config.gc
32731            ! win32/config.vc
32732 ____________________________________________________________________________
32733 [  7652] By: jhi                                   on 2000/11/11  21:12:01
32734         Log: Copy the s// information of README.hpux also to the perlrun.
32735      Branch: perl
32736            ! README.hpux pod/perlrun.pod
32737 ____________________________________________________________________________
32738 [  7651] By: jhi                                   on 2000/11/11  21:03:13
32739         Log: More README.solaris updates from Andy Dougherty.
32740      Branch: perl
32741            ! README.solaris
32742 ____________________________________________________________________________
32743 [  7650] By: jhi                                   on 2000/11/11  18:38:57
32744         Log: More descriptive error for unknown perlio layers.
32745              
32746              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
32747              From: Dominic Dunlop <domo@computer.org> 
32748              Date: Sat, 11 Nov 2000 18:20:32 +0100             
32749              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
32750      Branch: perl
32751            ! perlio.c pod/perldiag.pod
32752 ____________________________________________________________________________
32753 [  7649] By: jhi                                   on 2000/11/11  18:37:52
32754         Log: MachTen doesn't really do mmap() and munmap().
32755              
32756              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
32757              From: Dominic Dunlop <domo@computer.org> 
32758              Date: Sat, 11 Nov 2000 18:20:32 +0100             
32759              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
32760      Branch: perl
32761            ! hints/machten.sh
32762 ____________________________________________________________________________
32763 [  7648] By: jhi                                   on 2000/11/11  18:36:46
32764         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
32765              From: rspier@pobox.com (Robert Spier)
32766              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
32767              Message-ID: <14861.32839.491271.985797@rls.cx>
32768      Branch: perl
32769            ! Porting/Contract pod/perltoot.pod
32770 ____________________________________________________________________________
32771 [  7647] By: jhi                                   on 2000/11/11  18:35:30
32772         Log: Simplify the getpagesize() unit by dropping the
32773              pagesize probe since it's nowadays slightly more
32774              complicated because of sysconf(). (Note: if some
32775              platform really needs the -lPW for getpagesize,
32776              I just broke it.)
32777              
32778              TODO: a new pagesize unit.
32779      Branch: metaconfig
32780            ! U/compline/d_getpagsz.U
32781 ____________________________________________________________________________
32782 [  7646] By: jhi                                   on 2000/11/11  18:33:23
32783         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
32784      Branch: perl
32785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32786            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32787            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32788            ! vos/config.ga.h win32/config.bc win32/config.gc
32789            ! win32/config.vc
32790 ____________________________________________________________________________
32791 [  7645] By: jhi                                   on 2000/11/11  16:45:15
32792         Log: Use sysconf() or getpagesize() to find out the pagesize.
32793      Branch: perl
32794            ! perlio.c
32795 ____________________________________________________________________________
32796 [  7644] By: jhi                                   on 2000/11/11  15:46:08
32797         Log: Integrate perlio.
32798      Branch: perl
32799           !> perlio.c
32800 ____________________________________________________________________________
32801 [  7643] By: jhi                                   on 2000/11/11  15:33:36
32802         Log: Subject: Re: [PATCH] README.solaris
32803              From: Lupe Christoph <lupe@lupe-christoph.de>
32804              Date: Sat, 11 Nov 2000 14:08:10 +0100
32805              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
32806      Branch: perl
32807            ! README.solaris
32808 ____________________________________________________________________________
32809 [  7642] By: jhi                                   on 2000/11/11  15:22:12
32810         Log: Subject: [PATCH perl@7638] cygwin port
32811              From: "Eric Fifer" <egf7@columbia.edu>            
32812              Date: Fri, 10 Nov 2000 19:30:30 -0000
32813              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
32814      Branch: perl
32815            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
32816 ____________________________________________________________________________
32817 [  7641] By: nick                                  on 2000/11/11  14:50:36
32818         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
32819              Also call "Buf" layer directly when unread'ing non-read chars.
32820      Branch: perlio
32821            ! perlio.c
32822 ____________________________________________________________________________
32823 [  7640] By: jhi                                   on 2000/11/11  02:05:02
32824         Log: Add more encoding tables.
32825      Branch: perl
32826            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
32827            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
32828            + ext/Encode/Encode/iso8859-10.enc
32829            + ext/Encode/Encode/iso8859-13.enc
32830            + ext/Encode/Encode/iso8859-14.enc
32831            + ext/Encode/Encode/iso8859-15.enc
32832            ! MANIFEST
32833 ____________________________________________________________________________
32834 [  7639] By: jhi                                   on 2000/11/10  18:49:25
32835         Log: Subject: [PATCH] README.solaris
32836              From: Andy Dougherty <doughera@lafayette.edu>
32837              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
32838              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
32839      Branch: perl
32840            + README.solaris
32841            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
32842            ! pod/perl.pod pod/perltoc.pod
32843 ____________________________________________________________________________
32844 [  7638] By: jhi                                   on 2000/11/10  15:04:15
32845         Log: Update Changes.
32846      Branch: perl
32847            ! Changes patchlevel.h
32848 ____________________________________________________________________________
32849 [  7637] By: jhi                                   on 2000/11/10  14:14:28
32850         Log: Explain better why certain regex tests are skipped.
32851              
32852              Subject: Re: tests skipped: unknown reason
32853              From: Lupe Christoph <lupe@lupe-christoph.de>
32854              Date: Fri, 10 Nov 2000 09:08:56 +0100
32855              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
32856      Branch: perl
32857            ! t/op/regexp.t
32858 ____________________________________________________________________________
32859 [  7636] By: nick                                  on 2000/11/10  13:40:00
32860         Log: Integrate mainline.
32861      Branch: perlio
32862           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
32863           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
32864           !> win32/bin/search.pl
32865 ____________________________________________________________________________
32866 [  7635] By: nick                                  on 2000/11/10  13:25:52
32867         Log: Re-instate stdio large file support via perlio.
32868      Branch: perl
32869            ! perlio.c
32870 ____________________________________________________________________________
32871 [  7634] By: jhi                                   on 2000/11/10  04:49:55
32872         Log: Amdahl UTS hints updates.
32873              
32874              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
32875              From: hom00@utsglobal.com (Harold O Morris)
32876              Date: Thu, 9 Nov 2000 20:02 PST
32877              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
32878      Branch: perl
32879            ! hints/uts.sh
32880 ____________________________________________________________________________
32881 [  7633] By: jhi                                   on 2000/11/09  23:33:28
32882         Log: Subject: [PATCH] IO::Seekable pod
32883              From: Nicholas Clark <nick@talking.bollo.cx>
32884              Date: Thu, 9 Nov 2000 20:29:45 +0000
32885              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
32886      Branch: perl
32887            ! ext/IO/lib/IO/Handle.pm
32888 ____________________________________________________________________________
32889 [  7632] By: jhi                                   on 2000/11/09  21:55:41
32890         Log: Various doc oddball characters.
32891              
32892              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
32893              From: Michael Somos <somos@grail.cba.csuohio.edu>
32894              Date: Mon, 6 Nov 2000 17:44:20 -0500
32895              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
32896      Branch: perl
32897            ! emacs/cperl-mode.el lib/unicode/syllables.txt
32898            ! win32/bin/search.pl
32899 ____________________________________________________________________________
32900 [  7631] By: jhi                                   on 2000/11/09  21:12:29
32901         Log: Subject: Re: bash -c exit and linux hints 
32902              From: "John P. Linderman" <jpl@research.att.com>
32903              Date: Thu, 02 Nov 2000 09:37:25 -0500
32904              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
32905      Branch: perl
32906            ! hints/linux.sh
32907 ____________________________________________________________________________
32908 [  7630] By: nick                                  on 2000/11/09  20:34:11
32909         Log: Integrate mainline.
32910      Branch: perlio
32911           !> (integrate 91 files)
32912 ____________________________________________________________________________
32913 [  7629] By: jhi                                   on 2000/11/09  19:46:31
32914         Log: Missing dTHXs.
32915              
32916              Subject: RE: perl@7595 builds not on cygwin
32917              From: "Eric Fifer" <egf7@columbia.edu>
32918              Date: Thu, 9 Nov 2000 19:26:50 -0000
32919              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
32920      Branch: perl
32921            ! ext/Devel/Peek/Peek.xs
32922 ____________________________________________________________________________
32923 [  7628] By: jhi                                   on 2000/11/09  14:48:27
32924         Log: Disable only the tests 99 and 166 for UTF-8 locales.
32925      Branch: perl
32926            ! t/pragma/locale.t
32927 ____________________________________________________________________________
32928 [  7627] By: jhi                                   on 2000/11/09  14:40:27
32929         Log: There's no =head3.
32930      Branch: perl
32931            ! pod/perlhack.pod
32932 ____________________________________________________________________________
32933 [  7626] By: jhi                                   on 2000/11/09  13:54:26
32934         Log: The generated boot_* headers are wrong.  Pickier compiler,
32935              such as KAI C++ will refuse to compile the resulting perlmain.
32936              
32937              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
32938              From: Harri Pasanen <harri.pasanen@trema.com>
32939              Date: Thu, 09 Nov 2000 14:23:28 +0100
32940              Message-Id: <3A0AA550.26D548A3@trema.com>
32941      Branch: perl
32942            ! minimod.pl
32943 ____________________________________________________________________________
32944 [  7625] By: jhi                                   on 2000/11/09  13:50:44
32945         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
32946              From: Prymmer/Kahn <pvhp@best.com>
32947              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
32948              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
32949              
32950              All except the "cow orker" change.
32951      Branch: perl
32952            ! Porting/pumpkin.pod
32953 ____________________________________________________________________________
32954 [  7624] By: jhi                                   on 2000/11/09  13:45:33
32955         Log: Fix for
32956              
32957              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
32958              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32959              Date: Thu, 09 Nov 2000 11:05:52 +0100
32960              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
32961      Branch: perl
32962            ! pod/perldiag.pod t/pragma/warn/pp_sys
32963 ____________________________________________________________________________
32964 [  7623] By: jhi                                   on 2000/11/09  13:37:16
32965         Log: Typo in an ifndef.
32966              
32967              Subject: Re: [PATCH 5.7.0] better messages from malloc()
32968              From: Joe Smith <jms@inwap.com>         
32969              Date: Thu, 09 Nov 2000 01:33:14 -0800
32970              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
32971      Branch: perl
32972            ! malloc.c
32973 ____________________________________________________________________________
32974 [  7622] By: jhi                                   on 2000/11/09  13:31:18
32975         Log: Remove unused extra arguments.
32976      Branch: metaconfig/U/perl
32977            ! perlxv.U
32978      Branch: perl
32979            ! Configure config_h.SH
32980 ____________________________________________________________________________
32981 [  7621] By: jhi                                   on 2000/11/09  13:16:36
32982         Log: More VMS moves on environment handling, from Charles Lane.
32983      Branch: perl
32984            ! t/pragma/locale.t
32985 ____________________________________________________________________________
32986 [  7620] By: jhi                                   on 2000/11/09  04:42:38
32987         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
32988              From: David Dyck <dcd@tc.fluke.com>
32989              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
32990              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
32991      Branch: perl
32992            ! pp_sys.c
32993 ____________________________________________________________________________
32994 [  7619] By: jhi                                   on 2000/11/09  04:36:21
32995         Log: Forgot from #7618.
32996      Branch: perl
32997            ! lib/File/stat.pm
32998 ____________________________________________________________________________
32999 [  7618] By: jhi                                   on 2000/11/09  04:28:44
33000         Log: Make deleting for %ENV work for (newer versions of) VMS,
33001              from Craig A. Berry.
33002      Branch: perl
33003            ! vms/vms.c
33004 ____________________________________________________________________________
33005 [  7617] By: jhi                                   on 2000/11/09  04:25:05
33006         Log: Subject: [PATCH] Class::Struct at compile time
33007              From: "Casey R. Tweten" <crt@kiski.net>
33008              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
33009              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
33010      Branch: perl
33011            ! lib/Class/Struct.pm
33012 ____________________________________________________________________________
33013 [  7616] By: jhi                                   on 2000/11/09  04:15:17
33014         Log: Subject: [ID 20001108.013] spelling
33015              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
33016              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
33017              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
33018      Branch: perl
33019            ! lib/ftp.pl
33020 ____________________________________________________________________________
33021 [  7615] By: jhi                                   on 2000/11/09  04:12:42
33022         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
33023              From: Peter Prymmer <pvhp@forte.com>
33024              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
33025              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
33026      Branch: perl
33027            ! configure.com
33028 ____________________________________________________________________________
33029 [  7614] By: jhi                                   on 2000/11/08  22:42:55
33030         Log: A missing aTHX_.
33031      Branch: perl
33032            ! ext/IPC/SysV/SysV.xs
33033 ____________________________________________________________________________
33034 [  7613] By: jhi                                   on 2000/11/08  19:30:21
33035         Log: Update Changes.
33036      Branch: perl
33037            ! Changes patchlevel.h
33038 ____________________________________________________________________________
33039 [  7612] By: jhi                                   on 2000/11/08  18:35:25
33040         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
33041              From: David Dyck <dcd@tc.fluke.com>
33042              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
33043              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
33044      Branch: perl
33045            ! pp_sys.c
33046 ____________________________________________________________________________
33047 [  7611] By: jhi                                   on 2000/11/08  18:30:26
33048         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
33049              From: Dominic Dunlop <domo@computer.org>
33050              Date: Tue, 7 Nov 2000 12:05:25 +0100
33051              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
33052      Branch: perl
33053            ! malloc.c
33054 ____________________________________________________________________________
33055 [  7610] By: jhi                                   on 2000/11/08  18:25:14
33056         Log: Do not test UTF-8 locales since that the tests would require
33057              polymorphic regexen.
33058      Branch: perl
33059            ! t/pragma/locale.t
33060 ____________________________________________________________________________
33061 [  7609] By: jhi                                   on 2000/11/08  17:12:51
33062         Log: Locale buglets.
33063              
33064              Subject: RE: Locales support (setlocale) fixes
33065              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33066              Date: Wed, 8 Nov 2000 20:01:39 +0300
33067              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
33068      Branch: perl
33069            ! t/pragma/locale.t util.c
33070 ____________________________________________________________________________
33071 [  7608] By: jhi                                   on 2000/11/08  17:00:16
33072         Log: Deleting $ENV{PATH} in VMS is not recommendable.
33073      Branch: perl
33074            ! t/pragma/locale.t
33075 ____________________________________________________________________________
33076 [  7607] By: jhi                                   on 2000/11/08  16:58:26
33077         Log: Subject: PATCH std stdio for (Free)BSD
33078              From: Nicholas Clark <nick@ccl4.org>
33079              Date: Wed, 8 Nov 2000 15:36:29 +0000
33080              Message-ID: <20001108153629.D98736@plum.flirble.org>
33081      Branch: metaconfig
33082            ! U/compline/d_stdstdio.U
33083      Branch: perl
33084            ! Configure config_h.SH
33085 ____________________________________________________________________________
33086 [  7606] By: jhi                                   on 2000/11/08  16:43:31
33087         Log: Forgot to bump the line numbers in #7601.
33088      Branch: perl
33089            ! t/pragma/warn/pp_sys
33090 ____________________________________________________________________________
33091 [  7605] By: jhi                                   on 2000/11/08  16:39:12
33092         Log: More careful detection of how well NVs and UVs mix.
33093              
33094              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))
33095              From: Nicholas Clark <nick@ccl4.org>
33096              Date: Wed, 8 Nov 2000 15:14:12 +0000
33097              Message-ID: <20001108151412.B98736@plum.flirble.org>
33098              
33099              Added some SIGFPE paranoia.
33100      Branch: metaconfig/U/perl
33101            ! perlxv.U
33102      Branch: perl
33103            ! Configure config_h.SH
33104 ____________________________________________________________________________
33105 [  7604] By: jhi                                   on 2000/11/08  14:39:10
33106         Log: Subject: [patch perl@7595] VMS configure.com tweak
33107              From: "Craig A. Berry" <craigberry@mac.com>
33108              Date: Wed, 8 Nov 2000 00:24:12 -0600
33109              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
33110      Branch: perl
33111            ! configure.com
33112 ____________________________________________________________________________
33113 [  7603] By: jhi                                   on 2000/11/08  14:27:11
33114         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
33115              From: Robin Barker <rmb1@cise.npl.co.uk>
33116              Date: Wed, 8 Nov 2000 11:11:39 GMT
33117              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
33118      Branch: perl
33119            ! perlio.c
33120 ____________________________________________________________________________
33121 [  7602] By: jhi                                   on 2000/11/08  14:25:03
33122         Log: Fix for the tie-refhash string table leaks.
33123              
33124              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
33125              Date: Wed, 8 Nov 2000 13:03:04 GMT
33126              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
33127      Branch: perl
33128            ! t/lib/tie-refhash.t
33129 ____________________________________________________________________________
33130 [  7601] By: jhi                                   on 2000/11/08  14:21:08
33131         Log: Try to avoid flockless and emulationless places.
33132      Branch: perl
33133            ! t/pragma/warn/pp_sys
33134 ____________________________________________________________________________
33135 [  7600] By: jhi                                   on 2000/11/08  02:28:54
33136         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
33137              
33138              Subject: [PATCH] prototyped functions that should be overrideable
33139              From: "Casey R. Tweten" <crt@kiski.net>
33140              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
33141              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
33142      Branch: perl
33143            ! toke.c
33144 ____________________________________________________________________________
33145 [  7599] By: jhi                                   on 2000/11/08  01:12:05
33146         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
33147              
33148              Subject: [PATCH] perlbug.PL
33149              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33150              Date: Mon, 6 Nov 2000 21:39:01 -0500
33151              Message-ID: <20001106213901.B20955@O2.chapin.edu>
33152      Branch: perl
33153            ! utils/perlbug.PL
33154 ____________________________________________________________________________
33155 [  7598] By: jhi                                   on 2000/11/07  23:42:00
33156         Log: Bad thinko in #7581 (I used the test program with the expanded
33157              values as-is).
33158      Branch: metaconfig
33159            ! U/compline/d_stdstdio.U
33160      Branch: perl
33161            ! Configure
33162 ____________________________________________________________________________
33163 [  7597] By: jhi                                   on 2000/11/07  21:43:29
33164         Log: Subject: [PATCH perl@7573] cygwin port
33165              From: "Fifer, Eric" <EFifer@sanwaint.com>
33166              Date: Tue, 7 Nov 2000 18:08:51 -0000 
33167              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
33168              
33169              Synchronize with Cygwin 1.1.5.
33170      Branch: perl
33171            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
33172            ! pod/perlport.pod unixish.h util.c
33173 ____________________________________________________________________________
33174 [  7596] By: jhi                                   on 2000/11/07  21:39:25
33175         Log: perlhack updates from H.Merijn Brand.
33176      Branch: perl
33177            ! pod/perlhack.pod
33178 ____________________________________________________________________________
33179 [  7595] By: jhi                                   on 2000/11/07  20:21:41
33180         Log: Update Changes.
33181      Branch: perl
33182            ! Changes patchlevel.h
33183 ____________________________________________________________________________
33184 [  7594] By: jhi                                   on 2000/11/07  19:18:58
33185         Log: Be more robust in Dynaloader.pm.
33186      Branch: perl
33187            ! ext/DynaLoader/DynaLoader_pm.PL
33188 ____________________________________________________________________________
33189 [  7593] By: jhi                                   on 2000/11/07  16:49:31
33190         Log: AUTHORS update.
33191      Branch: perl
33192            ! AUTHORS
33193 ____________________________________________________________________________
33194 [  7592] By: gsar                                  on 2000/11/07  16:39:51
33195         Log: normalize relative paths in virtualized current directory on windows,
33196              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
33197              returns)
33198      Branch: perl
33199            ! win32/vdir.h
33200 ____________________________________________________________________________
33201 [  7591] By: jhi                                   on 2000/11/07  16:04:26
33202         Log: Too profiler-happy: with optimization the #7590 actually makes
33203              the test to run 0.5% _slower_.  Requires much more instrumentation.
33204              Retract #7590.
33205      Branch: perl
33206            ! regcomp.c regcomp.h
33207 ____________________________________________________________________________
33208 [  7590] By: jhi                                   on 2000/11/07  15:51:13
33209         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
33210              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
33211              by using memset() and testing bytewise (as opposed to bitwise).
33212      Branch: perl
33213            ! regcomp.c regcomp.h
33214 ____________________________________________________________________________
33215 [  7589] By: jhi                                   on 2000/11/07  12:56:39
33216         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
33217              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33218              Date: Mon, 06 Nov 2000 23:45:30 -0500
33219              Message-Id: <0011079735.AA973576259@univpress.com>
33220      Branch: perl
33221            ! configure.com t/lib/st-lock.t
33222 ____________________________________________________________________________
33223 [  7588] By: jhi                                   on 2000/11/07  01:03:28
33224         Log: Tweak #7587.
33225      Branch: perl
33226            ! pod/perldiag.pod
33227 ____________________________________________________________________________
33228 [  7587] By: jhi                                   on 2000/11/07  01:00:27
33229         Log: A doc addition for bug id 20001105.019, beware \p.
33230      Branch: perl
33231            ! pod/perldiag.pod
33232 ____________________________________________________________________________
33233 [  7586] By: jhi                                   on 2000/11/07  00:32:22
33234         Log: Fake support of holey files in win/dosish platforms.
33235              
33236              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
33237              From: kipp@shonanblue.ne.jp
33238              Date: Mon, 6 Nov 2000 13:30:55 -0800
33239              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
33240      Branch: perl
33241            ! ext/SDBM_File/sdbm/sdbm.c
33242 ____________________________________________________________________________
33243 [  7585] By: jhi                                   on 2000/11/07  00:12:54
33244         Log: Subject: Pod updates
33245              From: "Stephen P. Potter" <spp@spotter.yi.org>
33246              Date: Mon, 06 Nov 2000 18:56:43 -0500
33247              Message-Id: <200011062357.SAA18173@spotter.yi.org>
33248      Branch: perl
33249            ! README.dos README.os2 README.win32 pod/buildtoc.PL
33250            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
33251            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
33252            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
33253            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
33254            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
33255            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
33256            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
33257            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
33258            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
33259            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
33260            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
33261            ! pod/perltootc.pod pod/perlunicode.pod
33262 ____________________________________________________________________________
33263 [  7584] By: jhi                                   on 2000/11/07  00:04:17
33264         Log: Varargs don't always work too well if one puts an unsigned
33265              char on the stack and pop an unsigned quad off the stack.
33266              
33267              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
33268              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
33269              Date: Mon, 06 Nov 2000 15:19:05 -0800
33270              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
33271      Branch: perl
33272            ! utf8.c
33273 ____________________________________________________________________________
33274 [  7583] By: jhi                                   on 2000/11/06  23:58:48
33275         Log: %ENV note tweaks from Dan Sugalski.
33276      Branch: perl
33277            ! pod/perlport.pod vms/perlvms.pod
33278 ____________________________________________________________________________
33279 [  7582] By: jhi                                   on 2000/11/06  23:05:49
33280         Log: glibc5 detection by __GNU_LIBRARY__.
33281      Branch: perl
33282            ! toke.c
33283 ____________________________________________________________________________
33284 [  7581] By: jhi                                   on 2000/11/06  22:51:29
33285         Log: Make the stdio test program of 7427 less noisy while being 
33286              compiled so that Digital UNIX wouldn't get both
33287              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
33288              undefined.  This makes perlio happy.
33289      Branch: metaconfig
33290            ! U/compline/d_stdstdio.U
33291      Branch: perl
33292            ! Configure config_h.SH
33293 ____________________________________________________________________________
33294 [  7580] By: jhi                                   on 2000/11/06  22:41:41
33295         Log: Document %ENV = () portability issues.
33296      Branch: perl
33297            ! pod/perlport.pod vms/perlvms.pod
33298 ____________________________________________________________________________
33299 [  7579] By: jhi                                   on 2000/11/06  21:29:24
33300         Log: VOS updates from Paul Green.
33301      Branch: perl
33302            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33303 ____________________________________________________________________________
33304 [  7578] By: jhi                                   on 2000/11/06  21:00:40
33305         Log: Sanitize the environment further.
33306      Branch: perl
33307            ! t/pragma/locale.t
33308 ____________________________________________________________________________
33309 [  7577] By: jhi                                   on 2000/11/06  20:53:51
33310         Log: Re-introduce 7552 lost in integration.
33311      Branch: perl
33312            ! perlio.c
33313 ____________________________________________________________________________
33314 [  7576] By: jhi                                   on 2000/11/06  20:33:46
33315         Log: Admit that the test leaks scalars.
33316      Branch: perl
33317            ! t/comp/proto.t
33318 ____________________________________________________________________________
33319 [  7575] By: jhi                                   on 2000/11/06  20:17:08
33320         Log: Integrate perlio.
33321      Branch: perl
33322           !> perlio.c
33323 ____________________________________________________________________________
33324 [  7574] By: nick                                  on 2000/11/06  20:07:28
33325         Log: Remove debug. Try (Mmap_t) on madvise() call.
33326      Branch: perlio
33327            ! perlio.c
33328 ____________________________________________________________________________
33329 [  7573] By: jhi                                   on 2000/11/06  13:56:05
33330         Log: Update Changes.
33331      Branch: perl
33332            ! Changes patchlevel.h
33333 ____________________________________________________________________________
33334 [  7572] By: jhi                                   on 2000/11/06  13:48:41
33335         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
33336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33337              Date: Mon, 06 Nov 2000 10:11:42 +0100
33338              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
33339      Branch: perl
33340            ! pod/perlhack.pod
33341 ____________________________________________________________________________
33342 [  7571] By: jhi                                   on 2000/11/06  01:45:51
33343         Log: AUTHORS updates.
33344      Branch: perl
33345            ! AUTHORS
33346 ____________________________________________________________________________
33347 [  7570] By: jhi                                   on 2000/11/06  00:18:00
33348         Log: Fix for
33349              
33350              Subject: [ID 20000728.005] perl -P broken
33351              From: David Dyck <dcd@tc.fluke.com>
33352              Date: Fri, 28 Jul 2000 17:19:16 -0700
33353              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
33354              
33355              (hopefully).  The fix is also not complete, it seems to break
33356              BOM swallowing for libc5 systems, but until someone figures
33357              out a way to do this without ftell(), this will do.
33358      Branch: perl
33359            ! toke.c
33360 ____________________________________________________________________________
33361 [  7569] By: jhi                                   on 2000/11/06  00:05:30
33362         Log: Document that the evaled syntax errors cause scalar leaks.
33363      Branch: perl
33364            ! t/comp/proto.t
33365 ____________________________________________________________________________
33366 [  7568] By: jhi                                   on 2000/11/05  23:14:47
33367         Log: opmini.o can linger from Configures past.
33368      Branch: perl
33369            ! Makefile.SH
33370 ____________________________________________________________________________
33371 [  7567] By: jhi                                   on 2000/11/05  21:28:39
33372         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
33373              first argument correctly.
33374      Branch: perl
33375            ! perlio.c
33376 ____________________________________________________________________________
33377 [  7566] By: jhi                                   on 2000/11/05  21:15:56
33378         Log: Integrate perlio.
33379      Branch: perl
33380           !> perlio.c
33381 ____________________________________________________________________________
33382 [  7565] By: jhi                                   on 2000/11/05  21:15:13
33383         Log: Use -dM for gcc (the suggested patch did it only for Linux,
33384              but I think it can be generalized).
33385              
33386              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
33387              From: Pixel <pixel@mandrakesoft.com>
33388              Date: 05 Nov 2000 21:49:34 +0100 
33389              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
33390      Branch: perl
33391            ! ext/Errno/Errno_pm.PL
33392 ____________________________________________________________________________
33393 [  7564] By: nick                                  on 2000/11/05  21:09:18
33394         Log: Added a mmap layer as a "subclass" of perlio.
33395              PERLIO=mmap ./perl harness passes
33396      Branch: perlio
33397            ! perlio.c
33398 ____________________________________________________________________________
33399 [  7563] By: jhi                                   on 2000/11/05  19:48:55
33400         Log: Add a note for future generations about bug id 20000229.006.
33401      Branch: perl
33402            ! malloc.c
33403 ____________________________________________________________________________
33404 [  7562] By: jhi                                   on 2000/11/05  19:38:24
33405         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
33406      Branch: perl
33407            ! pp_ctl.c t/op/pos.t
33408 ____________________________________________________________________________
33409 [  7561] By: jhi                                   on 2000/11/05  18:21:46
33410         Log: Add =pod to be tidy.
33411      Branch: perl
33412            ! lib/Math/Complex.pm
33413 ____________________________________________________________________________
33414 [  7560] By: jhi                                   on 2000/11/05  17:38:46
33415         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
33416      Branch: perl
33417            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33418            ! ext/Storable/Storable.xs t/lib/st-recurse.t
33419 ____________________________________________________________________________
33420 [  7559] By: jhi                                   on 2000/11/05  17:32:59
33421         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
33422              From: "Peter J. Farley III" <pjfarley@banet.net>
33423              Date: Sun, 05 Nov 2000 11:55:59 -0500
33424              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
33425      Branch: perl
33426            ! t/lib/syslog.t
33427 ____________________________________________________________________________
33428 [  7558] By: jhi                                   on 2000/11/05  17:29:19
33429         Log: Integrate perlio.
33430      Branch: perl
33431           !> perlio.c
33432 ____________________________________________________________________________
33433 [  7557] By: jhi                                   on 2000/11/05  17:22:01
33434         Log: A fix of sorts for 20000329.026, a better error message
33435              for a missing "use charnames" when using the \N{...}. 
33436      Branch: perl
33437            ! pod/perldiag.pod toke.c
33438 ____________________________________________________________________________
33439 [  7556] By: jhi                                   on 2000/11/05  16:33:50
33440         Log: Test tweak: show also the failed locales.
33441              
33442              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
33443              From: Lupe Christoph <lupe@lupe-christoph.de>         
33444              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
33445              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
33446      Branch: perl
33447            ! t/pragma/locale.t
33448 ____________________________________________________________________________
33449 [  7555] By: nick                                  on 2000/11/05  11:09:34
33450         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
33451              open RDWR so does not fail. (pragma/warnings 303 again...)
33452      Branch: perlio
33453            ! perlio.c
33454 ____________________________________________________________________________
33455 [  7554] By: nick                                  on 2000/11/05  10:10:13
33456         Log: Fix case where ungetc(f,EOF) was allowed.
33457              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
33458              so we can see similarities.
33459              Use types more carefully and a STDCHAR array in hope that this will
33460              fix Jarrko's 64bit machine.
33461      Branch: perlio
33462            ! perlio.c
33463 ____________________________________________________________________________
33464 [  7553] By: jhi                                   on 2000/11/05  01:12:16
33465         Log: Fix for
33466              
33467              Subject: [ID 20001004.007] taint propogation is inconsistent
33468              From: pimlott@idiomtech.com (Andrew Pimlott) 
33469              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
33470              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
33471              
33472              The culprit was sv_setsv() which was rather blindly
33473              propagating taint, which lead to behaviour where if
33474              a tainted anon hash value was seen all the hash values
33475              from then on at that level became tainted, or at any
33476              upper levels in the case of nested anon hashes.
33477      Branch: perl
33478            ! sv.c t/op/taint.t
33479 ____________________________________________________________________________
33480 [  7552] By: jhi                                   on 2000/11/04  23:44:18
33481         Log: Some cpps don't like splitting conditionals across several lines.
33482      Branch: perl
33483            ! perlio.c
33484 ____________________________________________________________________________
33485 [  7551] By: nick                                  on 2000/11/04  23:40:44
33486         Log: Integrate mainline
33487      Branch: perlio
33488           !> pp_hot.c t/op/taint.t
33489 ____________________________________________________________________________
33490 [  7550] By: nick                                  on 2000/11/04  23:39:05
33491         Log: Integrate mainline again
33492      Branch: perlio
33493           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
33494           !> t/lib/b.t t/op/misc.t util.c
33495 ____________________________________________________________________________
33496 [  7549] By: jhi                                   on 2000/11/04  23:14:01
33497         Log: Fix for
33498              
33499              Subject: [ID 20001004.006] undef is never tainted
33500              From: pimlott@idiomtech.com (Andrew Pimlott)
33501              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
33502              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
33503              
33504              An undef read from a slurped file was not tainted.
33505      Branch: perl
33506            ! pp_hot.c t/op/taint.t
33507 ____________________________________________________________________________
33508 [  7548] By: jhi                                   on 2000/11/04  22:56:21
33509         Log: Test tweak ($Config{useperlio} is by default undef) .
33510      Branch: perl
33511            ! t/lib/b.t
33512 ____________________________________________________________________________
33513 [  7547] By: jhi                                   on 2000/11/04  22:43:56
33514         Log: Integrate perlio.
33515      Branch: perl
33516           +> lib/perlio.pm
33517           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
33518           !> pod/perlapi.pod t/lib/b.t
33519 ____________________________________________________________________________
33520 [  7546] By: jhi                                   on 2000/11/04  22:40:59
33521         Log: Configure would use a bad $myuname from an old config.sh.
33522              
33523              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
33524              From: Andy Dougherty <doughera@lafayette.edu>
33525              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
33526              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
33527      Branch: metaconfig
33528            ! U/modified/Oldconfig.U
33529      Branch: perl
33530            ! Configure config_h.SH
33531 ____________________________________________________________________________
33532 [  7545] By: jhi                                   on 2000/11/04  22:36:54
33533         Log: Subject: Locales support (setlocale) fixes
33534              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33535              Date: Sat, 4 Nov 2000 10:15:48 +0300 
33536              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
33537              
33538              Modified quite a bit to be more portable.
33539      Branch: perl
33540            ! embed.h embed.pl perl.h proto.h util.c
33541 ____________________________________________________________________________
33542 [  7544] By: jhi                                   on 2000/11/04  22:32:47
33543         Log: Dying is too strict here, better just skip.
33544      Branch: perl
33545            ! t/op/misc.t
33546 ____________________________________________________________________________
33547 [  7543] By: nick                                  on 2000/11/04  21:55:13
33548         Log: Merge mainline
33549      Branch: perlio
33550           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
33551           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
33552           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
33553           !> (integrate 64 files)
33554 ____________________________________________________________________________
33555 [  7542] By: jhi                                   on 2000/11/04  21:09:28
33556         Log: More Changes tweakery.
33557      Branch: perl
33558            ! Changes Porting/genlog
33559 ____________________________________________________________________________
33560 [  7541] By: jhi                                   on 2000/11/04  20:58:18
33561         Log: Changes fixups.
33562      Branch: perl
33563            ! Changes
33564 ____________________________________________________________________________
33565 [  7540] By: jhi                                   on 2000/11/04  20:42:38
33566         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
33567              create a "fast path" for locale name probing using "locale -a"
33568              if available, squash finally hopefully the s?printf resetting
33569              the numeric locale (since, IIUC perllocale, it never shouldn't). 
33570      Branch: perl
33571            ! sv.c t/op/misc.t t/pragma/locale.t
33572 ____________________________________________________________________________
33573 [  7539] By: nick                                  on 2000/11/04  19:56:10
33574         Log: PerlIO infrastructure complete.
33575      Branch: perlio
33576            + lib/perlio.pm
33577            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
33578 ____________________________________________________________________________
33579 [  7538] By: nick                                  on 2000/11/04  14:31:32
33580         Log: Type tweaks + less contorted allocation scheme
33581      Branch: perlio
33582            ! perlio.c
33583 ____________________________________________________________________________
33584 [  7537] By: nick                                  on 2000/11/04  12:40:42
33585         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
33586              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
33587              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
33588              sensible) which lead to some interesting fails.
33589      Branch: perlio
33590            ! perlio.c
33591 ____________________________________________________________________________
33592 [  7536] By: jhi                                   on 2000/11/04  00:20:02
33593         Log: Add FCNTL_CAN_LOCK.
33594              
33595              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
33596              From: Andy Dougherty <doughera@lafayette.edu>
33597              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
33598              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
33599              
33600              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
33601              From: Andy Dougherty <doughera@lafayette.edu>
33602              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
33603              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
33604      Branch: metaconfig/U/perl
33605            + d_fcntl_can_lock.U
33606            ! startperl.U
33607      Branch: perl
33608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33609            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
33610            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33611            ! vos/config.ga.h win32/config.bc win32/config.gc
33612            ! win32/config.vc
33613 ____________________________________________________________________________
33614 [  7535] By: nick                                  on 2000/11/03  22:19:10
33615         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
33616              - Works on Linux with
33617              perlio + unix
33618              stdio
33619              - Works on Solaris with
33620              perlio + unix
33621              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
33622              - Fails (hangs in openpid) if you try and stack
33623              perlio + stdio - Linux stdio's read() logic is hanging.
33624      Branch: perlio
33625            ! iperlsys.h perlio.c
33626 ____________________________________________________________________________
33627 [  7534] By: jhi                                   on 2000/11/03  15:16:02
33628         Log: Subject: Re: README.aix
33629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33630              Date: Fri, 03 Nov 2000 16:03:15 +0100
33631              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
33632      Branch: perl
33633            ! README.aix
33634 ____________________________________________________________________________
33635 [  7533] By: jhi                                   on 2000/11/03  03:59:02
33636         Log: Subject: [PATCH 5.7.0] better messages from malloc()
33637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33638              Date: Wed, 1 Nov 2000 23:39:56 -0500
33639              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
33640      Branch: perl
33641            ! malloc.c pod/perldiag.pod
33642 ____________________________________________________________________________
33643 [  7532] By: jhi                                   on 2000/11/03  00:11:56
33644         Log: The #7521 touched things it shouldn't have.
33645      Branch: perl
33646            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
33647 ____________________________________________________________________________
33648 [  7531] By: jhi                                   on 2000/11/02  22:32:33
33649         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
33650              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33651              Date:     Thu, 2 Nov 2000 16:58:36 EST
33652              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
33653      Branch: perl
33654            ! vms/gen_shrfls.pl
33655 ____________________________________________________________________________
33656 [  7530] By: jhi                                   on 2000/11/02  22:08:49
33657         Log: Fix the problem discussed in
33658              
33659              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
33660              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
33661              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
33662              
33663              originally from Linc Madison.  Also Andreas König's comments
33664              taken into account.  Some other problems with Tie::SubstrHash
33665              fixed: didn't croak when the table exceeded the requested number
33666              of entries (as documented) but instead when the number of entries
33667              exceeded the size of the table, a croak() had an unnecessary \n,
33668              didn't have a CLEAR method, documented that there is no exists().
33669              Didn't fix to be strict-proof because the module uses &foo; and
33670              dynamic scope.  Added a test script exercizing both first tamely 
33671              the basic functionality, and then the failure cases reported by
33672              Linc Madison.
33673      Branch: perl
33674            + t/lib/tie-substrhash.t
33675            ! MANIFEST lib/Tie/SubstrHash.pm
33676 ____________________________________________________________________________
33677 [  7529] By: jhi                                   on 2000/11/02  17:58:08
33678         Log: recv() can fail and return undef.
33679              
33680              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
33681              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
33682              Date: Thu, 2 Nov 2000 20:12:20 +0300
33683              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
33684      Branch: perl
33685            ! lib/Net/Ping.pm
33686 ____________________________________________________________________________
33687 [  7528] By: jhi                                   on 2000/11/02  17:49:09
33688         Log: Detpyo.
33689      Branch: perl
33690            ! pod/perlop.pod
33691 ____________________________________________________________________________
33692 [  7527] By: jhi                                   on 2000/11/02  15:48:37
33693         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
33694              fix a autovivification bug in Tie::RefHash, add tests for both.
33695              
33696              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
33697              From: Edward Avis <epa98@doc.ic.ac.uk>
33698              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
33699              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
33700      Branch: perl
33701            + t/lib/tie-refhash.t
33702            ! MANIFEST lib/Tie/RefHash.pm
33703 ____________________________________________________________________________
33704 [  7526] By: jhi                                   on 2000/11/02  13:56:26
33705         Log: Test::Harness revealed buglets in the new DynaLoader.
33706              
33707              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
33708              From: andreas.koenig@anima.de (Andreas J. Koenig)
33709              Date: 02 Nov 2000 11:26:48 +0100 
33710              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
33711      Branch: perl
33712            ! ext/DynaLoader/DynaLoader_pm.PL
33713 ____________________________________________________________________________
33714 [  7525] By: jhi                                   on 2000/11/01  23:52:08
33715         Log: The entry for #7503 was missing.
33716      Branch: perl
33717            ! Changes
33718 ____________________________________________________________________________
33719 [  7524] By: jhi                                   on 2000/11/01  23:40:52
33720         Log: Update Changes.
33721      Branch: perl
33722            ! Changes patchlevel.h
33723 ____________________________________________________________________________
33724 [  7523] By: jhi                                   on 2000/11/01  22:57:09
33725         Log: More tweaking on the #7522 theme.
33726      Branch: perl
33727            ! ext/DynaLoader/DynaLoader_pm.PL
33728 ____________________________________________________________________________
33729 [  7522] By: jhi                                   on 2000/11/01  22:06:15
33730         Log: Expand %Config variables and %ENV variables only if
33731              so requested during build time using the
33732              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
33733              Not expanding makes relocating distributions easier.
33734      Branch: perl
33735            ! ext/DynaLoader/DynaLoader_pm.PL
33736 ____________________________________________________________________________
33737 [  7521] By: jhi                                   on 2000/11/01  20:56:34
33738         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
33739              and setgid() because they were just changing $< and $( which means
33740              only changing the real uid/gid, as opposed to changing both
33741              real and effective ids.  (The alternative way could have been
33742              in POSIX.pm to change $> and $), too, but making a direct call
33743              to the C API feels cleaner.)  Fixes the bug
33744              
33745              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
33746              From: "Garry T. Williams" <garry@zvolve.com>
33747              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
33748              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
33749      Branch: perl
33750            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33751            ! ext/POSIX/typemap pod/perlvar.pod
33752 ____________________________________________________________________________
33753 [  7520] By: jhi                                   on 2000/11/01  20:08:33
33754         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
33755              From: "Garry T. Williams" <garry@zvolve.com>
33756              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
33757              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
33758      Branch: perl
33759            ! pod/perlsec.pod
33760 ____________________________________________________________________________
33761 [  7519] By: jhi                                   on 2000/11/01  20:01:22
33762         Log: Locale warning explanation tweak.
33763      Branch: perl
33764            ! pod/perldiag.pod
33765 ____________________________________________________________________________
33766 [  7518] By: jhi                                   on 2000/11/01  18:57:13
33767         Log: C.pm part of
33768              
33769              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
33770              From: Jarkko Hietaniemi <jhi@iki.fi>
33771              Date: Tue, 10 Oct 2000 08:22:28 -0500
33772              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
33773      Branch: perl
33774            ! ext/B/B/C.pm
33775 ____________________________________________________________________________
33776 [  7517] By: jhi                                   on 2000/11/01  18:41:59
33777         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
33778              From: Martien Verbruggen <mgjv@comdyn.com.au>
33779              Date: Fri, 6 Oct 2000 14:09:10 +1100
33780              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
33781      Branch: perl
33782            ! pod/perlop.pod
33783 ____________________________________________________________________________
33784 [  7516] By: jhi                                   on 2000/11/01  18:34:55
33785         Log: Generalize the Camel wording.
33786              
33787              Subject: Re: perlfaq style changes
33788              From: John Borwick <jhborwic@unity.ncsu.edu>
33789              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
33790              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
33791      Branch: perl
33792            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
33793 ____________________________________________________________________________
33794 [  7515] By: jhi                                   on 2000/11/01  16:52:31
33795         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
33796              From: pimlott@idiomtech.com (Andrew Pimlott)
33797              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
33798              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
33799      Branch: perl
33800            ! pod/perlsec.pod
33801 ____________________________________________________________________________
33802 [  7514] By: jhi                                   on 2000/11/01  15:03:40
33803         Log: More AIX lore.
33804      Branch: perl
33805            ! ext/re/hints/aix.pl
33806 ____________________________________________________________________________
33807 [  7513] By: jhi                                   on 2000/11/01  14:48:30
33808         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
33809              From: root <root@chronos.fi.muni.cz>
33810              Date: Wed, 1 Nov 2000 12:31:32 +0100
33811              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
33812      Branch: perl
33813            ! lib/Net/Ping.pm
33814 ____________________________________________________________________________
33815 [  7512] By: jhi                                   on 2000/11/01  14:46:47
33816         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33817              From: Martin Husemann <martin@duskware.de>
33818              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
33819              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
33820      Branch: perl
33821            ! regcomp.c
33822 ____________________________________________________________________________
33823 [  7511] By: jhi                                   on 2000/11/01  14:39:50
33824         Log: AUTHORS updates.
33825      Branch: perl
33826            ! AUTHORS
33827 ____________________________________________________________________________
33828 [  7510] By: jhi                                   on 2000/11/01  14:29:50
33829         Log: Subject: [PATCH] startperl to respect versiononly
33830              From: Robin Barker <rmb1@cise.npl.co.uk> 
33831              Date: Tue, 31 Oct 2000 16:29:36 GMT
33832              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
33833      Branch: metaconfig/U/perl
33834            ! startperl.U
33835      Branch: perl
33836            ! Configure config_h.SH
33837 ____________________________________________________________________________
33838 [  7509] By: jhi                                   on 2000/11/01  14:19:53
33839         Log: printf UVs the correct way, noticed by Robin Barker.
33840      Branch: perl
33841            ! utf8.c
33842 ____________________________________________________________________________
33843 [  7508] By: jhi                                   on 2000/11/01  14:10:03
33844         Log: Do not cleanup *% because the % has special meanings in some
33845              shell environments.
33846      Branch: perl
33847            ! ext/Storable/Makefile.PL
33848 ____________________________________________________________________________
33849 [  7507] By: jhi                                   on 2000/11/01  14:06:00
33850         Log: The NonStop-UX libraries have a novel way to say NaN.
33851      Branch: perl
33852            ! t/lib/bigfltpm.t
33853 ____________________________________________________________________________
33854 [  7506] By: jhi                                   on 2000/11/01  14:03:35
33855         Log: The osname has been lowercased by now, from Tom Bates.
33856      Branch: metaconfig
33857            ! U/modified/Oldconfig.U
33858      Branch: perl
33859            ! Configure config_h.SH
33860 ____________________________________________________________________________
33861 [  7505] By: jhi                                   on 2000/10/31  19:18:39
33862         Log: The compiler is either gcc or cc, from Tom Bates.
33863      Branch: perl
33864            ! hints/nonstopux.sh
33865 ____________________________________________________________________________
33866 [  7504] By: jhi                                   on 2000/10/31  14:53:42
33867         Log: Update Changes.
33868      Branch: perl
33869            ! Changes patchlevel.h
33870 ____________________________________________________________________________
33871 [  7503] By: jhi                                   on 2000/10/31  14:30:50
33872         Log: Whitespace style tweak.  Was originally going to see to
33873              
33874              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33875              From: Joe Smith <jms@inwap.com>
33876              Date: Mon, 30 Oct 2000 18:47:57 -0800
33877              Message-Id: <39FE32DD.24AAC4D@inwap.com>
33878              
33879              but that had already been taken care of.
33880      Branch: metaconfig
33881            ! U/compline/d_stdstdio.U
33882      Branch: perl
33883            ! Configure config_h.SH
33884 ____________________________________________________________________________
33885 [  7502] By: jhi                                   on 2000/10/31  14:25:02
33886         Log: AUTHORS tweaks.
33887      Branch: perl
33888            ! AUTHORS
33889 ____________________________________________________________________________
33890 [  7501] By: jhi                                   on 2000/10/31  14:23:59
33891         Log: Subject: perlfaq style changes
33892              From: John Borwick <jhborwic@unity.ncsu.edu>
33893              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
33894              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
33895      Branch: perl
33896            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
33897            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33898            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
33899            ! pod/perlfaq9.pod
33900 ____________________________________________________________________________
33901 [  7500] By: jhi                                   on 2000/10/31  14:22:15
33902         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
33903              
33904              Subject: Re: [ID 20000918.005] ~ on wide chars
33905              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33906              Date: Mon, 30 Oct 2000 21:09:55 -0800
33907              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
33908              
33909              (The ord() part of the patch skipped.)
33910      Branch: perl
33911            ! doop.c
33912 ____________________________________________________________________________
33913 [  7499] By: jhi                                   on 2000/10/31  14:20:08
33914         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
33915              From: Jens Hamisch <jens@Strawberry.COM>
33916              Date: Mon, 30 Oct 2000 15:17:07 +0100
33917              Message-Id: <20001030151707.A9597@Strawberry.COM>
33918      Branch: perl
33919            ! av.c
33920 ____________________________________________________________________________
33921 [  7498] By: jhi                                   on 2000/10/31  14:16:29
33922         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
33923              From: Peter Prymmer <pvhp@forte.com>
33924              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
33925              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
33926      Branch: perl
33927            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
33928            + ext/Encode/Encode/posix-bc.enc
33929            ! MANIFEST t/lib/encode.t
33930 ____________________________________________________________________________
33931 [  7497] By: jhi                                   on 2000/10/31  14:13:22
33932         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
33933              From: Peter Prymmer <pvhp@forte.com>
33934              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
33935              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
33936      Branch: perl
33937            ! t/lib/cgi-html.t
33938 ____________________________________________________________________________
33939 [  7496] By: jhi                                   on 2000/10/31  14:12:05
33940         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
33941              From: Peter Prymmer <pvhp@forte.com>
33942              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
33943              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
33944      Branch: perl
33945            ! t/lib/cgi-function.t
33946 ____________________________________________________________________________
33947 [  7495] By: jhi                                   on 2000/10/31  14:11:08
33948         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
33949              From: Peter Prymmer <pvhp@forte.com>
33950              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
33951              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
33952      Branch: perl
33953            + ext/re/hints/aix.pl
33954            ! MANIFEST ext/re/Makefile.PL
33955 ____________________________________________________________________________
33956 [  7494] By: jhi                                   on 2000/10/31  14:08:32
33957         Log: Use Errno magic.
33958              
33959              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
33960              From: Casey Tweten <perl@ctweten.amsite.com>
33961              Date: Mon, 30 Oct 2000 15:51:17 -0500
33962              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
33963      Branch: perl
33964            ! lib/File/Temp.pm
33965 ____________________________________________________________________________
33966 [  7493] By: jhi                                   on 2000/10/31  14:05:07
33967         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
33968              
33969              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
33970              From: Nicholas Clark <nick@ccl4.org>
33971              Date: Mon, 30 Oct 2000 17:38:45 +0000
33972              Message-ID: <20001030173845.O60355@plum.flirble.org>
33973      Branch: perl
33974            ! Makefile.SH utils/perlbug.PL
33975 ____________________________________________________________________________
33976 [  7492] By: nick                                  on 2000/10/30  19:37:23
33977         Log: Change files which are mysteriously different to mainline to be
33978              copies of mainline.
33979      Branch: perlio
33980            ! objXSUB.h perlapi.c pod/perlapi.pod
33981 ____________________________________________________________________________
33982 [  7491] By: nick                                  on 2000/10/30  18:05:54
33983         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
33984              - typo in endian code in putc.
33985              - Don't allow read of write-only files and vice-versa
33986              - and off-by-one in flush-all loop.
33987              Remove debug calls as they were using GCC specific features.
33988      Branch: perlio
33989            ! perlio.c
33990 ____________________________________________________________________________
33991 [  7490] By: nick                                  on 2000/10/29  21:45:45
33992         Log: Integrate mainline to perlio
33993      Branch: perlio
33994           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
33995           !> toke.c
33996 ____________________________________________________________________________
33997 [  7489] By: jhi                                   on 2000/10/29  21:11:08
33998         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
33999              From: andreas.koenig@anima.de (Andreas J. Koenig)
34000              Date: 29 Oct 2000 22:05:59 +0100
34001              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
34002      Branch: perl
34003            ! lib/ExtUtils/Manifest.pm
34004 ____________________________________________________________________________
34005 [  7488] By: jhi                                   on 2000/10/29  21:07:47
34006         Log: Tests for #7487.
34007              
34008              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34009              From: andreas.koenig@anima.de (Andreas J. Koenig)
34010              Date: 29 Oct 2000 19:37:09 +0100
34011              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
34012      Branch: perl
34013            ! t/comp/proto.t
34014 ____________________________________________________________________________
34015 [  7487] By: jhi                                   on 2000/10/29  21:06:27
34016         Log: constsub spillage.
34017              
34018              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34019              From: John Tobey <jtobey@john-edwin-tobey.org>
34020              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
34021              Message-Id: <m13pvSr-000FObC@feynman.localnet>
34022      Branch: perl
34023            ! op.c
34024 ____________________________________________________________________________
34025 [  7486] By: nick                                  on 2000/10/29  21:05:04
34026         Log: Integrate mainline to perlio branch
34027      Branch: perlio
34028           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
34029           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
34030           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
34031           +> vos/install_perl.cm
34032            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
34033            - vos/config.h vos/config_h.SH_orig
34034           !> (integrate 141 files)
34035 ____________________________________________________________________________
34036 [  7485] By: jhi                                   on 2000/10/29  21:00:47
34037         Log: Make \x{...} consistently produce UTF-8.
34038              
34039              Subject: Re: \x{...} is confused 
34040              From: Simon Cozens <simon@cozens.net>
34041              Date: Sun, 29 Oct 2000 19:36:48 +0000
34042              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
34043      Branch: perl
34044            ! t/pragma/utf8.t toke.c
34045 ____________________________________________________________________________
34046 [  7484] By: nick                                  on 2000/10/29  20:05:29
34047         Log: PerlIO passes all tests.
34048      Branch: perlio
34049            ! perlio.c
34050 ____________________________________________________________________________
34051 [  7483] By: jhi                                   on 2000/10/29  18:06:55
34052         Log: Update Changes.
34053      Branch: perl
34054            ! Changes patchlevel.h
34055 ____________________________________________________________________________
34056 [  7482] By: nick                                  on 2000/10/29  17:43:28
34057         Log: Include <unistd.h> to get correct lseek() prototype etc.
34058              (I thought perl.h did that) - down to two fails
34059              - comp/require.t (last test)
34060              - lib/io_xs.t - possibly import/export of FILE * ?
34061      Branch: perlio
34062            ! perlio.c
34063 ____________________________________________________________________________
34064 [  7481] By: jhi                                   on 2000/10/29  17:02:37
34065         Log: UTF-8 decoder tweak.
34066      Branch: perl
34067            ! utf8.c
34068 ____________________________________________________________________________
34069 [  7480] By: nick                                  on 2000/10/29  16:26:11
34070         Log: Fixed two bugs:
34071              - error code not being set on close (of broken pipe)
34072              - append mode was truncating.
34073              At least one seek/tell bug remains.
34074      Branch: perlio
34075            ! perlio.c
34076 ____________________________________________________________________________
34077 [  7479] By: nick                                  on 2000/10/29  11:18:16
34078         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
34079              in case of accidents. Still several worrying fails, no line disciplines yet.
34080      Branch: perlio
34081            ! iperlsys.h perlio.c
34082 ____________________________________________________________________________
34083 [  7478] By: jhi                                   on 2000/10/29  02:04:01
34084         Log: Add also emailless people.
34085      Branch: perl
34086            ! AUTHORS
34087 ____________________________________________________________________________
34088 [  7477] By: jhi                                   on 2000/10/29  01:36:00
34089         Log: The #7476 needs a MANIFEST change, too.
34090      Branch: perl
34091            ! MANIFEST
34092 ____________________________________________________________________________
34093 [  7476] By: jhi                                   on 2000/10/29  01:35:21
34094         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
34095      Branch: perl
34096            - MAINTAIN
34097            ! AUTHORS Changes
34098 ____________________________________________________________________________
34099 [  7475] By: jhi                                   on 2000/10/28  23:57:25
34100         Log: De-quoted-unreadable to ISO Latin 1.
34101              (There's one ISO-2022-JP name in Changes5.004.)
34102      Branch: perl
34103            ! Changes Changes5.6
34104 ____________________________________________________________________________
34105 [  7474] By: jhi                                   on 2000/10/28  19:13:06
34106         Log: Subject: [ID 20001027.007] uniq array in perlfaq
34107              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
34108              Date: Fri, 27 Oct 2000 19:28:30 +0200
34109              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
34110      Branch: perl
34111            ! pod/perlfaq4.pod
34112 ____________________________________________________________________________
34113 [  7473] By: jhi                                   on 2000/10/28  18:02:05
34114         Log: Locking null mutexes is not recommendable.
34115              
34116              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
34117              From: Hugo <hv@crypt.compulink.co.uk>
34118              Date: Sat, 28 Oct 2000 18:41:12 +0100
34119              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
34120      Branch: perl
34121            ! op.c
34122 ____________________________________________________________________________
34123 [  7472] By: jhi                                   on 2000/10/28  17:52:58
34124         Log: Better create a true mailing list for the repository keepers.
34125      Branch: perl
34126            ! Porting/repository.pod
34127 ____________________________________________________________________________
34128 [  7471] By: jhi                                   on 2000/10/28  17:28:24
34129         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
34130              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
34131      Branch: perl
34132            + Porting/repository.pod
34133            ! MANIFEST
34134 ____________________________________________________________________________
34135 [  7470] By: jhi                                   on 2000/10/28  17:20:54
34136         Log: Subject: DOC PATCH 5.6.0
34137              From: mjd@plover.com
34138              Date: 27 Oct 2000 17:32:44 -0000
34139              Message-ID: <20001027173244.23754.qmail@plover.com>
34140      Branch: perl
34141            ! pod/perlfunc.pod
34142 ____________________________________________________________________________
34143 [  7469] By: jhi                                   on 2000/10/28  17:16:45
34144         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
34145              From: "Peter J. Farley III" <pjfarley@banet.net>
34146              Date: Fri, 27 Oct 2000 20:32:56 -0400
34147              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
34148      Branch: perl
34149            ! README.dos
34150 ____________________________________________________________________________
34151 [  7468] By: jhi                                   on 2000/10/28  17:07:18
34152         Log: Make target reordering to avoid pointless re-makes.
34153              
34154              Subject: Re: Total re-make of 'make okfile' after 7451 ?
34155              From: Nicholas Clark <nick@ccl4.org>
34156              Date: Sat, 28 Oct 2000 00:31:02 +0100
34157              Message-ID: <20001028003101.A54517@plum.flirble.org>
34158      Branch: perl
34159            ! Makefile.SH
34160 ____________________________________________________________________________
34161 [  7467] By: jhi                                   on 2000/10/28  17:05:31
34162         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
34163              From: lvirden@cas.org
34164              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
34165              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
34166      Branch: perl
34167            ! README.os2
34168 ____________________________________________________________________________
34169 [  7466] By: jhi                                   on 2000/10/28  16:09:16
34170         Log: Upgrade to CPAN 1.58_55.
34171              
34172              Subject: CPAN.pm status
34173              From: andreas.koenig@anima.de (Andreas J. Koenig) 
34174              Date: 28 Oct 2000 08:18:00 +0200 
34175              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
34176      Branch: perl
34177            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34178 ____________________________________________________________________________
34179 [  7465] By: jhi                                   on 2000/10/28  16:02:47
34180         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
34181      Branch: perl
34182            ! embed.h embed.pl perl.h proto.h toke.c
34183 ____________________________________________________________________________
34184 [  7464] By: nick                                  on 2000/10/28  10:43:44
34185         Log: Fix for sv_2iv() on "shared" value from keys %hash.
34186      Branch: perl
34187            ! sv.c
34188 ____________________________________________________________________________
34189 [  7463] By: jhi                                   on 2000/10/27  16:18:29
34190         Log: Update Changes.
34191      Branch: perl
34192            ! Changes patchlevel.h
34193 ____________________________________________________________________________
34194 [  7462] By: jhi                                   on 2000/10/27  16:17:44
34195         Log: Too enthusiastic editing in #7460.
34196      Branch: metaconfig
34197            ! U/modified/Oldsym.U
34198      Branch: perl
34199            ! Configure config_h.SH
34200 ____________________________________________________________________________
34201 [  7461] By: jhi                                   on 2000/10/27  15:37:38
34202         Log: Retract #7459, the script needs more work.
34203      Branch: perl
34204            - mkreef
34205            ! MANIFEST
34206 ____________________________________________________________________________
34207 [  7460] By: jhi                                   on 2000/10/27  15:23:14
34208         Log: Use $sort, $uniq (and $tr) consistently as wondered
34209              by Nicholas Clark.
34210      Branch: metaconfig
34211            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
34212            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
34213            ! U/modified/libc.U
34214      Branch: perl
34215            ! Configure config_h.SH
34216 ____________________________________________________________________________
34217 [  7459] By: jhi                                   on 2000/10/27  15:02:07
34218         Log: (Retracted by #7461)
34219              
34220              Add a shell script for creating/removing symbolic link farms,
34221              useful for keeping the source code read-only and doing the
34222              builds somewhere else.
34223      Branch: perl
34224            + mkreef
34225            ! MANIFEST
34226 ____________________________________________________________________________
34227 [  7458] By: jhi                                   on 2000/10/27  14:42:20
34228         Log: Do away with the fix_pl.
34229      Branch: perl
34230            - fix_pl
34231            ! MANIFEST Makefile.SH
34232 ____________________________________________________________________________
34233 [  7457] By: jhi                                   on 2000/10/27  12:43:13
34234         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
34235              From: Jens Hamisch <jens@Strawberry.COM>
34236              Date: Fri, 27 Oct 2000 14:38:21 +0200
34237              Message-Id: <20001027143821.B3366@Strawberry.COM>
34238      Branch: perl
34239            ! perl.h
34240 ____________________________________________________________________________
34241 [  7456] By: jhi                                   on 2000/10/27  12:33:42
34242         Log: Subject: [PATCH] todo
34243              From: Nicholas Clark <nick@ccl4.org>
34244              Date: Thu, 26 Oct 2000 22:32:29 +0100
34245              Message-ID: <20001026223229.A44540@plum.flirble.org>
34246      Branch: perl
34247            ! pod/perltodo.pod
34248 ____________________________________________________________________________
34249 [  7455] By: jhi                                   on 2000/10/27  12:02:21
34250         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
34251              From: John Tobey <jtobey@john-edwin-tobey.org>
34252              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
34253              Message-Id: <m13ozHF-000FObC@feynman.localnet>
34254      Branch: perl
34255            ! op.c t/pragma/sub_lval.t
34256 ____________________________________________________________________________
34257 [  7454] By: jhi                                   on 2000/10/27  11:59:42
34258         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
34259              From: sthoenna@efn.org
34260              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
34261              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
34262      Branch: perl
34263            ! pp.c t/op/assignwarn.t
34264 ____________________________________________________________________________
34265 [  7453] By: jhi                                   on 2000/10/27  00:15:08
34266         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
34267      Branch: perl
34268            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34269            ! ext/Storable/Storable.xs t/lib/st-lock.t
34270 ____________________________________________________________________________
34271 [  7452] By: jhi                                   on 2000/10/26  13:05:52
34272         Log: Undo #7451, this seems to be a deficiency in Perforce,
34273              there is no per-file line-terminator type, only per-client.
34274      Branch: perl
34275            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
34276            ! win32/makefile.mk
34277 ____________________________________________________________________________
34278 [  7451] By: jhi                                   on 2000/10/26  04:56:03
34279         Log: Experimenting in DOS arcana.
34280      Branch: perl
34281            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
34282            ! win32/makefile.mk
34283 ____________________________________________________________________________
34284 [  7450] By: jhi                                   on 2000/10/26  04:50:52
34285         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
34286              From: "Peter J. Farley III" <pjfarley@banet.net>            
34287              Date: Wed, 25 Oct 2000 23:10:18 -0400
34288              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
34289      Branch: perl
34290            ! t/io/open.t
34291 ____________________________________________________________________________
34292 [  7449] By: jhi                                   on 2000/10/26  04:49:16
34293         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
34294              From: Hugo <hv@crypt.compulink.co.uk>
34295              Date: Thu, 26 Oct 2000 01:55:17 +0100
34296              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
34297              
34298              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
34299      Branch: perl
34300            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
34301 ____________________________________________________________________________
34302 [  7448] By: jhi                                   on 2000/10/26  04:38:36
34303         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
34304              From: Peter Prymmer <pvhp@forte.com>
34305              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
34306              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
34307      Branch: perl
34308            ! configure.com
34309 ____________________________________________________________________________
34310 [  7447] By: jhi                                   on 2000/10/25  23:20:02
34311         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
34312              in platforms that strictly require all the symbols being present
34313              at link time.
34314      Branch: perl
34315            ! handy.h
34316 ____________________________________________________________________________
34317 [  7446] By: jhi                                   on 2000/10/25  21:55:57
34318         Log: Update Changes.
34319      Branch: perl
34320            ! Changes patchlevel.h
34321 ____________________________________________________________________________
34322 [  7445] By: jhi                                   on 2000/10/25  21:27:08
34323         Log: Integrate with vmsperl #7430 by Charles Bailey:
34324              
34325              Cleanup from prior patch (Charles Lane?):
34326              - improve handling of MFDs in Basename and Path
34327              - default to no xsubpp line # munging when building debug images
34328      Branch: perl
34329           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
34330 ____________________________________________________________________________
34331 [  7444] By: jhi                                   on 2000/10/25  21:03:50
34332         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
34333              From: John Peacock <JPeacock@UnivPress.com>
34334              Date: Thu, 18 May 2000 11:55:27 -0400
34335              Message-ID: <3924126F.A58BE57A@UnivPress.com>
34336      Branch: perl
34337            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
34338            ! t/op/write.t
34339 ____________________________________________________________________________
34340 [  7443] By: jhi                                   on 2000/10/25  20:43:10
34341         Log: Temporary stopgap for the self-tying issue: for now only
34342              array and hash self-ties are verboten.  The real fix, of
34343              course, would be to comprehensively test (and implement?)
34344              and debug (and document) self-ties.
34345      Branch: perl
34346            ! pod/perldiag.pod pp_sys.c t/op/tie.t
34347 ____________________________________________________________________________
34348 [  7442] By: jhi                                   on 2000/10/25  20:14:30
34349         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
34350              From: Dan Sugalski <dan@sidhe.org>
34351              Date: Wed, 25 Oct 2000 13:36:35 -0400
34352              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
34353              
34354              plus regen global.sym.
34355      Branch: perl
34356            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
34357            ! thrdvar.h util.c
34358 ____________________________________________________________________________
34359 [  7441] By: jhi                                   on 2000/10/25  20:12:20
34360         Log: buildtoc target tweaks.
34361      Branch: perl
34362            ! pod/Makefile.SH
34363 ____________________________________________________________________________
34364 [  7440] By: jhi                                   on 2000/10/25  20:03:53
34365         Log: A new version of making the syslog test more robust.
34366              (Replaces #7421.)
34367              
34368              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34369              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34370              Date: Wed, 25 Oct 2000 12:13:54 -0400
34371              Message-ID: <20001025121354.B2264@O2.chapin.edu>
34372      Branch: perl
34373            ! t/lib/syslog.t
34374 ____________________________________________________________________________
34375 [  7439] By: jhi                                   on 2000/10/25  20:00:48
34376         Log: Continue the internal UTF-8 API tweaking.
34377              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
34378              used much more than the simpler API, now called utf8_to_uv_simple().
34379              Still not quite happy with API, too much partial duplication
34380              of functionality.
34381      Branch: perl
34382            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
34383            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
34384            ! regcomp.c regexec.c sv.c toke.c utf8.c
34385 ____________________________________________________________________________
34386 [  7438] By: jhi                                   on 2000/10/25  18:52:30
34387         Log: Allow poking holes at the UTF-8 decoding strictness.
34388      Branch: perl
34389            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
34390            ! utf8.h
34391 ____________________________________________________________________________
34392 [  7437] By: jhi                                   on 2000/10/25  13:53:05
34393         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
34394              UTF8LEN() and UTF8SKIP(). 
34395      Branch: perl
34396            ! pp.c utf8.c utf8.h
34397 ____________________________________________________________________________
34398 [  7436] By: jhi                                   on 2000/10/25  13:51:37
34399         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
34400              From: Nicholas Clark <nick@ccl4.org>
34401              Date: Wed, 25 Oct 2000 14:44:05 +0100
34402              Message-ID: <20001025144404.D27253@plum.flirble.org>
34403      Branch: perl
34404            ! pod/perlrun.pod
34405 ____________________________________________________________________________
34406 [  7435] By: jhi                                   on 2000/10/25  13:49:32
34407         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
34408              From: Mike Guy <mjtg@cam.ac.uk>
34409              Date: Tue, 24 Oct 2000 14:59:40 +0100
34410              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
34411      Branch: perl
34412            ! scope.c
34413 ____________________________________________________________________________
34414 [  7434] By: jhi                                   on 2000/10/25  13:48:41
34415         Log: AIX is picky about its symbol exports.  Solution for now
34416              is to include the deb.o explicitly to the re extension build.
34417              
34418              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
34419              From: Peter Prymmer <pvhp@forte.com>
34420              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
34421              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
34422      Branch: perl
34423            ! ext/re/Makefile.PL hints/aix.sh
34424 ____________________________________________________________________________
34425 [  7433] By: jhi                                   on 2000/10/25  13:46:49
34426         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
34427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34428              Date: Wed, 25 Oct 2000 12:02:20 +0200
34429              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
34430      Branch: perl
34431            ! perlsdio.h
34432 ____________________________________________________________________________
34433 [  7432] By: jhi                                   on 2000/10/25  13:44:28
34434         Log: Subject: Minor update to find2perl, for portability
34435              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
34436              Date: Wed, 25 Oct 2000 12:05:47 +0100
34437              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
34438      Branch: perl
34439            ! x2p/find2perl.PL
34440 ____________________________________________________________________________
34441 [  7431] By: jhi                                   on 2000/10/25  13:40:39
34442         Log: Add targets to Makefile.SH, most importantly
34443              'regen_all' which also remembers to update vms/perly*.
34444      Branch: perl
34445            ! Makefile.SH
34446 ____________________________________________________________________________
34447 [  7430] By: bailey                                on 2000/10/25  03:13:53
34448         Log: Cleanup from prior patch (Charles Lane?):
34449              - improve handling of MFDs in Basename and Path
34450              - default to no xsubpp line # munging when building debug images
34451      Branch: vmsperl
34452            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
34453 ____________________________________________________________________________
34454 [  7429] By: jhi                                   on 2000/10/24  20:03:40
34455         Log: Podify README.epoc and README.vos.
34456      Branch: perl
34457            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
34458            ! pod/perlport.pod pod/perltoc.pod
34459 ____________________________________________________________________________
34460 [  7428] By: jhi                                   on 2000/10/24  19:10:33
34461         Log: Stratus VOS updates from Paul Green.
34462      Branch: perl
34463            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34464            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
34465            - vos/config.def vos/config.h vos/config_h.SH_orig
34466            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
34467            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
34468 ____________________________________________________________________________
34469 [  7427] By: jhi                                   on 2000/10/24  18:59:48
34470         Log: Check if stdio supports tweaking lval and cnt simultaneously.
34471              
34472              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34473              From: Nicholas Clark <nick@ccl4.org>
34474              Date: Mon, 23 Oct 2000 15:39:32 +0100
34475              Message-ID: <20001023153932.A10786@plum.flirble.org>
34476      Branch: metaconfig
34477            ! U/compline/d_stdstdio.U
34478      Branch: perl
34479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34480            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
34481            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
34482            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
34483            ! vos/config.h vos/config_h.SH_orig win32/config.bc
34484            ! win32/config.gc win32/config.vc
34485 ____________________________________________________________________________
34486 [  7426] By: jhi                                   on 2000/10/24  17:57:44
34487         Log: Missed the header file changes from #7425.
34488      Branch: perl
34489            ! embed.h embed.pl objXSUB.h proto.h
34490 ____________________________________________________________________________
34491 [  7425] By: jhi                                   on 2000/10/24  17:55:17
34492         Log: Fix the bug reported in
34493              
34494              From: andreas.koenig@anima.de (Andreas J. Koenig)
34495              Subject: Encode bug?
34496              Date: 24 Oct 2000 14:01:26 +0200 
34497              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
34498              
34499              Also make is_utf8_char() stricter.
34500      Branch: perl
34501            ! ext/Encode/Encode.xs utf8.c
34502 ____________________________________________________________________________
34503 [  7424] By: jhi                                   on 2000/10/24  15:15:39
34504         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
34505              From: Peter Scott <Peter@PSDT.com>
34506              Date: Mon, 23 Oct 2000 19:46:01 -0700
34507              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
34508      Branch: perl
34509            ! pod/perlfaq5.pod
34510 ____________________________________________________________________________
34511 [  7423] By: jhi                                   on 2000/10/24  14:25:30
34512         Log: Test tweak to avoid pulling in the whole Config.
34513      Branch: perl
34514            ! t/lib/st-lock.t
34515 ____________________________________________________________________________
34516 [  7422] By: jhi                                   on 2000/10/24  14:03:16
34517         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
34518      Branch: perl
34519            ! pp.c
34520 ____________________________________________________________________________
34521 [  7421] By: jhi                                   on 2000/10/24  13:32:09
34522         Log: (Replaced by #7440.)
34523              
34524              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34525              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34526              Date: Mon, 23 Oct 2000 16:40:54 -0400
34527              Message-ID: <20001023164054.B14491@O2.chapin.edu>
34528      Branch: perl
34529            ! t/lib/syslog.t
34530 ____________________________________________________________________________
34531 [  7420] By: jhi                                   on 2000/10/24  13:30:53
34532         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
34533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34534              Date: Mon, 23 Oct 2000 17:29:03 -0400
34535              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
34536      Branch: perl
34537            ! lib/ExtUtils/MM_Unix.pm
34538 ____________________________________________________________________________
34539 [  7419] By: jhi                                   on 2000/10/24  13:29:57
34540         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
34541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34542              Date: Mon, 23 Oct 2000 19:01:32 -0400
34543              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
34544      Branch: perl
34545            ! utils/h2xs.PL
34546 ____________________________________________________________________________
34547 [  7418] By: jhi                                   on 2000/10/24  13:26:04
34548         Log: Replace #7409 with
34549              
34550              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
34551              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
34552              Date: Mon, 23 Oct 2000 20:08:56 +0200
34553              Message-ID: <20001023200855.A14850@nice.ram.loc>
34554      Branch: perl
34555            ! ext/Storable/Storable.pm t/lib/st-lock.t
34556 ____________________________________________________________________________
34557 [  7417] By: jhi                                   on 2000/10/24  13:17:52
34558         Log: Run vms/vms_yfix.pl, should have done that after changing
34559              perly.c in #7382.
34560      Branch: perl
34561            ! vms/perly_c.vms vms/perly_h.vms
34562 ____________________________________________________________________________
34563 [  7416] By: jhi                                   on 2000/10/24  02:55:33
34564         Log: Make the UTF-8 decoding stricter and more verbose when
34565              malformation happens.  This involved adding an argument
34566              to utf8_to_uv_chk(), which involved changing its prototype,
34567              and prefer STRLEN over I32 for the UTF-8 length, which as
34568              a domino effect necessitated changing the prototypes of
34569              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
34570              The stricter UTF-8 decoding checking uses Markus Kuhn's
34571              UTF-8 Decode Stress Tester from
34572              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
34573      Branch: perl
34574            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
34575            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
34576            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
34577            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
34578 ____________________________________________________________________________
34579 [  7415] By: jhi                                   on 2000/10/23  14:06:06
34580         Log: Update Changes.
34581      Branch: perl
34582            ! Changes patchlevel.h
34583 ____________________________________________________________________________
34584 [  7414] By: jhi                                   on 2000/10/23  12:39:52
34585         Log: Undo the basename() part of #7412 since the lib/basename
34586              tests would need upgrading too.
34587      Branch: perl
34588            ! lib/File/Basename.pm
34589 ____________________________________________________________________________
34590 [  7413] By: jhi                                   on 2000/10/23  12:19:27
34591         Log: Document PERL_INSTALL_ROOT of #7210.
34592      Branch: perl
34593            ! lib/ExtUtils/Install.pm
34594 ____________________________________________________________________________
34595 [  7412] By: jhi                                   on 2000/10/23  12:16:47
34596         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
34597      Branch: perl
34598            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
34599            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
34600 ____________________________________________________________________________
34601 [  7411] By: jhi                                   on 2000/10/23  12:07:41
34602         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
34603              From: Prymmer/Kahn <pvhp@best.com>
34604              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
34605              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
34606      Branch: perl
34607            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
34608 ____________________________________________________________________________
34609 [  7410] By: jhi                                   on 2000/10/23  04:10:11
34610         Log: The change #7187 was not so good on VMS.
34611              
34612              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
34613              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34614              Date: Sun, 22 Oct 2000 23:03:08 -0500
34615              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
34616      Branch: perl
34617            ! utils/perldoc.PL
34618 ____________________________________________________________________________
34619 [  7409] By: jhi                                   on 2000/10/23  03:57:36
34620         Log: Avoid Storable locking on DJGPP for now.
34621              
34622              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
34623              From: "Peter J. Farley III" <pjfarley@banet.net>
34624              Date: Sun, 22 Oct 2000 20:00:00 -0400
34625              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
34626      Branch: perl
34627            ! ext/Storable/Storable.pm t/lib/st-lock.t
34628 ____________________________________________________________________________
34629 [  7408] By: jhi                                   on 2000/10/23  03:50:24
34630         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
34631              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34632              Date: Sun, 22 Oct 2000 21:12:22 -0400
34633              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
34634      Branch: perl
34635            ! lib/vars.pm
34636 ____________________________________________________________________________
34637 [  7407] By: jhi                                   on 2000/10/23  03:43:12
34638         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
34639              From: Hugo <hv@crypt.compulink.co.uk>
34640              Date: Mon, 23 Oct 2000 00:47:22 +0100
34641              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
34642      Branch: perl
34643            ! regexec.c t/op/pat.t
34644 ____________________________________________________________________________
34645 [  7406] By: jhi                                   on 2000/10/23  03:40:29
34646         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
34647      Branch: perl
34648            ! lib/ExtUtils/MakeMaker.pm
34649 ____________________________________________________________________________
34650 [  7405] By: jhi                                   on 2000/10/22  21:32:00
34651         Log: Doc patch.
34652              
34653              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
34654              From: rspier@pobox.com (Robert Spier)
34655              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
34656              Message-ID: <14835.16112.13457.447971@rls.cx>
34657      Branch: perl
34658            ! lib/strict.pm
34659 ____________________________________________________________________________
34660 [  7404] By: jhi                                   on 2000/10/22  21:30:51
34661         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
34662              From: rspier@pobox.com (Robert Spier)
34663              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
34664              Message-ID: <14835.17223.72448.705566@rls.cx>
34665      Branch: perl
34666            ! lib/ExtUtils/MakeMaker.pm
34667 ____________________________________________________________________________
34668 [  7403] By: jhi                                   on 2000/10/22  21:24:11
34669         Log: Subject: [PATCH bleadperl] ripples from constsub patch
34670              From: John Tobey <jtobey@john-edwin-tobey.org>
34671              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
34672              Message-Id: <m13nSOB-000FObC@feynman.localnet>
34673      Branch: perl
34674            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
34675 ____________________________________________________________________________
34676 [  7402] By: jhi                                   on 2000/10/22  20:59:35
34677         Log: Support s?printf parameter reordering.
34678      Branch: perl
34679            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
34680 ____________________________________________________________________________
34681 [  7401] By: jhi                                   on 2000/10/22  19:19:14
34682         Log: Expand %Config variables only if explicitly so requested
34683              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
34684              
34685              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
34686              From: Gurusamy Sarathy <gsar@ActiveState.com>
34687              Date: Sun, 22 Oct 2000 11:47:32 -0700
34688              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
34689      Branch: perl
34690            ! Makefile.SH lib/lib_pm.PL
34691 ____________________________________________________________________________
34692 [  7400] By: jhi                                   on 2000/10/22  18:24:10
34693         Log: Move the #7390 test from warn/op to comp/redef.
34694              
34695              Subject: Re: Creating const subs for constants.
34696              From: John Tobey <jtobey@john-edwin-tobey.org>
34697              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
34698              Message-Id: <m13nG72-000FObC@feynman.localnet>               
34699      Branch: perl
34700            ! t/comp/redef.t t/pragma/warn/op
34701 ____________________________________________________________________________
34702 [  7399] By: jhi                                   on 2000/10/22  17:49:59
34703         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
34704              From: Nicholas Clark <nick@ccl4.org>
34705              Date: Sat, 21 Oct 2000 22:23:19 +0100
34706              Message-ID: <20001021222319.B45586@plum.flirble.org>
34707      Branch: perl
34708            ! ext/DynaLoader/DynaLoader_pm.PL
34709 ____________________________________________________________________________
34710 [  7398] By: jhi                                   on 2000/10/22  17:47:35
34711         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
34712              From: Hugo <hv@crypt.compulink.co.uk>
34713              Date: Sat, 21 Oct 2000 18:19:59 +0100
34714              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
34715      Branch: perl
34716            ! ext/B/B.pm ext/B/B/C.pm
34717 ____________________________________________________________________________
34718 [  7397] By: jhi                                   on 2000/10/22  17:35:18
34719         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
34720              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
34721              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
34722              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
34723      Branch: perl
34724            ! hints/openbsd.sh
34725 ____________________________________________________________________________
34726 [  7396] By: jhi                                   on 2000/10/22  17:19:46
34727         Log: Subject: installman go-faster stripes
34728              From: Nicholas Clark <nick@talking.bollo.cx>
34729              Date: Sat, 21 Oct 2000 17:24:53 +0100
34730              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
34731              
34732              Subject: Re: installman go-faster stripes
34733              From: Russ Allbery <rra@stanford.edu>
34734              Date: 21 Oct 2000 11:04:13 -0700
34735              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
34736      Branch: perl
34737            ! installman pod/pod2man.PL
34738 ____________________________________________________________________________
34739 [  7395] By: jhi                                   on 2000/10/22  17:17:35
34740         Log: Hints tweak from Anton Berezin.
34741      Branch: perl
34742            ! hints/freebsd.sh
34743 ____________________________________________________________________________
34744 [  7394] By: jhi                                   on 2000/10/22  04:50:04
34745         Log: Tweak the Is* definitions of Unicode character classes
34746              to better match the official categorizations; embrace
34747              the official categorizations; add the combining marks
34748              as alpha (and -numeric); fix DCinital (a typo and edito)
34749              to be DCmedial.
34750      Branch: perl
34751            + lib/unicode/Is/DCmedial.pl
34752            - lib/unicode/Is/DCinital.pl
34753            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34754            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
34755            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
34756            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34757 ____________________________________________________________________________
34758 [  7393] By: jhi                                   on 2000/10/21  18:06:05
34759         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
34760              From: Daniel Chetlin <daniel@chetlin.com>
34761              Date: Sat, 21 Oct 2000 02:57:03 -0700
34762              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
34763      Branch: perl
34764            + t/lib/tie-splice.t
34765            ! MANIFEST lib/Tie/Array.pm
34766 ____________________________________________________________________________
34767 [  7392] By: gsar                                  on 2000/10/21  18:05:15
34768         Log: resync utfperl branch with mainline
34769      Branch: utfperl
34770           !> (integrate 1760 files)
34771 ____________________________________________________________________________
34772 [  7391] By: jhi                                   on 2000/10/21  14:37:49
34773         Log: Testcases for a #7383,#7385 related bug.
34774              
34775              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
34776              From: Nicholas Clark <nick@ccl4.org>
34777              Date: Sat, 21 Oct 2000 15:04:51 +0100
34778              Message-ID: <20001021150451.A51566@plum.flirble.org>
34779      Branch: perl
34780            ! t/pragma/utf8.t
34781 ____________________________________________________________________________
34782 [  7390] By: jhi                                   on 2000/10/21  14:35:57
34783         Log: Add a testcase for #7389.
34784      Branch: perl
34785            ! t/pragma/warn/op
34786 ____________________________________________________________________________
34787 [  7389] By: jhi                                   on 2000/10/21  14:26:45
34788         Log: Subject: Re: Creating const subs for constants.
34789              From: John Tobey <jtobey@john-edwin-tobey.org>
34790              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
34791              Message-Id: <m13mo0N-000FObC@feynman.localnet>
34792      Branch: perl
34793            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
34794            ! proto.h sv.c
34795 ____________________________________________________________________________
34796 [  7388] By: nick                                  on 2000/10/21  11:44:23
34797         Log: Populate perlio branch
34798      Branch: perlio
34799           +> (branch 1760 files)
34800 ____________________________________________________________________________
34801 [  7387] By: nick                                  on 2000/10/21  10:52:05
34802         Log: Get branch back as replica of mainline via :
34803              p4 integrate -b utfperl
34804              p4 resolve -at ./...
34805      Branch: utfperl
34806           +> (branch 269 files)
34807            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
34808            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
34809            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
34810            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
34811            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
34812            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34813            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34814            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34815            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34816            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34817            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34818            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34819            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34820            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34821            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34822            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34823            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34824            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34825            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
34826            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
34827            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
34828            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
34829            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
34830            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
34831            - lib/unicode/UCD300.html lib/unicode/Unicode.300
34832            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
34833            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
34834            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
34835            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
34836           !> (integrate 965 files)
34837 ____________________________________________________________________________
34838 [  7386] By: jhi                                   on 2000/10/21  01:31:12
34839         Log: Update Changes.
34840      Branch: perl
34841            ! Changes patchlevel.h
34842 ____________________________________________________________________________
34843 [  7385] By: jhi                                   on 2000/10/21  01:28:42
34844         Log: The #7383 was right only in the context of the original bug report,
34845              not in more general case.
34846      Branch: perl
34847            ! pp_hot.c
34848 ____________________________________________________________________________
34849 [  7384] By: jhi                                   on 2000/10/21  01:08:23
34850         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
34851      Branch: perl
34852            ! ext/IO/lib/IO/Select.pm
34853 ____________________________________________________________________________
34854 [  7383] By: jhi                                   on 2000/10/21  00:44:18
34855         Log: Fix for ID 20001020.006, concatenating an unset submatch
34856              with utf8 resulted in "Modification of a read-only value".
34857      Branch: perl
34858            ! pp_hot.c t/pragma/utf8.t
34859 ____________________________________________________________________________
34860 [  7382] By: jhi                                   on 2000/10/20  20:44:31
34861         Log: Make scan_num() reëntrant, as suggested in
34862              
34863              Subject: [PATCH perl@7229] Rentrant parser and yylex()
34864              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34865              Date: Fri, 20 Oct 2000 14:17:27 +0100
34866              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34867      Branch: perl
34868            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
34869            ! toke.c
34870 ____________________________________________________________________________
34871 [  7381] By: jhi                                   on 2000/10/20  20:07:29
34872         Log: Reëntrancy fix.
34873              
34874              Subject: [PATCH perl@7229] Rentrant parser and yylex()
34875              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34876              Date: Fri, 20 Oct 2000 14:17:27 +0100
34877              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34878      Branch: perl
34879            ! embed.h embed.pl perl.h proto.h toke.c
34880 ____________________________________________________________________________
34881 [  7380] By: jhi                                   on 2000/10/20  19:15:54
34882         Log: Don't write double values through long double pointers,
34883              based on a part of
34884              
34885              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34886              From: Jens Hamisch <jens@Strawberry.COM>
34887              Date: Tue, 17 Oct 2000 08:39:36 +0200
34888              Message-Id: <20001017083936.A11104@Strawberry.COM>
34889      Branch: perl
34890            ! perl.h pp.c
34891 ____________________________________________________________________________
34892 [  7379] By: jhi                                   on 2000/10/20  18:43:37
34893         Log: Portability tweak on #7377.
34894              
34895              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
34896              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34897              Date:     Fri, 20 Oct 2000 13:13:41 EDT
34898              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
34899      Branch: perl
34900            ! t/lib/dprof.t
34901 ____________________________________________________________________________
34902 [  7378] By: jhi                                   on 2000/10/20  12:57:19
34903         Log: SOCKS function redefinitions need prototypes, too, otherwise
34904              for example 32 bit versus 64 bit differences cause a lot of
34905              problems.  Part of
34906              
34907              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34908              From: Jens Hamisch <jens@Strawberry.COM>
34909              Date: Tue, 17 Oct 2000 08:39:36 +0200
34910              Message-Id: <20001017083936.A11104@Strawberry.COM>
34911      Branch: perl
34912            ! doio.c pp_sys.c
34913 ____________________________________________________________________________
34914 [  7377] By: jhi                                   on 2000/10/20  12:37:12
34915         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
34916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34917              Date:     Fri, 20 Oct 2000 08:26:04 EDT
34918              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
34919      Branch: perl
34920            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
34921 ____________________________________________________________________________
34922 [  7376] By: jhi                                   on 2000/10/20  12:35:31
34923         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
34924              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34925              Date:     Fri, 20 Oct 2000 07:48:15 EDT
34926              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
34927      Branch: perl
34928            ! configure.com vms/gen_shrfls.pl
34929 ____________________________________________________________________________
34930 [  7375] By: bailey                                on 2000/10/20  04:44:37
34931         Log: SYN SYN
34932      Branch: vmsperl
34933           +> (branch 134 files)
34934            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
34935            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
34936            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
34937            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
34938            - eg/cgi/frameset.cgi eg/cgi/index.html
34939            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34940            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34941            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34942            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34943            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34944            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34945            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34946            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34947            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34948            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34949            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34950            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34951            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34952            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
34953            - lib/unicode/Props.txt lib/unicode/UCD300.html
34954            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
34955            - utils/perlbc.PL vms/subconfigure.com
34956           !> (integrate 785 files)
34957 ____________________________________________________________________________
34958 [  7374] By: jhi                                   on 2000/10/20  00:59:48
34959         Log: In the latest compiler builds cccdlflags must not become -fpic,
34960              from Wilfredo Sánchez.
34961      Branch: perl
34962            ! hints/darwin.sh
34963 ____________________________________________________________________________
34964 [  7373] By: jhi                                   on 2000/10/20  00:56:35
34965         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
34966              From: Tony Cook <tony@develop-help.com>
34967              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
34968              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
34969      Branch: perl
34970            ! pod/perlop.pod
34971 ____________________________________________________________________________
34972 [  7372] By: jhi                                   on 2000/10/19  19:34:40
34973         Log: Typo noted by Mark Lutz.
34974      Branch: perl
34975            ! t/op/64bitint.t
34976 ____________________________________________________________________________
34977 [  7371] By: jhi                                   on 2000/10/19  19:33:13
34978         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
34979      Branch: metaconfig
34980            ! U/modified/Cppsym.U U/modified/Oldconfig.U
34981      Branch: metaconfig/U/perl
34982            ! End.U dlsrc.U libperl.U
34983      Branch: perl
34984            + hints/nonstopux.sh
34985            ! Configure MANIFEST config_h.SH
34986 ____________________________________________________________________________
34987 [  7370] By: jhi                                   on 2000/10/19  17:18:08
34988         Log: Subject: PATCH do_print has 2 PerlIO_error()s
34989              From: nick@ccl4.org
34990              Date: Thu, 19 Oct 2000 18:09:20 +0100
34991              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
34992      Branch: perl
34993            ! doio.c
34994 ____________________________________________________________________________
34995 [  7369] By: jhi                                   on 2000/10/19  14:01:49
34996         Log: Update Changes.
34997      Branch: perl
34998            ! Changes patchlevel.h
34999 ____________________________________________________________________________
35000 [  7368] By: jhi                                   on 2000/10/19  13:04:29
35001         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
35002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35003              Date: Wed, 18 Oct 2000 13:12:01 +0200
35004              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
35005      Branch: perl
35006            ! hints/aix.sh
35007 ____________________________________________________________________________
35008 [  7367] By: jhi                                   on 2000/10/19  02:22:40
35009         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
35010              of a 'pmshort' anywhere in the B, so the offending line was simply
35011              removed.
35012      Branch: perl
35013            ! ext/B/B/Debug.pm
35014 ____________________________________________________________________________
35015 [  7366] By: jhi                                   on 2000/10/19  02:12:37
35016         Log: Add the test case for the bug id 20000730.004 which seems
35017              to have been fixed by now.
35018      Branch: perl
35019            ! t/pragma/utf8.t
35020 ____________________________________________________________________________
35021 [  7365] By: jhi                                   on 2000/10/18  23:36:24
35022         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
35023              From: Hugo <hv@crypt.compulink.co.uk>
35024              Date: Wed, 18 Oct 2000 23:25:58 +0100
35025              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
35026      Branch: perl
35027            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
35028 ____________________________________________________________________________
35029 [  7364] By: jhi                                   on 2000/10/18  21:12:53
35030         Log: (retracted)
35031      Branch: perl
35032            ! pp.c
35033 ____________________________________________________________________________
35034 [  7363] By: jhi                                   on 2000/10/18  20:55:38
35035         Log: Missing change from #7362.
35036      Branch: perl
35037            ! win32/perlhost.h
35038 ____________________________________________________________________________
35039 [  7362] By: jhi                                   on 2000/10/18  20:52:01
35040         Log: Borland C fstat() never saw the fd as writable.
35041              
35042              Subject: fix for Borland's weak "stat" (perl@7211)
35043              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35044              Date: Mon, 16 Oct 2000 09:55:03 +0400
35045              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
35046      Branch: perl
35047            ! win32/win32.c
35048 ____________________________________________________________________________
35049 [  7361] By: jhi                                   on 2000/10/18  17:43:50
35050         Log: Regen toc.
35051      Branch: perl
35052            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
35053 ____________________________________________________________________________
35054 [  7360] By: jhi                                   on 2000/10/18  17:07:44
35055         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35056              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
35057              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
35058              Date: Mon, 16 Oct 2000 15:19:49 +0200
35059      Branch: perl
35060            + README.aix
35061            ! MANIFEST
35062 ____________________________________________________________________________
35063 [  7359] By: jhi                                   on 2000/10/18  17:04:49
35064         Log: Subject: Pod patch for Devel::Peek
35065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35066              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
35067              Date: Mon, 16 Oct 2000 12:26:34 +0200
35068      Branch: perl
35069            ! ext/Devel/Peek/Peek.pm
35070 ____________________________________________________________________________
35071 [  7358] By: jhi                                   on 2000/10/18  17:03:15
35072         Log: Make Cwd more bulletproof in chrooted environments.
35073              
35074              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
35075              From: "Eric E. Coe" <Eric.Coe@oracle.com>
35076              Date: Wed, 18 Oct 2000 04:03:54 -0400
35077              Message-Id: <39ED596A.70E599FE@oracle.com>
35078      Branch: perl
35079            ! lib/Cwd.pm
35080 ____________________________________________________________________________
35081 [  7357] By: jhi                                   on 2000/10/18  16:37:26
35082         Log: Disable the UTF8 downgrade croakage for now to avoid
35083              too many not okay messages.
35084      Branch: perl
35085            ! doio.c
35086 ____________________________________________________________________________
35087 [  7356] By: jhi                                   on 2000/10/17  23:29:41
35088         Log: Show the failed remote port, instead of the failing line number.
35089              
35090              Subject: [PATCH 5.6.1 Debugger] More diagnostics
35091              From: David Sparks <daves@ActiveState.com>
35092              Date: Tue, 17 Oct 2000 15:00:24 -0700
35093              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
35094      Branch: perl
35095            ! lib/perl5db.pl
35096 ____________________________________________________________________________
35097 [  7355] By: jhi                                   on 2000/10/17  14:11:31
35098         Log: On output try to downgrade to bytes, croak if impossible,
35099              from Simon Cozens.  This means that outputting >255 UTF8
35100              is impossible.  Consider this as a strong incentive to get
35101              the I/O disciplines implemented.
35102      Branch: perl
35103            ! doio.c pod/perldiag.pod sv.c
35104 ____________________________________________________________________________
35105 [  7354] By: jhi                                   on 2000/10/17  13:42:23
35106         Log: Clarify documentation on 'use bytes'.
35107              
35108              Subject: Re: What does 'use bytes' "mean" ?
35109              From: Simon Cozens <simon@cozens.net>
35110              Date: Mon, 18 Sep 2000 18:24:25 +0100
35111              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
35112      Branch: perl
35113            ! lib/bytes.pm
35114 ____________________________________________________________________________
35115 [  7353] By: jhi                                   on 2000/10/17  13:28:12
35116         Log: Workaround for a sfio bug where the stream error indicator
35117              is not cleared as documented.
35118              
35119              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
35120              From: Nicholas Clark <nick@ccl4.org>
35121              Date: Mon, 16 Oct 2000 18:28:23 +0100
35122              Message-ID: <20001016182823.J19700@plum.flirble.org>
35123      Branch: perl
35124            ! doio.c
35125 ____________________________________________________________________________
35126 [  7352] By: jhi                                   on 2000/10/17  13:06:19
35127         Log: More IoTYPE sprinkling.
35128      Branch: perl
35129            ! doio.c pp_hot.c
35130 ____________________________________________________________________________
35131 [  7351] By: jhi                                   on 2000/10/16  22:47:07
35132         Log: Detect early whether the std streams have gone bad.
35133              
35134              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
35135              Date: Mon, 16 Oct 2000 23:28:42 +0100
35136              From: Nicholas Clark <nick@ccl4.org>
35137              Message-ID: <20001016232842.A37942@plum.flirble.org>
35138      Branch: perl
35139            ! t/op/misc.t
35140 ____________________________________________________________________________
35141 [  7350] By: jhi                                   on 2000/10/16  22:45:16
35142         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
35143              From: "Peter J. Farley III" <pjfarley@banet.net>
35144              Date: Mon, 16 Oct 2000 18:15:59 -0400
35145              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
35146      Branch: perl
35147            ! djgpp/djgpp.c dosish.h t/io/open.t
35148 ____________________________________________________________________________
35149 [  7349] By: jhi                                   on 2000/10/16  22:36:45
35150         Log: perldelta tweak.
35151      Branch: perl
35152            ! pod/perldelta.pod
35153 ____________________________________________________________________________
35154 [  7348] By: jhi                                   on 2000/10/16  15:17:53
35155         Log: Update Changes.
35156      Branch: perl
35157            ! Changes patchlevel.h
35158 ____________________________________________________________________________
35159 [  7347] By: jhi                                   on 2000/10/16  13:55:27
35160         Log: Add the capability to include/exclude branches.
35161      Branch: perl
35162            ! Porting/genlog
35163 ____________________________________________________________________________
35164 [  7346] By: jhi                                   on 2000/10/16  13:18:04
35165         Log: Add Charles Lane.
35166      Branch: perl
35167            ! AUTHORS Changes
35168 ____________________________________________________________________________
35169 [  7345] By: jhi                                   on 2000/10/16  13:13:21
35170         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
35171      Branch: perl
35172            ! pod/perldelta.pod
35173 ____________________________________________________________________________
35174 [  7344] By: gsar                                  on 2000/10/16  09:30:21
35175         Log: integrate change#6220 from cfgperl
35176              
35177              Win32 patches from Benjamin Stuhl.
35178      Branch: maint-5.6/perl
35179           !> makedef.pl win32/win32.h
35180 ____________________________________________________________________________
35181 [  7343] By: gsar                                  on 2000/10/16  08:32:19
35182         Log: integrate changes#6221,6222 from cfgperl
35183              
35184              Remove tr///CU (the feature is to be obsoleted by better interfaces).
35185              From: simon@brecon.co.uk (Simon Cozens)
35186              Subject: [PATCH] Eliminate tr///[CU][CU]
35187              Date: 23 Jun 2000 11:05:40 GMT
35188              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
35189              
35190              doc typo fix
35191              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
35192              From: Ian Phillipps <Ian.Phillipps@iname.com>
35193              Date: Fri, 23 Jun 2000 10:40:58 +0100
35194              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
35195      Branch: maint-5.6/perl
35196           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
35197 ____________________________________________________________________________
35198 [  7342] By: gsar                                  on 2000/10/16  08:28:08
35199         Log: integrate change#6217 from cfgperl (in part)
35200              
35201              Rename the fdpid locking and integrate with Sarathy.
35202      Branch: maint-5.6/perl
35203           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
35204           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
35205           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
35206           !> win32/win32.c
35207 ____________________________________________________________________________
35208 [  7341] By: gsar                                  on 2000/10/16  08:23:39
35209         Log: integrate changes#6214..6216 from mainline
35210              
35211              @_ can't have junk in it even in the non-USE_ITHREADS case because
35212              caller() wants to populate @DB::args with it (causes a coredump
35213              in Carp::confess())
35214              
35215              tweak comment about @DB::args
35216              
35217              be more optimal about clearing @_
35218      Branch: maint-5.6/perl
35219           !> av.h cop.h pp_ctl.c t/op/runlevel.t
35220 ____________________________________________________________________________
35221 [  7340] By: gsar                                  on 2000/10/16  08:20:37
35222         Log: integrate changes#6207..6210 from cfgperl
35223              
35224              Subject: [PATCH 5.6.0] Threadsafe patches
35225              From: Dan Sugalski <dan@sidhe.org>
35226              To: perl5-porters@perl.org
35227              Date: Mon, 08 May 2000 18:08:13 -0400
35228              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
35229              
35230              Regen headers for #6207.
35231              
35232              Lock PL_fdpid against race conditions, based on:
35233              Subject: [PATCH 5.6.0]subprocess fixup for threads
35234              From: Dan Sugalski <dan@sidhe.org>
35235              To: perl5-porters@perl.org
35236              Date: Tue, 11 Apr 2000 17:02:32 -0400
35237              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
35238              
35239              Mopup for #6207 and #6209.
35240      Branch: maint-5.6/perl
35241           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
35242           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
35243           !> win32/win32.c
35244 ____________________________________________________________________________
35245 [  7339] By: gsar                                  on 2000/10/16  08:14:34
35246         Log: integrate change#6203 from cfgperl
35247              
35248              perldiag should refer to perlos2.pod not README.os2
35249      Branch: maint-5.6/perl
35250           !> pod/perldiag.pod
35251 ____________________________________________________________________________
35252 [  7338] By: gsar                                  on 2000/10/16  08:11:42
35253         Log: integrate change#6201 from mainline
35254              
35255              Perl_eval_pv() leaks 4 bytes every time it is called because it
35256              does a PUSHMARK that's never ever POPMARKed; in general, only
35257              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
35258              Perl_eval_[sp]v() don't because they don't take any incoming
35259              arguments (this leak has been around since the original version
35260              of perl_eval_pv() in 5.003_97e)
35261      Branch: maint-5.6/perl
35262           !> perl.c
35263 ____________________________________________________________________________
35264 [  7337] By: gsar                                  on 2000/10/16  08:08:47
35265         Log: integrate changes#6197..6200 from cfgperl
35266              
35267              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
35268              From: John Borwick <jhborwic@unity.ncsu.edu>
35269              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
35270              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
35271              
35272              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
35273              From: Dan Sugalski <dan@sidhe.org>
35274              To: vmsperl@perl.org, perl5-porters@perl.org
35275              Date: Fri, 02 Jun 2000 16:00:41 -0400
35276              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
35277              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
35278              
35279              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
35280              From: Dan Sugalski <dan@sidhe.org>
35281              To: perl5-porters@perl.org, vmsperl@perl.org
35282              Date: Fri, 02 Jun 2000 17:30:51 -0400
35283              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
35284              
35285              Update to cperl-mode.el 4.31 from
35286              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
35287              Subject: A couple of notes
35288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35289              To: Mailing list Perl5 <perl5-porters@perl.org>
35290              Date: Sat, 3 Jun 2000 23:33:32 -0400
35291              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
35292      Branch: maint-5.6/perl
35293           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
35294           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
35295           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
35296           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
35297           !> vms/vmsish.h
35298 ____________________________________________________________________________
35299 [  7336] By: gsar                                  on 2000/10/16  08:03:46
35300         Log: integrate changes#6194,6195 from mainline
35301              
35302              fix small eval"" memory leaks under USE_ITHREADS
35303              
35304              fix yet another eval"" leak under USE_ITHREADS
35305      Branch: maint-5.6/perl
35306           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35307           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35308           !> vms/perly_c.vms
35309 ____________________________________________________________________________
35310 [  7335] By: gsar                                  on 2000/10/16  08:02:15
35311         Log: integrate changes#6190,6191 from mainline
35312              
35313              submit missing embed.pl change
35314              
35315              vec() loses numericalness (modified version of patch suggested
35316              by Robin Barker)
35317      Branch: maint-5.6/perl
35318           !> doop.c embed.pl t/op/vec.t
35319 ____________________________________________________________________________
35320 [  7334] By: gsar                                  on 2000/10/16  08:01:03
35321         Log: integrate change#6189 from mainline
35322              
35323              counting tr/// corrupts later operation (from M.J.T Guy)
35324      Branch: maint-5.6/perl
35325           !> doop.c t/op/tr.t
35326 ____________________________________________________________________________
35327 [  7333] By: gsar                                  on 2000/10/16  07:59:07
35328         Log: integrate changes#6183..6188 from mainline
35329              
35330              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
35331              <nick@ccl4.org>)
35332              
35333              tweak for change#6127
35334              
35335              remove incorrect documentation about implicit split to @_ in
35336              list context, which never really worked in perl 5 (from
35337              M.J.T. Guy)
35338              
35339              further qualify references to "alphanumeric" (from Wolfgang Laun
35340              <wolfgang.laun@alcatel.at>)
35341              
35342              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
35343              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35344              
35345              h2xs tweaks
35346      Branch: maint-5.6/perl
35347           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
35348           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
35349           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
35350           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
35351           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
35352           !> pod/pod2latex.PL utils/h2xs.PL
35353 ____________________________________________________________________________
35354 [  7332] By: gsar                                  on 2000/10/16  07:53:52
35355         Log: integrate change#6179 from mainline
35356              
35357              buggy modulus on UVs introduced by change#3378 (resulted in
35358              4063328477 % 65535 amounting to 27406, instead of 27407)
35359      Branch: maint-5.6/perl
35360           !> pp.c t/op/arith.t
35361 ____________________________________________________________________________
35362 [  7331] By: gsar                                  on 2000/10/16  07:52:49
35363         Log: integrate changes#6176,6177,6178,6182 from cfgperl
35364              
35365              Single-quoted utf8 patch from Simon Cozens.
35366              
35367              Substitution utf8 patch from Simon Cozens.
35368              
35369              Be cleaner.
35370              
35371              Be Cleaner Part Deux.
35372      Branch: maint-5.6/perl
35373           !> Makefile.SH pp_hot.c toke.c
35374 ____________________________________________________________________________
35375 [  7330] By: gsar                                  on 2000/10/16  07:41:36
35376         Log: integrate change#6172 from mainline
35377              
35378              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
35379              (from Ilya Zakharevich)
35380      Branch: maint-5.6/perl
35381           !> regexec.c t/op/re_tests
35382 ____________________________________________________________________________
35383 [  7329] By: gsar                                  on 2000/10/16  07:40:25
35384         Log: integrate change#6171 from mainline
35385              
35386              scalar() doesn't force scalar context when used in void context
35387              (from Simon Cozens)
35388      Branch: maint-5.6/perl
35389           !> op.c t/op/wantarray.t
35390 ____________________________________________________________________________
35391 [  7328] By: gsar                                  on 2000/10/16  07:39:33
35392         Log: integrate change#6170 from mainline
35393              
35394              change#6142 needs tweaks to tests to work where there's no
35395              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35396      Branch: maint-5.6/perl
35397           !> t/lib/filefind.t
35398 ____________________________________________________________________________
35399 [  7327] By: gsar                                  on 2000/10/16  07:35:34
35400         Log: integrate changes#6166..6168 from cfgperl
35401              
35402              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
35403              in case somebody wants to write an extension for more
35404              shadow database interfaces.
35405              
35406              tweak todo
35407              
35408              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
35409      Branch: maint-5.6/perl
35410           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35411           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
35412           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
35413           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
35414           !> win32/config.vc win32/config_H.bc win32/config_H.gc
35415           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35416 ____________________________________________________________________________
35417 [  7326] By: gsar                                  on 2000/10/16  07:29:05
35418         Log: integrate changes#6157,6159..6161,6164 from cfgperl
35419              
35420              Regen Configure to jive with #6149.
35421              
35422              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
35423              
35424              Changes for the File::Temp 0.08 (change #6159) test suite
35425              to fit better into the Perl distribution test framework.
35426              
35427              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
35428              both from Simon Cozens.
35429              
35430              detypo
35431      Branch: maint-5.6/perl
35432           +> pod/perlmodlib.PL pod/perlnewmod.pod
35433           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
35434           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
35435           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35436           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35437 ____________________________________________________________________________
35438 [  7325] By: gsar                                  on 2000/10/16  07:25:13
35439         Log: integrate change#6158 from vmsperl
35440              
35441              Add fallback to tmpfile for use in cases where user's relying on
35442              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
35443              Lane's patch)
35444      Branch: maint-5.6/perl
35445           !> vms/vms.c vms/vmsish.h
35446 ____________________________________________________________________________
35447 [  7324] By: gsar                                  on 2000/10/16  07:20:50
35448         Log: integrate changes#6153..6155 from mainline
35449              
35450              prettier Test::Harness output on failed tests (from Nicholas Clark
35451              <nick@Bagpuss.uk.boo.com>)
35452              
35453              avoid type mismatch warning
35454              
35455              small bug in change#6144; remove random \xA0 character that snuck
35456              in via change#6145
35457      Branch: maint-5.6/perl
35458           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
35459           !> perl.c
35460 ____________________________________________________________________________
35461 [  7323] By: gsar                                  on 2000/10/16  07:18:47
35462         Log: integrate changes#6151,6152 from mainline
35463              
35464              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
35465              
35466              cosmetic fixups of RE debug output (from Ilya Zakharevich)
35467      Branch: maint-5.6/perl
35468           !> regexec.c
35469 ____________________________________________________________________________
35470 [  7322] By: gsar                                  on 2000/10/16  07:17:25
35471         Log: integrate changes#6146..6150 from mainline
35472              
35473              doc typo
35474              
35475              add a make entry to Config.pm so "perl -V:make" works on VMS
35476              (from Peter Prymmer)
35477              
35478              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
35479              
35480              OS/2 tweaks for usethreads build (from Rocco Caputo
35481              <troc@netrus.net>)
35482              
35483              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
35484      Branch: maint-5.6/perl
35485           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
35486           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
35487           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
35488           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
35489           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
35490           !> warnings.pl x2p/a2p.h
35491 ____________________________________________________________________________
35492 [  7321] By: gsar                                  on 2000/10/16  07:14:02
35493         Log: integrate changes#6143..6145 from mainline
35494              
35495              MacOS support, part 1 (from Matthias Neeracher
35496              <neeri@iis.ee.ethz.ch>)
35497              
35498              MacOS support, part 2: make AutoSplit use File::Spec instead
35499              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
35500              <neeri@iis.ee.ethz.ch>)
35501              
35502              make xsubpp skip embedded pod (from Matthias Neeracher
35503              <neeri@iis.ee.ethz.ch>)
35504      Branch: maint-5.6/perl
35505           +> ext/DynaLoader/dl_mac.xs
35506           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
35507           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
35508           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
35509           !> pp_ctl.c proto.h toke.c util.c util.h
35510 ____________________________________________________________________________
35511 [  7320] By: gsar                                  on 2000/10/16  07:12:13
35512         Log: integrate changes#6141,6142 from mainline
35513              
35514              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
35515              forwarded by Peter Seebach from the bsdi-users mailing list.
35516              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
35517              
35518              File::Find fails to chdir when chasing symlinks (from
35519              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35520      Branch: maint-5.6/perl
35521           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
35522 ____________________________________________________________________________
35523 [  7319] By: gsar                                  on 2000/10/16  07:04:30
35524         Log: integrate change#6139 from mainline
35525              
35526              revise mktables.PL for bugs and newness in Unicode 3.0
35527              (from James Bence <jbence@amgen.com>)
35528      Branch: maint-5.6/perl
35529           +> (branch 30 files)
35530           !> (integrate 49 files)
35531 ____________________________________________________________________________
35532 [  7318] By: gsar                                  on 2000/10/16  07:01:01
35533         Log: integrate changes#6137,6138 from mainline
35534              
35535              fix bogus redeclaration warning for "our" variables in different
35536              scopes
35537              
35538              add note about the handling of negative indices to tied arrays
35539              (from Michael G Schwern <schwern@pobox.com>)
35540      Branch: maint-5.6/perl
35541           !> op.c pod/perltie.pod t/pragma/strict-vars
35542 ____________________________________________________________________________
35543 [  7317] By: gsar                                  on 2000/10/16  06:58:46
35544         Log: integrate changes#6127..6136 from mainline
35545              
35546              call_method(...,G_EVAL) can longjmp() out if the method probing
35547              failed (from Gisle Aas)
35548              
35549              new perlxstut example for passing/returning refs to arrays
35550              (from David Lowe <dlowe@pootpoot.com>)
35551              
35552              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
35553              
35554              fix places that mean C<"word" character> but say C<alphanumeric
35555              character>
35556              
35557              avoid warnings in POSIX.pm (from Barrie Slaymaker)
35558              
35559              warnings::enabled() doesn't fall back to looking at $^W if
35560              caller isn't using lexical warnings (from Paul Marquess)
35561              
35562              elide bogus test in change#6132
35563              
35564              make Test::Harness use wait.h/WCOREDUMP if available
35565              (from Ben Tilly <ben_tilly@hotmail.com>)
35566              
35567              enable Test::Harness to dynamically determine column width etc.
35568              (from Rob Napier <rnapier@employees.org>)
35569              
35570              random pod typos (from Peter Scott <Peter@PSDT.com>)
35571      Branch: maint-5.6/perl
35572           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
35573           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
35574           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
35575           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
35576 ____________________________________________________________________________
35577 [  7316] By: gsar                                  on 2000/10/16  06:53:23
35578         Log: integrate change#6126 from mainline
35579              
35580              change#2879 broke rvalue autovivification of magicals such as
35581              ${$num} (reworked variant of patch suggested by Simon Cozens)
35582      Branch: maint-5.6/perl
35583           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
35584           !> pp_hot.c proto.h t/op/gv.t
35585 ____________________________________________________________________________
35586 [  7315] By: gsar                                  on 2000/10/16  06:51:38
35587         Log: integrate changes#6123,6125 from mainline
35588              
35589              clarify gotcha with #line directives (from Rocco Caputo
35590              <troc@netrus.net>)
35591              
35592              enable propagating exception objects via Perl_croak() in XS code
35593              (from Gisle Aas)
35594      Branch: maint-5.6/perl
35595           !> pod/perldebug.pod pod/perlsyn.pod util.c
35596 ____________________________________________________________________________
35597 [  7314] By: gsar                                  on 2000/10/16  06:49:28
35598         Log: integrate change#6122 from mainline
35599              
35600              downgrade fatal error on C<"foo@nosucharray.com"> to optional
35601              warning (from Mark-Jason Dominus)
35602      Branch: maint-5.6/perl
35603           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
35604           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
35605           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
35606           !> toke.c
35607 ____________________________________________________________________________
35608 [  7313] By: gsar                                  on 2000/10/16  06:46:54
35609         Log: integrate changes#6112..6121 from vmsperl
35610              
35611              Check for existence of file before trying to delete
35612              
35613              Ugly workaround for version-specific RTL error
35614              
35615              Urk -- undo previous removal of vmsish 'exit' change
35616              
35617              Add bounds checking for several strings (Charles Lane)
35618              
35619              Miscellaneous cosmetic fixes (Charles Lane)
35620              
35621              Treat sockets as special in sys(read|write) (Charles Lane et al.)
35622              
35623              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
35624              Flatten case labels in switch statements uniformly (Charles Bailey)
35625              
35626              Quiet error messages in vmsish.t (Charles Lane)
35627              
35628              Add missing escape (Charles Lane)
35629              
35630              Allow eliminate_macros() and fixpath() to handle space-delimited
35631              lists (based on fixes by Craig Berry)
35632      Branch: maint-5.6/perl
35633           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
35634           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
35635           !> vms/vmsish.h
35636 ____________________________________________________________________________
35637 [  7312] By: gsar                                  on 2000/10/16  06:41:18
35638         Log: integrate changes#6107,6110 from cfgperl
35639              
35640              Tweak the todo list.
35641              
35642              todo tweak
35643      Branch: maint-5.6/perl
35644           !> Todo-5.6
35645 ____________________________________________________________________________
35646 [  7311] By: gsar                                  on 2000/10/16  06:38:38
35647         Log: integrate changes#6104,6108 from mainline
35648              
35649              PL_sys_intern was being initialized too late on windows
35650              
35651              reenable fake signal handling on Windows, bugs and all
35652      Branch: maint-5.6/perl
35653           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
35654           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
35655           !> win32/win32.c
35656 ____________________________________________________________________________
35657 [  7310] By: gsar                                  on 2000/10/16  06:36:03
35658         Log: integrate changes#6095,6097..6103 from cfgperl
35659              
35660              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
35661              might be useful in future.
35662              
35663              Add a note about possible compilation problems from Allen Smith.
35664              
35665              Add a note about other, yet unsupported, shadow password APIs.
35666              
35667              Tweaks for the cc bugs from Allen Smith.
35668              
35669              More compilation tweakery from Allen Smith.
35670              
35671              Hints and test tweaks for Unicos.
35672              
35673              The test suite tweak in #6101 wasn't quite right.
35674              
35675              Test tweaking for Unicos continues.
35676      Branch: maint-5.6/perl
35677           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35678           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
35679           !> t/lib/complex.t t/op/64bitint.t
35680 ____________________________________________________________________________
35681 [  7309] By: gsar                                  on 2000/10/16  06:29:41
35682         Log: integrate changes#6093,6094 from mainline
35683              
35684              fork() failure to create pseudo process sets errno=EAGAIN and returns
35685              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
35686              
35687              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
35688      Branch: maint-5.6/perl
35689           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35690           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
35691 ____________________________________________________________________________
35692 [  7308] By: gsar                                  on 2000/10/16  06:27:29
35693         Log: integrate change#6092 from cfgperl
35694              
35695              Regen perltoc with the fixed buildtoc.
35696      Branch: maint-5.6/perl
35697           !> pod/perltoc.pod
35698 ____________________________________________________________________________
35699 [  7307] By: gsar                                  on 2000/10/16  06:26:40
35700         Log: integrate changes#6089,6090 from mainline
35701              
35702              buildtoc tweak to fix newline lossage
35703              
35704              concat doesn't preserve utf8-ness, and doesn't invalidate
35705              [NI]OK; added tests for both
35706      Branch: maint-5.6/perl
35707           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
35708 ____________________________________________________________________________
35709 [  7306] By: gsar                                  on 2000/10/16  06:24:05
35710         Log: integrate change#6088 from cfgperl
35711              
35712              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
35713              because we do not use those.  The HAS_GETSPNAM remains,
35714              though, because we still do use that.
35715      Branch: maint-5.6/perl
35716           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35717           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
35718           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
35719           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
35720           !> win32/config.vc win32/config_H.bc win32/config_H.gc
35721           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35722 ____________________________________________________________________________
35723 [  7305] By: gsar                                  on 2000/10/16  06:15:52
35724         Log: integrate changes#6084,6085,6087 from mainline
35725              
35726              substr() does not preserve utf8-ness (from Stefan Eissing
35727              <Eissing@medicaldataservice.de>); added tests
35728              
35729              repeat operator (x) doesn't preserve utf8-ness
35730              
35731              reverse() and quotemeta() weren't preserving utf8-ness; add tests
35732      Branch: maint-5.6/perl
35733           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
35734 ____________________________________________________________________________
35735 [  7304] By: gsar                                  on 2000/10/16  06:13:10
35736         Log: integrate changes#6077..6083 from mainline
35737              
35738              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
35739              and Tom Phoenix)
35740              
35741              workaround for CRT bug in chdir() (from Charles Lane, via
35742              Peter Prymmer)
35743              
35744              remove outdated kludge in Carp (NULLs are permitted in diagnostics
35745              now)
35746              
35747              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
35748              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35749              
35750              better default perlbug categories for ok reports (from Richard Foley)
35751              
35752              peek.t non-portable to ithreads
35753              
35754              note about undocumented caller() return value (from M.J.T. Guy);
35755              yet another peek.t tweak
35756      Branch: maint-5.6/perl
35757           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35758           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35759           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
35760           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
35761           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
35762           !> vms/vmsish.h
35763 ____________________________________________________________________________
35764 [  7303] By: gsar                                  on 2000/10/16  06:03:18
35765         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
35766              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
35767              
35768              &HUGE_VAL is not defined, it exists.
35769              
35770              Do not warn that an infinity does not look like a number.
35771              
35772              Rewrite the pwent/spent logic to be a little bit more clearer.
35773              
35774              Continue on the pwent/spent case.
35775              
35776              Correct Freudian slip.
35777              
35778              Use HUGE_VALL if applicable.
35779              
35780              pwent/spent #ifdef imbalance.
35781              
35782              Infinite problems.
35783              
35784              Call getspnam() only iff needd.
35785              
35786              Test both the scalar and list contexts.
35787              
35788              Use setxxent()/endxxent().
35789              
35790              Complex tweakery.
35791              
35792              Unicos hint tweak.
35793              
35794              Be more forgiving in POSIX about HUGE_VALL.
35795              
35796              Detypo.
35797              
35798              The search of infinity continues, this time simplified.
35799              
35800              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
35801              in natively 64-bit platforms where a long is a quad (no need
35802              for long longs).  Also added bias for IVs.
35803              
35804              Complex tweaks.
35805              
35806              Introduce t/lib/peek.t.
35807              
35808              Make the test more portable.
35809      Branch: maint-5.6/perl
35810           +> t/lib/peek.t
35811            ! pp_sys.c
35812           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
35813           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
35814           !> t/op/pwent.t toke.c util.c
35815 ____________________________________________________________________________
35816 [  7302] By: gsar                                  on 2000/10/16  05:03:37
35817         Log: integrate changes#6066..6071 from mainline
35818              
35819              s/END/CHECK/
35820              
35821              replace direct call to sighandler() with (*PL_sighandlerp)()
35822              
35823              note about values()
35824              
35825              File::Spec compatibility update (from Barrie Slaymaker
35826              <barries@slaysys.com>)
35827              
35828              remove misleading comment (from M.J.T. Guy)
35829              
35830              misformatted perllocal.pod (from Tim Jenness
35831              <t.jenness@jach.hawaii.edu>)
35832      Branch: maint-5.6/perl
35833           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35834           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35835           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
35836           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
35837 ____________________________________________________________________________
35838 [  7301] By: gsar                                  on 2000/10/16  05:00:08
35839         Log: integrate changes#6061..6063 from mainline
35840              
35841              change#5921 neglected to make eq honor "use bytes"
35842              
35843              additional tests for utf8.t
35844              
35845              tokeq() could read unallocated field in argument
35846      Branch: maint-5.6/perl
35847           !> sv.c t/pragma/utf8.t toke.c
35848 ____________________________________________________________________________
35849 [  7300] By: gsar                                  on 2000/10/16  04:56:54
35850         Log: integrate changes#6046,6048,6057,6058 from mainline
35851              
35852              libscheck has insufficient checks for n32 libs (from
35853              Albert Chin-A-Young <china@thewrittenword.com>)
35854              
35855              add note about how $( doesn't interpolate in REs (from
35856              Philip Newton <newton@ficus.frogspace.net>)
35857              
35858              fix broken parsing of /\x{ab}/
35859              
35860              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
35861              (spotted by Donald Kinzer <dkinzer@premia.com>)
35862      Branch: maint-5.6/perl
35863           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
35864           !> t/pragma/utf8.t
35865 ____________________________________________________________________________
35866 [  7299] By: gsar                                  on 2000/10/16  04:52:50
35867         Log: integrate change#6044 from mainline
35868              
35869              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
35870              such that underscores are only ignored in literal numbers,
35871              "\x{...}", and hex/oct argument
35872      Branch: maint-5.6/perl
35873           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
35874 ____________________________________________________________________________
35875 [  7298] By: gsar                                  on 2000/10/16  04:50:53
35876         Log: integrate changes#6027..6043 from mainline
35877              
35878              podlators-1.02 update (from Russ Allbery)
35879              
35880              Pod::Man generates groff-incompatible macro definition (from
35881              Tom Christiansen)
35882              
35883              add CGI.pm v2.66 (from Lincoln Stein)
35884              
35885              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
35886              for @- and @+ (from Johan Vromans)
35887              
35888              small nits in diagnostics.pm (from Robin Barker)
35889              
35890              whitespace adjustments
35891              
35892              missing files in MANIFEST
35893              
35894              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
35895              to compensate
35896              
35897              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
35898              
35899              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
35900      Branch: maint-5.6/perl
35901           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
35902           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
35903           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
35904           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
35905           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
35906           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
35907           !> t/lib/cgi-html.t t/lib/cgi-request.t
35908 ____________________________________________________________________________
35909 [  7297] By: gsar                                  on 2000/10/16  04:44:30
35910         Log: integrate change#6025 from mainline
35911              
35912              Is{Alnum,Alpha,Word} don't match titlecase
35913              TODO: IsSpace is defined recursively!
35914              (both spotted by Larry)
35915      Branch: maint-5.6/perl
35916           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35917           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35918 ____________________________________________________________________________
35919 [  7296] By: gsar                                  on 2000/10/16  04:39:30
35920         Log: integrate change#6023 from mainline
35921              
35922              debugger stomps on $. (from M.J.T. Guy)
35923      Branch: maint-5.6/perl
35924           !> lib/perl5db.pl
35925 ____________________________________________________________________________
35926 [  7295] By: gsar                                  on 2000/10/16  04:38:02
35927         Log: integrate change#6022 from mainline
35928              
35929              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
35930      Branch: maint-5.6/perl
35931           !> sv.c
35932 ____________________________________________________________________________
35933 [  7294] By: gsar                                  on 2000/10/16  04:37:05
35934         Log: integrate changes#6018..6021 from mainline
35935              
35936              make lib/syslog.t portable to systems that don't have _PATH_LOG,
35937              make _PATH_LOG() return "" if unavailable
35938              
35939              windows portability tweaks
35940              
35941              test tweak
35942              
35943              remove Win2K issue in pod (fixed by change#6020)
35944      Branch: maint-5.6/perl
35945           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35946           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
35947           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
35948 ____________________________________________________________________________
35949 [  7293] By: gsar                                  on 2000/10/16  04:20:00
35950         Log: integrate changes#6013..6015 from mainline
35951              
35952              tweak change#5945 to display correct switch name in diagnostic
35953              
35954              glob() loading File::Glob behind the scenes may cause syntax errors
35955              
35956              tweak test for portability
35957      Branch: maint-5.6/perl
35958           !> op.c perl.c pod/perldiag.pod t/lib/b.t
35959 ____________________________________________________________________________
35960 [  7292] By: gsar                                  on 2000/10/16  04:18:11
35961         Log: integrate changes#6005..6010 from mainline, cfgperl
35962              
35963              perldoc might fail via "use blib" (from Hugo van der Sanden)
35964              
35965              Regen Configure.
35966              
35967              note about compile failures and END blocks (from M.J.T. Guy)
35968              
35969              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
35970              
35971              (change#6009 integrated earlier in change#7255)
35972              
35973              clarify note about shadow password support (from
35974              gellyfish@gellyfish.com)
35975      Branch: maint-5.6/perl
35976           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35977           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
35978           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
35979 ____________________________________________________________________________
35980 [  7291] By: gsar                                  on 2000/10/16  04:12:03
35981         Log: integrate changes#6002,6003 from mainline
35982              
35983              destructive sv_setsv() can lose UV-ness from source, causing
35984              numeric promotions/comparisons to fail to do the right thing
35985              
35986              allow REG_EXPAND_SZ keys in Windows registry (from
35987              John Clayton <John.Clayton@barclayscapital.com>)
35988      Branch: maint-5.6/perl
35989           !> sv.c win32/win32.c
35990 ____________________________________________________________________________
35991 [  7290] By: gsar                                  on 2000/10/16  04:10:19
35992         Log: integrate change#6001 from mainline
35993              
35994              support additional library locations via $Config{otherlibdirs}
35995              (from Andy Dougherty)
35996      Branch: maint-5.6/perl
35997           !> Configure INSTALL Porting/Glossary Porting/config.sh
35998           !> Porting/config_H config_h.SH epoc/config.sh perl.c
35999           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36000           !> win32/config.bc win32/config.gc win32/config.vc
36001 ____________________________________________________________________________
36002 [  7289] By: gsar                                  on 2000/10/16  04:08:28
36003         Log: integrate change#5999 from mainline
36004              
36005              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36006      Branch: maint-5.6/perl
36007           !> t/pragma/warn/toke toke.c
36008 ____________________________________________________________________________
36009 [  7288] By: gsar                                  on 2000/10/16  04:07:01
36010         Log: integrate changes#5997,5998 from cfgperl
36011              
36012              Preserve $!.
36013              
36014              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36015      Branch: maint-5.6/perl
36016           !> lib/Math/Complex.pm
36017 ____________________________________________________________________________
36018 [  7287] By: gsar                                  on 2000/10/16  04:04:37
36019         Log: integrate change#5995 from mainline
36020              
36021              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36022      Branch: maint-5.6/perl
36023           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36024 ____________________________________________________________________________
36025 [  7286] By: gsar                                  on 2000/10/16  04:03:21
36026         Log: integrate change#5994 from mainline
36027              
36028              fix for missed accounting for null byte in pack("Z",...) (from
36029              M.J.T. Guy)
36030      Branch: maint-5.6/perl
36031           !> pp.c t/op/pack.t
36032 ____________________________________________________________________________
36033 [  7285] By: gsar                                  on 2000/10/16  04:02:11
36034         Log: integrate changes#5989..5993 from mainline
36035              
36036              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36037              itself and no other (from Tom Hughes)
36038              
36039              use $ENV{LIB} to search for libs under Visual C compiler
36040              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36041              
36042              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36043              
36044              pod nit (from Simon Cozens)
36045              
36046              various minor tweaks seen on p5p
36047      Branch: maint-5.6/perl
36048           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
36049           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
36050           !> t/op/array.t toke.c
36051 ____________________________________________________________________________
36052 [  7284] By: gsar                                  on 2000/10/16  03:59:00
36053         Log: integrate changes#5978..5988 from mainline
36054              
36055              sync version numbers in File::Spec with the ones on CPAN
36056              (from Barrie Slaymaker)
36057              
36058              under useithreads, constant pad entries could inadvertantly be
36059              shared across threads (from Eric Blood <eblood@xmission.com>);
36060              added Eric's test case to testsuite
36061              
36062              allow Configure -S to run non-interactively (spotted by Greg Hudson
36063              <ghudson@mit.edu>)
36064              
36065              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36066              prototype mismatch with CORE::glob(); update pod and tests to
36067              suit (File::Glob::glob() is still available for backward
36068              compatibility, but should be considered deprecated)
36069              
36070              avoid error in IO::Socket::INET when given an unknown service name
36071              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36072              
36073              numeric conversion of non-number in change#3378 tramples on
36074              OOK offset, causing segfaults
36075              
36076              attributes::reftype() doesn't work on tied argument
36077              
36078              forked child may not exit correctly if it failed to open
36079              /dev/console (from Graham Barr)
36080              
36081              add regular expressions tutorial and quick-start guide (from
36082              Mark Kvale <kvale@phy.ucsf.edu>)
36083              
36084              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36085              
36086              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36087              <paul@miraclefish.com>)
36088      Branch: maint-5.6/perl
36089           +> pod/perlrequick.pod pod/perlretut.pod
36090           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
36091           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
36092           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
36093           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
36094           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36095           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36096           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
36097           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
36098 ____________________________________________________________________________
36099 [  7283] By: gsar                                  on 2000/10/16  03:52:14
36100         Log: integrate change#5977 from mainline
36101              
36102              autoquote barewords followed by newline and arrow properly
36103              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36104      Branch: maint-5.6/perl
36105           !> t/pragma/warn/toke toke.c
36106 ____________________________________________________________________________
36107 [  7282] By: gsar                                  on 2000/10/16  03:50:48
36108         Log: integrate change#5976 from mainline
36109              
36110              DB_File v1.73 update (from Paul Marquess)
36111      Branch: maint-5.6/perl
36112           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
36113           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
36114 ____________________________________________________________________________
36115 [  7281] By: gsar                                  on 2000/10/16  03:49:14
36116         Log: integrate change#5975 from mainline
36117              
36118              allow sort() reentrancy (variant of patch suggested by
36119              Hugo van der Sanden)
36120      Branch: maint-5.6/perl
36121           !> pp_ctl.c t/op/sort.t
36122 ____________________________________________________________________________
36123 [  7280] By: gsar                                  on 2000/10/16  03:48:22
36124         Log: integrate change#5974 from mainline
36125              
36126              change#4197 somehow missed initializing PL_errors, meaning
36127              syntax error queueing wasn't working outside eval"" at all;
36128              also fixed eval"" to localize PL_error_count, so that compile-time
36129              eval's don't clobber the error state of the outer context
36130      Branch: maint-5.6/perl
36131           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
36132           !> t/pragma/warn/toke
36133 ____________________________________________________________________________
36134 [  7279] By: gsar                                  on 2000/10/16  03:46:21
36135         Log: integrate change#5973 from mainline
36136              
36137              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
36138      Branch: maint-5.6/perl
36139           !> regcomp.c regexec.c t/op/re_tests
36140 ____________________________________________________________________________
36141 [  7278] By: gsar                                  on 2000/10/16  03:44:54
36142         Log: integrate change#5971 from cfgperl
36143              
36144              Unicos tweaks from Mark P. Lutz.
36145      Branch: maint-5.6/perl
36146           !> hints/unicos.sh lib/Math/Complex.pm
36147 ____________________________________________________________________________
36148 [  7277] By: gsar                                  on 2000/10/16  03:42:59
36149         Log: integrate changes#5966..5970 from mainline
36150              
36151              add testsuite for B backends, fix bug in B::Deparse (from
36152              Simon Cozens <simon@brecon.co.uk>)
36153              
36154              improved docs on the warn_uninit diagnostic (from David Glasser
36155              and Simon Cozens)
36156              
36157              tolerate spaces in group names in test on solaris (from David Boyce
36158              <dsb@boyski.com>)
36159              
36160              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
36161              
36162              Data::Dumper fumbles negative numbers on 32-bit platforms where
36163              IV is >32bits
36164      Branch: maint-5.6/perl
36165           +> t/lib/b.t t/lib/syslog.t
36166           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
36167           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
36168           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
36169 ____________________________________________________________________________
36170 [  7276] By: gsar                                  on 2000/10/16  03:39:30
36171         Log: integrate change#5965 from mainline
36172              
36173              avoid "will not stay shared" warnings for our variables (from
36174              Robin Barker)
36175      Branch: maint-5.6/perl
36176           !> op.c t/pragma/warn/op
36177 ____________________________________________________________________________
36178 [  7275] By: gsar                                  on 2000/10/16  03:38:18
36179         Log: integrate change#5964 from mainline
36180              
36181              reformat to 72 columns (again)
36182      Branch: maint-5.6/perl
36183           !> pod/perldiag.pod
36184 ____________________________________________________________________________
36185 [  7274] By: gsar                                  on 2000/10/16  03:36:58
36186         Log: integrate change#5963 from mainline
36187              
36188              patch from Larry to make (\&) prototype work; added tests for
36189              the same
36190      Branch: maint-5.6/perl
36191           !> op.c t/comp/proto.t
36192 ____________________________________________________________________________
36193 [  7273] By: gsar                                  on 2000/10/16  03:35:51
36194         Log: integrate changes#5956..5962 from mainline
36195              
36196              better diagnostics on failed tests (from Ilya Zakharevich)
36197              
36198              pod nits (from A. C. Yardley <yardley@tanet.net>)
36199              
36200              change#3569 deleted some essential code, revert; avoid use of
36201              atexit() to make DynaLoader work properly on AIX under mod_perl
36202              (from Jens-Uwe Mager <jum@helios.de>)
36203              
36204              doubled words in pods (from Simon Cozens
36205              <simon.p.cozens@jp.pwcglobal.com>)
36206              
36207              better INSTALL notes on Solaris issues (from Dominic Dunlop)
36208              
36209              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
36210              
36211              updated README.hpux (from Jeff Okamoto)
36212      Branch: maint-5.6/perl
36213           !> INSTALL README.hpux emacs/cperl-mode.el
36214           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
36215           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
36216           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
36217           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
36218           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
36219           !> t/op/lex_assign.t
36220 ____________________________________________________________________________
36221 [  7272] By: gsar                                  on 2000/10/16  03:31:22
36222         Log: integrate change#5955 from mainline
36223              
36224              longstanding bug exposed by change#3307: sort arguments weren't
36225              compiled with the right wantarray context (ensuing runtime lookup
36226              via block_gimme() was getting the incidental context of the
36227              sort() itself)
36228      Branch: maint-5.6/perl
36229           !> op.c t/op/sort.t
36230 ____________________________________________________________________________
36231 [  7271] By: gsar                                  on 2000/10/16  03:29:11
36232         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
36233              branch
36234              
36235              Flatten the cpp jungle doing the nosuid checking.
36236              
36237              Do not assume sign propagation. (from M.J.T. Guy)
36238              
36239              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
36240              
36241              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
36242              Now pp_ncmp() returns undef is either operand is a NaN.
36243              
36244              On second thoughts frexp() does have two arguments.
36245              
36246              Document that tr() is not tr(1).
36247              
36248              Be more robust on "extreme" (large absolute value)
36249              arguments.  Originally reported by Daniel Connelly
36250              as a problem with asinh() on large negative arguments,
36251              asinh() used to bail out because an argument to log()
36252              ended up being zero.  Ilya Zakharevich proposed using
36253              Taylor's series in such cases, which for such large
36254              arguments is a very good approximation.
36255              
36256              Undo "use integer" addition from 64bitint as it seems
36257              to break most of the subtests in Digital UNIX;
36258              Unicos needs to find another way.
36259      Branch: maint-5.6/perl
36260           !> (integrate 29 files)
36261 ____________________________________________________________________________
36262 [  7270] By: gsar                                  on 2000/10/16  03:09:44
36263         Log: integrate changes#5948,5949,5950 from mainline
36264              
36265              typo in vars.pm that leads to cryptic message (from Piotr
36266              Piatkowski <kompas@kompas.usr.onet.pl>)
36267              
36268              make perldoc use the pod2man from the same version (from
36269              M.J.T. Guy)
36270              
36271              reformat perldiag to avoid long lines
36272      Branch: maint-5.6/perl
36273           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
36274 ____________________________________________________________________________
36275 [  7269] By: gsar                                  on 2000/10/16  03:05:54
36276         Log: integrate change#5947 from mainline
36277              
36278              use &dl_error rather than &dl_load_file as the guard for calling
36279              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
36280              statically built perl)
36281      Branch: maint-5.6/perl
36282           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36283 ____________________________________________________________________________
36284 [  7268] By: gsar                                  on 2000/10/16  03:04:48
36285         Log: integrate change#5945 from mainline
36286              
36287              make module name mandatory after -M switch; reorder perldiag
36288              alphabetically (from Mark-Jason Dominus)
36289      Branch: maint-5.6/perl
36290           !> perl.c pod/perldiag.pod
36291 ____________________________________________________________________________
36292 [  7267] By: gsar                                  on 2000/10/16  03:03:01
36293         Log: integrate change#5939 from mainline
36294              
36295              more pod nits (from Larry Virden)
36296      Branch: maint-5.6/perl
36297           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
36298           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
36299           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
36300 ____________________________________________________________________________
36301 [  7266] By: gsar                                  on 2000/10/16  03:01:39
36302         Log: integrate change#5938 from mainline
36303              
36304              Consolidated B::Deparse fixes (from Stephen McCamant)
36305      Branch: maint-5.6/perl
36306           !> ext/B/B/Deparse.pm
36307 ____________________________________________________________________________
36308 [  7265] By: gsar                                  on 2000/10/16  03:00:43
36309         Log: integrate change#5936 from mainline
36310              
36311              additional tests for change#7263 (from Paul Marquess)
36312      Branch: maint-5.6/perl
36313           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
36314           !> t/pragma/warn/5nolint t/pragma/warn/6default
36315 ____________________________________________________________________________
36316 [  7264] By: gsar                                  on 2000/10/16  02:58:34
36317         Log: integrate change#5934 from mainline
36318              
36319              propagate lexical warnings from surrounding scope correctly
36320              within string eval() (from Paul Marquess)
36321      Branch: maint-5.6/perl
36322           !> pp_ctl.c t/pragma/warn/pp_ctl
36323 ____________________________________________________________________________
36324 [  7263] By: gsar                                  on 2000/10/16  02:56:53
36325         Log: integrate change#5932 from mainline
36326              
36327              add rsignal(), whichsig() and do_join() to public API list
36328              (mod_perl uses them to good advantage)
36329      Branch: maint-5.6/perl
36330           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
36331 ____________________________________________________________________________
36332 [  7262] By: gsar                                  on 2000/10/16  02:55:53
36333         Log: integrate change#5931 from mainline
36334              
36335              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
36336      Branch: maint-5.6/perl
36337           !> pp_hot.c regexec.c t/op/pat.t
36338 ____________________________________________________________________________
36339 [  7261] By: gsar                                  on 2000/10/16  02:55:01
36340         Log: integrate change#5930 from mainline
36341              
36342              small os390 tweaks (from Peter Prymmer)
36343      Branch: maint-5.6/perl
36344           !> config_h.SH makedepend.SH
36345 ____________________________________________________________________________
36346 [  7260] By: gsar                                  on 2000/10/16  02:54:10
36347         Log: integrate change#5929 from mainline
36348              
36349              pod nits
36350      Branch: maint-5.6/perl
36351           !> pod/perlguts.pod
36352 ____________________________________________________________________________
36353 [  7259] By: gsar                                  on 2000/10/16  02:52:55
36354         Log: integrate change#5927 from mainline
36355              
36356              arrange for next() to resume at the unstack op rather than the
36357              loop conditional, so that scope cleanup happens correctly
36358              (from Stephen McCamant)
36359      Branch: maint-5.6/perl
36360           !> op.c pp_ctl.c t/op/misc.t
36361 ____________________________________________________________________________
36362 [  7258] By: gsar                                  on 2000/10/16  02:51:38
36363         Log: integrate change#5926 from mainline
36364              
36365              on windows, reserve 16M of stack rather than 128M (allows more
36366              threads to run concurrently)
36367      Branch: maint-5.6/perl
36368           !> win32/Makefile win32/makefile.mk
36369 ____________________________________________________________________________
36370 [  7257] By: gsar                                  on 2000/10/16  02:50:37
36371         Log: integrate change#5925 from mainline
36372              
36373              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
36374      Branch: maint-5.6/perl
36375           !> toke.c
36376 ____________________________________________________________________________
36377 [  7256] By: gsar                                  on 2000/10/16  02:49:36
36378         Log: integrate change#5924 from mainline
36379              
36380              avoid using uninitialized memory in require version check
36381      Branch: maint-5.6/perl
36382           !> pp_ctl.c universal.c
36383 ____________________________________________________________________________
36384 [  7255] By: gsar                                  on 2000/10/16  02:48:03
36385         Log: integrate changes#5923,5928,6009 from mainline
36386              
36387              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
36388      Branch: maint-5.6/perl
36389           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
36390 ____________________________________________________________________________
36391 [  7254] By: gsar                                  on 2000/10/16  02:44:46
36392         Log: integrate change#5922 from mainline
36393              
36394              commentary about IoTYPE() (from Nathan Torkington)
36395      Branch: maint-5.6/perl
36396           !> sv.h
36397 ____________________________________________________________________________
36398 [  7253] By: gsar                                  on 2000/10/16  02:43:49
36399         Log: integrate change#5921 from mainline
36400              
36401              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
36402      Branch: maint-5.6/perl
36403           !> sv.c t/lib/charnames.t t/pragma/utf8.t
36404 ____________________________________________________________________________
36405 [  7252] By: gsar                                  on 2000/10/16  02:42:31
36406         Log: integrate change#5920 from mainline
36407              
36408              Larry's fix for buggy propagation of utf8-ness in join(); add test
36409      Branch: maint-5.6/perl
36410           !> doop.c t/op/ver.t
36411 ____________________________________________________________________________
36412 [  7251] By: gsar                                  on 2000/10/16  02:41:14
36413         Log: integrate changes#5915..5919 from mainline
36414              
36415              various (pod tweaks &c)
36416      Branch: maint-5.6/perl
36417           !> (integrate 33 files)
36418 ____________________________________________________________________________
36419 [  7250] By: gsar                                  on 2000/10/16  02:38:16
36420         Log: integrate change#5914 from mainline
36421              
36422              caller() wasn't returning the right number of elements for
36423              eval {...}
36424      Branch: maint-5.6/perl
36425           !> pp_ctl.c t/pragma/warn/9enabled
36426 ____________________________________________________________________________
36427 [  7249] By: gsar                                  on 2000/10/16  02:37:02
36428         Log: integrate change#5913 from mainline
36429              
36430              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
36431              (from Mark-Jason Dominus)
36432      Branch: maint-5.6/perl
36433           !> pod/perlfunc.pod
36434 ____________________________________________________________________________
36435 [  7248] By: gsar                                  on 2000/10/16  02:35:58
36436         Log: integrate change#5912 from mainline
36437              
36438              fix totally broken caching in UNIVERSAL::isa() (from
36439              Nick Ing-Simmons)
36440      Branch: maint-5.6/perl
36441           !> t/op/universal.t universal.c
36442 ____________________________________________________________________________
36443 [  7247] By: gsar                                  on 2000/10/16  02:34:27
36444         Log: integrate changes#5910,5911 from mainline
36445              
36446              typo in pod
36447              
36448              add linebreak properties from unicode/LineBrk.txt (from
36449              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
36450      Branch: maint-5.6/perl
36451           +> (branch 29 files)
36452           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
36453 ____________________________________________________________________________
36454 [  7246] By: gsar                                  on 2000/10/16  02:33:29
36455         Log: integrate change#5909 from mainline
36456              
36457              mode argument to do_binmode() should be file mode, not boolean
36458      Branch: maint-5.6/perl
36459           !> pp_sys.c
36460 ____________________________________________________________________________
36461 [  7245] By: gsar                                  on 2000/10/16  02:31:04
36462         Log: integrate change#5908 from mainline
36463              
36464              introduce illegal symbols into null package so that
36465              gv_fetchpv(...,TRUE) always returns a valid GV even when the
36466              symbol is trapped by strictures (avoids coredumps)
36467      Branch: maint-5.6/perl
36468           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
36469           !> t/pragma/strict-vars
36470 ____________________________________________________________________________
36471 [  7244] By: jhi                                   on 2000/10/16  02:29:54
36472         Log: Subject: $Carp::ExportLevel confusion in Exporter
36473              From: "Ben Tilly" <ben_tilly@hotmail.com>
36474              Date: Sat, 14 Oct 2000 16:44:34 EDT
36475              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
36476      Branch: perl
36477            ! lib/Exporter/Heavy.pm
36478 ____________________________________________________________________________
36479 [  7243] By: jhi                                   on 2000/10/16  02:28:33
36480         Log: Subject: [PATCH perlguts.pod] Document offset hack
36481              From: Simon Cozens <simon@cozens.net>
36482              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
36483              Date: Sat, 14 Oct 2000 19:32:25 +0100
36484      Branch: perl
36485            ! pod/perlguts.pod
36486 ____________________________________________________________________________
36487 [  7242] By: gsar                                  on 2000/10/16  02:26:51
36488         Log: integrate changes#5905,5906,5907,6064 from mainline
36489              
36490              printf/sprintf didn't get quad types right under use64bitint
36491      Branch: maint-5.6/perl
36492           !> pp_sys.c sv.c t/op/64bitint.t
36493 ____________________________________________________________________________
36494 [  7241] By: jhi                                   on 2000/10/16  02:22:44
36495         Log: Subject: small pod patch
36496              From: Dan Boorstein <dan_boo@bellsouth.net>
36497              Date: Sat, 14 Oct 2000 14:29:24 -0400
36498              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
36499      Branch: perl
36500            ! pod/perlfaq7.pod pod/perlmod.pod
36501 ____________________________________________________________________________
36502 [  7240] By: jhi                                   on 2000/10/16  02:13:46
36503         Log: -w cleanup.
36504              
36505              Subject: Re: Problems with bleadperl 
36506              From: "Stephen P. Potter" <spp@ds.net>
36507              Date: Fri, 13 Oct 2000 13:32:49 -0400
36508              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
36509      Branch: perl
36510            ! t/pragma/overload.t
36511 ____________________________________________________________________________
36512 [  7239] By: jhi                                   on 2000/10/16  01:41:18
36513         Log: One more ~utf8 tweak.
36514      Branch: perl
36515            ! t/op/bop.t
36516 ____________________________________________________________________________
36517 [  7238] By: jhi                                   on 2000/10/16  01:34:14
36518         Log: Tweak the test of #7235.
36519      Branch: perl
36520            ! t/op/bop.t
36521 ____________________________________________________________________________
36522 [  7237] By: jhi                                   on 2000/10/16  01:25:04
36523         Log: Fix a couple of compiler-noted nits in #7235.
36524      Branch: perl
36525            ! pp.c
36526 ____________________________________________________________________________
36527 [  7236] By: jhi                                   on 2000/10/16  01:22:46
36528         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
36529      Branch: perl
36530            ! pp.c pp_hot.c
36531 ____________________________________________________________________________
36532 [  7235] By: jhi                                   on 2000/10/15  16:24:44
36533         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
36534              
36535              From: Simon Cozens <simon@cozens.net>
36536              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
36537              Date: Sat, 14 Oct 2000 20:52:13 +0100
36538              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
36539      Branch: perl
36540            ! pp.c t/op/bop.t utf8.h
36541 ____________________________________________________________________________
36542 [  7234] By: jhi                                   on 2000/10/15  15:19:29
36543         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
36544              The problem was that rx->minlen was in chars while pp_split()
36545              thought it would be in bytes. 
36546      Branch: perl
36547            ! pp.c t/pragma/utf8.t
36548 ____________________________________________________________________________
36549 [  7233] By: jhi                                   on 2000/10/14  20:24:24
36550         Log: Document FNCASE=y as discussed in the bug 20000902.009.
36551      Branch: perl
36552            ! README.dos
36553 ____________________________________________________________________________
36554 [  7232] By: jhi                                   on 2000/10/14  18:52:21
36555         Log: Add test for bug id 20000427.003 (which seems to have
36556              been fixed) (also duplicate as 20000427.004, though
36557              with a higher severity).  Move one utf8 from op/append
36558              to pragma/utf8, tag the tests with bug ids.
36559      Branch: perl
36560            ! t/op/append.t t/pragma/utf8.t
36561 ____________________________________________________________________________
36562 [  7231] By: jhi                                   on 2000/10/14  17:28:37
36563         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
36564      Branch: perl
36565            ! t/pragma/utf8.t
36566 ____________________________________________________________________________
36567 [  7230] By: jhi                                   on 2000/10/14  14:24:50
36568         Log: Needs to be conditional on SunOS 4.
36569              
36570              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
36571              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
36572              Date: Sat, 14 Oct 2000 13:37:49 +0100
36573              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
36574      Branch: metaconfig/U/perl
36575            ! End.U
36576      Branch: perl
36577            ! Configure myconfig.SH pod/perldelta.pod
36578 ____________________________________________________________________________
36579 [  7229] By: jhi                                   on 2000/10/14  00:49:22
36580         Log: Update Changes.
36581      Branch: perl
36582            ! Changes patchlevel.h
36583 ____________________________________________________________________________
36584 [  7228] By: jhi                                   on 2000/10/14  00:46:10
36585         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
36586              From: Peter Prymmer <pvhp@forte.com>
36587              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
36588              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
36589      Branch: perl
36590            ! lib/utf8.pm
36591 ____________________________________________________________________________
36592 [  7227] By: jhi                                   on 2000/10/13  23:20:30
36593         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
36594      Branch: perl
36595            ! t/op/tie.t
36596 ____________________________________________________________________________
36597 [  7226] By: jhi                                   on 2000/10/13  22:14:32
36598         Log: Tweak #7225.
36599              
36600              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
36601              From: Peter Prymmer <pvhp@forte.com>
36602              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
36603              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
36604      Branch: perl
36605            ! t/op/sprintf.t
36606 ____________________________________________________________________________
36607 [  7225] By: jhi                                   on 2000/10/13  22:11:31
36608         Log: op/sprintf.t patch for OS/390 (and any other host with limited
36609              floating-point exponent length)
36610              
36611              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
36612              From: Dominic Dunlop <domo@computer.org>
36613              Date: Fri, 13 Oct 2000 19:17:57 +0200
36614              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
36615      Branch: perl
36616            ! t/op/sprintf.t
36617 ____________________________________________________________________________
36618 [  7224] By: jhi                                   on 2000/10/13  18:40:48
36619         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
36620      Branch: perl
36621            ! toke.c
36622 ____________________________________________________________________________
36623 [  7223] By: jhi                                   on 2000/10/13  18:37:13
36624         Log: Thinko in #7222.
36625      Branch: perl
36626            ! utf8.c
36627 ____________________________________________________________________________
36628 [  7222] By: jhi                                   on 2000/10/13  18:05:23
36629         Log: Use UTF8SKIP(), from Simon Cozens.
36630      Branch: perl
36631            ! utf8.c
36632 ____________________________________________________________________________
36633 [  7221] By: jhi                                   on 2000/10/13  15:43:19
36634         Log: (accidentally empty check-in)
36635      Branch: perl
36636            ! utf8.c
36637 ____________________________________________________________________________
36638 [  7220] By: jhi                                   on 2000/10/13  15:23:51
36639         Log: Add (optimistically) Storable to static extensions.
36640      Branch: perl
36641            ! hints/uwin.sh hints/vmesa.sh
36642 ____________________________________________________________________________
36643 [  7219] By: jhi                                   on 2000/10/13  15:20:05
36644         Log: Amdahl UTS doesn't seem to do dynaloading.
36645      Branch: perl
36646            ! hints/uts.sh
36647 ____________________________________________________________________________
36648 [  7218] By: jhi                                   on 2000/10/13  15:15:20
36649         Log: Slight tweak of the code to appease Amdahl UTS cc.
36650      Branch: perl
36651            ! pp.c
36652 ____________________________________________________________________________
36653 [  7217] By: jhi                                   on 2000/10/13  14:50:42
36654         Log: In Amdahl UTS "struct sv" is defined by a system header,
36655              <ksync.h>.
36656      Branch: perl
36657            ! perl.h sv.h
36658 ____________________________________________________________________________
36659 [  7216] By: jhi                                   on 2000/10/13  11:58:25
36660         Log: Ilya implemented the memory profiling API.
36661      Branch: perl
36662            ! Todo
36663 ____________________________________________________________________________
36664 [  7215] By: jhi                                   on 2000/10/13  02:56:38
36665         Log: Subject: [PATCH 5.7.0] Perl API for mstats
36666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36667              Date: Thu, 12 Oct 2000 22:52:40 -0400
36668              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
36669      Branch: perl
36670            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
36671 ____________________________________________________________________________
36672 [  7214] By: jhi                                   on 2000/10/13  02:55:38
36673         Log: Subject: [PATCH 5.7.0] IVs in mtats
36674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36675              Date: Thu, 12 Oct 2000 22:51:04 -0400
36676              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
36677      Branch: perl
36678            ! malloc.c perl.h
36679 ____________________________________________________________________________
36680 [  7213] By: jhi                                   on 2000/10/13  02:31:47
36681         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
36682      Branch: perl
36683            ! pod/perldiag.pod pp_sys.c
36684 ____________________________________________________________________________
36685 [  7212] By: jhi                                   on 2000/10/13  01:27:38
36686         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
36687              From: Peter Prymmer <pvhp@forte.com>
36688              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
36689              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
36690      Branch: perl
36691            ! t/op/oct.t
36692 ____________________________________________________________________________
36693 [  7211] By: jhi                                   on 2000/10/13  00:35:09
36694         Log: Update Changes.
36695      Branch: perl
36696            ! Changes patchlevel.h
36697 ____________________________________________________________________________
36698 [  7210] By: jhi                                   on 2000/10/12  23:59:40
36699         Log: The Install.pm third of
36700              
36701              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
36702              From: Bill Campbell <bill@celestial.com>
36703              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
36704              Date: Thu, 5 Oct 2000 18:04:51 -0700
36705      Branch: perl
36706            ! lib/ExtUtils/Install.pm
36707 ____________________________________________________________________________
36708 [  7209] By: jhi                                   on 2000/10/12  23:58:43
36709         Log: Two thirds of
36710              
36711              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
36712              Date: Thu, 5 Oct 2000 18:04:51 -0700
36713              From: Bill Campbell <bill@celestial.com>
36714              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
36715              
36716              The Install.pm changes will be submitted separately because
36717              they need some work and discussion still.
36718      Branch: perl
36719            ! lib/getopts.pl lib/termcap.pl
36720 ____________________________________________________________________________
36721 [  7208] By: jhi                                   on 2000/10/12  23:41:19
36722         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
36723              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36724              Date:     Thu, 12 Oct 2000 07:30:02 EDT
36725              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
36726      Branch: perl
36727            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
36728            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
36729 ____________________________________________________________________________
36730 [  7207] By: jhi                                   on 2000/10/12  23:39:01
36731         Log: An updated EBCDIC tr patch.
36732              
36733              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
36734              From: Peter Prymmer <pvhp@forte.com>
36735              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
36736              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
36737      Branch: perl
36738            ! t/op/tr.t
36739 ____________________________________________________________________________
36740 [  7206] By: jhi                                   on 2000/10/12  23:34:55
36741         Log: Upgrade to CPAN 1.58, from Andreas König.
36742      Branch: perl
36743            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36744 ____________________________________________________________________________
36745 [  7205] By: jhi                                   on 2000/10/12  23:29:08
36746         Log: Introduce the man[24-8] variables, from Andy Dougherty.
36747      Branch: metaconfig/U/perl
36748            + mandirs.U mandirstyle.U
36749      Branch: perl
36750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36751            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
36752            ! vos/config.h vos/config.pl vos/config_h.SH_orig
36753            ! win32/config.bc win32/config.gc win32/config.vc
36754 ____________________________________________________________________________
36755 [  7204] By: gsar                                  on 2000/10/12  18:11:24
36756         Log: restore change#7202
36757      Branch: perl
36758            ! mg.c
36759 ____________________________________________________________________________
36760 [  7203] By: gsar                                  on 2000/10/12  18:09:40
36761         Log: another test of the Emergency Broadcast System--back out 
36762              change#7202
36763      Branch: perl
36764            ! mg.c
36765 ____________________________________________________________________________
36766 [  7202] By: gsar                                  on 2000/10/12  16:40:47
36767         Log: (submitted on behalf of Jarkko)
36768              Fix the lib/encode.t subtest 6 failure as reported by Andreas
36769              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
36770              was unearthed by change 7182, as was a bug in HTML::Entities.
36771      Branch: perl
36772            ! mg.c
36773 ____________________________________________________________________________
36774 [  7201] By: jhi                                   on 2000/10/11  03:16:05
36775         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
36776      Branch: perl
36777            ! pp_hot.c t/pragma/utf8.t
36778 ____________________________________________________________________________
36779 [  7200] By: jhi                                   on 2000/10/11  00:40:30
36780         Log: The #7198 was a false alarm.
36781      Branch: perl
36782            ! pp_hot.c
36783 ____________________________________________________________________________
36784 [  7199] By: jhi                                   on 2000/10/11  00:26:04
36785         Log: Remove duplicated code.
36786      Branch: perl
36787            ! t/lib/cgi-html.t
36788 ____________________________________________________________________________
36789 [  7198] By: jhi                                   on 2000/10/10  23:30:46
36790         Log: (Retracted by #7200.)
36791      Branch: perl
36792            ! pp_hot.c
36793 ____________________________________________________________________________
36794 [  7197] By: jhi                                   on 2000/10/10  21:49:30
36795         Log: Add the test case for #7190, from the original bug report
36796              by Andreas König.
36797      Branch: perl
36798            ! t/pragma/utf8.t
36799 ____________________________________________________________________________
36800 [  7196] By: jhi                                   on 2000/10/10  21:40:49
36801         Log: Reapply Andy's patch and regen Configure.
36802      Branch: perl
36803            ! Configure INSTALL Makefile.SH Porting/Glossary
36804            ! Porting/config.sh config_h.SH epoc/config.sh installperl
36805            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
36806            ! win32/config.vc
36807 ____________________________________________________________________________
36808 [  7195] By: jhi                                   on 2000/10/10  21:09:30
36809         Log: Use the versiononly instead of the installscripts,
36810              retract the changes 7146 and 7147.
36811      Branch: perl
36812            ! Configure INSTALL Makefile.SH Porting/Glossary
36813            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
36814            ! installperl uconfig.sh vos/config.def win32/config.bc
36815            ! win32/config.gc win32/config.vc
36816 ____________________________________________________________________________
36817 [  7194] By: jhi                                   on 2000/10/10  21:06:15
36818         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
36819              From: Peter Prymmer <pvhp@forte.com>
36820              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
36821              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
36822      Branch: perl
36823            ! t/op/ver.t
36824 ____________________________________________________________________________
36825 [  7193] By: jhi                                   on 2000/10/10  21:05:12
36826         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
36827              From: Peter Prymmer <pvhp@forte.com>
36828              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
36829              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
36830      Branch: perl
36831            ! t/op/tr.t
36832 ____________________________________________________________________________
36833 [  7192] By: jhi                                   on 2000/10/10  20:57:30
36834         Log: Add versiononly, delete installscripts, from Andy Dougherty.
36835      Branch: metaconfig
36836            - U/installdirs/installscripts.U
36837      Branch: metaconfig/U/perl
36838            + versiononly.U
36839 ____________________________________________________________________________
36840 [  7191] By: jhi                                   on 2000/10/10  19:41:21
36841         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
36842              From: Peter Prymmer <pvhp@forte.com>
36843              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
36844              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
36845      Branch: perl
36846            ! pod/perlebcdic.pod
36847 ____________________________________________________________________________
36848 [  7190] By: jhi                                   on 2000/10/10  19:26:14
36849         Log: Subject: Re: utf8 concat, mg_get
36850              From: Simon Cozens <simon@cozens.net>
36851              Date: Tue, 10 Oct 2000 17:40:17 +0100
36852              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
36853      Branch: perl
36854            ! pp_hot.c
36855 ____________________________________________________________________________
36856 [  7189] By: jhi                                   on 2000/10/10  19:23:03
36857         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
36858              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
36859              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
36860              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
36861      Branch: perl
36862            ! lib/ExtUtils/MM_Unix.pm
36863 ____________________________________________________________________________
36864 [  7188] By: jhi                                   on 2000/10/10  15:31:24
36865         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
36866              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36867              Date: Fri, 14 Jul 2000 10:47:36 +0100
36868              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
36869      Branch: perl
36870            ! README.win32
36871 ____________________________________________________________________________
36872 [  7187] By: jhi                                   on 2000/10/10  13:30:10
36873         Log: Quote the temp file name, needed in Win32 because the
36874              default name unfortunately contains spaces, shouldn't
36875              hurt elsewhere.
36876              
36877              Subject: FW: perldoc fails if $TEMP contains spaces
36878              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36879              Date: Thu, 14 Sep 2000 08:58:45 +0100
36880              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
36881      Branch: perl
36882            ! utils/perldoc.PL
36883 ____________________________________________________________________________
36884 [  7186] By: jhi                                   on 2000/10/10  13:16:27
36885         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
36886              From: hv@hugo.hybyte.com
36887              Date: Tue, 10 Oct 2000 14:10:20 +0100
36888              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
36889      Branch: perl
36890            ! t/lib/thr5005.t util.c
36891 ____________________________________________________________________________
36892 [  7185] By: jhi                                   on 2000/10/10  12:06:22
36893         Log: Upgrade to podlators 1.04, from Russ Allbery.
36894      Branch: perl
36895            ! lib/Pod/Man.pm lib/Pod/Text.pm
36896 ____________________________________________________________________________
36897 [  7184] By: jhi                                   on 2000/10/10  12:01:32
36898         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
36899      Branch: perl
36900            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
36901 ____________________________________________________________________________
36902 [  7183] By: jhi                                   on 2000/10/09  23:47:15
36903         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
36904              From: Peter Prymmer <pvhp@forte.com>
36905              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
36906              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
36907      Branch: perl
36908            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
36909 ____________________________________________________________________________
36910 [  7182] By: jhi                                   on 2000/10/09  23:43:16
36911         Log: Make eq work again with utf8 (disabling the upgrading
36912              should no more be necessary since the copies of the
36913              scalars are upgraded, not the scalars themselves).
36914              Takes care of ID 20001009.001.  (The claimed length()
36915              bug in 20001009.001 seems bogus to me.)
36916      Branch: perl
36917            ! sv.c t/pragma/utf8.t
36918 ____________________________________________________________________________
36919 [  7181] By: gsar                                  on 2000/10/09  19:41:54
36920         Log: tweak for change#7173
36921      Branch: perl
36922            ! win32/win32sck.c
36923 ____________________________________________________________________________
36924 [  7180] By: gsar                                  on 2000/10/09  19:26:56
36925         Log: on Windows, clean targets might not work under some flavors of the shell
36926      Branch: perl
36927            ! win32/Makefile win32/makefile.mk
36928 ____________________________________________________________________________
36929 [  7179] By: jhi                                   on 2000/10/09  19:21:02
36930         Log: Update Changes.
36931      Branch: perl
36932            ! Changes patchlevel.h
36933 ____________________________________________________________________________
36934 [  7178] By: jhi                                   on 2000/10/09  19:18:23
36935         Log: Warn about unknown scripts.
36936              
36937              Subject: Re: ideas? patches? [PATCH bleadperl]
36938              From: Dominic Dunlop <domo@computer.org>
36939              Date: Mon, 9 Oct 2000 14:57:17 +0200
36940              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
36941      Branch: perl
36942            ! lib/charnames.pm
36943 ____________________________________________________________________________
36944 [  7177] By: jhi                                   on 2000/10/09  19:13:27
36945         Log: Change #7160 had a nasty typo.
36946      Branch: metaconfig
36947            ! U/compline/Compile.U
36948      Branch: perl
36949            ! Configure config_h.SH
36950 ____________________________________________________________________________
36951 [  7176] By: gsar                                  on 2000/10/09  18:59:33
36952         Log: pod nit
36953      Branch: perl
36954            ! pod/perlport.pod
36955 ____________________________________________________________________________
36956 [  7175] By: gsar                                  on 2000/10/09  18:54:28
36957         Log: Windows9x doesn't support link(), despite what Config.pm
36958              might think
36959      Branch: perl
36960            ! lib/ExtUtils/Manifest.pm
36961 ____________________________________________________________________________
36962 [  7174] By: gsar                                  on 2000/10/09  18:50:03
36963         Log: avoid nonportable example code
36964      Branch: perl
36965            ! lib/File/Copy.pm
36966 ____________________________________________________________________________
36967 [  7173] By: gsar                                  on 2000/10/09  18:46:54
36968         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
36969              being used) when closing a socket handle
36970      Branch: perl
36971            ! win32/win32.c win32/win32.h win32/win32sck.c
36972 ____________________________________________________________________________
36973 [  7172] By: gsar                                  on 2000/10/09  18:41:40
36974         Log: on Windows, cwd strings in the environment should be of the
36975              form =X:=X:\foo instead of =X=X:\foo\
36976      Branch: perl
36977            ! win32/vdir.h
36978 ____________________________________________________________________________
36979 [  7171] By: gsar                                  on 2000/10/09  18:30:09
36980         Log: on Windows, LoadLibrary() could load an extension DLL multiple
36981              times if forward slashes are used in the path
36982      Branch: perl
36983            ! win32/win32.c
36984 ____________________________________________________________________________
36985 [  7170] By: jhi                                   on 2000/10/09  17:53:59
36986         Log: Add a todo note about overloadable assertions.
36987      Branch: perl
36988            ! Todo-5.6
36989 ____________________________________________________________________________
36990 [  7169] By: jhi                                   on 2000/10/09  13:43:45
36991         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
36992              From: mjd@plover.com
36993              Date: 9 Oct 2000 00:24:44 -0000
36994              Message-ID: <20001009002444.10616.qmail@plover.com>
36995      Branch: perl
36996            ! pod/perldebguts.pod
36997 ____________________________________________________________________________
36998 [  7168] By: nick                                  on 2000/10/08  13:16:33
36999         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
37000              is not right thing to do on (e.g. x86). Network order is also "right" for
37001              X fonts.
37002      Branch: perl
37003            ! ext/Encode/Encode.pm
37004 ____________________________________________________________________________
37005 [  7167] By: nick                                  on 2000/10/08  12:54:42
37006         Log: Make "encodings" work post-install when Encode/*.enc files may not
37007              be in same directory as Encode.pm
37008      Branch: perl
37009            ! ext/Encode/Encode.pm
37010 ____________________________________________________________________________
37011 [  7166] By: nick                                  on 2000/10/08  11:51:26
37012         Log: Work round the fact that $hash->{$key} does not take into account
37013              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
37014              so that key is always in the "expected" encoding - i.e. same way we put
37015              it in the hash.
37016      Branch: perl
37017            ! ext/Encode/Encode.pm
37018 ____________________________________________________________________________
37019 [  7165] By: gsar                                  on 2000/10/08  04:15:29
37020         Log: save_re_context() could reset PL_curcop to freed memory, causing core
37021              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
37022      Branch: perl
37023            ! pp_ctl.c
37024 ____________________________________________________________________________
37025 [  7164] By: jhi                                   on 2000/10/06  20:51:48
37026         Log: UTF8ize split() so that the cloned substrings get the UTF8
37027              flag of the original scalar.  Problem reported by Simon Cozens.
37028      Branch: perl
37029            ! pp.c t/pragma/utf8.t
37030 ____________________________________________________________________________
37031 [  7163] By: nick                                  on 2000/10/06  20:48:34
37032         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
37033              got a false +ve and so did not reach code which would have un-FAKEd the SV.
37034      Branch: perl
37035            ! sv.c
37036 ____________________________________________________________________________
37037 [  7162] By: nick                                  on 2000/10/06  20:25:37
37038         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
37039              To fix  (sort {$a <=> $b} keys %hash) in particular but
37040              should cover a number of other as-yet-unknown cases as well.
37041      Branch: perl
37042            ! sv.c
37043 ____________________________________________________________________________
37044 [  7161] By: jhi                                   on 2000/10/06  19:56:18
37045         Log: Change the version number of Tie::Handle in the core to 4.0,
37046              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
37047              
37048              Subject: Note on Tie::Handle
37049              From: andreas.koenig@anima.de (Andreas J. Koenig)
37050              Date:      06 Oct 2000 21:48:58 +0200
37051              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
37052      Branch: perl
37053            ! lib/Tie/Handle.pm
37054 ____________________________________________________________________________
37055 [  7160] By: jhi                                   on 2000/10/06  18:20:35
37056         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
37057              as the first option of cc/ld because of ultrapicky compilers
37058              (e.g. OS/390 R2.5)
37059      Branch: metaconfig
37060            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
37061            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
37062            ! U/compline/orderlib.U U/modified/Cppsym.U
37063            ! U/modified/d_access.U
37064      Branch: metaconfig/U/perl
37065            ! Checkcc.U d_dlsymun.U gccvers.U
37066      Branch: perl
37067            ! Configure config_h.SH
37068 ____________________________________________________________________________
37069 [  7159] By: jhi                                   on 2000/10/06  13:56:39
37070         Log: Update Changes.
37071      Branch: perl
37072            ! Changes patchlevel.h
37073 ____________________________________________________________________________
37074 [  7158] By: jhi                                   on 2000/10/06  12:48:40
37075         Log: Eliminate $Is_VMS code from the test.
37076              
37077              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
37078              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37079              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
37080              Date:     Thu, 5 Oct 2000 07:46:33 EDT
37081      Branch: perl
37082            ! t/lib/b.t
37083 ____________________________________________________________________________
37084 [  7157] By: jhi                                   on 2000/10/06  12:47:13
37085         Log: Also the $ccflags is needed for the C compiler check.
37086              
37087              Subject: Configure (check for C-compiler)
37088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37089              Date: Fri, 06 Oct 2000 08:47:15 +0200
37090              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
37091      Branch: metaconfig/U/perl
37092            ! Checkcc.U
37093      Branch: perl
37094            ! Configure config_h.SH
37095 ____________________________________________________________________________
37096 [  7156] By: jhi                                   on 2000/10/06  11:45:15
37097         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
37098      Branch: perl
37099            ! perl.c pp_ctl.c sv.h utf8.c
37100 ____________________________________________________________________________
37101 [  7155] By: jhi                                   on 2000/10/06  11:40:41
37102         Log: IO::Handle->syswrite() did not handle length omission
37103              like CORE::syswrite() does.
37104              
37105              Subject: [Fwd] IO::Handle, syswrite and arguments
37106              From: Graham Barr <gbarr@pobox.com>
37107              Date: Fri, 6 Oct 2000 10:22:05 +0100
37108              Message-ID: <20001006102205.U6312@pobox.com>
37109              
37110              The original patch from andrew@ugh.net.au.
37111      Branch: perl
37112            ! ext/IO/lib/IO/Handle.pm
37113 ____________________________________________________________________________
37114 [  7154] By: jhi                                   on 2000/10/06  01:42:15
37115         Log: Tweak #7153.
37116      Branch: perl
37117            ! utf8.h
37118 ____________________________________________________________________________
37119 [  7153] By: jhi                                   on 2000/10/06  00:39:55
37120         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
37121      Branch: perl
37122            ! utf8.h
37123 ____________________________________________________________________________
37124 [  7152] By: jhi                                   on 2000/10/06  00:38:11
37125         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
37126      Branch: perl
37127            ! perl.c pp_ctl.c sv.h utf8.c
37128 ____________________________________________________________________________
37129 [  7151] By: jhi                                   on 2000/10/06  00:36:38
37130         Log: Subject: Re: Questions about Tie::Array and perl modules
37131              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37132              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
37133              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
37134              
37135              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
37136      Branch: perl
37137            ! lib/Tie/Array.pm t/op/array.t
37138 ____________________________________________________________________________
37139 [  7150] By: jhi                                   on 2000/10/05  00:20:45
37140         Log: Regen Changes.
37141      Branch: perl
37142            ! Changes patchlevel.h
37143 ____________________________________________________________________________
37144 [  7149] By: jhi                                   on 2000/10/05  00:20:01
37145         Log: Regen toc.
37146      Branch: perl
37147            ! pod/perltoc.pod
37148 ____________________________________________________________________________
37149 [  7148] By: jhi                                   on 2000/10/04  23:35:08
37150         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
37151              reported several times by Dominic Dunlop, for example in
37152              ID 20000315.008.  Patch from Dominic.  Patch affects at
37153              least MachTen, and possibly other oldish BSDs. Should not
37154              break non-broken platforms (tested on LinuxPPC). 
37155      Branch: perl
37156            ! doio.c
37157 ____________________________________________________________________________
37158 [  7147] By: jhi                                   on 2000/10/04  23:26:34
37159         Log: The one that got away from 7146.
37160      Branch: metaconfig
37161            + U/installdirs/installscripts.U
37162 ____________________________________________________________________________
37163 [  7146] By: jhi                                   on 2000/10/04  23:25:04
37164         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
37165              suggested by H. Merijn Brand.
37166      Branch: perl
37167            ! Configure INSTALL Makefile.SH Porting/Glossary
37168            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
37169            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
37170            ! win32/config.vc
37171 ____________________________________________________________________________
37172 [  7145] By: jhi                                   on 2000/10/04  22:08:21
37173         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
37174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37175              Date: Wed, 4 Oct 2000 17:37:46 -0400
37176              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
37177      Branch: perl
37178            ! utils/h2xs.PL
37179 ____________________________________________________________________________
37180 [  7144] By: jhi                                   on 2000/10/04  18:11:41
37181         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
37182              From: Jeff Pinyan <jeffp@crusoe.net>
37183              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
37184              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
37185      Branch: perl
37186            ! pod/perlrun.pod
37187 ____________________________________________________________________________
37188 [  7143] By: jhi                                   on 2000/10/04  18:09:58
37189         Log: Subject: perlhack.pod Patch for Externals Tools
37190              From: Fisher Mark <fisherm@tce.com>
37191              Date: Tue, 3 Oct 2000 15:43:27 -0500 
37192              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
37193      Branch: perl
37194            ! pod/perlhack.pod
37195 ____________________________________________________________________________
37196 [  7142] By: jhi                                   on 2000/10/04  18:08:41
37197         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
37198              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37199              Date:     Wed, 4 Oct 2000 12:11:11 EDT
37200              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
37201      Branch: perl
37202            ! vms/vms.c
37203 ____________________________________________________________________________
37204 [  7141] By: jhi                                   on 2000/10/04  12:20:16
37205         Log: Subject: [PATCH 5.7.0] h2xs not working
37206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37207              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
37208              Date: Tue, 3 Oct 2000 21:43:01 -0400
37209              
37210              Subject: [PATCH 5.7.0] h2xs not documenting the created module
37211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37212              Date: Tue, 3 Oct 2000 22:55:19 -0400
37213              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
37214      Branch: perl
37215            ! utils/h2xs.PL
37216 ____________________________________________________________________________
37217 [  7140] By: jhi                                   on 2000/10/04  11:53:44
37218         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
37219              From: nick@babyhippo.com
37220              Date: Wed, 4 Oct 2000 12:06:45 +0100
37221              Message-Id: <20001004120645.A7356@babyhippo.com>
37222              
37223              Retract 7118 and 7135.
37224      Branch: perl
37225            ! installman installperl op.c t/pragma/subs.t
37226 ____________________________________________________________________________
37227 [  7139] By: jhi                                   on 2000/10/03  22:09:41
37228         Log: It is possible to have no hosts database at all.  Pointed out in
37229              
37230              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
37231              From: Peter Prymmer <pvhp@forte.com>
37232              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
37233              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
37234      Branch: metaconfig
37235            ! U/modified/myhostname.U
37236      Branch: perl
37237            ! Configure config_h.SH
37238 ____________________________________________________________________________
37239 [  7138] By: jhi                                   on 2000/10/03  21:49:49
37240         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
37241              From: Peter Prymmer <pvhp@forte.com>
37242              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
37243              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
37244      Branch: perl
37245            ! pp_sys.c
37246 ____________________________________________________________________________
37247 [  7137] By: jhi                                   on 2000/10/03  20:10:05
37248         Log: One remaining nit less at the VMS mailbox sizing.
37249      Branch: perl
37250            ! vms/vms.c
37251 ____________________________________________________________________________
37252 [  7136] By: jhi                                   on 2000/10/03  20:08:47
37253         Log: Test harness update to sync with the new perlcc,
37254              from Simon Cozens.
37255      Branch: perl
37256            ! t/TEST t/UTEST
37257 ____________________________________________________________________________
37258 [  7135] By: jhi                                   on 2000/10/03  15:15:42
37259         Log: Subject: Re: PATCH for 20001003.004
37260              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
37261              From: "AARON B. DOSSETT" <aaron@iglou.com>
37262              Message-Id: <E13gTay-0006od-00@iglou.com>
37263      Branch: perl
37264            ! installman installperl
37265 ____________________________________________________________________________
37266 [  7134] By: jhi                                   on 2000/10/03  15:00:34
37267         Log: Subject: [ID 20001003.006] B::Debug not -w clean
37268              From: Nicholas Clark <nick@babyhippo.co.uk>
37269              Date: Tue, 03 Oct 2000 15:46:32 +0100
37270              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
37271      Branch: perl
37272            ! ext/B/B/Debug.pm
37273 ____________________________________________________________________________
37274 [  7133] By: jhi                                   on 2000/10/03  14:58:39
37275         Log: Scale down the VMS message boxes, by Charles Lane.
37276              Fix for ID 20000903.009, workaround at
37277              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
37278      Branch: perl
37279            ! vms/vms.c
37280 ____________________________________________________________________________
37281 [  7132] By: jhi                                   on 2000/10/03  11:20:37
37282         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
37283      Branch: perl
37284            + t/lib/st-lock.t t/lib/st-utf8.t
37285            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
37286            ! ext/Storable/Storable.xs t/lib/st-recurse.t
37287 ____________________________________________________________________________
37288 [  7131] By: jhi                                   on 2000/10/03  03:38:23
37289         Log: Encode nits.
37290      Branch: perl
37291            ! MANIFEST Makefile.SH
37292 ____________________________________________________________________________
37293 [  7130] By: jhi                                   on 2000/10/03  03:31:05
37294         Log: Update Changes.
37295      Branch: perl
37296            ! Changes patchlevel.h
37297 ____________________________________________________________________________
37298 [  7129] By: jhi                                   on 2000/10/03  02:24:02
37299         Log: Misplaced else.
37300      Branch: metaconfig/U/perl
37301            ! d_strtoll.U
37302      Branch: perl
37303            ! Configure config_h.SH
37304 ____________________________________________________________________________
37305 [  7128] By: jhi                                   on 2000/10/03  02:08:29
37306         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
37307              From: sthoenna@efn.org
37308              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
37309              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
37310      Branch: metaconfig/U/perl
37311            ! d_strtoll.U
37312      Branch: perl
37313            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
37314 ____________________________________________________________________________
37315 [  7127] By: jhi                                   on 2000/10/03  01:13:14
37316         Log: Update Changes.
37317      Branch: perl
37318            ! Changes patchlevel.h
37319 ____________________________________________________________________________
37320 [  7126] By: jhi                                   on 2000/10/03  00:57:08
37321         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
37322              as suggested by Olaf Flebbe and Nick Clark.
37323      Branch: perl
37324            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
37325 ____________________________________________________________________________
37326 [  7125] By: jhi                                   on 2000/10/03  00:50:56
37327         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
37328              From: Nick Clark <nick@plum.flirble.org>
37329              Date: Mon, 2 Oct 2000 11:03:24 +0100
37330              Message-Id: <20001002110324.D20073@plum.flirble.org>
37331              
37332              Also fixes bug ID 20001002.005.
37333      Branch: perl
37334            ! t/lib/encode.t
37335 ____________________________________________________________________________
37336 [  7124] By: jhi                                   on 2000/10/03  00:34:59
37337         Log: Subject: [PATCH 5.7.0] Epoc update
37338              From: Olaf Flebbe <o.flebbe@gmx.de>
37339              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
37340              Message-ID: <26423.969484586@www10.gmx.net>
37341      Branch: perl
37342            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
37343            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
37344            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
37345            ! util.c util.h
37346 ____________________________________________________________________________
37347 [  7123] By: jhi                                   on 2000/10/03  00:30:07
37348         Log: Regen headers.
37349      Branch: perl
37350            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
37351 ____________________________________________________________________________
37352 [  7122] By: jhi                                   on 2000/10/03  00:10:48
37353         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
37354      Branch: perl
37355            ! hints/openbsd.sh
37356 ____________________________________________________________________________
37357 [  7121] By: jhi                                   on 2000/10/03  00:05:06
37358         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
37359              From: <abigail@foad.org>
37360              Date: Tue, 26 Sep 2000 13:36:14 -0400
37361              Message-ID: <20000926173614.4356.qmail@foad.org>
37362      Branch: perl
37363            ! pod/perlop.pod
37364 ____________________________________________________________________________
37365 [  7120] By: jhi                                   on 2000/10/03  00:04:00
37366         Log: Inside require() $^S was always left undefined.
37367              
37368              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
37369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37370              Date: Wed, 27 Sep 2000 18:54:49 -0400
37371              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
37372      Branch: perl
37373            ! cop.h mg.c pp_ctl.c util.c
37374 ____________________________________________________________________________
37375 [  7119] By: jhi                                   on 2000/10/03  00:00:16
37376         Log: Subject: [PATCH] DLL not restartabke with threaded perl
37377              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
37378              Date: Thu, 28 Sep 2000 09:20:46 +0100
37379              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
37380      Branch: perl
37381            ! perl.c
37382 ____________________________________________________________________________
37383 [  7118] By: jhi                                   on 2000/10/02  23:59:20
37384         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
37385              From: Nicholas Clark <nick@ccl4.org>
37386              Date: Thu, 28 Sep 2000 11:52:24 +0100
37387              Message-ID: <20000928115224.D7924@plum.flirble.org>
37388      Branch: perl
37389            ! op.c
37390 ____________________________________________________________________________
37391 [  7117] By: jhi                                   on 2000/10/02  23:57:51
37392         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
37393              From: Nicholas Clark <nick@babyhippo.co.uk>
37394              Date: Thu, 28 Sep 2000 12:18:10 +0100
37395              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
37396              
37397              Did not apply cleanly, manual intervention was needed.
37398      Branch: perl
37399            ! ext/B/B/Bytecode.pm utils/perlcc.PL
37400 ____________________________________________________________________________
37401 [  7116] By: jhi                                   on 2000/10/02  23:50:40
37402         Log: Document the issue (is not a syntax error, kind of)
37403              
37404              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
37405              From: Nicholas Clark <nick@ccl4.org>
37406              Date: Thu, 28 Sep 2000 17:12:42 +0100
37407              Message-ID: <20000928171242.K7924@plum.flirble.org>
37408      Branch: perl
37409            ! pod/perldata.pod
37410 ____________________________________________________________________________
37411 [  7115] By: jhi                                   on 2000/10/02  23:48:58
37412         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
37413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37414              Date: Thu, 28 Sep 2000 21:55:31 -0400
37415              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
37416      Branch: perl
37417            ! regexec.c
37418 ____________________________________________________________________________
37419 [  7114] By: jhi                                   on 2000/10/02  23:47:57
37420         Log: Subject: DOC PATCH 5.6.0
37421              From: mjd@plover.com
37422              Date: 30 Sep 2000 06:02:34 -0000
37423              Message-ID: <20000930060234.4559.qmail@plover.com>
37424      Branch: perl
37425            ! pod/perldebguts.pod
37426 ____________________________________________________________________________
37427 [  7113] By: jhi                                   on 2000/10/02  23:46:43
37428         Log: SOCK_DGRAM and listen() do not mix as reported in
37429              
37430              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
37431              From: Petter Reinholdtsen <pere@hungry.com>
37432              Date: Sun, 1 Oct 2000 10:57:20 +0800
37433              Message-Id: <200010010257.KAA05735@localhost.localdomain>
37434              
37435              The patch for 5.7.0+ had to be reengineered, though.
37436      Branch: perl
37437            ! ext/IO/lib/IO/Socket/UNIX.pm
37438 ____________________________________________________________________________
37439 [  7112] By: jhi                                   on 2000/10/02  23:36:57
37440         Log: Subject: Re: [PATCH 5.005_64 missed]
37441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37442              Date: Sun, 1 Oct 2000 18:50:10 -0400
37443              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
37444      Branch: perl
37445            ! pod/perlxs.pod
37446 ____________________________________________________________________________
37447 [  7111] By: jhi                                   on 2000/10/02  23:35:40
37448         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
37449              From: Radu Greab <radu@netsoft.ro>
37450              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
37451              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
37452      Branch: perl
37453            ! op.c opcode.pl t/op/substr.t
37454 ____________________________________________________________________________
37455 [  7110] By: jhi                                   on 2000/10/02  23:32:38
37456         Log: Subject: [PATCH] Fix aliasing of tied filehandles
37457              From: Daniel Chetlin <daniel@chetlin.com>
37458              Date: Mon, 2 Oct 2000 14:53:27 -0700
37459              Message-ID: <20001002145327.C1617@ilmd>
37460      Branch: perl
37461            ! perl.h pp_hot.c t/op/tiehandle.t
37462 ____________________________________________________________________________
37463 [  7109] By: jhi                                   on 2000/10/02  23:31:30
37464         Log: s/Robin Parker/Robin Barker/
37465      Branch: perl
37466            ! Changes5.6
37467 ____________________________________________________________________________
37468 [  7108] By: jhi                                   on 2000/10/02  23:15:46
37469         Log: Retract #7091 as suggested in
37470              
37471              From: Robin Barker <rmb1@cise.npl.co.uk> 
37472              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
37473              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
37474              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
37475      Branch: perl
37476            ! embed.pl proto.h
37477 ____________________________________________________________________________
37478 [  7107] By: nick                                  on 2000/10/02  18:23:14
37479         Log: A few tweaks to get Tk803 to work with Encode scheme.
37480      Branch: perl
37481            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
37482 ____________________________________________________________________________
37483 [  7106] By: nick                                  on 2000/10/01  21:34:14
37484         Log: Add checking cases to Encode's toUnicode and fromUnicode.
37485      Branch: perl
37486            ! ext/Encode/Encode.pm
37487 ____________________________________________________________________________
37488 [  7105] By: nick                                  on 2000/10/01  17:18:01
37489         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
37490              To read and use them.
37491              Add a lib/encode.t which checks a few things.
37492      Branch: perl
37493            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
37494            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
37495            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
37496            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
37497            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
37498            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
37499            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
37500            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
37501            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
37502            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
37503            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
37504            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
37505            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
37506            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
37507            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
37508            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
37509            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
37510            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
37511            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
37512            + ext/Encode/Encode/iso2022-jp.enc
37513            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
37514            + ext/Encode/Encode/iso8859-1.enc
37515            + ext/Encode/Encode/iso8859-2.enc
37516            + ext/Encode/Encode/iso8859-3.enc
37517            + ext/Encode/Encode/iso8859-4.enc
37518            + ext/Encode/Encode/iso8859-5.enc
37519            + ext/Encode/Encode/iso8859-6.enc
37520            + ext/Encode/Encode/iso8859-7.enc
37521            + ext/Encode/Encode/iso8859-8.enc
37522            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
37523            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
37524            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
37525            + ext/Encode/Encode/macCentEuro.enc
37526            + ext/Encode/Encode/macCroatian.enc
37527            + ext/Encode/Encode/macCyrillic.enc
37528            + ext/Encode/Encode/macDingbats.enc
37529            + ext/Encode/Encode/macGreek.enc
37530            + ext/Encode/Encode/macIceland.enc
37531            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
37532            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
37533            + ext/Encode/Encode/macTurkish.enc
37534            + ext/Encode/Encode/macUkraine.enc
37535            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
37536            + t/lib/encode.t
37537            ! MANIFEST ext/Encode/Encode.pm
37538 ____________________________________________________________________________
37539 [  7104] By: nick                                  on 2000/09/30  13:04:30
37540         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
37541              From: Daniel Chetlin <daniel@chetlin.com>
37542              Date: Mon, 18 Sep 2000 05:05:40 -0700
37543              Message-Id: <20000918050540.C652@ilmd>
37544      Branch: perl
37545            ! lib/overload.pm sv.c t/pragma/overload.t
37546 ____________________________________________________________________________
37547 [  7103] By: nick                                  on 2000/09/30  12:53:36
37548         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
37549              From: Johan Vromans <jvromans@squirrel.nl>
37550              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
37551              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
37552      Branch: perl
37553            ! pod/Makefile.SH
37554 ____________________________________________________________________________
37555 [  7102] By: nick                                  on 2000/09/30  12:52:31
37556         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
37557              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37558              Date: Sat, 16 Sep 2000 16:36:45 -0400
37559              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
37560      Branch: perl
37561            ! ext/B/B/Deparse.pm
37562 ____________________________________________________________________________
37563 [  7101] By: nick                                  on 2000/09/30  12:51:41
37564         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
37565              From: Craig A. Berry <craig.berry@psinetcs.com>
37566              Date: Sat, 16 Sep 2000 10:11:10 -0500
37567              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
37568      Branch: perl
37569            ! vms/vms.c
37570 ____________________________________________________________________________
37571 [  7100] By: nick                                  on 2000/09/30  12:50:33
37572         Log: Subject: Re: unicode support and perl [ID 20000901.097]
37573              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37574              Date: Fri, 15 Sep 2000 16:37:58 -0400
37575              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
37576      Branch: perl
37577            ! t/op/append.t
37578 ____________________________________________________________________________
37579 [  7099] By: nick                                  on 2000/09/30  12:49:35
37580         Log: Subject: Re: unicode support and perl [ID 20000901.097]
37581              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37582              Date: Fri, 15 Sep 2000 16:25:30 -0400
37583              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
37584      Branch: perl
37585            ! pp_hot.c
37586 ____________________________________________________________________________
37587 [  7098] By: nick                                  on 2000/09/30  12:48:00
37588         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
37589              From: Gisle Aas <gisle@ActiveState.com>
37590              Date: 15 Sep 2000 16:23:41 +0200
37591              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
37592      Branch: perl
37593            ! toke.c
37594 ____________________________________________________________________________
37595 [  7097] By: nick                                  on 2000/09/30  12:45:16
37596         Log: Subject: [PATCH] Nits in perlmod.pod
37597              From: Daniel Chetlin <daniel@chetlin.com>
37598              Date: Fri, 15 Sep 2000 02:04:09 -0700
37599              Message-Id: <20000915020409.A2104@ilmd>
37600      Branch: perl
37601            ! pod/perlmod.pod
37602 ____________________________________________________________________________
37603 [  7096] By: nick                                  on 2000/09/30  12:18:00
37604         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
37605              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
37606              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
37607              0 to checking to get the warning.
37608      Branch: perl
37609            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
37610            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
37611            ! regexec.c sv.c toke.c utf8.c
37612 ____________________________________________________________________________
37613 [  7095] By: nick                                  on 2000/09/15  16:55:59
37614         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
37615              
37616              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
37617              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37618              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
37619              Date: Fri, 15 Sep 2000 06:37:30 -0400
37620      Branch: perl
37621            ! ext/Encode/Encode.xs sv.c
37622 ____________________________________________________________________________
37623 [  7094] By: jhi                                   on 2000/09/15  03:23:32
37624         Log: Update Changes.
37625      Branch: perl
37626            ! Changes patchlevel.h
37627 ____________________________________________________________________________
37628 [  7093] By: jhi                                   on 2000/09/15  03:11:44
37629         Log: Fix for the charnames.t failures from Spider Boardman.
37630      Branch: perl
37631            ! toke.c
37632 ____________________________________________________________________________
37633 [  7092] By: jhi                                   on 2000/09/15  00:15:48
37634         Log: Botched the #7090 check-in.
37635      Branch: perl
37636            ! sv.c
37637 ____________________________________________________________________________
37638 [  7091] By: jhi                                   on 2000/09/14  23:33:24
37639         Log: Part of #7081 didn't come through.
37640      Branch: perl
37641            ! embed.pl proto.h
37642 ____________________________________________________________________________
37643 [  7090] By: jhi                                   on 2000/09/14  23:17:39
37644         Log: Subject: Re: perl@7078 
37645              From: Spider Boardman <spider@web.zk3.dec.com>
37646              Date: Thu, 14 Sep 2000 19:06:36 -0400
37647              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
37648      Branch: perl
37649            ! sv.c toke.c
37650 ____________________________________________________________________________
37651 [  7089] By: jhi                                   on 2000/09/14  23:11:21
37652         Log: Small portability tweaks.
37653      Branch: perl
37654            ! ext/Encode/Encode.xs
37655 ____________________________________________________________________________
37656 [  7088] By: jhi                                   on 2000/09/14  22:57:23
37657         Log: Fake return to pacify picky compilers.
37658      Branch: perl
37659            ! ext/Encode/Encode.xs
37660 ____________________________________________________________________________
37661 [  7087] By: jhi                                   on 2000/09/14  22:53:37
37662         Log: Subject: [PATCH] utf8.c apidoc
37663              From: Simon Cozens <simon@cozens.net>
37664              Date: Thu, 14 Sep 2000 23:46:57 +0100
37665              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
37666      Branch: perl
37667            ! perlapi.c pod/perlapi.pod utf8.c
37668 ____________________________________________________________________________
37669 [  7086] By: jhi                                   on 2000/09/14  22:40:38
37670         Log: We don't need to count the high bit bytes, a boolean is enough. 
37671      Branch: perl
37672            ! sv.c
37673 ____________________________________________________________________________
37674 [  7085] By: jhi                                   on 2000/09/14  21:20:09
37675         Log: Replace #7084 with
37676              
37677              Subject: Re: perl@7078 
37678              From: Spider Boardman <spider@web.zk3.dec.com>
37679              Date: Thu, 14 Sep 2000 17:09:36 -0400
37680              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
37681      Branch: perl
37682            ! sv.c utf8.c
37683 ____________________________________________________________________________
37684 [  7084] By: jhi                                   on 2000/09/14  20:03:34
37685         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
37686              convertable to bytes by checking it doesn't go above 0xc3
37687              
37688              Subject: Re: perl@7078
37689              From: Simon Cozens <simon@cozens.net>
37690              Date: Thu, 14 Sep 2000 20:59:19 +0100
37691              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
37692      Branch: perl
37693            ! utf8.c
37694 ____________________________________________________________________________
37695 [  7083] By: jhi                                   on 2000/09/14  19:38:47
37696         Log: Subject: Re: perl@7078
37697              From: Simon Cozens <simon@cozens.net>
37698              Date: Thu, 14 Sep 2000 20:13:09 +0100
37699              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
37700      Branch: perl
37701            ! t/op/bop.t
37702 ____________________________________________________________________________
37703 [  7082] By: jhi                                   on 2000/09/14  17:50:44
37704         Log: The one that got away.
37705      Branch: perl
37706            ! lib/File/Find.pm
37707 ____________________________________________________________________________
37708 [  7081] By: jhi                                   on 2000/09/14  17:45:35
37709         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
37710              From: Robin Barker <rmb1@cise.npl.co.uk>
37711              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
37712              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
37713      Branch: perl
37714            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
37715            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
37716            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
37717            ! regcomp.c toke.c universal.c
37718 ____________________________________________________________________________
37719 [  7080] By: jhi                                   on 2000/09/14  17:40:35
37720         Log: Problems picked up by AIX cc.
37721              
37722              Subject: Re: perl@7078 (patch included)
37723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37724              Date: Thu, 14 Sep 2000 18:53:30 +0200
37725              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
37726      Branch: perl
37727            ! ext/Encode/Encode.xs
37728 ____________________________________________________________________________
37729 [  7079] By: jhi                                   on 2000/09/14  17:38:27
37730         Log: Subject: File::Find 5.7.0 POD nits
37731              From: Rich Morin <rdm@cfcl.com>
37732              Date: Wed, 13 Sep 2000 22:03:58 -0700
37733              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
37734      Branch: perl
37735            ! lib/File/Find.pm
37736 ____________________________________________________________________________
37737 [  7078] By: jhi                                   on 2000/09/14  14:58:20
37738         Log: Update Changes.
37739      Branch: perl
37740            ! Changes patchlevel.h
37741 ____________________________________________________________________________
37742 [  7077] By: jhi                                   on 2000/09/14  14:55:54
37743         Log: Compilation warnings and an error.
37744      Branch: perl
37745            ! sv.c
37746 ____________________________________________________________________________
37747 [  7076] By: jhi                                   on 2000/09/14  14:42:56
37748         Log: Fix for a parsing bug, not for the original bug.
37749              
37750              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
37751              From: Spider Boardman <spider@web.zk3.dec.com>
37752              Date: Wed, 13 Sep 2000 17:52:20 -0400
37753              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
37754      Branch: perl
37755            ! regcomp.c
37756 ____________________________________________________________________________
37757 [  7075] By: jhi                                   on 2000/09/14  14:40:40
37758         Log: Batch of UTF-8 patches from Simon Cozens.
37759      Branch: perl
37760            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
37761            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
37762            ! toke.c utf8.c
37763 ____________________________________________________________________________
37764 [  7074] By: jhi                                   on 2000/09/14  14:29:58
37765         Log: Subject: Re: Two advertising clauses need to be removed
37766              From: Russ Allbery <rra@stanford.edu>
37767              Date: 13 Sep 2000 18:50:26 -0700
37768              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
37769      Branch: perl
37770            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
37771 ____________________________________________________________________________
37772 [  7073] By: jhi                                   on 2000/09/14  14:28:20
37773         Log: Subject: [PATCH] de-wall t/README
37774              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37775              Date: Wed, 13 Sep 2000 17:46:55 -0700
37776              Message-ID: <//Bw5gzkge/e092yn@efn.org>
37777      Branch: perl
37778            ! t/README
37779 ____________________________________________________________________________
37780 [  7072] By: jhi                                   on 2000/09/14  14:25:10
37781         Log: Hints optimization.
37782              
37783              Subject: Minor nit
37784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37785              Date: Wed, 13 Sep 2000 21:42:07 +0200
37786              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
37787      Branch: perl
37788            ! hints/hpux.sh
37789 ____________________________________________________________________________
37790 [  7071] By: jhi                                   on 2000/09/14  14:23:30
37791         Log: Allow chop() and chomp() to be overridden.
37792              
37793              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
37794              From: "Casey R. Tweten" <crt@kiski.net>
37795              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
37796              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
37797      Branch: perl
37798            ! toke.c
37799 ____________________________________________________________________________
37800 [  7070] By: jhi                                   on 2000/09/14  14:20:36
37801         Log: The return value of setlocale must be copied away.
37802              
37803              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
37804              From: Alan Burlison <Alan.Burlison@uk.sun.com>
37805              Date: Wed, 13 Sep 2000 16:27:37 +0100 
37806              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
37807      Branch: perl
37808            ! util.c
37809 ____________________________________________________________________________
37810 [  7069] By: jhi                                   on 2000/09/14  14:16:27
37811         Log: Remove vestiges of tr//CU.
37812              
37813              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37814              From: Nick Clark <nick@plum.flirble.org>
37815              Date: Tue, 12 Sep 2000 22:50:14 +0100
37816              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
37817              
37818              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37820              Date: Tue, 12 Sep 2000 21:38:48 -0700
37821              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
37822      Branch: perl
37823            ! op.h pod/perlunicode.pod
37824 ____________________________________________________________________________
37825 [  7068] By: jhi                                   on 2000/09/13  14:18:39
37826         Log: Add the Encode extension.  The code is still largely just skeleton.
37827      Branch: perl
37828            + ext/Encode/Encode.pm ext/Encode/Encode.xs
37829            + ext/Encode/Makefile.PL ext/Encode/Todo
37830            ! MANIFEST Todo-5.6
37831 ____________________________________________________________________________
37832 [  7067] By: jhi                                   on 2000/09/12  17:43:33
37833         Log: Allow for whitespace between "#" and "line" in cpp output.
37834              
37835              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
37836              From: Calle Dybedahl <calle@lysator.liu.se>
37837              Date: 12 Sep 2000 19:38:02 +0200 
37838              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
37839      Branch: perl
37840            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
37841 ____________________________________________________________________________
37842 [  7066] By: gsar                                  on 2000/09/12  17:24:29
37843         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
37844              initialization in all the threads on Windows
37845      Branch: perl
37846            ! win32/win32.c
37847 ____________________________________________________________________________
37848 [  7065] By: jhi                                   on 2000/09/12  15:11:31
37849         Log: Update Changes.
37850      Branch: perl
37851            ! Changes patchlevel.h
37852 ____________________________________________________________________________
37853 [  7064] By: jhi                                   on 2000/09/12  14:54:54
37854         Log: Retract #7062, the pod tests are not ready.
37855      Branch: perl
37856            ! t/TEST t/harness
37857 ____________________________________________________________________________
37858 [  7063] By: jhi                                   on 2000/09/12  14:25:41
37859         Log: The #7054 truncated Configure badly.
37860      Branch: metaconfig/U/perl
37861            ! End.U
37862      Branch: perl
37863            ! Configure config_h.SH
37864 ____________________________________________________________________________
37865 [  7062] By: jhi                                   on 2000/09/12  14:08:32
37866         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
37867              From: sthoenna@efn.org
37868              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
37869              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
37870      Branch: perl
37871            ! t/TEST t/harness
37872 ____________________________________________________________________________
37873 [  7061] By: jhi                                   on 2000/09/12  14:07:18
37874         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
37875              From: sthoenna@efn.org
37876              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
37877              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
37878      Branch: perl
37879            ! pod/perlxs.pod
37880 ____________________________________________________________________________
37881 [  7060] By: jhi                                   on 2000/09/12  14:06:08
37882         Log: Break up the myconfig lines a bit.
37883              
37884              Subject: perlbug/perl -V output format
37885              From: sthoenna@efn.org
37886              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
37887              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
37888      Branch: perl
37889            ! myconfig.SH
37890 ____________________________________________________________________________
37891 [  7059] By: jhi                                   on 2000/09/12  14:05:04
37892         Log: Test for the #7049.
37893              
37894              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
37895              From: andreas.koenig@anima.de (Andreas J. Koenig)
37896              Date: 12 Sep 2000 06:42:01 +0200
37897              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
37898      Branch: perl
37899            ! t/op/my.t
37900 ____________________________________________________________________________
37901 [  7058] By: jhi                                   on 2000/09/12  14:03:05
37902         Log: Subject: [patch: perl@7045] vms updates
37903              From: Peter Prymmer <pvhp@forte.com>
37904              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
37905              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
37906      Branch: perl
37907            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
37908 ____________________________________________________________________________
37909 [  7057] By: jhi                                   on 2000/09/12  14:00:51
37910         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
37911              From: sthoenna@efn.org
37912              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
37913              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
37914      Branch: perl
37915            ! t/op/64bitint.t
37916 ____________________________________________________________________________
37917 [  7056] By: jhi                                   on 2000/09/12  13:58:14
37918         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
37919              From: Jeff Pinyan <jeffp@crusoe.net>
37920              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
37921              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
37922      Branch: perl
37923            ! pod/perlfunc.pod
37924 ____________________________________________________________________________
37925 [  7055] By: jhi                                   on 2000/09/12  13:56:32
37926         Log: Do in VMS as the #7054 does.
37927      Branch: perl
37928            ! configure.com
37929 ____________________________________________________________________________
37930 [  7054] By: jhi                                   on 2000/09/12  13:50:31
37931         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
37932              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37933              Date: Mon, 11 Sep 2000 08:33:09 +0100
37934              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
37935      Branch: metaconfig/U/perl
37936            ! End.U
37937      Branch: perl
37938            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
37939            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37940 ____________________________________________________________________________
37941 [  7053] By: jhi                                   on 2000/09/12  13:29:19
37942         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
37943              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37944              Date:     Tue, 12 Sep 2000 08:35:59 EDT
37945              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
37946      Branch: perl
37947            ! vms/test.com
37948 ____________________________________________________________________________
37949 [  7052] By: jhi                                   on 2000/09/11  23:01:50
37950         Log: Document the SvUTF8*().
37951      Branch: perl
37952            ! pod/perlapi.pod sv.h
37953 ____________________________________________________________________________
37954 [  7051] By: gsar                                  on 2000/09/11  14:46:30
37955         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
37956              (missed a spot when fixing up op_pmreplroot hack for ithreads)
37957      Branch: perl
37958            ! op.c t/op/split.t
37959 ____________________________________________________________________________
37960 [  7050] By: nick                                  on 2000/09/11  10:03:51
37961         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
37962              
37963              Subject: borland C++ win32.c tweak
37964              From: Vadim Konovalov <vkonovalov@lucent.com>
37965              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
37966              Date: Mon, 11 Sep 2000 11:22:33 +0400
37967      Branch: perl
37968            ! win32/win32.c
37969 ____________________________________________________________________________
37970 [  7049] By: nick                                  on 2000/09/11  09:57:33
37971         Log: Point fix for s/// on foreach (keys %xxx).
37972      Branch: perl
37973            ! pp_hot.c
37974 ____________________________________________________________________________
37975 [  7048] By: jhi                                   on 2000/09/10  23:37:09
37976         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
37977              by Pod::Text, from Brad Appleton.
37978      Branch: perl
37979            ! t/pod/testp2pt.pl
37980 ____________________________________________________________________________
37981 [  7047] By: jhi                                   on 2000/09/10  14:32:53
37982         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
37983              by Russ Allbery.
37984      Branch: perl
37985            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
37986 ____________________________________________________________________________
37987 [  7046] By: jhi                                   on 2000/09/10  14:15:08
37988         Log: Upgrade to CPAN 1.57_65, from Andreas König.
37989      Branch: perl
37990            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37991 ____________________________________________________________________________
37992 [  7045] By: jhi                                   on 2000/09/08  21:36:32
37993         Log: Update Changes.
37994      Branch: perl
37995            ! Changes patchlevel.h
37996 ____________________________________________________________________________
37997 [  7044] By: jhi                                   on 2000/09/08  21:29:56
37998         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
37999              From: Peter Prymmer <pvhp@forte.com>
38000              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
38001              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
38002      Branch: perl
38003            ! configure.com
38004 ____________________________________________________________________________
38005 [  7043] By: jhi                                   on 2000/09/08  21:27:50
38006         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
38007              From: Peter Prymmer <pvhp@forte.com>
38008              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
38009              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
38010      Branch: perl
38011            ! Makefile.SH installperl
38012 ____________________________________________________________________________
38013 [  7042] By: jhi                                   on 2000/09/08  21:23:21
38014         Log: Continue #7041.
38015      Branch: perl
38016            ! cygwin/Makefile.SHs os2/Makefile.SHs
38017 ____________________________________________________________________________
38018 [  7041] By: jhi                                   on 2000/09/08  21:18:10
38019         Log: Do away with memory models cruft.  Sorry, PDP users.
38020      Branch: metaconfig
38021            ! U/modified/cc.U U/modified/libpth.U
38022      Branch: perl
38023            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
38024            ! Porting/config_H cflags.SH config_h.SH configure.com
38025            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
38026            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
38027            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
38028 ____________________________________________________________________________
38029 [  7040] By: jhi                                   on 2000/09/08  14:34:18
38030         Log: Major rewrite of s2p.  And I mean really major, it is
38031              an implementation of sed in perl.  If called as s2p it
38032              will function as s2p.  Note: needs non-UNIXifying.
38033              
38034              Subject: s2p
38035              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38036              Date: Mon, 28 Aug 2000 14:05:12 +0200
38037              Message-ID: <39AA5578.2102E2AA@alcatel.at>
38038      Branch: perl
38039            ! x2p/s2p.PL
38040 ____________________________________________________________________________
38041 [  7039] By: jhi                                   on 2000/09/08  14:19:49
38042         Log: Re-allow vec() for characters > 255.
38043              
38044              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
38045              From: Spider Boardman <spider@web.zk3.dec.com>
38046              Date: Fri, 08 Sep 2000 02:21:02 -0400
38047              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
38048      Branch: perl
38049            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
38050            ! t/op/vec.t
38051 ____________________________________________________________________________
38052 [  7038] By: jhi                                   on 2000/09/08  14:14:18
38053         Log: Subject: [PATCH lib/Benchmark.pm]
38054              From: <abigail@foad.org>
38055              Date: Thu, 7 Sep 2000 15:03:20 -0400
38056              Message-ID: <20000907190320.888.qmail@foad.org>
38057      Branch: perl
38058            ! lib/Benchmark.pm
38059 ____________________________________________________________________________
38060 [  7037] By: jhi                                   on 2000/09/08  14:11:06
38061         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
38062              
38063              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
38064              From: Spider Boardman <spider@web.zk3.dec.com>
38065              Date: Fri, 08 Sep 2000 01:30:27 -0400
38066              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
38067      Branch: perl
38068            ! op.c
38069 ____________________________________________________________________________
38070 [  7036] By: jhi                                   on 2000/09/08  14:08:58
38071         Log: Subject: [ID 20000908.002] perlipc documentation bug.
38072              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
38073              Date: Fri, 08 Sep 2000 12:38:32 +0200
38074              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
38075      Branch: perl
38076            ! pod/perlipc.pod
38077 ____________________________________________________________________________
38078 [  7035] By: jhi                                   on 2000/09/08  14:03:12
38079         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38080              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38081              Date: Fri, 08 Sep 2000 11:47:34 +0200
38082              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
38083      Branch: perl
38084            ! hints/dec_osf.sh
38085 ____________________________________________________________________________
38086 [  7034] By: jhi                                   on 2000/09/08  13:59:35
38087         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
38088              From: Simon Cozens <simon@cozens.net>
38089              Date: Thu, 7 Sep 2000 20:40:38 +0100
38090              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
38091      Branch: perl
38092            ! pp_hot.c
38093 ____________________________________________________________________________
38094 [  7033] By: jhi                                   on 2000/09/08  04:03:03
38095         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
38096              From: "Larry W. Virden" <lvirden@cas.org>
38097              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
38098              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
38099      Branch: perl
38100            ! pod/perldiag.pod
38101 ____________________________________________________________________________
38102 [  7032] By: jhi                                   on 2000/09/07  22:18:30
38103         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
38104              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
38105              Date: Mon, 04 Sep 2000 13:16:38 -0700
38106              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
38107      Branch: perl
38108            ! lib/perl5db.pl
38109 ____________________________________________________________________________
38110 [  7031] By: jhi                                   on 2000/09/07  22:02:29
38111         Log: Fix the ccversion detection for 5.1 and beyond.
38112              
38113              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38114              From: Spider Boardman <spider@leggy.zk3.dec.com>
38115              Date: Thu, 7 Sep 2000 17:54:27 -0400
38116              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
38117      Branch: perl
38118            ! hints/dec_osf.sh
38119 ____________________________________________________________________________
38120 [  7030] By: jhi                                   on 2000/09/07  19:12:28
38121         Log: Fix for
38122              
38123              Subject: [ID 20000903.001] \w in utf8-strings
38124              From: Marc Lehmann <pcg@goof.com>
38125              Date: Sun, 03 Sep 2000 09:44:29 +0200
38126              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
38127              
38128              and various related nits.
38129      Branch: perl
38130            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
38131 ____________________________________________________________________________
38132 [  7029] By: jhi                                   on 2000/09/07  18:49:09
38133         Log: Fix the URL, but the server is still missing in action.
38134              
38135              Subject: [ID 20000905.002] perlfaq1.pod URL error
38136              From: "Larry W. Virden" <lvirden@cas.org>
38137              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
38138              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
38139      Branch: perl
38140            ! pod/perlfaq1.pod
38141 ____________________________________________________________________________
38142 [  7028] By: jhi                                   on 2000/09/07  18:47:13
38143         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
38144              From: Hugo <hv@crypt.compulink.co.uk>
38145              Date: Tue, 05 Sep 2000 14:13:37 +0100
38146              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
38147      Branch: perl
38148            ! toke.c
38149 ____________________________________________________________________________
38150 [  7027] By: jhi                                   on 2000/09/07  18:45:35
38151         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
38152              From: Daniel Chetlin <daniel@chetlin.com>
38153              Date: Tue, 5 Sep 2000 04:57:07 -0700
38154              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
38155      Branch: perl
38156            ! pod/perlfaq6.pod pod/perlop.pod
38157 ____________________________________________________________________________
38158 [  7026] By: jhi                                   on 2000/09/07  18:44:01
38159         Log: Document the new ref() semantics.
38160              
38161              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38162              From: Gisle Aas <gisle@ActiveState.com>
38163              Date: 05 Sep 2000 08:10:30 +0200
38164              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
38165      Branch: perl
38166            ! pod/perldelta.pod
38167 ____________________________________________________________________________
38168 [  7025] By: jhi                                   on 2000/09/07  18:42:27
38169         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
38170              
38171              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38172              From: Gisle Aas <gisle@ActiveState.com>
38173              Date: 05 Sep 2000 08:11:40 +0200
38174              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
38175      Branch: perl
38176            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
38177 ____________________________________________________________________________
38178 [  7024] By: jhi                                   on 2000/09/07  18:39:32
38179         Log: Subject: [PATCH] Modernize Opcode.pm documentation
38180              From: Gisle Aas <gisle@ActiveState.com>
38181              Date: 4 Sep 2000 00:18:55 -0000
38182              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
38183      Branch: perl
38184            ! ext/Opcode/Opcode.pm
38185 ____________________________________________________________________________
38186 [  7023] By: jhi                                   on 2000/09/07  18:37:42
38187         Log: Subject: [PATCH] Tied filehandle documentation
38188              From: Gisle Aas <gisle@ActiveState.com>
38189              Date: 4 Sep 2000 00:14:40 -0000
38190              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
38191      Branch: perl
38192            ! pod/perlfunc.pod pod/perltie.pod
38193 ____________________________________________________________________________
38194 [  7022] By: jhi                                   on 2000/09/07  18:35:37
38195         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
38196              From: Gisle Aas <gisle@ActiveState.com>
38197              Date: 4 Sep 2000 00:04:22 -0000
38198              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
38199      Branch: perl
38200            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
38201 ____________________________________________________________________________
38202 [  7021] By: jhi                                   on 2000/09/07  18:33:22
38203         Log: Subject: small apidoc fix
38204              From: Marc Lehmann <pcg@goof.com>
38205              Date: Sun, 3 Sep 2000 05:12:06 +0200
38206              Message-ID: <20000903051206.A5909@cerebro.laendle>
38207      Branch: perl
38208            ! pod/perlapi.pod utf8.c
38209 ____________________________________________________________________________
38210 [  7020] By: jhi                                   on 2000/09/07  16:14:57
38211         Log: Tiny perldelta nits.
38212      Branch: perl
38213            ! pod/perldelta.pod
38214 ____________________________________________________________________________
38215 [  7019] By: jhi                                   on 2000/09/07  16:04:20
38216         Log: Guard against bad string->int conversion for quads.
38217      Branch: perl
38218            ! t/op/64bitint.t
38219 ____________________________________________________________________________
38220 [  7018] By: jhi                                   on 2000/09/06  17:07:03
38221         Log: Update Unicode todo list.
38222      Branch: perl
38223            ! Todo-5.6
38224 ____________________________________________________________________________
38225 [  7017] By: jhi                                   on 2000/09/05  21:16:01
38226         Log: Document the SvIOK_.*UV().
38227      Branch: perl
38228            ! pod/perlapi.pod sv.h
38229 ____________________________________________________________________________
38230 [  7016] By: nick                                  on 2000/09/03  21:54:46
38231         Log: Hash lookup of constant strings optimization:
38232              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
38233              to string table (as per sharepvn). Add newSV_pvn_share to create such
38234              a thing. Make hv.c compare addresses of strings and skip string compare
38235              if equal. Make method_named and helem ops use these shared-string SVs
38236              when arg is constant. Make keys op return shared-string SVs (less clearly
38237              a win).
38238      Branch: perl
38239            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
38240            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
38241            ! pod/perlintern.pod pp_hot.c proto.h sv.c
38242 ____________________________________________________________________________
38243 [  7015] By: jhi                                   on 2000/09/02  17:48:59
38244         Log: This is 5.7.0.
38245      Branch: perl
38246            ! Changes
38247 ____________________________________________________________________________
38248 [  7014] By: jhi                                   on 2000/09/02  17:35:45
38249         Log: Changes and patchlevel tweaks.
38250      Branch: perl
38251            ! Changes patchlevel.h
38252 ____________________________________________________________________________
38253 [  7013] By: jhi                                   on 2000/09/02  17:30:50
38254         Log: Update Changes.
38255      Branch: perl
38256            ! Changes patchlevel.h
38257 ____________________________________________________________________________
38258 [  7012] By: nick                                  on 2000/09/02  17:25:20
38259         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
38260      Branch: perl
38261            ! gv.c lib/overload.pm
38262 ____________________________________________________________________________
38263 [  7011] By: jhi                                   on 2000/09/02  17:16:25
38264         Log: Update perlhist.
38265      Branch: perl
38266            ! pod/perlhist.pod
38267 ____________________________________________________________________________
38268 [  7010] By: jhi                                   on 2000/09/02  17:01:35
38269         Log: perldelta nits.
38270      Branch: perl
38271            ! pod/perldelta.pod
38272 ____________________________________________________________________________
38273 [  7009] By: nick                                  on 2000/09/02  16:48:35
38274         Log: If overloaded %{} etc. return the object do not loop.
38275              Thus  sub deref { $_[0] } functions if object is wanted type.
38276      Branch: perl
38277            ! pp.h
38278 ____________________________________________________________________________
38279 [  7008] By: jhi                                   on 2000/09/02  16:26:11
38280         Log: Retab MANIFEST.
38281      Branch: perl
38282            ! ext/Storable/MANIFEST
38283 ____________________________________________________________________________
38284 [  7007] By: jhi                                   on 2000/09/02  16:23:02
38285         Log: Make certain cc is set before trying to run it.
38286      Branch: perl
38287            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
38288 ____________________________________________________________________________
38289 [  7006] By: jhi                                   on 2000/09/02  15:45:41
38290         Log: Unicode notes.
38291      Branch: perl
38292            ! pod/perldelta.pod
38293 ____________________________________________________________________________
38294 [  7005] By: jhi                                   on 2000/09/02  15:42:11
38295         Log: Various Configure nits by Philip Newton,
38296              plus the ebcdic one by me.
38297      Branch: metaconfig
38298            + U/modified/pager.U
38299            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
38300      Branch: metaconfig/U/perl
38301            ! Devel.U quadfio.U
38302      Branch: perl
38303            ! Configure config_h.SH
38304 ____________________________________________________________________________
38305 [  7004] By: jhi                                   on 2000/09/02  15:06:14
38306         Log: Apparently avoiding the swapping is too costly.
38307              
38308              From: "Ben Tilly" <ben_tilly@hotmail.com>
38309              Subject: Re: the door is closed.
38310              Date: Fri, 01 Sep 2000 20:23:16 EDT
38311              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
38312      Branch: perl
38313            ! pod/perlfaq4.pod
38314 ____________________________________________________________________________
38315 [  7003] By: nick                                  on 2000/09/02  12:26:04
38316         Log: Undo part of change 6489 which looks like a bulk edit which
38317              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
38318              The supressing of main:: on return from select() is undesirable.
38319      Branch: perl
38320            ! pp_sys.c
38321 ____________________________________________________________________________
38322 [  7002] By: jhi                                   on 2000/09/01  23:08:54
38323         Log: Update Changes.
38324      Branch: perl
38325            ! Changes patchlevel.h
38326 ____________________________________________________________________________
38327 [  7001] By: jhi                                   on 2000/09/01  23:00:13
38328         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
38329              From: Peter Prymmer <pvhp@forte.com>
38330              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
38331              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
38332              
38333              plus rework the http: spots as suggested by Tom Christiansen,
38334              plus regen perltoc.
38335      Branch: perl
38336            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
38337            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
38338 ____________________________________________________________________________
38339 [  7000] By: jhi                                   on 2000/09/01  22:36:01
38340         Log: Only the first line, thank you very much.
38341      Branch: perl
38342            ! hints/solaris_2.sh
38343 ____________________________________________________________________________
38344 [  6999] By: gsar                                  on 2000/09/01  22:16:40
38345         Log: change#6791 accidentally clobbered change#6710, put it back
38346      Branch: perl
38347            ! win32/win32.c
38348 ____________________________________________________________________________
38349 [  6998] By: jhi                                   on 2000/09/01  22:14:16
38350         Log: Mention the HP-UX LP64 freak failure.
38351      Branch: perl
38352            ! pod/perldelta.pod
38353 ____________________________________________________________________________
38354 [  6997] By: jhi                                   on 2000/09/01  21:48:32
38355         Log: Detypo.
38356      Branch: perl
38357            ! hints/hpux.sh
38358 ____________________________________________________________________________
38359 [  6996] By: jhi                                   on 2000/09/01  21:27:10
38360         Log: Update Changes.
38361      Branch: perl
38362            ! Changes patchlevel.h
38363 ____________________________________________________________________________
38364 [  6995] By: jhi                                   on 2000/09/01  21:14:24
38365         Log: Mi splgn s gnin.g
38366      Branch: perl
38367            ! pp_ctl.c
38368 ____________________________________________________________________________
38369 [  6994] By: jhi                                   on 2000/09/01  21:09:54
38370         Log: Subject: http:// in L<>
38371              From: Nicholas Clark <nick@ccl4.org>
38372              Date: Fri, 1 Sep 2000 22:03:21 +0100
38373              Message-ID: <20000901220321.B72074@plum.flirble.org>
38374      Branch: perl
38375            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
38376 ____________________________________________________________________________
38377 [  6993] By: jhi                                   on 2000/09/01  21:06:54
38378         Log: Update to Storable 1.0, from Raphael Manfredi.
38379      Branch: perl
38380            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
38381            ! ext/Storable/Makefile.PL ext/Storable/README
38382            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
38383            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
38384            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
38385            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
38386            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
38387            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
38388 ____________________________________________________________________________
38389 [  6992] By: jhi                                   on 2000/09/01  20:43:05
38390         Log: Mention known sfio+linux buglet.
38391      Branch: perl
38392            ! pod/perldelta.pod
38393 ____________________________________________________________________________
38394 [  6991] By: jhi                                   on 2000/09/01  20:40:11
38395         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
38396              From: Peter Prymmer <pvhp@forte.com>
38397              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
38398              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
38399      Branch: perl
38400            ! vms/vms.c
38401 ____________________________________________________________________________
38402 [  6990] By: jhi                                   on 2000/09/01  20:25:26
38403         Log: Retract #6986.
38404      Branch: perl
38405            ! hints/solaris_2.sh
38406 ____________________________________________________________________________
38407 [  6989] By: jhi                                   on 2000/09/01  20:23:00
38408         Log: Mergesort is back.
38409      Branch: perl
38410            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
38411 ____________________________________________________________________________
38412 [  6988] By: jhi                                   on 2000/09/01  19:37:40
38413         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
38414              From: Mike Guy <mjtg@cam.ac.uk>
38415              Date: Fri, 01 Sep 2000 17:43:33 +0100
38416              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
38417      Branch: perl
38418            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
38419            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
38420 ____________________________________________________________________________
38421 [  6987] By: jhi                                   on 2000/09/01  19:17:10
38422         Log: Regen perltoc.
38423      Branch: perl
38424            ! pod/perltoc.pod
38425 ____________________________________________________________________________
38426 [  6986] By: jhi                                   on 2000/09/01  18:51:10
38427         Log: Subject: Re: Solaris x86 has no SPARC libraries!
38428              From: Lupe Christoph <lupe@lupe-christoph.de>
38429              Date: Fri, 1 Sep 2000 20:41:20 +0200
38430              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
38431      Branch: perl
38432            ! hints/solaris_2.sh
38433 ____________________________________________________________________________
38434 [  6985] By: jhi                                   on 2000/09/01  18:28:10
38435         Log: Update Changes.
38436      Branch: perl
38437            ! Changes patchlevel.h
38438 ____________________________________________________________________________
38439 [  6984] By: jhi                                   on 2000/09/01  18:26:53
38440         Log: Feature ordering tweak.
38441      Branch: perl
38442            ! myconfig.SH
38443 ____________________________________________________________________________
38444 [  6983] By: jhi                                   on 2000/09/01  18:19:50
38445         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38446              From: <abigail@foad.org>
38447              Date: Fri, 1 Sep 2000 13:07:32 -0400
38448              Message-ID: <20000901170732.18249.qmail@foad.org>
38449      Branch: perl
38450            ! t/pragma/overload.t
38451 ____________________________________________________________________________
38452 [  6982] By: jhi                                   on 2000/09/01  18:17:54
38453         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
38454              so that case-ignoring systems like DCL can tell them from
38455              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
38456      Branch: metaconfig/U/perl
38457            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
38458      Branch: perl
38459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38460            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
38461            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
38462            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
38463            ! vos/config.def vos/config.h vos/config_h.SH_orig
38464            ! win32/config.bc win32/config.gc win32/config.vc
38465 ____________________________________________________________________________
38466 [  6981] By: nick                                  on 2000/09/01  17:21:57
38467         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
38468              warning when UNTIE exists and instead pass the cound of extra references to
38469              the UNTIE method.
38470      Branch: perl
38471            ! pod/perltie.pod pp_sys.c
38472 ____________________________________________________________________________
38473 [  6980] By: jhi                                   on 2000/09/01  16:54:44
38474         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
38475              From: Peter Prymmer <pvhp@forte.com>
38476              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
38477              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
38478      Branch: perl
38479            ! configure.com
38480 ____________________________________________________________________________
38481 [  6979] By: jhi                                   on 2000/09/01  16:06:20
38482         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
38483              From: Mike Guy <mjtg@cam.ac.uk> 
38484              Date: Fri, 01 Sep 2000 16:49:27 +0100
38485              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
38486      Branch: perl
38487            ! t/base/rs.t
38488 ____________________________________________________________________________
38489 [  6978] By: jhi                                   on 2000/09/01  16:00:42
38490         Log: Update to PodParser 1.18, from Brad Appleton.
38491      Branch: perl
38492            ! lib/Pod/Checker.pm t/pod/find.t
38493 ____________________________________________________________________________
38494 [  6977] By: jhi                                   on 2000/09/01  14:48:58
38495         Log: Subject: Nit in Configure (bleadperl@6961)
38496              From: Lupe Christoph <lupe@lupe-christoph.de>
38497              Date: Fri, 1 Sep 2000 16:34:29 +0200
38498              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
38499      Branch: metaconfig
38500            ! U/compline/ccflags.U
38501      Branch: perl
38502            ! Configure config_h.SH
38503 ____________________________________________________________________________
38504 [  6976] By: jhi                                   on 2000/09/01  14:39:52
38505         Log: Update Changes.
38506      Branch: perl
38507            ! Changes patchlevel.h
38508 ____________________________________________________________________________
38509 [  6975] By: jhi                                   on 2000/09/01  14:37:36
38510         Log: microperl config update.
38511      Branch: perl
38512            ! uconfig.h uconfig.sh
38513 ____________________________________________________________________________
38514 [  6974] By: jhi                                   on 2000/09/01  14:36:53
38515         Log: Document known deficiencies.
38516      Branch: perl
38517            ! pod/perldelta.pod
38518 ____________________________________________________________________________
38519 [  6973] By: jhi                                   on 2000/09/01  14:10:20
38520         Log: Mention warnings fixes and updates.
38521      Branch: perl
38522            ! pod/perldelta.pod
38523 ____________________________________________________________________________
38524 [  6972] By: jhi                                   on 2000/09/01  14:01:52
38525         Log: Drop unused argument.
38526              
38527              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
38528              From: Spider Boardman <spider@web.zk3.dec.com>
38529              Date: Thu, 31 Aug 2000 16:10:15 -0400
38530              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
38531      Branch: perl
38532            ! toke.c
38533 ____________________________________________________________________________
38534 [  6971] By: jhi                                   on 2000/09/01  13:59:24
38535         Log: Add the overload warnings to perldiag.
38536      Branch: perl
38537            ! lib/overload.pm pod/perldiag.pod
38538 ____________________________________________________________________________
38539 [  6970] By: jhi                                   on 2000/09/01  13:55:10
38540         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38541              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38542              Date: Fri, 1 Sep 2000 13:43:15 +0100 
38543              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
38544      Branch: perl
38545            ! lib/overload.pm t/pragma/overload.t
38546 ____________________________________________________________________________
38547 [  6969] By: jhi                                   on 2000/09/01  13:52:27
38548         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38549              From: <abigail@foad.org>
38550              Date: Fri, 1 Sep 2000 05:46:54 -0400
38551              Message-ID: <20000901094654.6476.qmail@foad.org>
38552      Branch: perl
38553            ! lib/overload.pm
38554 ____________________________________________________________________________
38555 [  6968] By: jhi                                   on 2000/09/01  13:50:05
38556         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
38557              From: Daniel Chetlin <daniel@chetlin.com>
38558              Date: Fri, 1 Sep 2000 02:10:55 -0700
38559              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
38560      Branch: perl
38561            ! pod/perlretut.pod
38562 ____________________________________________________________________________
38563 [  6967] By: jhi                                   on 2000/09/01  13:47:54
38564         Log: Part of the solution.
38565              
38566              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
38567              From: Mike Guy <mjtg@cam.ac.uk>
38568              Date: Fri, 01 Sep 2000 14:16:01 +0100
38569              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
38570      Branch: perl
38571            ! gv.c mg.c
38572 ____________________________________________________________________________
38573 [  6966] By: jhi                                   on 2000/09/01  13:46:17
38574         Log: Subject: CPAN.pm beta 1.57_57 for the core
38575              From: andreas.koenig@anima.de (Andreas J. Koenig)
38576              Date: 01 Sep 2000 15:16:31 +0200
38577              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
38578      Branch: perl
38579            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38580 ____________________________________________________________________________
38581 [  6965] By: jhi                                   on 2000/09/01  13:43:18
38582         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
38583              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38584              Date: Fri, 01 Sep 2000 01:47:22 -0500
38585              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
38586      Branch: perl
38587            ! pod/perldelta.pod vms/vms.c
38588 ____________________________________________________________________________
38589 [  6964] By: jhi                                   on 2000/09/01  13:35:35
38590         Log: File::Temp patches from Andreas König,
38591              
38592              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
38593              From: andreas.koenig@anima.de (Andreas J. Koenig)
38594              Date: 01 Sep 2000 10:07:20 +0200
38595              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
38596              
38597              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
38598              From: andreas.koenig@anima.de (Andreas J. Koenig)
38599              Date: 31 Aug 2000 23:26:08 +0200
38600              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
38601      Branch: perl
38602            ! lib/File/Temp.pm t/lib/ftmp-security.t
38603 ____________________________________________________________________________
38604 [  6963] By: jhi                                   on 2000/09/01  02:22:24
38605         Log: Retract the mergesort code, way too incompatible licensing
38606              and copyrights.
38607      Branch: perl
38608            ! pod/perldelta.pod pp_ctl.c
38609 ____________________________________________________________________________
38610 [  6962] By: jhi                                   on 2000/08/31  23:27:32
38611         Log: Update Changes.
38612      Branch: perl
38613            ! Changes patchlevel.h
38614 ____________________________________________________________________________
38615 [  6961] By: jhi                                   on 2000/08/31  23:20:04
38616         Log: Small tweaks all over.
38617      Branch: metaconfig
38618            ! U/compline/d_gconvert.U
38619      Branch: perl
38620            ! AUTHORS Configure config_h.SH pp_ctl.c
38621 ____________________________________________________________________________
38622 [  6960] By: jhi                                   on 2000/08/31  22:39:36
38623         Log: Further rewording.
38624      Branch: perl
38625            ! pp_ctl.c
38626 ____________________________________________________________________________
38627 [  6959] By: jhi                                   on 2000/08/31  21:26:44
38628         Log: More address tweaking.
38629      Branch: perl
38630            ! AUTHORS Changes
38631 ____________________________________________________________________________
38632 [  6958] By: jhi                                   on 2000/08/31  20:47:25
38633         Log: AUTHORS tweaks, from Peter Prymmer.
38634              
38635              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
38636              From: Peter Prymmer <pvhp@forte.com>
38637              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
38638              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
38639      Branch: perl
38640            ! AUTHORS MAINTAIN
38641 ____________________________________________________________________________
38642 [  6957] By: jhi                                   on 2000/08/31  20:34:43
38643         Log: perldelta tweaks.
38644      Branch: perl
38645            ! pod/perldelta.pod
38646 ____________________________________________________________________________
38647 [  6956] By: jhi                                   on 2000/08/31  19:11:06
38648         Log: Regen perltoc.
38649      Branch: perl
38650            ! pod/perltoc.pod
38651 ____________________________________________________________________________
38652 [  6955] By: jhi                                   on 2000/08/31  19:06:30
38653         Log: Clarify the mergesort situation.
38654      Branch: perl
38655            ! pp_ctl.c
38656 ____________________________________________________________________________
38657 [  6954] By: jhi                                   on 2000/08/31  18:24:17
38658         Log: Move the Solaris 7 scan to use64bitall, make the
38659              failure to find 64-bot sparc libc to mention the
38660              possibility of being in an intel, from Lupe and Alan.
38661      Branch: perl
38662            ! hints/solaris_2.sh
38663 ____________________________________________________________________________
38664 [  6953] By: jhi                                   on 2000/08/31  18:09:20
38665         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
38666              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
38667      Branch: metaconfig
38668            ! U/compline/d_gconvert.U U/threads/archname.U
38669      Branch: metaconfig/U/perl
38670            ! perlxv.U
38671      Branch: perl
38672            ! Configure config_h.SH sv.c
38673 ____________________________________________________________________________
38674 [  6952] By: jhi                                   on 2000/08/31  17:42:24
38675         Log: :: not allowed in pathnames, change to .
38676              
38677              Subject: [PATCH perl@6938] cygwin port
38678              From: "Fifer, Eric" <EFifer@sanwaint.com>
38679              Date: Thu, 31 Aug 2000 16:32:59 +0100
38680              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
38681      Branch: metaconfig/U/perl
38682            ! perlxv.U
38683 ____________________________________________________________________________
38684 [  6951] By: jhi                                   on 2000/08/31  17:02:05
38685         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
38686      Branch: perl
38687            ! perl.h
38688 ____________________________________________________________________________
38689 [  6950] By: jhi                                   on 2000/08/31  16:26:08
38690         Log: More author updates.
38691              
38692              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
38693              From: Simon Cozens <simon@cozens.net>
38694              Date: Thu, 31 Aug 2000 17:13:32 +0100
38695              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
38696      Branch: perl
38697            ! AUTHORS
38698 ____________________________________________________________________________
38699 [  6949] By: jhi                                   on 2000/08/31  16:04:49
38700         Log: POSIX doesn't report long double values under -Duselongdouble
38701              when the long doubles are "real" (bigger than doubles).
38702              
38703              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
38704              From: Spider Boardman <spider@peano.zk3.dec.com>
38705              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
38706              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
38707      Branch: perl
38708            ! ext/POSIX/POSIX.xs
38709 ____________________________________________________________________________
38710 [  6948] By: jhi                                   on 2000/08/31  15:25:10
38711         Log: Update Changes.
38712      Branch: perl
38713            ! Changes patchlevel.h
38714 ____________________________________________________________________________
38715 [  6947] By: jhi                                   on 2000/08/31  15:22:29
38716         Log: Document UNTIE in a very minimalistic way.
38717      Branch: perl
38718            ! pod/perlfunc.pod pod/perltie.pod
38719 ____________________________________________________________________________
38720 [  6946] By: jhi                                   on 2000/08/31  15:15:23
38721         Log: Document known failures.
38722      Branch: perl
38723            ! pod/perldelta.pod
38724 ____________________________________________________________________________
38725 [  6945] By: jhi                                   on 2000/08/31  15:07:00
38726         Log: Don't attach -ld to the archname if pointless.
38727      Branch: metaconfig
38728            ! U/threads/archname.U
38729      Branch: perl
38730            ! Configure config_h.SH
38731 ____________________________________________________________________________
38732 [  6944] By: jhi                                   on 2000/08/31  14:37:42
38733         Log: Wrap the test in eval.
38734              
38735              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
38736              From: Tim Jenness <timj@jach.hawaii.edu>
38737              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
38738              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
38739      Branch: perl
38740            ! t/lib/ftmp-security.t
38741 ____________________________________________________________________________
38742 [  6943] By: jhi                                   on 2000/08/31  14:30:57
38743         Log: Make -Dusemorebits find long doubles in Solaris.
38744      Branch: perl
38745            ! hints/solaris_2.sh
38746 ____________________________________________________________________________
38747 [  6942] By: jhi                                   on 2000/08/31  13:48:45
38748         Log: Clarify the third case of ftmp-security warnings.
38749      Branch: perl
38750            ! INSTALL
38751 ____________________________________________________________________________
38752 [  6941] By: jhi                                   on 2000/08/31  13:40:31
38753         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
38754              From: <abigail@foad.org>
38755              Date: Thu, 31 Aug 2000 01:35:05 -0400
38756              Message-ID: <20000831053505.32120.qmail@foad.org>
38757      Branch: perl
38758            ! pod/perldelta.pod
38759 ____________________________________________________________________________
38760 [  6940] By: jhi                                   on 2000/08/31  13:38:48
38761         Log: Issue useful diagnostic on unknown pod commands.
38762              
38763              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
38764              From: <abigail@foad.org>
38765              Date: Thu, 31 Aug 2000 03:41:18 -0400
38766              Message-ID: <20000831074118.24880.qmail@foad.org>
38767      Branch: perl
38768            ! lib/Pod/Man.pm
38769 ____________________________________________________________________________
38770 [  6939] By: jhi                                   on 2000/08/31  13:34:33
38771         Log: Reveal Borland's isnan.
38772              
38773              Subject: build with BC++ tweak
38774              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38775              Date: Thu, 31 Aug 2000 13:09:37 +0400
38776              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
38777      Branch: perl
38778            ! win32/win32.h
38779 ____________________________________________________________________________
38780 [  6938] By: jhi                                   on 2000/08/31  05:01:20
38781         Log: Update Changes.
38782      Branch: perl
38783            ! Changes patchlevel.h
38784 ____________________________________________________________________________
38785 [  6937] By: jhi                                   on 2000/08/31  04:26:23
38786         Log: sscanf() may be the only way to read long doubles from strings.
38787      Branch: metaconfig/U/perl
38788            ! longdblfio.U
38789      Branch: perl
38790            ! Configure config_h.SH perl.h util.c
38791 ____________________________________________________________________________
38792 [  6936] By: jhi                                   on 2000/08/31  04:18:19
38793         Log: The #6929 was too skimpy.
38794      Branch: perl
38795            ! sv.c
38796 ____________________________________________________________________________
38797 [  6935] By: jhi                                   on 2000/08/31  02:47:07
38798         Log: Subject: Re: typos in pods
38799              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38800              Date: Wed, 30 Aug 2000 19:25:34 -0700
38801              Message-ID: <eIcr5gzkg25X092yn@efn.org>
38802      Branch: perl
38803            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
38804 ____________________________________________________________________________
38805 [  6934] By: jhi                                   on 2000/08/31  02:42:55
38806         Log: Missed one Unicode file.
38807      Branch: perl
38808            + lib/unicode/UCDFF301.html
38809 ____________________________________________________________________________
38810 [  6933] By: jhi                                   on 2000/08/30  23:42:27
38811         Log: Update Changes.
38812      Branch: perl
38813            ! Changes patchlevel.h
38814 ____________________________________________________________________________
38815 [  6932] By: jhi                                   on 2000/08/30  23:40:07
38816         Log: Mention UNTIE in perldelta.  Still needs documenting
38817              in perltie et alia.
38818      Branch: perl
38819            ! pod/perldelta.pod
38820 ____________________________________________________________________________
38821 [  6931] By: jhi                                   on 2000/08/30  23:36:02
38822         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
38823              From: <abigail@foad.org>
38824              Date: Wed, 30 Aug 2000 19:28:07 -0400
38825              Message-ID: <20000830232807.305.qmail@foad.org>
38826      Branch: perl
38827            ! pod/perldelta.pod
38828 ____________________________________________________________________________
38829 [  6930] By: jhi                                   on 2000/08/30  23:32:40
38830         Log: Update to Unicode 3.0.1.
38831      Branch: perl
38832            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
38833            + lib/unicode/PropList.txt lib/unicode/README.perl
38834            + lib/unicode/UCD301.html lib/unicode/Unicode.301
38835            - lib/unicode/Props.txt lib/unicode/UCD300.html
38836            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38837            ! (edit 257 files)
38838 ____________________________________________________________________________
38839 [  6929] By: jhi                                   on 2000/08/30  22:38:18
38840         Log: Heap decorruption.
38841              
38842              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
38843              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38844              Date: Wed, 30 Aug 2000 22:39:52 +0100
38845              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
38846      Branch: perl
38847            ! sv.c
38848 ____________________________________________________________________________
38849 [  6928] By: jhi                                   on 2000/08/30  22:29:34
38850         Log: Retract the dummy test, skip the security tests (instead of failing),
38851              explain what the warnings mean.
38852      Branch: perl
38853            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
38854 ____________________________________________________________________________
38855 [  6927] By: jhi                                   on 2000/08/30  22:14:13
38856         Log: Change the internal implementation of sort() to be mergesort
38857              instead of quicksort, from John Linderman <jpl@research.att.com>.
38858              Gives us better worst case, better average case, and stability.
38859              What's there not to like?  (Small fixes for threaded builds
38860              were required).
38861      Branch: perl
38862            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
38863 ____________________________________________________________________________
38864 [  6926] By: jhi                                   on 2000/08/30  20:55:20
38865         Log: A better fix for the Socket building problem from Craig Berry.
38866      Branch: perl
38867            ! vms/vms.c
38868 ____________________________________________________________________________
38869 [  6925] By: jhi                                   on 2000/08/30  20:20:25
38870         Log: Subject: [PATCH] Re: UNTIE method 
38871              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38872              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
38873              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
38874      Branch: perl
38875            ! pp_sys.c t/op/tie.t
38876 ____________________________________________________________________________
38877 [  6924] By: jhi                                   on 2000/08/30  20:17:11
38878         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
38879              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38880              Date: Wed, 30 Aug 2000 15:03:14 -0500
38881              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
38882      Branch: perl
38883            ! vms/vms.c
38884 ____________________________________________________________________________
38885 [  6923] By: jhi                                   on 2000/08/30  20:15:18
38886         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
38887              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38888              Date: Wed, 30 Aug 2000 13:30:36 -0500
38889              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
38890      Branch: perl
38891            ! vms/vms.c
38892 ____________________________________________________________________________
38893 [  6922] By: jhi                                   on 2000/08/30  19:54:43
38894         Log: Better options for rsync.
38895      Branch: perl
38896            ! pod/perlhack.pod
38897 ____________________________________________________________________________
38898 [  6921] By: jhi                                   on 2000/08/30  19:40:16
38899         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
38900              From: Rick Delaney <rick@consumercontact.com>
38901              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
38902              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
38903      Branch: perl
38904            ! pod/perlfunc.pod
38905 ____________________________________________________________________________
38906 [  6920] By: jhi                                   on 2000/08/30  19:36:40
38907         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
38908              From: Peter Prymmer <pvhp@forte.com>
38909              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
38910              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
38911      Branch: perl
38912            ! configure.com
38913 ____________________________________________________________________________
38914 [  6919] By: jhi                                   on 2000/08/30  14:52:02
38915         Log: Update Changes.
38916      Branch: perl
38917            ! Changes patchlevel.h
38918 ____________________________________________________________________________
38919 [  6918] By: jhi                                   on 2000/08/30  14:48:34
38920         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
38921      Branch: perl
38922            ! lib/ExtUtils/typemap
38923 ____________________________________________________________________________
38924 [  6917] By: jhi                                   on 2000/08/30  14:46:34
38925         Log: Subject: typos in pods
38926              From: Nicholas Clark <nick@ccl4.org>
38927              Date: Wed, 30 Aug 2000 01:12:50 +0100
38928              Message-ID: <20000830011249.A61388@plum.flirble.org>
38929      Branch: perl
38930            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
38931            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
38932            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
38933            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
38934 ____________________________________________________________________________
38935 [  6916] By: jhi                                   on 2000/08/30  14:19:09
38936         Log: Document Storable problems on Crays.  (Will have
38937              to document all the other Storable problems, too.)
38938      Branch: perl
38939            ! pod/perldelta.pod
38940 ____________________________________________________________________________
38941 [  6915] By: jhi                                   on 2000/08/30  14:06:02
38942         Log: Subject: [PATCH] fix misc cast warnings
38943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38944              Date: Tue, 29 Aug 2000 23:16:14 -0700
38945              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
38946      Branch: perl
38947            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
38948            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
38949            ! os2/os2ish.h
38950 ____________________________________________________________________________
38951 [  6914] By: jhi                                   on 2000/08/30  14:03:45
38952         Log: Timestamp mismatch again.  Need to fix this dependence on
38953              config_h.SH timestamp, since it's the contents of config_h.SH
38954              that matter.
38955      Branch: perl
38956            ! uconfig.h uconfig.sh
38957 ____________________________________________________________________________
38958 [  6913] By: jhi                                   on 2000/08/30  13:54:06
38959         Log: Don't say "Perl 5.0 source kit".
38960      Branch: perl
38961            ! perl.c
38962 ____________________________________________________________________________
38963 [  6912] By: jhi                                   on 2000/08/30  13:51:24
38964         Log: Reset archname and archname64 always, forcing them be
38965              recomputed at each Configure run, make Configure and
38966              the hints files agree on the naming of largefiles variables.
38967      Branch: metaconfig
38968            ! U/threads/archname.U
38969      Branch: metaconfig/U/perl
38970            ! use64bits.U
38971      Branch: perl
38972            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
38973            ! hints/linux.sh hints/solaris_2.sh
38974 ____________________________________________________________________________
38975 [  6911] By: jhi                                   on 2000/08/30  13:30:13
38976         Log: Put back the slice accidentally removed by #6907.
38977      Branch: perl
38978            ! hints/solaris_2.sh
38979 ____________________________________________________________________________
38980 [  6910] By: jhi                                   on 2000/08/30  01:24:26
38981         Log: Be consistent: other Net::get* do export theirs.
38982              
38983              Subject: Re: Net::protoent does not export 'getproto'
38984              From: Yasushi Nakajima <sey@jkc.co.jp>
38985              Date: Wed, 30 Aug 2000 09:53:14 +0900
38986              Message-Id: <200008300051.DAA24700@taku.hut.fi>
38987      Branch: perl
38988            ! lib/Net/protoent.pm
38989 ____________________________________________________________________________
38990 [  6909] By: jhi                                   on 2000/08/30  01:17:25
38991         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
38992              From: Gurusamy Sarathy <gsar@ActiveState.com>
38993              Date: Tue, 29 Aug 2000 17:17:07 -0700
38994              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
38995      Branch: perl
38996            ! cop.h
38997 ____________________________________________________________________________
38998 [  6908] By: jhi                                   on 2000/08/30  00:58:05
38999         Log: Update Changes.
39000      Branch: perl
39001            ! Changes patchlevel.h
39002 ____________________________________________________________________________
39003 [  6907] By: jhi                                   on 2000/08/30  00:57:22
39004         Log: Introduce ccname to keep track of what compiler kind of we have.
39005      Branch: metaconfig/U/perl
39006            ! Checkcc.U gccvers.U
39007      Branch: perl
39008            ! Configure config_h.SH hints/solaris_2.sh
39009 ____________________________________________________________________________
39010 [  6906] By: jhi                                   on 2000/08/30  00:25:47
39011         Log: Put back the flags dump as reasoned in
39012              
39013              Subject: Re: [PATCH] Glob dumping
39014              From: Mike Guy <mjtg@cam.ac.uk> 
39015              Date: Tue, 29 Aug 2000 21:41:32 +0100
39016              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
39017      Branch: perl
39018            ! dump.c t/lib/peek.t
39019 ____________________________________________________________________________
39020 [  6905] By: jhi                                   on 2000/08/30  00:16:17
39021         Log: Make the epsilon to be relative, not absolute.
39022              
39023              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
39024              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
39025              Date: Tue, 29 Aug 2000 19:58:56 -0400
39026              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
39027      Branch: perl
39028            ! t/lib/trig.t
39029 ____________________________________________________________________________
39030 [  6904] By: jhi                                   on 2000/08/30  00:13:09
39031         Log: From now on, Gisle is on my list of usual suspects :-)
39032              Retract #6902.
39033      Branch: perl
39034            ! ext/Opcode/Safe.pm
39035 ____________________________________________________________________________
39036 [  6903] By: jhi                                   on 2000/08/29  23:51:20
39037         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39038              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39039              Date: Tue, 29 Aug 2000 18:43:26 -0500
39040              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
39041      Branch: perl
39042            + vms/vmspipe.com
39043            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
39044            ! vms/vms.c
39045 ____________________________________________________________________________
39046 [  6902] By: jhi                                   on 2000/08/29  23:44:14
39047         Log: Retry what #6882 attempted.
39048              
39049              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
39050              From: Gisle Aas <gisle@ActiveState.com>
39051              Date: 30 Aug 2000 00:33:09 +0200
39052              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
39053      Branch: perl
39054            ! ext/Opcode/Safe.pm
39055 ____________________________________________________________________________
39056 [  6901] By: jhi                                   on 2000/08/29  22:59:32
39057         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
39058              From: Hugo <hv@crypt.compulink.co.uk>
39059              Date: Mon, 12 Jun 2000 19:36:08 +0100
39060              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
39061      Branch: perl
39062            ! sv.c
39063 ____________________________________________________________________________
39064 [  6900] By: jhi                                   on 2000/08/29  22:58:35
39065         Log: Admit that we are leaking scalars.
39066              
39067              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
39068              From: Spider Boardman <spider@leggy.zk3.dec.com>
39069              Date: Tue, 29 Aug 2000 18:48:29 -0400
39070              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
39071      Branch: perl
39072            ! t/pragma/warnings.t
39073 ____________________________________________________________________________
39074 [  6899] By: jhi                                   on 2000/08/29  20:53:13
39075         Log: Update Changes.
39076      Branch: perl
39077            ! Changes patchlevel.h
39078 ____________________________________________________________________________
39079 [  6898] By: jhi                                   on 2000/08/29  20:46:21
39080         Log: Undo namespace pollution of #6878.
39081              
39082              Subject: Re: Net::protoent does not export 'getproto'
39083              From: Mike Guy <mjtg@cam.ac.uk>
39084              Date: Tue, 29 Aug 2000 21:32:37 +0100
39085              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
39086      Branch: perl
39087            ! lib/Net/protoent.pm
39088 ____________________________________________________________________________
39089 [  6897] By: jhi                                   on 2000/08/29  20:44:29
39090         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
39091              From: Peter Prymmer <pvhp@forte.com>
39092              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
39093              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
39094      Branch: perl
39095            ! pod/perlebcdic.pod
39096 ____________________________________________________________________________
39097 [  6896] By: jhi                                   on 2000/08/29  20:40:57
39098         Log: There's no point repeating the 'revision' (5) of perl5.
39099      Branch: metaconfig/U/perl
39100            ! Devel.U patchlevel.U
39101      Branch: perl
39102            ! Configure config_h.SH
39103 ____________________________________________________________________________
39104 [  6895] By: jhi                                   on 2000/08/29  20:16:58
39105         Log: Regen Configure for #6894.
39106      Branch: metaconfig/U/perl
39107            ! perladmin.U
39108      Branch: perl
39109            ! Configure config_h.SH
39110 ____________________________________________________________________________
39111 [  6894] By: jhi                                   on 2000/08/29  19:59:52
39112         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
39113              From: "Philip Newton" <Philip.Newton@gmx.net>
39114              Date: Tue, 29 Aug 2000 21:39:14 +0200
39115              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
39116      Branch: perl
39117            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
39118            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
39119            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
39120            ! utils/perlbug.PL
39121 ____________________________________________________________________________
39122 [  6893] By: jhi                                   on 2000/08/29  19:55:30
39123         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
39124              From: "Philip Newton" <Philip.Newton@gmx.net>
39125              Date: Tue, 29 Aug 2000 21:39:14 +0200
39126              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
39127      Branch: perl
39128            ! installhtml
39129 ____________________________________________________________________________
39130 [  6892] By: jhi                                   on 2000/08/29  19:53:59
39131         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
39132              From: "Philip Newton" <Philip.Newton@gmx.net>
39133              Date: Tue, 29 Aug 2000 21:48:18 +0200
39134              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
39135      Branch: perl
39136            ! lib/File/Temp.pm
39137 ____________________________________________________________________________
39138 [  6891] By: jhi                                   on 2000/08/29  18:30:03
39139         Log: Nail the ID 20000828.023.
39140      Branch: perl
39141            ! ext/Storable/Storable.xs
39142 ____________________________________________________________________________
39143 [  6890] By: jhi                                   on 2000/08/29  16:50:17
39144         Log: Under usethreads the dumped variable is IN_PAD.
39145              
39146              Subject: Re: [PATCH] Glob dumping
39147              From: Gisle Aas <gisle@ActiveState.com>
39148              Date: 29 Aug 2000 18:45:05 +0200
39149              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
39150      Branch: perl
39151            ! t/lib/peek.t
39152 ____________________________________________________________________________
39153 [  6889] By: jhi                                   on 2000/08/29  15:17:37
39154         Log: Update Changes.
39155      Branch: perl
39156            ! Changes patchlevel.h
39157 ____________________________________________________________________________
39158 [  6888] By: jhi                                   on 2000/08/29  14:49:59
39159         Log: Retract #6882, broke the safe tests.
39160      Branch: perl
39161            ! ext/Opcode/Safe.pm
39162 ____________________________________________________________________________
39163 [  6887] By: jhi                                   on 2000/08/29  14:47:06
39164         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
39165              From: Gisle Aas <gisle@ActiveState.com> 
39166              Date: 09 Jun 2000 20:00:11 +0200
39167              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
39168      Branch: perl
39169            ! utils/perldoc.PL
39170 ____________________________________________________________________________
39171 [  6886] By: jhi                                   on 2000/08/29  14:42:45
39172         Log: The #6881 removed one dump line.
39173      Branch: perl
39174            ! t/lib/peek.t
39175 ____________________________________________________________________________
39176 [  6885] By: jhi                                   on 2000/08/29  14:30:47
39177         Log: Don't forget to tidy up.
39178      Branch: perl
39179            ! t/lib/ftmp-security.t
39180 ____________________________________________________________________________
39181 [  6884] By: jhi                                   on 2000/08/29  14:25:17
39182         Log: Disabling the one test is a bit tricky.
39183      Branch: perl
39184            ! t/lib/ftmp-security.t
39185 ____________________________________________________________________________
39186 [  6883] By: jhi                                   on 2000/08/29  14:16:25
39187         Log: Disable one of the tests for now.
39188      Branch: perl
39189            ! t/lib/ftmp-security.t
39190 ____________________________________________________________________________
39191 [  6882] By: jhi                                   on 2000/08/29  14:05:50
39192         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
39193              From: gisle@aas.no
39194              Date: 29 Aug 2000 10:35:06 -0000
39195              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
39196      Branch: perl
39197            ! ext/Opcode/Safe.pm
39198 ____________________________________________________________________________
39199 [  6881] By: jhi                                   on 2000/08/29  14:03:51
39200         Log: Subject: [PATCH] Glob dumping
39201              From: Gisle Aas <gisle@ActiveState.com>
39202              Date: 29 Aug 2000 07:59:42 -0000
39203              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
39204      Branch: perl
39205            ! dump.c
39206 ____________________________________________________________________________
39207 [  6880] By: jhi                                   on 2000/08/29  14:02:01
39208         Log: Subject: [PATCH] Warnings in B::Deparse
39209              From: <abigail@foad.org>
39210              Date: Tue, 29 Aug 2000 00:00:01 -0400
39211              Message-ID: <20000829040001.2999.qmail@foad.org>
39212      Branch: perl
39213            ! ext/B/B/Deparse.pm
39214 ____________________________________________________________________________
39215 [  6879] By: jhi                                   on 2000/08/29  13:57:26
39216         Log: Missed a change in #6869.
39217      Branch: perl
39218            ! mg.c
39219 ____________________________________________________________________________
39220 [  6878] By: jhi                                   on 2000/08/29  13:45:04
39221         Log: Subject: Net::protoent does not export 'getproto'
39222              From: Yasushi Nakajima <sey@jkc.co.jp>
39223              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
39224      Branch: perl
39225            ! lib/Net/protoent.pm
39226 ____________________________________________________________________________
39227 [  6877] By: jhi                                   on 2000/08/29  13:39:19
39228         Log: Patches all over for people and the files they (hopefully) care about.
39229      Branch: perl
39230            ! AUTHORS Changes MAINTAIN
39231 ____________________________________________________________________________
39232 [  6876] By: jhi                                   on 2000/08/29  12:53:54
39233         Log: Fix for thinko in #6848.
39234              
39235              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
39236              From: Lupe Christoph <lupe@lupe-christoph.de>
39237              Date: Tue, 29 Aug 2000 09:04:08 +0200
39238              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
39239      Branch: perl
39240            ! ext/Thread/Thread.xs
39241 ____________________________________________________________________________
39242 [  6875] By: jhi                                   on 2000/08/29  12:50:14
39243         Log: Update to Getopt::Long 2.24, from Johan Vromans.
39244      Branch: perl
39245            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
39246 ____________________________________________________________________________
39247 [  6874] By: jhi                                   on 2000/08/29  02:09:53
39248         Log: Use minimal @INC in tests, most of the time just '../lib',
39249              so that we simply can't pick up stuff from other Perls than
39250              the one we are testing.  Pointed out by
39251              
39252              From: Mike Guy <mjtg@cam.ac.uk>
39253              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
39254              Date: Fri, 25 Aug 2000 15:15:59 +0100
39255              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
39256      Branch: perl
39257            ! (edit 185 files)
39258 ____________________________________________________________________________
39259 [  6873] By: jhi                                   on 2000/08/29  01:07:11
39260         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
39261              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39262              Date: Mon, 28 Aug 2000 17:45:52 -0700
39263              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
39264      Branch: perl
39265            ! Makefile.SH hints/os2.sh
39266 ____________________________________________________________________________
39267 [  6872] By: jhi                                   on 2000/08/28  23:33:39
39268         Log: Subject: [PATCH bleedperl@6866] spellings
39269              From: marcel@codewerk.com (Marcel Grunauer)
39270              Date: Tue, 29 Aug 2000 01:19:59 +0200
39271              Message-Id: <200008282319.BAA29862@gandalf.local>
39272      Branch: perl
39273            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
39274            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
39275            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
39276 ____________________________________________________________________________
39277 [  6871] By: jhi                                   on 2000/08/28  23:22:09
39278         Log: Take out the SUIDMAIL thing, that will not be
39279              a problem in 5.7.*.
39280      Branch: perl
39281            ! patchlevel.h
39282 ____________________________________________________________________________
39283 [  6870] By: jhi                                   on 2000/08/28  23:19:30
39284         Log: -S is the silent flag, -s is the strip flag.
39285              
39286              Subject: [PATCH] Re: [PATCH] make no-install          
39287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39288              Date: Mon, 28 Aug 2000 15:12:55 -0700
39289              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
39290      Branch: perl
39291            ! Makefile.SH
39292 ____________________________________________________________________________
39293 [  6869] By: jhi                                   on 2000/08/28  23:12:05
39294         Log: Subject: [PATCH bleedperl@6856] warnings fixes
39295              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39296              Date: Mon, 28 Aug 2000 23:55:06 +0100
39297              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
39298      Branch: perl
39299            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
39300            ! warnings.h warnings.pl
39301 ____________________________________________________________________________
39302 [  6868] By: jhi                                   on 2000/08/28  21:38:22
39303         Log: Potential cruft.
39304      Branch: perl
39305            ! Makefile.SH
39306 ____________________________________________________________________________
39307 [  6867] By: jhi                                   on 2000/08/28  21:35:36
39308         Log: Update Changes.
39309      Branch: perl
39310            ! Changes patchlevel.h
39311 ____________________________________________________________________________
39312 [  6866] By: jhi                                   on 2000/08/28  21:33:49
39313         Log: Subject: hv.h Doc Patch
39314              From: Fisher Mark <fisherm@tce.com>
39315              Date: Mon, 28 Aug 2000 16:24:59 -0500
39316              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
39317      Branch: perl
39318            ! hv.h
39319 ____________________________________________________________________________
39320 [  6865] By: jhi                                   on 2000/08/28  21:02:15
39321         Log: Add -ld to archname on long tr...double platforms.
39322      Branch: metaconfig
39323            ! U/threads/archname.U
39324      Branch: perl
39325            ! Configure config_h.SH
39326 ____________________________________________________________________________
39327 [  6864] By: jhi                                   on 2000/08/28  20:38:59
39328         Log: An attempt to fix the problem reported in
39329              
39330              Subject: Building perl@6856 using gcc/AIX 4.3.3 
39331              From: Daniel Muino <dmuino@afip.gov.ar> 
39332              Date: Mon, 28 Aug 2000 15:50:01 -0300   
39333              Message-ID: <20000828155001.A14403@con2-dgi>
39334              
39335              I can't test this properly since the gcc installation I have
39336              access to seems to be botched (gcc is calling the AIX cpp,
39337              a losing proposition...)
39338      Branch: perl
39339            ! hints/aix.sh
39340 ____________________________________________________________________________
39341 [  6863] By: jhi                                   on 2000/08/28  18:57:52
39342         Log: Fix for ID 20000828.001, long doubles were not formatted
39343              correctly (showed up in $], which stopped installing perl).
39344      Branch: perl
39345            ! sv.c
39346 ____________________________________________________________________________
39347 [  6862] By: jhi                                   on 2000/08/28  18:07:15
39348         Log: Typo in #6858.
39349      Branch: perl
39350            ! lib/Cwd.pm
39351 ____________________________________________________________________________
39352 [  6861] By: jhi                                   on 2000/08/28  17:57:27
39353         Log: opmini.o may be left around if a build is interrupted.
39354      Branch: perl
39355            ! Makefile.SH
39356 ____________________________________________________________________________
39357 [  6860] By: jhi                                   on 2000/08/28  16:52:50
39358         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
39359              From: Daniel Chetlin <daniel@chetlin.com>
39360              Date: Mon, 28 Aug 2000 01:14:18 -0700
39361              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
39362      Branch: perl
39363            ! lib/overload.pm
39364 ____________________________________________________________________________
39365 [  6859] By: jhi                                   on 2000/08/28  16:08:46
39366         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
39367              From: Nicholas Clark <nick@ccl4.org>
39368              Date: Mon, 28 Aug 2000 16:03:27 +0100
39369              Message-Id: <20000828160327.C49785@plum.flirble.org>
39370      Branch: perl
39371            ! ext/ByteLoader/bytecode.h
39372 ____________________________________________________________________________
39373 [  6858] By: jhi                                   on 2000/08/28  16:02:10
39374         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
39375              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
39376              Date: Mon, 28 Aug 2000 13:08:30 +0200
39377              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
39378      Branch: perl
39379            ! lib/Cwd.pm
39380 ____________________________________________________________________________
39381 [  6857] By: jhi                                   on 2000/08/28  15:42:47
39382         Log: display_format used as a class method without arguments was broken,
39383              reported in
39384              
39385              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
39386              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
39387              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
39388              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
39389      Branch: perl
39390            ! lib/Math/Complex.pm t/lib/complex.t
39391 ____________________________________________________________________________
39392 [  6856] By: jhi                                   on 2000/08/27  22:09:48
39393         Log: Update Changes.
39394      Branch: perl
39395            ! Changes patchlevel.h
39396 ____________________________________________________________________________
39397 [  6855] By: jhi                                   on 2000/08/27  21:59:21
39398         Log: Retract #6853 (false alarm).
39399      Branch: perl
39400            ! lib/ExtUtils/xsubpp
39401 ____________________________________________________________________________
39402 [  6854] By: jhi                                   on 2000/08/27  21:37:44
39403         Log: Update Changes.
39404      Branch: perl
39405            ! Changes patchlevel.h
39406 ____________________________________________________________________________
39407 [  6853] By: jhi                                   on 2000/08/27  21:37:16
39408         Log: Subject: [PATCH perl@6850] workaround for xsubpp
39409              From: Hugo <hv@crypt.compulink.co.uk>
39410              Date: Sun, 27 Aug 2000 22:30:25 +0100
39411              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
39412      Branch: perl
39413            ! lib/ExtUtils/xsubpp
39414 ____________________________________________________________________________
39415 [  6852] By: jhi                                   on 2000/08/27  21:33:58
39416         Log: Big-endian 64-bit patch from Raphael Manfredi.
39417      Branch: perl
39418            ! ext/Storable/Storable.xs
39419 ____________________________________________________________________________
39420 [  6851] By: jhi                                   on 2000/08/27  21:22:21
39421         Log: More ruthless editing from Hugo van der Sanden.
39422      Branch: perl
39423            ! pod/perldelta.pod
39424 ____________________________________________________________________________
39425 [  6850] By: jhi                                   on 2000/08/27  16:11:46
39426         Log: Update Changes.
39427      Branch: perl
39428            ! Changes patchlevel.h
39429 ____________________________________________________________________________
39430 [  6849] By: jhi                                   on 2000/08/27  16:11:05
39431         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
39432      Branch: perl
39433            ! configpm pod/perldelta.pod
39434 ____________________________________________________________________________
39435 [  6848] By: jhi                                   on 2000/08/27  15:35:08
39436         Log: Use the actual thread type, not the pointer-to-struct.
39437      Branch: perl
39438            ! ext/Thread/Thread.xs
39439 ____________________________________________________________________________
39440 [  6847] By: jhi                                   on 2000/08/27  15:30:49
39441         Log: Test nit.
39442      Branch: perl
39443            ! t/pragma/warn/pp_sys
39444 ____________________________________________________________________________
39445 [  6846] By: jhi                                   on 2000/08/27  15:19:02
39446         Log: Passing -R in ldflags makes now it to appear in the default
39447              for lddlflags, just like with -L.
39448              
39449              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39450              From: Lupe Christoph <lupe@lupe-christoph.de>
39451              Date: Sun, 27 Aug 2000 10:28:21 +0200
39452              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
39453      Branch: metaconfig/U/perl
39454            ! dlsrc.U
39455      Branch: perl
39456            ! Configure
39457 ____________________________________________________________________________
39458 [  6845] By: jhi                                   on 2000/08/27  15:08:54
39459         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39460              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39461              Date: Sat, 26 Aug 2000 22:23:27 +0100
39462              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
39463      Branch: perl
39464            ! lib/ExtUtils/MM_Unix.pm
39465 ____________________________________________________________________________
39466 [  6844] By: jhi                                   on 2000/08/27  15:02:37
39467         Log: DJGPP update from Laszlo Molnar.
39468              
39469              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
39470              From: ml1050 <ml1050@freemail.hu>
39471              Date: Sat, 26 Aug 2000 23:24:40 +0200
39472              Message-Id: <20000826232440.A439@freemail.hu>
39473      Branch: perl
39474            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
39475            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
39476 ____________________________________________________________________________
39477 [  6843] By: jhi                                   on 2000/08/27  14:53:58
39478         Log: Subject: installman buglet
39479              From: Lupe Christoph <lupe@lupe-christoph.de>
39480              Date: Sun, 27 Aug 2000 14:38:59 +0200
39481              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
39482      Branch: perl
39483            ! installman
39484 ____________________________________________________________________________
39485 [  6842] By: jhi                                   on 2000/08/27  14:52:08
39486         Log: Can't get the test to reliably work thanks to the
39487              inaccurateness of floating point.  "Resolves" bug ids
39488              20000826.003, 20000826.009, 20000826.010,
39489      Branch: perl
39490            ! t/lib/trig.t
39491 ____________________________________________________________________________
39492 [  6841] By: jhi                                   on 2000/08/26  15:53:58
39493         Log: Update Changes.
39494      Branch: perl
39495            ! Changes patchlevel.h
39496 ____________________________________________________________________________
39497 [  6840] By: jhi                                   on 2000/08/26  14:23:03
39498         Log: grep -e isn't portable.
39499              
39500              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
39501              From: chris@broadband.att.com
39502              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
39503              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
39504      Branch: perl
39505            ! hints/solaris_2.sh
39506 ____________________________________________________________________________
39507 [  6839] By: jhi                                   on 2000/08/26  14:12:23
39508         Log: no-install target a la make -n.
39509              
39510              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
39511              From: <abigail@foad.org>
39512              Date: Sat, 26 Aug 2000 03:57:34 -0400
39513              Message-ID: <20000826075735.18912.qmail@foad.org>
39514      Branch: perl
39515            ! Makefile.SH installman installperl
39516 ____________________________________________________________________________
39517 [  6838] By: jhi                                   on 2000/08/26  14:06:33
39518         Log: Retract #6826 as the #6828 should be do the same
39519              in a More Correct Way.
39520      Branch: perl
39521            ! installperl
39522 ____________________________________________________________________________
39523 [  6837] By: jhi                                   on 2000/08/26  05:24:00
39524         Log: More casting.
39525      Branch: perl
39526            ! ext/Storable/Storable.xs
39527 ____________________________________________________________________________
39528 [  6836] By: jhi                                   on 2000/08/26  05:05:46
39529         Log: Nicer in decimal.
39530      Branch: perl
39531            ! ext/Storable/Storable.xs
39532 ____________________________________________________________________________
39533 [  6835] By: jhi                                   on 2000/08/26  05:03:50
39534         Log: There be no UVdf.
39535      Branch: perl
39536            ! ext/Storable/Storable.xs
39537 ____________________________________________________________________________
39538 [  6834] By: jhi                                   on 2000/08/26  05:00:18
39539         Log: Continue IVdfing and UVxfing.
39540      Branch: perl
39541            ! ext/Storable/Storable.xs
39542 ____________________________________________________________________________
39543 [  6833] By: jhi                                   on 2000/08/26  04:53:14
39544         Log: Use IVdf.
39545      Branch: perl
39546            ! ext/Storable/Storable.xs
39547 ____________________________________________________________________________
39548 [  6832] By: jhi                                   on 2000/08/26  04:40:41
39549         Log: Document PTR2XX and INT2PTR.
39550      Branch: perl
39551            ! pod/perlguts.pod
39552 ____________________________________________________________________________
39553 [  6831] By: jhi                                   on 2000/08/26  04:33:18
39554         Log: Use UVxf, PTR2UV, NVff.
39555      Branch: perl
39556            ! ext/Storable/Storable.xs
39557 ____________________________________________________________________________
39558 [  6830] By: jhi                                   on 2000/08/26  04:31:32
39559         Log: Update the test count.
39560      Branch: perl
39561            ! t/lib/trig.t
39562 ____________________________________________________________________________
39563 [  6829] By: jhi                                   on 2000/08/26  03:05:50
39564         Log: Subject: [PATCH] installation not quite silent yet.
39565              From: <abigail@foad.org>
39566              Date: Fri, 25 Aug 2000 20:07:53 -0400
39567              Message-ID: <20000826000753.7822.qmail@foad.org>
39568      Branch: perl
39569            ! installman installperl
39570 ____________________________________________________________________________
39571 [  6828] By: jhi                                   on 2000/08/26  03:05:14
39572         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
39573              From: Spider Boardman <spider@web.zk3.dec.com>
39574              Date: Fri, 25 Aug 2000 19:12:40 -0400
39575              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
39576      Branch: perl
39577            ! gv.c
39578 ____________________________________________________________________________
39579 [  6827] By: jhi                                   on 2000/08/25  23:54:34
39580         Log: Support preserving extremely big/small angles.
39581      Branch: perl
39582            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
39583 ____________________________________________________________________________
39584 [  6826] By: jhi                                   on 2000/08/25  23:01:20
39585         Log: Patch installperl to be long double-aware.
39586              
39587              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
39588              From: Spider Boardman <spider@web.zk3.dec.com>
39589              Date: Fri, 25 Aug 2000 18:15:23 -0400
39590              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
39591      Branch: perl
39592            ! installperl
39593 ____________________________________________________________________________
39594 [  6825] By: jhi                                   on 2000/08/25  22:58:25
39595         Log: Remove duplicately applied patch shards.
39596              
39597              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
39598              From: Spider Boardman <spider@leggy.zk3.dec.com>
39599              Date: Fri, 25 Aug 2000 16:45:03 -0400
39600              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
39601      Branch: perl
39602            ! t/lib/cgi-html.t
39603 ____________________________________________________________________________
39604 [  6824] By: jhi                                   on 2000/08/25  22:57:00
39605         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
39606              From: Daniel Chetlin <daniel@chetlin.com>
39607              Date: Fri, 25 Aug 2000 12:23:16 -0700
39608              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
39609              
39610              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
39611              From: Daniel Chetlin <daniel@chetlin.com>
39612              Date: Fri, 25 Aug 2000 14:47:19 -0700
39613              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
39614      Branch: perl
39615            ! installman
39616 ____________________________________________________________________________
39617 [  6823] By: jhi                                   on 2000/08/25  22:44:17
39618         Log: Timestamp problem?
39619      Branch: perl
39620            ! uconfig.h uconfig.sh
39621 ____________________________________________________________________________
39622 [  6822] By: jhi                                   on 2000/08/25  19:01:06
39623         Log: One forgotten file from #6816.
39624      Branch: perl
39625            ! vos/config.h
39626 ____________________________________________________________________________
39627 [  6821] By: jhi                                   on 2000/08/25  18:56:39
39628         Log: Regen Changes.
39629      Branch: perl
39630            ! Changes patchlevel.h
39631 ____________________________________________________________________________
39632 [  6820] By: jhi                                   on 2000/08/25  18:52:35
39633         Log: Fix Changes ordering.
39634      Branch: perl
39635            ! Changes
39636 ____________________________________________________________________________
39637 [  6819] By: jhi                                   on 2000/08/25  18:50:25
39638         Log: Update Changes.
39639      Branch: perl
39640            ! Changes patchlevel.h
39641 ____________________________________________________________________________
39642 [  6818] By: jhi                                   on 2000/08/25  18:47:45
39643         Log: Tweak the sfio/useperlio logic, hopefully as wished in
39644              
39645              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
39646              From: Nicholas Clark <nick@babyhippo.co.uk>
39647              Date: Fri, 25 Aug 2000 12:01:45 +0100
39648              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
39649      Branch: metaconfig/U/perl
39650            ! d_sfio.U
39651      Branch: perl
39652            ! Configure
39653 ____________________________________________________________________________
39654 [  6817] By: jhi                                   on 2000/08/25  18:32:51
39655         Log: Allow microperl to assume <math.h>, without it the math
39656              functions like floor() are assumed to return int, which makes
39657              for core dumps in machines where integer and floating register
39658              don't mix.
39659      Branch: perl
39660            ! uconfig.h uconfig.sh
39661 ____________________________________________________________________________
39662 [  6816] By: jhi                                   on 2000/08/25  18:27:17
39663         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
39664              the problem reported in
39665              
39666              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
39667              From: danhale@us.ibm.com
39668              Date: Fri, 25 Aug 2000 10:58:06 -0400
39669              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
39670      Branch: metaconfig/U/perl
39671            + d_socks5_init.U
39672      Branch: perl
39673            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
39674            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
39675            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
39676            ! win32/config.gc win32/config.vc
39677 ____________________________________________________________________________
39678 [  6815] By: jhi                                   on 2000/08/25  17:43:31
39679         Log: A solution for the retrieve_fd autosplit warning,
39680              idea suggested by Mike Guy.
39681      Branch: perl
39682            ! ext/Storable/Storable.pm
39683 ____________________________________________________________________________
39684 [  6814] By: jhi                                   on 2000/08/25  17:16:03
39685         Log: Add install-silent target.
39686      Branch: perl
39687            ! Makefile.SH
39688 ____________________________________________________________________________
39689 [  6813] By: jhi                                   on 2000/08/25  17:14:23
39690         Log: Subject: Re: [PATCH] More silencing of installman.
39691              From: <abigail@foad.org>
39692              Date: Thu, 24 Aug 2000 19:27:03 -0400
39693              Message-ID: <20000824232703.7001.qmail@foad.org>
39694              
39695              Subject: Re: [PATCH] More silencing of installman.
39696              From: <abigail@foad.org>
39697              Date: Fri, 25 Aug 2000 03:00:58 -0400
39698              Message-ID: <20000825070058.10697.qmail@foad.org>
39699      Branch: perl
39700            ! installman
39701 ____________________________________________________________________________
39702 [  6812] By: jhi                                   on 2000/08/25  17:11:28
39703         Log: installperl --verbose and --silent.
39704              
39705              Subject: Re: [PATCH] More silencing of installman.
39706              From: <abigail@foad.org>
39707              Message-ID: <20000825064430.9719.qmail@foad.org>
39708              Date: Fri, 25 Aug 2000 02:44:30 -0400
39709      Branch: perl
39710            ! installperl
39711 ____________________________________________________________________________
39712 [  6811] By: jhi                                   on 2000/08/25  17:05:43
39713         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
39714              From: "Peter J. Farley III" <pjfarley@banet.net>
39715              Date: Thu, 24 Aug 2000 21:58:03 -0400
39716              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
39717              
39718              (applied slightly modified)
39719      Branch: perl
39720            ! lib/ExtUtils/MM_Unix.pm
39721 ____________________________________________________________________________
39722 [  6810] By: jhi                                   on 2000/08/25  17:01:18
39723         Log: Missing parts of 
39724              
39725              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
39726              From: Peter Prymmer <pvhp@forte.com>
39727              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
39728              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
39729      Branch: perl
39730            ! t/lib/cgi-html.t
39731 ____________________________________________________________________________
39732 [  6809] By: jhi                                   on 2000/08/25  16:46:32
39733         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
39734              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39735              Date: Thu, 24 Aug 2000 19:13:11 -0500
39736              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
39737      Branch: perl
39738            ! vms/vms.c
39739 ____________________________________________________________________________
39740 [  6808] By: jhi                                   on 2000/08/25  16:39:22
39741         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
39742              From: Peter Prymmer <pvhp@forte.com>
39743              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
39744              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
39745      Branch: perl
39746            ! configure.com
39747 ____________________________________________________________________________
39748 [  6807] By: jhi                                   on 2000/08/25  16:36:37
39749         Log: Better wording for the vec lvalue diagnostic.
39750              
39751              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39752              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39753              Date: Wed, 23 Aug 2000 14:12:16 -0400
39754              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
39755      Branch: perl
39756            ! pod/perldiag.pod
39757 ____________________________________________________________________________
39758 [  6806] By: jhi                                   on 2000/08/24  18:17:22
39759         Log: Subject: [PATCH] More silencing of installman.
39760              From: <abigail@foad.org>
39761              Date: Thu, 24 Aug 2000 14:01:44 -0400
39762              Message-ID: <20000824180144.20062.qmail@foad.org>
39763      Branch: perl
39764            ! installman
39765 ____________________________________________________________________________
39766 [  6805] By: jhi                                   on 2000/08/24  15:00:31
39767         Log: Update Changes.
39768      Branch: perl
39769            ! Changes patchlevel.h
39770 ____________________________________________________________________________
39771 [  6804] By: jhi                                   on 2000/08/24  14:59:07
39772         Log: Regen perltoc.
39773      Branch: perl
39774            ! pod/perltoc.pod
39775 ____________________________________________________________________________
39776 [  6803] By: jhi                                   on 2000/08/24  14:44:39
39777         Log: Show the doc file, not the temp file.
39778      Branch: perl
39779            ! installman
39780 ____________________________________________________________________________
39781 [  6802] By: jhi                                   on 2000/08/24  14:41:53
39782         Log: Continue silencing.
39783      Branch: perl
39784            ! installman
39785 ____________________________________________________________________________
39786 [  6801] By: jhi                                   on 2000/08/24  14:34:40
39787         Log: Actually do something with the silencer option.
39788      Branch: perl
39789            ! installman
39790 ____________________________________________________________________________
39791 [  6800] By: jhi                                   on 2000/08/24  14:26:22
39792         Log: Make installman to recognize the silence flag -S.
39793      Branch: perl
39794            ! installman
39795 ____________________________________________________________________________
39796 [  6799] By: jhi                                   on 2000/08/24  13:49:38
39797         Log: DOS patches and portability/porting notes, from Tim Jenness.
39798      Branch: perl
39799            ! lib/File/Temp.pm
39800 ____________________________________________________________________________
39801 [  6798] By: jhi                                   on 2000/08/24  13:48:27
39802         Log: Create directories in silence.
39803              
39804              Subject: [PATCH] Another silencer for MakeMaker
39805              From: andreas.koenig@anima.de (Andreas J. Koenig)
39806              Date: 24 Aug 2000 14:18:52 +0200
39807              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
39808      Branch: perl
39809            ! lib/ExtUtils/Command.pm
39810 ____________________________________________________________________________
39811 [  6797] By: jhi                                   on 2000/08/24  13:46:42
39812         Log: More liberal parsing of version numbers.
39813              
39814              Subject: Re: CPAN.pm beta for testing available
39815              From: andreas.koenig@anima.de (Andreas J. Koenig)
39816              Date: 24 Aug 2000 13:51:57 +0200
39817              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
39818      Branch: perl
39819            ! lib/CPAN.pm
39820 ____________________________________________________________________________
39821 [  6796] By: jhi                                   on 2000/08/24  13:44:36
39822         Log: Make "make install" by default silent.  A new "install-verbose"
39823              target is verbose.
39824      Branch: perl
39825            ! Makefile.SH
39826 ____________________________________________________________________________
39827 [  6795] By: jhi                                   on 2000/08/24  13:39:14
39828         Log: Add silencer flags to installperl.
39829              
39830              Subject: [PATCH] Making installperl silent.
39831              From: <abigail@foad.org>
39832              Date: Thu, 24 Aug 2000 05:01:45 -0400
39833              Message-ID: <20000824090145.13141.qmail@foad.org>
39834      Branch: perl
39835            ! installperl
39836 ____________________________________________________________________________
39837 [  6794] By: jhi                                   on 2000/08/24  13:35:50
39838         Log: installperl couldn't tell whether it had run tests or not.
39839              
39840              Subject: [PATCH] Re: installperl and t/TEST
39841              From: <abigail@foad.org>
39842              Date: Thu, 24 Aug 2000 04:00:53 -0400
39843              Message-ID: <20000824080053.2494.qmail@foad.org>
39844      Branch: perl
39845            ! Makefile.SH installperl
39846 ____________________________________________________________________________
39847 [  6793] By: jhi                                   on 2000/08/24  13:27:50
39848         Log: Drop the separate perlbc, perlcc -b should be enough.
39849      Branch: perl
39850            - utils/perlbc.PL
39851            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
39852 ____________________________________________________________________________
39853 [  6792] By: jhi                                   on 2000/08/24  04:41:30
39854         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
39855              plus the typo fix from Peter Prymmer.
39856      Branch: perl
39857            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
39858            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39859 ____________________________________________________________________________
39860 [  6791] By: jhi                                   on 2000/08/24  02:10:43
39861         Log: Replace #6705 with a minimal doc patch.
39862              
39863              Subject: [PATCH 5.6.0] replace change #6705
39864              From: Jan Dubois <jand@ActiveState.com>
39865              Date: Wed, 23 Aug 2000 18:31:51 -0700
39866              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
39867      Branch: perl
39868            ! lib/Win32.pod win32/win32.c
39869 ____________________________________________________________________________
39870 [  6790] By: jhi                                   on 2000/08/23  17:52:00
39871         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39872              From: Mike Guy <mjtg@cam.ac.uk>
39873              Date: Wed, 23 Aug 2000 18:38:46 +0100
39874              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
39875      Branch: perl
39876            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
39877 ____________________________________________________________________________
39878 [  6789] By: jhi                                   on 2000/08/23  15:34:21
39879         Log: Update Changes.
39880      Branch: perl
39881            ! Changes patchlevel.h
39882 ____________________________________________________________________________
39883 [  6788] By: jhi                                   on 2000/08/23  15:33:40
39884         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
39885              From: Wilfredo Sánchez <wsanchez@apple.com>
39886              Date: Tue, 22 Aug 2000 19:31:27 -0700
39887              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
39888      Branch: perl
39889            ! perl.h
39890 ____________________________________________________________________________
39891 [  6787] By: jhi                                   on 2000/08/23  15:29:31
39892         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
39893              From: Spider Boardman <spider@leggy.zk3.dec.com>
39894              Date: Wed, 23 Aug 2000 10:33:23 -0400
39895              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
39896      Branch: perl
39897            ! lib/Pod/Html.pm
39898 ____________________________________________________________________________
39899 [  6786] By: jhi                                   on 2000/08/23  15:28:11
39900         Log: Bad makefile.
39901      Branch: perl
39902            ! ext/B/Makefile.PL
39903 ____________________________________________________________________________
39904 [  6785] By: jhi                                   on 2000/08/23  14:37:04
39905         Log: Update Changes.
39906      Branch: perl
39907            ! Changes patchlevel.h
39908 ____________________________________________________________________________
39909 [  6784] By: jhi                                   on 2000/08/23  13:58:41
39910         Log: Portability fix from Hugo van der Sanden.
39911      Branch: perl
39912            ! ext/re/Makefile.PL
39913 ____________________________________________________________________________
39914 [  6783] By: jhi                                   on 2000/08/23  13:53:53
39915         Log: Storable support, v-version fixes.
39916              
39917              Subject: CPAN.pm beta for testing available
39918              From: andreas.koenig@anima.de (Andreas J. Koenig)
39919              Date: 22 Aug 2000 23:31:33 +0200
39920              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
39921      Branch: perl
39922            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39923 ____________________________________________________________________________
39924 [  6782] By: jhi                                   on 2000/08/23  13:51:26
39925         Log: Mac and other portability updates from Chris Nandor.
39926      Branch: perl
39927            ! pod/perlmodinstall.pod
39928 ____________________________________________________________________________
39929 [  6781] By: jhi                                   on 2000/08/23  13:47:33
39930         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
39931              From: Peter Prymmer <pvhp@forte.com>
39932              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
39933              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
39934      Branch: perl
39935            ! ext/Storable/Storable.xs
39936 ____________________________________________________________________________
39937 [  6780] By: jhi                                   on 2000/08/23  13:33:34
39938         Log: VMS MMS (make) wants null action.
39939      Branch: perl
39940            ! ext/B/Makefile.PL
39941 ____________________________________________________________________________
39942 [  6779] By: jhi                                   on 2000/08/22  19:44:47
39943         Log: Forgot portability nit.
39944      Branch: perl
39945            ! t/lib/st-forgive.t
39946 ____________________________________________________________________________
39947 [  6778] By: jhi                                   on 2000/08/22  19:35:25
39948         Log: Be portable.
39949      Branch: perl
39950            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
39951            ! t/lib/st-store.t
39952 ____________________________________________________________________________
39953 [  6777] By: jhi                                   on 2000/08/22  18:50:53
39954         Log: Update Changes.
39955      Branch: perl
39956            ! Changes patchlevel.h
39957 ____________________________________________________________________________
39958 [  6776] By: jhi                                   on 2000/08/22  18:44:46
39959         Log: cSVOPo_*v things index into the current PL_curpad
39960              under ithreads, which is different from the curpad
39961              used by the XSUB.  (In other words, the code as-is
39962              before this patch wouldn't work under ithreads.)
39963              From Sarathy.
39964      Branch: perl
39965            ! ext/B/B.xs
39966 ____________________________________________________________________________
39967 [  6775] By: jhi                                   on 2000/08/22  18:18:37
39968         Log: Make the selection of NVff et al stricter.
39969      Branch: metaconfig/U/perl
39970            ! perlxvf.U
39971      Branch: perl
39972            ! Configure config_h.SH
39973 ____________________________________________________________________________
39974 [  6774] By: jhi                                   on 2000/08/22  17:19:42
39975         Log: perldelta nits.
39976      Branch: perl
39977            ! pod/perldelta.pod
39978 ____________________________________________________________________________
39979 [  6773] By: jhi                                   on 2000/08/22  17:06:26
39980         Log: Long double fixes from Spider Boardman.
39981              
39982              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
39983              From: system PRIVILEGED account <root@peano.zk3.dec.com>
39984              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
39985              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
39986      Branch: perl
39987            ! t/lib/bigfltpm.t t/lib/st-06compat.t
39988 ____________________________________________________________________________
39989 [  6772] By: jhi                                   on 2000/08/22  15:04:53
39990         Log: Update Changes.
39991      Branch: perl
39992            ! Changes patchlevel.h
39993 ____________________________________________________________________________
39994 [  6771] By: jhi                                   on 2000/08/22  15:01:44
39995         Log: perldelta fixes from Hugo van der Sanden.
39996      Branch: perl
39997            ! pod/perldelta.pod
39998 ____________________________________________________________________________
39999 [  6770] By: jhi                                   on 2000/08/22  14:34:49
40000         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
40001              From: Hugo <hv@crypt.compulink.co.uk>
40002              Date: Tue, 22 Aug 2000 11:21:53 +0100
40003              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
40004      Branch: perl
40005            ! regcomp.c
40006 ____________________________________________________________________________
40007 [  6769] By: jhi                                   on 2000/08/22  14:30:02
40008         Log: Add Yitzchak, reformat.
40009      Branch: perl
40010            ! Changes config_h.SH
40011 ____________________________________________________________________________
40012 [  6768] By: jhi                                   on 2000/08/22  14:21:35
40013         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
40014              and Spider Boardman.
40015      Branch: metaconfig
40016            ! U/compline/d_gconvert.U
40017      Branch: perl
40018            ! Configure
40019 ____________________________________________________________________________
40020 [  6767] By: jhi                                   on 2000/08/22  14:11:24
40021         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
40022              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40023              Date: Mon, 21 Aug 2000 19:08:31 -0700
40024              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
40025      Branch: perl
40026            - ext/Storable/patchlevel.h
40027            ! MANIFEST ext/Storable/MANIFEST
40028 ____________________________________________________________________________
40029 [  6766] By: jhi                                   on 2000/08/22  13:49:29
40030         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
40031              From: Peter Prymmer <pvhp@forte.com>
40032              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
40033              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
40034      Branch: perl
40035            ! configure.com ext/Storable/Makefile.PL
40036 ____________________________________________________________________________
40037 [  6765] By: jhi                                   on 2000/08/22  13:44:59
40038         Log: Subject: [PATCH blead] B:: missing dependency
40039              From: Hugo <hv@crypt.compulink.co.uk>
40040              Date: Tue, 22 Aug 2000 06:44:33 +0100
40041              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
40042      Branch: perl
40043            ! ext/B/Makefile.PL
40044 ____________________________________________________________________________
40045 [  6764] By: jhi                                   on 2000/08/22  13:38:12
40046         Log: More bytecompiler.
40047      Branch: perl
40048            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
40049 ____________________________________________________________________________
40050 [  6763] By: jhi                                   on 2000/08/22  13:36:44
40051         Log: Bytecompiler patches from Benjamin Stuhl.
40052      Branch: perl
40053            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
40054            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40055            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
40056            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40057            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
40058            ! perl.c perlapi.h pod/perldelta.pod
40059 ____________________________________________________________________________
40060 [  6762] By: jhi                                   on 2000/08/21  23:43:40
40061         Log: An obsoleted diagnostic.
40062      Branch: perl
40063            ! pod/perldelta.pod
40064 ____________________________________________________________________________
40065 [  6761] By: jhi                                   on 2000/08/21  23:01:45
40066         Log: The #6759 wasn't quite right.
40067      Branch: perl
40068            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40069            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40070            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40071            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40072            ! t/lib/st-tieditems.t
40073 ____________________________________________________________________________
40074 [  6760] By: jhi                                   on 2000/08/21  22:35:49
40075         Log: Be verydeepclean.
40076      Branch: perl
40077            ! Makefile.SH
40078 ____________________________________________________________________________
40079 [  6759] By: jhi                                   on 2000/08/21  22:25:40
40080         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
40081              From: Peter Prymmer <pvhp@forte.com>
40082              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
40083              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
40084      Branch: perl
40085            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40086            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40087            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40088            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40089            ! t/lib/st-tieditems.t
40090 ____________________________________________________________________________
40091 [  6758] By: jhi                                   on 2000/08/21  22:22:32
40092         Log: Few more casts, need reported in
40093              
40094              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
40095              From: Mike Stok <mike@stok.co.uk>
40096              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
40097              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
40098              
40099              and
40100              
40101              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
40102              From: abigail@foad.org
40103              Date: 21 Aug 2000 21:31:34 -0000
40104              Message-Id: <20000821213134.30170.qmail@foad.org>
40105      Branch: perl
40106            ! ext/Storable/Storable.xs
40107 ____________________________________________________________________________
40108 [  6757] By: jhi                                   on 2000/08/21  18:37:07
40109         Log: Update Changes.
40110      Branch: perl
40111            ! Changes patchlevel.h
40112 ____________________________________________________________________________
40113 [  6756] By: jhi                                   on 2000/08/21  18:34:02
40114         Log: A pod nit.
40115              
40116              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
40117              From: <abigail@foad.org>
40118              Date: Mon, 21 Aug 2000 14:00:16 -0400
40119              Message-ID: <20000821180016.28627.qmail@foad.org>
40120      Branch: perl
40121            ! pod/perlre.pod
40122 ____________________________________________________________________________
40123 [  6755] By: jhi                                   on 2000/08/21  18:30:56
40124         Log: Use PodParser 1.18 new test.
40125      Branch: perl
40126            ! t/pod/special_seqs.t t/pod/special_seqs.xr
40127 ____________________________________________________________________________
40128 [  6754] By: jhi                                   on 2000/08/21  18:28:35
40129         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
40130              patches cannot be applied since #6712 conflicts.
40131      Branch: perl
40132            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
40133 ____________________________________________________________________________
40134 [  6753] By: jhi                                   on 2000/08/21  18:15:11
40135         Log: Weed out some smaller changes.
40136      Branch: perl
40137            ! pod/perldelta.pod
40138 ____________________________________________________________________________
40139 [  6752] By: jhi                                   on 2000/08/21  18:02:30
40140         Log: Also under djgpp the timestamps are funky.
40141      Branch: perl
40142            ! t/op/stat.t
40143 ____________________________________________________________________________
40144 [  6751] By: jhi                                   on 2000/08/21  17:55:56
40145         Log: Tweak the floating point output routine preferences.
40146      Branch: metaconfig
40147            ! U/compline/d_gconvert.U
40148      Branch: perl
40149            ! Configure
40150 ____________________________________________________________________________
40151 [  6750] By: jhi                                   on 2000/08/21  17:51:29
40152         Log: Unicos/mk requires elaborate paranoia.
40153      Branch: perl
40154            ! lib/Math/Complex.pm
40155 ____________________________________________________________________________
40156 [  6749] By: gsar                                  on 2000/08/21  16:53:31
40157         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
40158      Branch: perl
40159            ! lib/Cwd.pm
40160 ____________________________________________________________________________
40161 [  6748] By: gsar                                  on 2000/08/21  16:22:19
40162         Log: free TLS slot properly on Windows
40163      Branch: perl
40164            ! thread.h win32/perllib.c win32/win32thread.h
40165 ____________________________________________________________________________
40166 [  6747] By: jhi                                   on 2000/08/21  16:20:58
40167         Log: Rename the macro argument because some preprocessors
40168              can't tell the difference and expand arguments also inside
40169              double quoted strings.
40170      Branch: perl
40171            ! regcomp.c
40172 ____________________________________________________________________________
40173 [  6746] By: jhi                                   on 2000/08/21  16:09:41
40174         Log: Support long doubles in Storable.
40175              
40176              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
40177              From: Radu Greab <radu@netsoft.ro>
40178              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
40179              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
40180      Branch: perl
40181            ! ext/Storable/Storable.xs
40182 ____________________________________________________________________________
40183 [  6745] By: jhi                                   on 2000/08/21  15:51:40
40184         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
40185              From: "Fifer, Eric" <EFifer@sanwaint.com>
40186              Date: Mon, 21 Aug 2000 15:34:49 +0100
40187              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
40188      Branch: perl
40189            ! t/pragma/warn/9enabled
40190 ____________________________________________________________________________
40191 [  6744] By: jhi                                   on 2000/08/21  15:39:35
40192         Log: Document the endianness of Alpha more precisely.
40193      Branch: perl
40194            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
40195            ! pod/perlport.pod
40196 ____________________________________________________________________________
40197 [  6743] By: jhi                                   on 2000/08/21  14:47:05
40198         Log: perldelta fixes from the p5p crowd.
40199      Branch: perl
40200            ! pod/perldelta.pod pod/perlop.pod
40201 ____________________________________________________________________________
40202 [  6742] By: jhi                                   on 2000/08/21  13:34:51
40203         Log: Update to Pod::LaTeX 0.53.
40204              
40205              Subject: [PATCH] lib/Pod/LaTeX.pm updates
40206              From: Tim Jenness <timj@jach.hawaii.edu>
40207              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
40208              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
40209      Branch: perl
40210            ! lib/Pod/LaTeX.pm
40211 ____________________________________________________________________________
40212 [  6741] By: jhi                                   on 2000/08/21  13:33:01
40213         Log: Subject: [PATCH] os2.c fix for use64bitint
40214              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40215              Date: Mon, 21 Aug 2000 01:32:25 -0700
40216              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
40217      Branch: perl
40218            ! os2/os2.c
40219 ____________________________________________________________________________
40220 [  6740] By: jhi                                   on 2000/08/21  13:28:52
40221         Log: Array context keeps slithering in.
40222              
40223              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
40224              From: Daniel Chetlin <daniel@chetlin.com>
40225              Date: Sun, 20 Aug 2000 21:40:25 -0700
40226              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
40227      Branch: perl
40228            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
40229            ! pod/perldebtut.pod
40230 ____________________________________________________________________________
40231 [  6739] By: jhi                                   on 2000/08/21  13:23:55
40232         Log: Big-endian quad fixes for Storable from Radu Greab,
40233              plus few explicit null casts for picky compilers.
40234      Branch: perl
40235            ! ext/Storable/Storable.xs
40236 ____________________________________________________________________________
40237 [  6738] By: gsar                                  on 2000/08/21  05:56:13
40238         Log: small tweaks for change#6705: avoid C++ style comments in C code;
40239              use Perl's malloc API rather than the low level system one
40240      Branch: perl
40241            ! win32/win32.c
40242 ____________________________________________________________________________
40243 [  6737] By: gsar                                  on 2000/08/21  05:35:41
40244         Log: add Storable to list of extensions on Windows
40245      Branch: perl
40246            ! win32/Makefile win32/makefile.mk
40247 ____________________________________________________________________________
40248 [  6736] By: jhi                                   on 2000/08/21  02:57:53
40249         Log: Update Changes.
40250      Branch: perl
40251            ! Changes patchlevel.h
40252 ____________________________________________________________________________
40253 [  6735] By: jhi                                   on 2000/08/21  02:57:20
40254         Log: Draft 0.
40255      Branch: perl
40256            ! pod/perldelta.pod
40257 ____________________________________________________________________________
40258 [  6734] By: jhi                                   on 2000/08/21  02:57:03
40259         Log: Add Storable 0.7.2 from Raphael Manfredi,
40260              plus the patch from
40261              
40262              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
40263              From: Radu Greab <radu@netsoft.ro>
40264              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
40265              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
40266              
40267              plus changes to get Storable to compile with
40268              picky ANSI compilers.
40269      Branch: perl
40270            + ext/Storable/ChangeLog ext/Storable/MANIFEST
40271            + ext/Storable/Makefile.PL ext/Storable/README
40272            + ext/Storable/Storable.pm ext/Storable/Storable.xs
40273            + ext/Storable/patchlevel.h t/lib/st-06compat.t
40274            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
40275            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
40276            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40277            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40278            + t/lib/st-tieditems.t
40279            ! MANIFEST
40280 ____________________________________________________________________________
40281 [  6733] By: jhi                                   on 2000/08/21  02:29:09
40282         Log: The correct cleaning order is an art.
40283      Branch: perl
40284            ! Makefile.SH
40285 ____________________________________________________________________________
40286 [  6732] By: jhi                                   on 2000/08/21  01:23:39
40287         Log: The #6724 is here.
40288      Branch: perl
40289            ! t/lib/ftmp-security.t
40290 ____________________________________________________________________________
40291 [  6731] By: jhi                                   on 2000/08/20  23:17:03
40292         Log: s/this one/the 5.6.0 release/
40293      Branch: perl
40294            ! pod/perl56delta.pod
40295 ____________________________________________________________________________
40296 [  6730] By: jhi                                   on 2000/08/20  23:07:34
40297         Log: Mention perlebcdic and perlposix-bc.
40298      Branch: perl
40299            ! pod/perlport.pod
40300 ____________________________________________________________________________
40301 [  6729] By: jhi                                   on 2000/08/20  21:32:59
40302         Log: Document the number of exponent digits.
40303      Branch: perl
40304            ! pod/perlfunc.pod
40305 ____________________________________________________________________________
40306 [  6728] By: jhi                                   on 2000/08/20  21:16:47
40307         Log: Use File::Spec->tmpdir().
40308              
40309              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
40310              From: Tim Jenness <timj@jach.hawaii.edu>
40311              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
40312              MIME-Version: 1.0
40313              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
40314      Branch: perl
40315            ! utils/perlbug.PL
40316 ____________________________________________________________________________
40317 [  6727] By: jhi                                   on 2000/08/20  20:43:32
40318         Log: Update Changes.
40319      Branch: perl
40320            ! Changes patchlevel.h
40321 ____________________________________________________________________________
40322 [  6726] By: jhi                                   on 2000/08/20  20:41:44
40323         Log: The veryclean target needs to clobber.
40324      Branch: perl
40325            ! Makefile.SH
40326 ____________________________________________________________________________
40327 [  6725] By: jhi                                   on 2000/08/20  20:37:38
40328         Log: Document odd vs even subreleases and -Dusedevel.
40329      Branch: perl
40330            ! INSTALL
40331 ____________________________________________________________________________
40332 [  6724] By: jhi                                   on 2000/08/20  19:58:05
40333         Log: Use temporary directory instead of current directory.
40334              
40335              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
40336              From: Tim Jenness <timj@jach.hawaii.edu>
40337              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
40338              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
40339      Branch: perl
40340            ! t/lib/ftmp-security.t
40341 ____________________________________________________________________________
40342 [  6723] By: jhi                                   on 2000/08/20  19:55:55
40343         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
40344              From: andreas.koenig@anima.de (Andreas J. Koenig)
40345              Date: 20 Aug 2000 15:52:03 +0200
40346              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
40347      Branch: perl
40348            ! lib/ExtUtils/MM_Unix.pm
40349 ____________________________________________________________________________
40350 [  6722] By: jhi                                   on 2000/08/20  19:46:01
40351         Log: Update to CGI 2.72, from Lincoln Stein.
40352      Branch: perl
40353            ! lib/CGI.pm
40354 ____________________________________________________________________________
40355 [  6721] By: jhi                                   on 2000/08/20  19:43:54
40356         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
40357              From: Radu Greab <radu@netsoft.ro>
40358              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
40359              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
40360      Branch: perl
40361            ! ext/GDBM_File/GDBM_File.xs
40362 ____________________________________________________________________________
40363 [  6720] By: jhi                                   on 2000/08/20  19:42:01
40364         Log: pp_open() could pass an uninitialized filename down to do_open9().
40365      Branch: perl
40366            ! pp_sys.c
40367 ____________________________________________________________________________
40368 [  6719] By: jhi                                   on 2000/08/20  14:06:41
40369         Log: UTF8 concat fixes.
40370              
40371              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
40372              From: Hugo <hv@crypt.compulink.co.uk>
40373              Date: Sun, 20 Aug 2000 07:30:46 +0100
40374              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
40375      Branch: perl
40376            ! pp_hot.c t/op/append.t
40377 ____________________________________________________________________________
40378 [  6718] By: jhi                                   on 2000/08/20  02:09:37
40379         Log: Let's try #6717 again.
40380      Branch: perl
40381            ! lib/File/Temp.pm
40382 ____________________________________________________________________________
40383 [  6717] By: jhi                                   on 2000/08/20  01:56:55
40384         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
40385              From: "Craig A. Berry" <craig.berry@metamorgs.com>
40386              Date: Sat, 19 Aug 2000 18:15:39 -0500
40387              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
40388      Branch: perl
40389            ! lib/File/Temp.pm
40390 ____________________________________________________________________________
40391 [  6716] By: jhi                                   on 2000/08/19  15:50:11
40392         Log: Update Changes.
40393      Branch: perl
40394            ! Changes patchlevel.h
40395 ____________________________________________________________________________
40396 [  6715] By: jhi                                   on 2000/08/19  15:39:09
40397         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
40398              From: Jonathan D Johnston <jdjohnston2@juno.com>
40399              Date: Thu, 17 Aug 2000 23:13:01 -0400       
40400              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
40401      Branch: perl
40402            ! pod/perlfunc.pod
40403 ____________________________________________________________________________
40404 [  6714] By: jhi                                   on 2000/08/19  15:34:04
40405         Log: Introduce a 'veryclean' target that is like 'distclean'
40406              but also removes *~ and *.orig.
40407      Branch: perl
40408            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
40409            ! utils/Makefile x2p/Makefile.SH
40410 ____________________________________________________________________________
40411 [  6713] By: jhi                                   on 2000/08/19  14:15:45
40412         Log: Put back the long double avoidance code to POSIX.xs
40413              because VMS seems to need it still.
40414      Branch: perl
40415            ! ext/POSIX/POSIX.xs
40416 ____________________________________________________________________________
40417 [  6712] By: jhi                                   on 2000/08/19  14:10:41
40418         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
40419              From: Peter Prymmer <pvhp@forte.com>
40420              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
40421              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
40422      Branch: perl
40423            ! lib/Pod/Find.pm t/pod/find.t
40424 ____________________________________________________________________________
40425 [  6711] By: jhi                                   on 2000/08/19  14:09:19
40426         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
40427              From: Peter Prymmer <pvhp@forte.com>
40428              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
40429              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
40430              cc: vmsperl@perl.org
40431      Branch: perl
40432            ! t/lib/peek.t
40433 ____________________________________________________________________________
40434 [  6710] By: jhi                                   on 2000/08/19  14:08:01
40435         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
40436              From: Jan Dubois <jand@ActiveState.com>
40437              Date: Fri, 18 Aug 2000 16:31:48 -0700
40438              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
40439      Branch: perl
40440            ! win32/win32.c
40441 ____________________________________________________________________________
40442 [  6709] By: jhi                                   on 2000/08/19  14:06:57
40443         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
40444              
40445              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
40446              From: Spider.Boardman@Orb.Nashua.NH.US
40447              Date: Fri, 18 Aug 2000 18:41:14 -0400
40448              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
40449      Branch: perl
40450            ! regcomp.c
40451 ____________________________________________________________________________
40452 [  6708] By: jhi                                   on 2000/08/18  22:04:49
40453         Log: Update Changes.
40454      Branch: perl
40455            ! Changes patchlevel.h
40456 ____________________________________________________________________________
40457 [  6707] By: jhi                                   on 2000/08/18  21:55:14
40458         Log: Add warnif(), check warnings further up the stack,
40459              all the warnings functions now can take an optional object reference.
40460              
40461              Subject: [PATCH bleedperl@6691] warnings pragma update
40462              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
40463              Date: Fri, 18 Aug 2000 22:42:06 +0100
40464              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
40465      Branch: perl
40466            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
40467            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
40468            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
40469 ____________________________________________________________________________
40470 [  6706] By: jhi                                   on 2000/08/18  21:41:45
40471         Log: Typo in pp_complement().
40472              
40473              Subject: [PATCH perl-current] Deparse
40474              From: Peter Scott <Peter@PSDT.com>
40475              Date: Fri, 18 Aug 2000 12:44:37 -0700
40476              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
40477      Branch: perl
40478            ! ext/B/B/Deparse.pm
40479 ____________________________________________________________________________
40480 [  6705] By: jhi                                   on 2000/08/18  21:25:59
40481         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
40482              From: Jan Dubois <jand@ActiveState.com>
40483              Date: Fri, 18 Aug 2000 14:22:51 -0700
40484              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
40485      Branch: perl
40486            ! lib/Win32.pod win32/win32.c
40487 ____________________________________________________________________________
40488 [  6704] By: jhi                                   on 2000/08/18  21:16:14
40489         Log: Don't eat leading os from index entries.
40490              
40491              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
40492              From: Russ Allbery <rra@stanford.edu>
40493              Date: 10 Aug 2000 20:49:25 -0700
40494              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
40495      Branch: perl
40496            ! lib/Pod/Man.pm
40497 ____________________________________________________________________________
40498 [  6703] By: jhi                                   on 2000/08/18  21:07:06
40499         Log: Add [[:blank:]] as suggested in
40500              
40501              Subject: [ID 20000716.024] [=cc=] / [:blank:]
40502              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
40503              Date: Sun, 16 Jul 2000 17:55:29 -0700
40504              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
40505              
40506              (the [=cc=] has already been taken care of by #6439
40507              so the whole bug report can be closed)
40508              
40509              and make [[:space:]] to be equivalent to isspace(3)
40510              (as opposed to \s, which is isSPACE()).  The difference
40511              is that now [[:space:]] matches the mythical vertical tab,
40512              while \s doesn't.
40513      Branch: perl
40514            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
40515            ! regexec.c t/op/pat.t
40516 ____________________________________________________________________________
40517 [  6702] By: jhi                                   on 2000/08/18  18:47:47
40518         Log: The new tests were missing from #6415.
40519      Branch: perl
40520            ! t/op/bop.t
40521 ____________________________________________________________________________
40522 [  6701] By: jhi                                   on 2000/08/18  18:20:40
40523         Log: Document the NDBM_File and ODBM_File as SDBM_File
40524              was documented in #6417.
40525      Branch: perl
40526            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
40527            ! ext/SDBM_File/SDBM_File.pm
40528 ____________________________________________________________________________
40529 [  6700] By: jhi                                   on 2000/08/18  18:10:39
40530         Log: Subject: [PATCH perl@6698] cygwin port
40531              From: "Fifer, Eric" <EFifer@sanwaint.com>
40532              Date: Fri, 18 Aug 2000 17:30:05 +0100
40533              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
40534      Branch: perl
40535            ! lib/File/Temp.pm
40536 ____________________________________________________________________________
40537 [  6699] By: jhi                                   on 2000/08/18  16:21:49
40538         Log: Document code point which makes if (defined %stash::) to work
40539              (noted by Spider Boardman).
40540      Branch: perl
40541            ! op.c
40542 ____________________________________________________________________________
40543 [  6698] By: jhi                                   on 2000/08/18  13:43:27
40544         Log: Update Changes.
40545      Branch: perl
40546            ! Changes patchlevel.h
40547 ____________________________________________________________________________
40548 [  6697] By: jhi                                   on 2000/08/18  13:35:57
40549         Log: Tiny Getopt::Long patch from Johan Vromans.
40550      Branch: perl
40551            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
40552 ____________________________________________________________________________
40553 [  6696] By: jhi                                   on 2000/08/18  13:26:14
40554         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
40555              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
40556              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
40557              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
40558      Branch: perl
40559            ! pod/perldiag.pod pod/perlsyn.pod
40560 ____________________________________________________________________________
40561 [  6695] By: jhi                                   on 2000/08/18  13:13:26
40562         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
40563              From: Daniel Chetlin <daniel@chetlin.com>
40564              Date: Fri, 18 Aug 2000 03:13:36 -0700
40565              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
40566      Branch: perl
40567            ! pod/perlfunc.pod
40568 ____________________________________________________________________________
40569 [  6694] By: jhi                                   on 2000/08/18  13:08:05
40570         Log: Subject: [PATCH] perltrap.pod spring cleaning
40571              From: Daniel Chetlin <daniel@chetlin.com>
40572              Date: Fri, 18 Aug 2000 03:06:54 -0700
40573              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
40574              
40575              plus Mike Guy's nitfix.
40576      Branch: perl
40577            ! pod/perltrap.pod
40578 ____________________________________________________________________________
40579 [  6693] By: jhi                                   on 2000/08/18  13:00:26
40580         Log: Unbuffer the output.
40581              
40582              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
40583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40584              Date: Thu, 17 Aug 2000 18:39:29 -0700
40585              Message-ID: <RPJn5gzkgydf092yn@efn.org>
40586      Branch: perl
40587            ! t/op/fork.t
40588 ____________________________________________________________________________
40589 [  6692] By: jhi                                   on 2000/08/18  05:19:17
40590         Log: Delete the image, too, not just its MANIFEStation.
40591      Branch: perl
40592            - lib/CGI/eg/wilogo.gif
40593 ____________________________________________________________________________
40594 [  6691] By: jhi                                   on 2000/08/18  05:10:26
40595         Log: Propagate new Configure vars.
40596      Branch: perl
40597            ! configure.com epoc/config.sh uconfig.h uconfig.sh
40598            ! vos/config.def vos/config.h vos/config_h.SH_orig
40599            ! win32/config.bc win32/config.gc win32/config.vc
40600            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40601 ____________________________________________________________________________
40602 [  6690] By: jhi                                   on 2000/08/18  04:30:56
40603         Log: Update Changes.
40604      Branch: perl
40605            ! Changes patchlevel.h
40606 ____________________________________________________________________________
40607 [  6689] By: jhi                                   on 2000/08/18  04:12:30
40608         Log: Fix the lib/complex failure of
40609              
40610              From: abigail@foad.org
40611              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
40612              Date: 15 Aug 2000 04:06:38 -0000
40613              Message-Id: <20000815040638.8524.qmail@foad.org> 
40614              
40615              Linux long double accuracy issue: something that
40616              when printed with %g looks like "2" but int() of it is 1.
40617      Branch: perl
40618            ! lib/Math/Complex.pm
40619 ____________________________________________________________________________
40620 [  6688] By: jhi                                   on 2000/08/18  03:15:35
40621         Log: The byteorder code in #6671 was wrong.
40622      Branch: perl
40623            ! configpm
40624 ____________________________________________________________________________
40625 [  6687] By: jhi                                   on 2000/08/18  02:08:42
40626         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
40627              From: Jan Dubois <jand@ActiveState.com>
40628              Date: Thu, 17 Aug 2000 18:31:55 -0700
40629              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
40630      Branch: perl
40631            ! sv.c
40632 ____________________________________________________________________________
40633 [  6686] By: jhi                                   on 2000/08/18  02:04:15
40634         Log: Use NVs in POSIX math, not doubles.
40635              
40636              From: abigail@foad.org
40637              Subject: [ID 20000817.014] POSIX & modfl
40638              Date: 17 Aug 2000 20:49:18 -0000
40639              Message-Id: <20000817204918.23123.qmail@foad.org>
40640      Branch: perl
40641            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
40642 ____________________________________________________________________________
40643 [  6685] By: jhi                                   on 2000/08/18  02:02:12
40644         Log: Introduce NVef, NVff, and NVgf, use the middle one.
40645              (helps for lib/peek + Linux + long doubles)  Reported in
40646              
40647              From: abigail@foad.org
40648              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
40649              Date: 15 Aug 2000 04:06:38 -0000
40650              Message-Id: <20000815040638.8524.qmail@foad.org> 
40651              
40652              (note: the lib/complex failure has not yet been addressed)
40653      Branch: metaconfig/U/perl
40654            ! perlxvf.U
40655      Branch: perl
40656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40657            ! config_h.SH dump.c perl.h pod/perlguts.pod
40658 ____________________________________________________________________________
40659 [  6684] By: jhi                                   on 2000/08/17  23:22:19
40660         Log: Add byteorder to the myconfig output.
40661      Branch: perl
40662            ! myconfig.SH
40663 ____________________________________________________________________________
40664 [  6683] By: jhi                                   on 2000/08/17  23:20:19
40665         Log: The image doth not exist, spotted by Johan Vromans.
40666      Branch: perl
40667            ! MANIFEST
40668 ____________________________________________________________________________
40669 [  6682] By: jhi                                   on 2000/08/17  22:38:16
40670         Log: Document what the backtick returns if the command fails.
40671      Branch: perl
40672            ! pod/perlop.pod
40673 ____________________________________________________________________________
40674 [  6681] By: jhi                                   on 2000/08/17  22:33:12
40675         Log: Do not use prototyping here.
40676              
40677              Subject: [ID 20000817.016] [PATCH] Peek.xs
40678              From: abigail@foad.org
40679              Date: 17 Aug 2000 20:55:56 -0000
40680              Message-Id: <20000817205556.24270.qmail@foad.org>
40681      Branch: perl
40682            ! ext/Devel/Peek/Makefile.PL
40683 ____________________________________________________________________________
40684 [  6680] By: jhi                                   on 2000/08/17  19:46:43
40685         Log: Don't propose using modules built for 5.005 if no binary
40686              compatibility with 5.005 is attempted.
40687              
40688              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40689              Subject: Minor nit with 5.7.0 (6655)
40690              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
40691              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
40692      Branch: metaconfig
40693            ! U/installdirs/inc_version_list.U
40694      Branch: perl
40695            ! Configure config_h.SH
40696 ____________________________________________________________________________
40697 [  6679] By: jhi                                   on 2000/08/17  19:16:39
40698         Log: Microperl config update.
40699      Branch: perl
40700            ! uconfig.h uconfig.sh
40701 ____________________________________________________________________________
40702 [  6678] By: jhi                                   on 2000/08/17  19:16:13
40703         Log: The #6648 wasn't protective enough for limited platforms
40704              (like microperl).
40705      Branch: perl
40706            ! dump.c sv.c
40707 ____________________________________________________________________________
40708 [  6677] By: jhi                                   on 2000/08/17  14:46:35
40709         Log: Update Changes.
40710      Branch: perl
40711            ! Changes patchlevel.h
40712 ____________________________________________________________________________
40713 [  6676] By: jhi                                   on 2000/08/17  14:44:02
40714         Log: Add perlebcdic from Peter Prymmer, regen toc.
40715      Branch: perl
40716            + pod/perlebcdic.pod
40717            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40718 ____________________________________________________________________________
40719 [  6675] By: jhi                                   on 2000/08/17  14:41:52
40720         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
40721      Branch: perl
40722            ! pod/perldebtut.pod
40723 ____________________________________________________________________________
40724 [  6674] By: jhi                                   on 2000/08/17  14:29:43
40725         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
40726              
40727              Subject: [ID 20000724.006] -DLEAKTEST problem
40728              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
40729              Date: Tue, 25 Jul 2000 00:36:32 -0500
40730              Message-Id: <20000725003632.A26186@www.llamacom.com>
40731              
40732              Reminder sent
40733              
40734              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
40735              From: Hugo <hv@crypt.compulink.co.uk>
40736              Date: Thu, 17 Aug 2000 15:23:42 +0100
40737              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
40738      Branch: perl
40739            ! util.c
40740 ____________________________________________________________________________
40741 [  6673] By: jhi                                   on 2000/08/17  04:07:10
40742         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
40743              From: John Peacock <JPeacock@UnivPress.com>
40744              Date: Tue, 01 Aug 2000 09:38:12 -0400
40745              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
40746      Branch: perl
40747            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
40748 ____________________________________________________________________________
40749 [  6672] By: jhi                                   on 2000/08/17  03:04:35
40750         Log: Subject: [PATCH] Cwd.pm now uses strict
40751              From: Tim Jenness <timj@jach.hawaii.edu>
40752              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
40753              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
40754      Branch: perl
40755            ! lib/Cwd.pm
40756 ____________________________________________________________________________
40757 [  6671] By: jhi                                   on 2000/08/17  02:16:35
40758         Log: Make $Config{byteorder} more magical so that it is
40759              dynamically computed: nice for 'fat binaries'.
40760              
40761              Subject: [PATCH]: default byteorder
40762              From: Wilfredo Sánchez <wsanchez@apple.com>
40763              Date: Mon, 31 Jul 2000 19:45:31 -0700
40764              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
40765      Branch: perl
40766            ! configpm
40767 ____________________________________________________________________________
40768 [  6670] By: gsar                                  on 2000/08/17  01:22:21
40769         Log: move WNOHANG definition to where other such things are
40770      Branch: perl
40771            ! win32/win32.h
40772 ____________________________________________________________________________
40773 [  6669] By: jhi                                   on 2000/08/17  01:19:17
40774         Log: Update Changes.
40775      Branch: perl
40776            ! Changes patchlevel.h
40777 ____________________________________________________________________________
40778 [  6668] By: jhi                                   on 2000/08/17  01:16:29
40779         Log: Doc nits spotted by Richard Soderberg.
40780      Branch: perl
40781            ! README.posix-bc README.vmesa
40782 ____________________________________________________________________________
40783 [  6667] By: jhi                                   on 2000/08/17  01:12:11
40784         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
40785              From: "Casey R. Tweten" <crt@kiski.net>
40786              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
40787              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
40788      Branch: perl
40789            ! pod/perldebtut.pod
40790 ____________________________________________________________________________
40791 [  6666] By: jhi                                   on 2000/08/17  01:09:31
40792         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
40793              From: "Casey R. Tweten" <crt@kiski.net>
40794              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
40795              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
40796      Branch: perl
40797            ! lib/Shell.pm
40798 ____________________________________________________________________________
40799 [  6665] By: gsar                                  on 2000/08/17  01:03:52
40800         Log: add "ok" targets from change#6632 in makefile.mk
40801      Branch: perl
40802            ! pod/perlport.pod win32/Makefile win32/makefile.mk
40803 ____________________________________________________________________________
40804 [  6664] By: gsar                                  on 2000/08/17  00:56:11
40805         Log: avoid warnings from dense compiler
40806      Branch: perl
40807            ! win32/win32.c
40808 ____________________________________________________________________________
40809 [  6663] By: jhi                                   on 2000/08/17  00:51:49
40810         Log: Tweak the regex compilation errors once more.
40811      Branch: perl
40812            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40813            ! t/op/regmesg.t t/pragma/warn/regcomp
40814 ____________________________________________________________________________
40815 [  6662] By: gsar                                  on 2000/08/17  00:28:19
40816         Log: trailing new %ENV entries weren't being pushed into the real
40817              environment of subprocesses on Windows
40818      Branch: perl
40819            ! t/op/magic.t win32/perlhost.h
40820 ____________________________________________________________________________
40821 [  6661] By: gsar                                  on 2000/08/17  00:19:20
40822         Log: waitpid() now handles externally spawned pids correctly;
40823              fixes for backtick/wait/waitpid failures on Windows 9x
40824              
40825              these changes make the pid returned by process functions on
40826              Windows 9x always positive by clearing the high bit (which
40827              is always set on Win9x); pseudo-process PIDs are likewise
40828              always negative now on Win9x (just as on NT/2000)
40829      Branch: perl
40830            ! pp_sys.c win32/perlhost.h win32/win32.c
40831 ____________________________________________________________________________
40832 [  6660] By: jhi                                   on 2000/08/17  00:04:32
40833         Log: Retract #6645.
40834      Branch: perl
40835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40836            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40837            ! t/op/sprintf.t
40838 ____________________________________________________________________________
40839 [  6659] By: gsar                                  on 2000/08/16  23:59:28
40840         Log: on windows, the return values from wait() and waitpid() don't
40841              match those of pseudo-pids
40842      Branch: perl
40843            ! pp_sys.c t/op/fork.t util.c win32/win32.c
40844 ____________________________________________________________________________
40845 [  6658] By: gsar                                  on 2000/08/16  23:56:14
40846         Log: pod nit seen in passing
40847      Branch: perl
40848            ! pod/perlfunc.pod
40849 ____________________________________________________________________________
40850 [  6657] By: gsar                                  on 2000/08/16  23:53:42
40851         Log: change#6328 could make close(SOCKET) return false on windows
40852              when it shouldn't
40853      Branch: perl
40854            ! win32/win32sck.c
40855 ____________________________________________________________________________
40856 [  6656] By: gsar                                  on 2000/08/16  23:46:57
40857         Log: check that the number pseudo children doesn't exceed
40858              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
40859              the WaitForMultipleObjects() limit that would cause wait()
40860              to crash)
40861              
40862              wait() and waitpid() could potentially be rewritten to use
40863              more than one thread to do the waiting to eliminate this
40864              limitation
40865      Branch: perl
40866            ! win32/perlhost.h
40867 ____________________________________________________________________________
40868 [  6655] By: jhi                                   on 2000/08/16  14:11:05
40869         Log: Update Changes.
40870      Branch: perl
40871            ! Changes patchlevel.h
40872 ____________________________________________________________________________
40873 [  6654] By: jhi                                   on 2000/08/16  14:10:12
40874         Log: Update to perldebtut 1.9, from Richard Foley.
40875      Branch: perl
40876            ! pod/perldebtut.pod
40877 ____________________________________________________________________________
40878 [  6653] By: jhi                                   on 2000/08/16  14:08:17
40879         Log: Change the regx compilation error markers to use = instead of <
40880              since pod makes using the latter quite messy.  Reported in
40881              ID 20000814.006 by Abigail and in
40882              Subject: Unknown escape E<> ?
40883              From: Lupe Christoph <lupe@lupe-christoph.de>
40884              Date: Fri, 11 Aug 2000 00:30:27 +0200
40885              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
40886      Branch: perl
40887            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40888            ! t/op/regmesg.t t/pragma/warn/regcomp
40889 ____________________________________________________________________________
40890 [  6652] By: jhi                                   on 2000/08/16  13:25:31
40891         Log: Change the perlbug address to perl.org since it's more forgiving.
40892              
40893              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
40894              From: abigail@foad.org
40895              Date: 15 Aug 2000 04:15:40 -0000
40896              Message-Id: <20000815041540.8633.qmail@foad.org>
40897      Branch: perl
40898            ! utils/perlbug.PL
40899 ____________________________________________________________________________
40900 [  6651] By: jhi                                   on 2000/08/16  13:22:35
40901         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
40902              From: Tim Jenness <timj@jach.hawaii.edu>
40903              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
40904              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
40905      Branch: perl
40906            ! lib/Cwd.pm
40907 ____________________________________________________________________________
40908 [  6650] By: jhi                                   on 2000/08/16  13:18:13
40909         Log: Update to CPAN 1.57.
40910              
40911              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
40912              From: andreas.koenig@anima.de (Andreas J. Koenig)
40913              Date: 16 Aug 2000 15:09:46 +0200
40914              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
40915      Branch: perl
40916            ! lib/CPAN.pm
40917 ____________________________________________________________________________
40918 [  6649] By: jhi                                   on 2000/08/16  13:12:31
40919         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
40920              From: "Larry W. Virden" <lvirden@cas.org>
40921              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
40922              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
40923      Branch: perl
40924            ! README.hpux
40925 ____________________________________________________________________________
40926 [  6648] By: jhi                                   on 2000/08/16  13:03:53
40927         Log: The numeric locale was reset to "C" by s?printf and never restored.
40928              
40929              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40930              From: Christian Kirsch <ck@held.mind.de>
40931              Date: Wed, 9 Aug 2000 17:05:17 +0200
40932              Message-Id: <20000809170517.A25389@held>
40933              
40934              No test since adding the failing example to locale.t
40935              does not fail -- probably because the locale settings are so
40936              thoroughly tweaked by that time.  Running the example standalone
40937              does fail, though.  UPDATE: test case added at change #7540.
40938      Branch: perl
40939            ! dump.c perl.h pp.c pp_ctl.c sv.c
40940 ____________________________________________________________________________
40941 [  6647] By: jhi                                   on 2000/08/16  00:07:54
40942         Log: Update Changes and test semi-automatic patchlevel updating.
40943      Branch: perl
40944            ! Changes patchlevel.h
40945 ____________________________________________________________________________
40946 [  6646] By: jhi                                   on 2000/08/15  23:35:07
40947         Log: Fix a dependency problem.
40948              
40949              Subject: [PATCH: 6640] VMS Makefile.SH update
40950              From: Peter Prymmer <pvhp@forte.com>
40951              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
40952              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
40953      Branch: perl
40954            ! vms/descrip_mms.template
40955 ____________________________________________________________________________
40956 [  6645] By: jhi                                   on 2000/08/15  23:33:23
40957         Log: (Retracted by #6660)
40958              
40959              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
40960              From: Dominic Dunlop <domo@computer.org>
40961              Date: Tue, 15 Aug 2000 22:20:52 +0200
40962              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
40963      Branch: metaconfig/U/perl
40964            + d_printfed.U
40965      Branch: perl
40966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40967            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40968            ! t/op/sprintf.t
40969 ____________________________________________________________________________
40970 [  6644] By: jhi                                   on 2000/08/15  21:17:20
40971         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
40972              From: abigail@foad.org
40973              Date: 15 Aug 2000 20:12:41 -0000
40974              Message-Id: <20000815201241.25556.qmail@foad.org>
40975      Branch: perl
40976            ! INSTALL
40977 ____________________________________________________________________________
40978 [  6643] By: jhi                                   on 2000/08/15  21:15:28
40979         Log: (an already applied patch)
40980      Branch: perl
40981            ! lib/CGI.pm
40982 ____________________________________________________________________________
40983 [  6642] By: gsar                                  on 2000/08/15  19:54:05
40984         Log: magic callbacks all need to have same type signature
40985      Branch: perl
40986            ! embed.pl mg.c proto.h
40987 ____________________________________________________________________________
40988 [  6641] By: jhi                                   on 2000/08/15  17:56:27
40989         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)
40990              From: Mike Guy <mjtg@cam.ac.uk>
40991              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
40992              Date: Tue, 15 Aug 2000 18:26:45 +0100
40993              
40994              Only the peek.t part applied, not the hash quality part.
40995      Branch: perl
40996            ! t/lib/peek.t
40997 ____________________________________________________________________________
40998 [  6640] By: jhi                                   on 2000/08/15  16:37:37
40999         Log: Update Changes.
41000      Branch: perl
41001            ! Changes
41002 ____________________________________________________________________________
41003 [  6639] By: jhi                                   on 2000/08/15  16:34:55
41004         Log: Missed a file from #6638.
41005      Branch: perl
41006            ! lib/File/Temp.pm
41007 ____________________________________________________________________________
41008 [  6638] By: jhi                                   on 2000/08/15  16:33:19
41009         Log: Subject: [PATCH perl@6620] cygwin port
41010              From: "Fifer, Eric" <EFifer@sanwaint.com>
41011              Date: Tue, 15 Aug 2000 17:00:49 +0100
41012              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
41013      Branch: perl
41014            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
41015 ____________________________________________________________________________
41016 [  6637] By: jhi                                   on 2000/08/15  16:29:22
41017         Log: Subject: [PATCH] debugger exit code should reflect user exit code
41018              From: Mike Guy <mjtg@cam.ac.uk>
41019              Date: Tue, 15 Aug 2000 16:55:59 +0100
41020              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
41021      Branch: perl
41022            ! lib/perl5db.pl
41023 ____________________________________________________________________________
41024 [  6636] By: jhi                                   on 2000/08/15  15:30:58
41025         Log: Update Changes.
41026      Branch: perl
41027            ! Changes
41028 ____________________________________________________________________________
41029 [  6635] By: jhi                                   on 2000/08/15  15:27:21
41030         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
41031      Branch: metaconfig
41032            ! U/mkglossary U/mksample
41033      Branch: metaconfig/U/perl
41034            ! Devel.U
41035      Branch: perl
41036            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41037 ____________________________________________________________________________
41038 [  6634] By: jhi                                   on 2000/08/15  14:11:55
41039         Log: Don't blow limited stacks, a lower number is enough to
41040              tickle the lookbehind limit.
41041              
41042              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
41043              From: Dominic Dunlop <domo@computer.org>
41044              Date: Tue, 15 Aug 2000 13:51:24 +0200
41045              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
41046      Branch: perl
41047            ! t/op/regmesg.t
41048 ____________________________________________________________________________
41049 [  6633] By: jhi                                   on 2000/08/15  14:01:46
41050         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
41051              From: Mike Guy <mjtg@cam.ac.uk>
41052              Date: Tue, 15 Aug 2000 12:10:50 +0100
41053              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
41054      Branch: perl
41055            ! utils/perldoc.PL
41056 ____________________________________________________________________________
41057 [  6632] By: jhi                                   on 2000/08/15  13:58:48
41058         Log: make ok etc also for win32.
41059              
41060              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
41061              From: Prymmer/Kahn <pvhp@best.com>
41062              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
41063              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
41064      Branch: perl
41065            ! win32/Makefile
41066 ____________________________________________________________________________
41067 [  6631] By: jhi                                   on 2000/08/15  13:45:03
41068         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
41069      Branch: perl
41070            ! lib/Test.pm
41071 ____________________________________________________________________________
41072 [  6630] By: jhi                                   on 2000/08/15  03:25:09
41073         Log: Update Changes.
41074      Branch: perl
41075            ! Changes
41076 ____________________________________________________________________________
41077 [  6629] By: jhi                                   on 2000/08/15  03:23:53
41078         Log: magic_regdatum_set() is void, not int.
41079      Branch: perl
41080            ! embed.pl mg.c proto.h
41081 ____________________________________________________________________________
41082 [  6628] By: jhi                                   on 2000/08/15  03:08:02
41083         Log: Make the user to give up his firstborn, err, to knowingly
41084              verify installing an unstable developer release.  Also bump
41085              the release to 5.7.0, but leave a patch tag in the local
41086              patches saying that this is not yet the real thing.
41087      Branch: metaconfig
41088            ! U/modified/Instruct.U
41089      Branch: metaconfig/U/perl
41090            + Devel.U
41091      Branch: perl
41092            ! Configure patchlevel.h
41093 ____________________________________________________________________________
41094 [  6627] By: jhi                                   on 2000/08/14  22:32:52
41095         Log: README.os2 update.
41096              
41097              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
41098              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41099              Date: Wed, 02 Aug 2000 21:55:09 -0700
41100              Message-ID: <tsPi5gzkgegX092yn@efn.org>
41101      Branch: perl
41102            ! README.os2
41103 ____________________________________________________________________________
41104 [  6626] By: jhi                                   on 2000/08/14  21:00:02
41105         Log: Subject: Re: File::Temp problems on VMS in bleedperl
41106              From: Tim Jenness <timj@jach.hawaii.edu>
41107              cc: vmsperl@perl.org
41108              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
41109              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
41110      Branch: perl
41111            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
41112 ____________________________________________________________________________
41113 [  6625] By: jhi                                   on 2000/08/14  20:52:16
41114         Log: Add SUIDMAIL as was done for the CERT alert.
41115      Branch: perl
41116            ! patchlevel.h
41117 ____________________________________________________________________________
41118 [  6624] By: jhi                                   on 2000/08/14  20:48:50
41119         Log: Subject: sfio2000
41120              From: Daniel Muino <dmuino@afip.gov.ar>
41121              Date: Mon, 14 Aug 2000 16:58:11 -0300
41122              Message-ID: <20000814165811.B16368@con2-dgi>
41123      Branch: perl
41124            ! perlsdio.h perlsfio.h
41125 ____________________________________________________________________________
41126 [  6623] By: jhi                                   on 2000/08/14  20:47:36
41127         Log: Subject: warning: storage class after type is obsolescent
41128              From: Daniel Muino <dmuino@afip.gov.ar>
41129              Date: Mon, 14 Aug 2000 16:42:47 -0300
41130              Message-ID: <20000814164247.A16368@con2-dgi>
41131      Branch: perl
41132            ! regcomp.pl regnodes.h
41133 ____________________________________________________________________________
41134 [  6622] By: jhi                                   on 2000/08/14  20:43:05
41135         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
41136              From: abigail@foad.org
41137              Date: 14 Aug 2000 20:00:10 -0000
41138              Message-Id: <20000814200010.27271.qmail@foad.org>
41139      Branch: perl
41140            ! Changes
41141 ____________________________________________________________________________
41142 [  6621] By: jhi                                   on 2000/08/14  15:23:05
41143         Log: Update Changes.
41144      Branch: perl
41145            ! Changes
41146 ____________________________________________________________________________
41147 [  6620] By: jhi                                   on 2000/08/14  15:22:14
41148         Log: Subject: Re: [PATCH] @+, @- readonly
41149              From: Mike Guy <mjtg@cam.ac.uk>
41150              Date: Mon, 14 Aug 2000 15:26:55 +0100
41151              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
41152      Branch: perl
41153            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
41154            ! sv.c t/op/pat.t
41155 ____________________________________________________________________________
41156 [  6619] By: jhi                                   on 2000/08/14  14:12:08
41157         Log: Update Changes.
41158      Branch: perl
41159            ! Changes
41160 ____________________________________________________________________________
41161 [  6618] By: jhi                                   on 2000/08/14  14:09:34
41162         Log: For now remove the mail code.
41163      Branch: perl
41164            ! perl.c
41165 ____________________________________________________________________________
41166 [  6617] By: jhi                                   on 2000/08/14  14:08:28
41167         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
41168      Branch: perl
41169            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
41170            ! pod/perlfaq8.pod pod/perlsec.pod
41171 ____________________________________________________________________________
41172 [  6616] By: jhi                                   on 2000/08/14  14:00:11
41173         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41174              From: Mike Guy <mjtg@cam.ac.uk>
41175              Date: Mon, 14 Aug 2000 08:26:02 +0100
41176              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
41177      Branch: perl
41178            ! lib/perl5db.pl
41179 ____________________________________________________________________________
41180 [  6615] By: jhi                                   on 2000/08/14  13:58:45
41181         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
41182              From: Mike Guy <mjtg@cam.ac.uk>
41183              Date: Mon, 14 Aug 2000 08:04:22 +0100
41184              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
41185      Branch: perl
41186            ! gv.c mg.c t/op/pat.t
41187 ____________________________________________________________________________
41188 [  6614] By: jhi                                   on 2000/08/14  13:56:45
41189         Log: Subject: Test fails / warnings with perl-current #6612
41190              From: Mike Guy <mjtg@cam.ac.uk>
41191              Date: Mon, 14 Aug 2000 07:57:23 +0100
41192              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
41193      Branch: perl
41194            ! t/lib/b.t t/lib/peek.t
41195 ____________________________________________________________________________
41196 [  6613] By: jhi                                   on 2000/08/14  13:45:33
41197         Log: VMS configure.com update continues.
41198      Branch: perl
41199            - vms/configure.com
41200            ! MANIFEST configure.com
41201 ____________________________________________________________________________
41202 [  6612] By: jhi                                   on 2000/08/13  22:13:35
41203         Log: Update Changes.
41204      Branch: perl
41205            ! Changes
41206 ____________________________________________________________________________
41207 [  6611] By: jhi                                   on 2000/08/13  16:21:45
41208         Log: Upgrade to CGI 2.71, from Lincoln Stein.
41209      Branch: perl
41210            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
41211 ____________________________________________________________________________
41212 [  6610] By: jhi                                   on 2000/08/13  15:09:16
41213         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
41214              From: Mike Guy <mjtg@cam.ac.uk>
41215              Date: Sun, 13 Aug 2000 13:45:51 +0100
41216              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
41217      Branch: perl
41218            ! t/op/regmesg.t
41219 ____________________________________________________________________________
41220 [  6609] By: jhi                                   on 2000/08/13  14:31:26
41221         Log: Andreas says that 1.56 is fine, so reverting back to it.
41222      Branch: perl
41223            ! lib/CPAN.pm
41224 ____________________________________________________________________________
41225 [  6608] By: jhi                                   on 2000/08/13  05:34:20
41226         Log: Update Changes.
41227      Branch: perl
41228            ! Changes
41229 ____________________________________________________________________________
41230 [  6607] By: jhi                                   on 2000/08/13  05:32:01
41231         Log: Put back the \z changes of #5406 to CPAN.pm.
41232      Branch: perl
41233            ! lib/CPAN.pm
41234 ____________________________________________________________________________
41235 [  6606] By: jhi                                   on 2000/08/13  05:20:16
41236         Log: Fix-n-skip the tests under 5005threads.
41237      Branch: perl
41238            ! t/lib/b.t
41239 ____________________________________________________________________________
41240 [  6605] By: jhi                                   on 2000/08/13  05:07:48
41241         Log: Fix the test for 5005threads.
41242      Branch: perl
41243            ! t/lib/peek.t
41244 ____________________________________________________________________________
41245 [  6604] By: jhi                                   on 2000/08/13  03:35:37
41246         Log: Should have deleted this in #6603.
41247      Branch: perl
41248            - vms/subconfigure.com
41249 ____________________________________________________________________________
41250 [  6603] By: jhi                                   on 2000/08/12  18:29:32
41251         Log: Rewrite of vms/subconfigure.com as configure.com,
41252              from Peter Prymmer and the vmsperl crew.
41253      Branch: perl
41254            + vms/configure.com
41255            ! MANIFEST
41256 ____________________________________________________________________________
41257 [  6602] By: jhi                                   on 2000/08/11  13:00:01
41258         Log: PlainText.pm is dead.
41259      Branch: perl
41260            - lib/Pod/PlainText.pm
41261            ! MANIFEST
41262 ____________________________________________________________________________
41263 [  6601] By: jhi                                   on 2000/08/11  04:06:45
41264         Log: Update Changes.
41265      Branch: perl
41266            ! Changes
41267 ____________________________________________________________________________
41268 [  6600] By: jhi                                   on 2000/08/11  04:06:10
41269         Log: Add a few missing files, update MANIFEST.
41270      Branch: perl
41271            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
41272            + lib/Pod/PlainText.pm t/pod/find.t
41273            ! MANIFEST t/op/regmesg.t
41274 ____________________________________________________________________________
41275 [  6599] By: jhi                                   on 2000/08/11  03:31:10
41276         Log: Add Perl debugging tutorial, regen toc. 
41277              
41278              Subject: perldebtut.pod
41279              From: Richard Foley <Richard.Foley@m.dasa.de>
41280              Date: Wed, 09 Aug 2000 10:17:15 +0200
41281              Message-id: <3991138B.262247B8@m.dasa.de>
41282      Branch: perl
41283            + pod/perldebtut.pod
41284            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41285 ____________________________________________________________________________
41286 [  6598] By: jhi                                   on 2000/08/11  02:48:56
41287         Log: tiny Changes edit
41288      Branch: perl
41289            ! Changes
41290 ____________________________________________________________________________
41291 [  6597] By: jhi                                   on 2000/08/11  02:39:04
41292         Log: Tests for #6589.
41293              
41294              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41295              From: simon@brecon.co.uk (Simon Cozens)
41296              Date: 11 Aug 2000 02:24:52 GMT
41297              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
41298      Branch: perl
41299            ! t/lib/b.t
41300 ____________________________________________________________________________
41301 [  6596] By: jhi                                   on 2000/08/11  01:50:07
41302         Log: Update Changes.
41303      Branch: perl
41304            ! Changes
41305 ____________________________________________________________________________
41306 [  6595] By: jhi                                   on 2000/08/11  01:47:16
41307         Log: nitfix
41308      Branch: perl
41309            ! Changes
41310 ____________________________________________________________________________
41311 [  6594] By: jhi                                   on 2000/08/11  01:36:16
41312         Log: Subject: Getting perlio and threads to compile
41313              From: Lupe Christoph <lupe@lupe-christoph.de>
41314              Date: Wed, 9 Aug 2000 11:35:54 +0200
41315              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
41316              
41317              (the Solaris version changes in Configure skipped)
41318      Branch: perl
41319            ! hints/solaris_2.sh thread.h
41320 ____________________________________________________________________________
41321 [  6593] By: jhi                                   on 2000/08/11  01:30:16
41322         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
41323              From: simon@brecon.co.uk (Simon Cozens)
41324              Date: 1 Aug 2000 06:55:19 GMT
41325              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
41326      Branch: perl
41327            ! lib/utf8.pm
41328 ____________________________________________________________________________
41329 [  6592] By: jhi                                   on 2000/08/11  01:26:39
41330         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
41331              From: Peter Scott <Peter@PeterScott.com>
41332              Date: Thu, 10 Aug 2000 08:23:27 -0700
41333              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
41334      Branch: perl
41335            ! lib/perl5db.pl
41336 ____________________________________________________________________________
41337 [  6591] By: jhi                                   on 2000/08/11  01:22:02
41338         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
41339              From: Hugo <hv@crypt.compulink.co.uk>
41340              Date: Thu, 10 Aug 2000 19:23:04 +0100
41341              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
41342      Branch: perl
41343            ! regexec.c t/op/pat.t
41344 ____________________________________________________________________________
41345 [  6590] By: jhi                                   on 2000/08/11  01:19:19
41346         Log: Preprocessing and postprocessing for File::Find.
41347              
41348              Subject: Patch to Find::File.pm to allow alphabetical results
41349              From: Joe Smith <jsmith@inwap.com>
41350              Date: Wed, 9 Aug 2000 02:44:54 -0700
41351              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
41352      Branch: perl
41353            ! lib/File/Find.pm
41354 ____________________________________________________________________________
41355 [  6589] By: jhi                                   on 2000/08/11  01:12:39
41356         Log: B::Deparse didn't do sub attributes.
41357              
41358              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41359              From: simon@brecon.co.uk (Simon Cozens)
41360              Date: 9 Aug 2000 04:49:20 GMT
41361              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
41362      Branch: perl
41363            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
41364 ____________________________________________________________________________
41365 [  6588] By: jhi                                   on 2000/08/11  01:06:40
41366         Log: Subject: debugger "d" command doesnt check line number
41367              From: Mike Guy <mjtg@cam.ac.uk>
41368              Date: Tue, 08 Aug 2000 21:54:29 +0100
41369              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
41370      Branch: perl
41371            ! lib/perl5db.pl mg.c pod/perldiag.pod
41372 ____________________________________________________________________________
41373 [  6587] By: jhi                                   on 2000/08/11  00:45:03
41374         Log: sleep(1) does not necessarily return 1.
41375              
41376              Subject: [PATCH bleadperl] op/lex_assign.t  
41377              From: Hugo <hv@crypt.compulink.co.uk>
41378              Date: Thu, 03 Aug 2000 14:34:22 +0100        
41379              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
41380      Branch: perl
41381            ! t/op/lex_assign.t
41382 ____________________________________________________________________________
41383 [  6586] By: jhi                                   on 2000/08/11  00:31:50
41384         Log: Document the IO::Select timeout.
41385      Branch: perl
41386            ! ext/IO/lib/IO/Select.pm
41387 ____________________________________________________________________________
41388 [  6585] By: jhi                                   on 2000/08/11  00:13:54
41389         Log: Forgot contributor.
41390      Branch: perl
41391            ! Changes
41392 ____________________________________________________________________________
41393 [  6584] By: jhi                                   on 2000/08/11  00:09:19
41394         Log: detypo
41395      Branch: perl
41396            ! Changes
41397 ____________________________________________________________________________
41398 [  6583] By: jhi                                   on 2000/08/11  00:07:53
41399         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
41400              
41401              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
41402              From: Mike Guy <mjtg@cam.ac.uk> 
41403              Date: Thu, 10 Aug 2000 15:50:54 +0100
41404              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
41405      Branch: perl
41406            ! sv.c t/op/int.t
41407 ____________________________________________________________________________
41408 [  6582] By: jhi                                   on 2000/08/10  23:29:32
41409         Log: Update Changes.
41410      Branch: perl
41411            ! Changes
41412 ____________________________________________________________________________
41413 [  6581] By: jhi                                   on 2000/08/10  23:26:16
41414         Log: Put back the std @INC thing.
41415      Branch: perl
41416            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
41417            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
41418            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
41419            ! t/lib/gol-oo.t
41420 ____________________________________________________________________________
41421 [  6580] By: jhi                                   on 2000/08/10  23:03:34
41422         Log: Update to CGI 2.70, from Lincoln Stein.
41423      Branch: perl
41424            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
41425            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
41426            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
41427            ! t/lib/cgi-request.t
41428 ____________________________________________________________________________
41429 [  6579] By: jhi                                   on 2000/08/10  22:41:50
41430         Log: Update to CPAN 1.56, from Andreas König.
41431      Branch: perl
41432            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41433 ____________________________________________________________________________
41434 [  6578] By: jhi                                   on 2000/08/10  22:38:13
41435         Log: Update to Pod::Parser 1.17, from Brad Appleton.
41436      Branch: perl
41437            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
41438            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
41439            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
41440            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
41441            ! t/pod/include.t t/pod/included.t t/pod/lref.t
41442            ! t/pod/multiline_items.t t/pod/nested_items.t
41443            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
41444            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
41445            ! t/pod/special_seqs.t
41446 ____________________________________________________________________________
41447 [  6577] By: jhi                                   on 2000/08/10  22:35:41
41448         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
41449      Branch: perl
41450            ! AUTHORS MAINTAIN
41451 ____________________________________________________________________________
41452 [  6576] By: jhi                                   on 2000/08/10  22:24:54
41453         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
41454      Branch: perl
41455            + t/lib/gol-oo.t
41456            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
41457            ! t/lib/gol-compat.t t/lib/gol-linkage.t
41458 ____________________________________________________________________________
41459 [  6575] By: jhi                                   on 2000/08/10  22:02:07
41460         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
41461      Branch: perl
41462            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
41463 ____________________________________________________________________________
41464 [  6574] By: jhi                                   on 2000/08/10  21:55:03
41465         Log: Iterating perl6 description.
41466      Branch: perl
41467            ! pod/perlfaq1.pod
41468 ____________________________________________________________________________
41469 [  6573] By: jhi                                   on 2000/08/10  21:48:26
41470         Log: Revert the sv.c part of #6559, a better fix is needed.
41471      Branch: perl
41472            ! sv.c
41473 ____________________________________________________________________________
41474 [  6572] By: jhi                                   on 2000/08/10  20:33:43
41475         Log: It's the 2ndO'ROSSC.
41476      Branch: perl
41477            ! pod/perlfaq1.pod
41478 ____________________________________________________________________________
41479 [  6571] By: jhi                                   on 2000/08/10  15:55:48
41480         Log: detypo
41481      Branch: perl
41482            ! pod/perlfaq1.pod
41483 ____________________________________________________________________________
41484 [  6570] By: jhi                                   on 2000/08/10  14:11:17
41485         Log: An exceptionally sticky typo.
41486      Branch: perl
41487            ! Changes
41488 ____________________________________________________________________________
41489 [  6569] By: jhi                                   on 2000/08/10  14:09:33
41490         Log: detypo (and test Changes updating script)
41491      Branch: perl
41492            ! Changes
41493 ____________________________________________________________________________
41494 [  6568] By: jhi                                   on 2000/08/10  14:07:07
41495         Log: Update Changes.
41496      Branch: perl
41497            ! Changes
41498 ____________________________________________________________________________
41499 [  6567] By: jhi                                   on 2000/08/10  14:06:19
41500         Log: Amend the description of Perl6.
41501              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
41502              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41503              Date: Wed, 9 Aug 2000 22:11:06 -0500
41504              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
41505      Branch: perl
41506            ! pod/perlfaq1.pod
41507 ____________________________________________________________________________
41508 [  6566] By: jhi                                   on 2000/08/10  13:58:57
41509         Log: Subject: Remove dead entry in perldiag
41510              From: Mike Guy <mjtg@cam.ac.uk>
41511              Date: Thu, 10 Aug 2000 14:19:19 +0100
41512              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
41513      Branch: perl
41514            ! pod/perldiag.pod
41515 ____________________________________________________________________________
41516 [  6565] By: jhi                                   on 2000/08/10  13:51:48
41517         Log: Zero entries were skipped, fix from Adrian Goalby
41518              <argoalby@yahoo.co.uk>
41519      Branch: perl
41520            ! lib/unicode/Number.pl lib/unicode/mktables.PL
41521 ____________________________________________________________________________
41522 [  6564] By: jhi                                   on 2000/08/10  13:00:12
41523         Log: Subject: [PATCH 5.6.0] cygwin port
41524              From: "Fifer, Eric" <EFifer@sanwaint.com>
41525              Date: Thu, 10 Aug 2000 13:15:36 +0100
41526              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
41527      Branch: perl
41528            ! README.cygwin hints/cygwin.sh
41529 ____________________________________________________________________________
41530 [  6563] By: jhi                                   on 2000/08/10  12:55:16
41531         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
41532      Branch: perl
41533            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
41534 ____________________________________________________________________________
41535 [  6562] By: gsar                                  on 2000/08/10  08:38:39
41536         Log: warn is a macro, avoid using at a variable to avoid warnings
41537              in some configurations; readdir.t is too conservative in
41538              estimating number of *.t's
41539      Branch: perl
41540            ! t/op/readdir.t util.c
41541 ____________________________________________________________________________
41542 [  6561] By: jhi                                   on 2000/08/09  23:35:42
41543         Log: Update Changes.
41544      Branch: perl
41545            ! Changes
41546 ____________________________________________________________________________
41547 [  6560] By: jhi                                   on 2000/08/09  23:05:47
41548         Log: Subject: Re: enhanced(?) regex error messages
41549              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41550              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
41551              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
41552              
41553              (plus two small patches sent privately)
41554              (this still seems to leave few test failures)
41555      Branch: perl
41556            + t/op/regmesg.t
41557            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
41558            ! t/pragma/warn/regcomp
41559 ____________________________________________________________________________
41560 [  6559] By: jhi                                   on 2000/08/09  20:41:18
41561         Log: (The fix did work but was not right, retracted in #6573)
41562              
41563              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41564              From: Christian Kirsch <ck@held.mind.de>
41565              Date: Wed, 9 Aug 2000 17:05:17 +0200
41566              Message-Id: <20000809170517.A25389@held>
41567      Branch: perl
41568            ! sv.c t/pragma/locale.t
41569 ____________________________________________________________________________
41570 [  6558] By: jhi                                   on 2000/08/08  22:34:08
41571         Log: Tiny updates on the contributors list.
41572      Branch: perl
41573            ! Changes
41574 ____________________________________________________________________________
41575 [  6557] By: jhi                                   on 2000/08/08  19:34:28
41576         Log: Double check that we have a dirhandle.
41577      Branch: perl
41578            ! util.c
41579 ____________________________________________________________________________
41580 [  6556] By: jhi                                   on 2000/08/08  19:01:51
41581         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
41582              May be repopulated with fresh maintained examples.
41583      Branch: perl
41584            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
41585            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
41586            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
41587            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
41588            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
41589            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
41590            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
41591            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
41592            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
41593            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
41594            + lib/CGI/eg/wilogo_gif.uu
41595            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
41596            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
41597            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
41598            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
41599            - eg/cgi/frameset.cgi eg/cgi/index.html
41600            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41601            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41602            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41603            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41604            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41605            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41606            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41607            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41608            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41609            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41610            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41611            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41612            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41613            - eg/van/vanish eg/who eg/wrapsuid
41614            ! MANIFEST
41615 ____________________________________________________________________________
41616 [  6555] By: jhi                                   on 2000/08/08  18:51:08
41617         Log: Delete chat2 as requested by Randal.
41618              
41619              Subject: Re: perlfaq8 coyness
41620              From: merlyn@stonehenge.com (Randal L. Schwartz) 
41621              Date: 15 May 2000 18:52:42 -0700 
41622              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
41623      Branch: perl
41624            - lib/chat2.pl
41625            ! MANIFEST
41626 ____________________________________________________________________________
41627 [  6554] By: jhi                                   on 2000/08/08  18:31:35
41628         Log: Regen global.sym.
41629      Branch: perl
41630            ! global.sym
41631 ____________________________________________________________________________
41632 [  6553] By: jhi                                   on 2000/08/08  18:28:13
41633         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
41634              (either perlbug or p5p ate the original), plus regen
41635              perlapi and perltoc. 
41636      Branch: perl
41637            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
41638            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
41639            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
41640            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
41641            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
41642            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
41643            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
41644            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
41645            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
41646            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
41647 ____________________________________________________________________________
41648 [  6552] By: jhi                                   on 2000/08/08  18:06:29
41649         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
41650              From: Mike Guy <mjtg@cam.ac.uk>
41651              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
41652              Date: Tue, 08 Aug 2000 15:51:27 +0100
41653      Branch: perl
41654            ! doop.c sv.h t/op/join.t t/pragma/overload.t
41655 ____________________________________________________________________________
41656 [  6551] By: jhi                                   on 2000/08/08  18:01:11
41657         Log: Re-apply #6549.
41658      Branch: perl
41659            ! lib/perl5db.pl
41660 ____________________________________________________________________________
41661 [  6550] By: jhi                                   on 2000/08/08  17:43:08
41662         Log: Accidental retraction of #6549.
41663      Branch: perl
41664            ! lib/perl5db.pl
41665 ____________________________________________________________________________
41666 [  6549] By: jhi                                   on 2000/08/08  17:40:04
41667         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41668              From: Mike Guy <mjtg@cam.ac.uk>
41669              Date: Mon, 07 Aug 2000 21:49:58 +0100
41670              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
41671      Branch: perl
41672            ! lib/perl5db.pl
41673 ____________________________________________________________________________
41674 [  6548] By: jhi                                   on 2000/08/08  17:37:57
41675         Log: Document here-doc better.
41676              
41677              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
41678              From: Mike Guy <mjtg@cam.ac.uk>
41679              Date: Mon, 07 Aug 2000 14:02:09 +0100
41680              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
41681      Branch: perl
41682            ! pod/perldata.pod
41683 ____________________________________________________________________________
41684 [  6547] By: jhi                                   on 2000/08/08  17:33:34
41685         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
41686              From: "Randy J. Ray" <rjray@redhat.com>
41687              Date: Mon, 07 Aug 2000 19:12:25 -0700
41688              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
41689      Branch: perl
41690            ! perl.c pod/perlrun.pod
41691 ____________________________________________________________________________
41692 [  6546] By: jhi                                   on 2000/08/08  17:29:26
41693         Log: Subject: Re: enhanced(?) regex error messages 
41694              From: Hugo <hv@crypt.compulink.co.uk>
41695              Date: Tue, 08 Aug 2000 03:25:51 +0100
41696              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
41697              
41698              plus Capitalize the error messages, plus perldiag them.
41699      Branch: perl
41700            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
41701 ____________________________________________________________________________
41702 [  6545] By: jhi                                   on 2000/08/08  13:59:28
41703         Log: Augment #6539 a bit: don't croak if there's magic in the air.
41704              
41705              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
41706              From: Hugo <hv@crypt.compulink.co.uk>
41707              Date: Tue, 08 Aug 2000 03:02:03 +0100
41708              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
41709      Branch: perl
41710            ! pp.c t/op/bless.t
41711 ____________________________________________________________________________
41712 [  6544] By: jhi                                   on 2000/08/07  21:11:52
41713         Log: Make the test -w clean.
41714      Branch: perl
41715            ! t/op/bless.t
41716 ____________________________________________________________________________
41717 [  6543] By: jhi                                   on 2000/08/07  19:49:53
41718         Log: use warnings instead of $^W.
41719      Branch: perl
41720            ! t/op/bless.t
41721 ____________________________________________________________________________
41722 [  6542] By: jhi                                   on 2000/08/07  17:41:41
41723         Log: Disable a portability warning Because We Know What We Are Doing.
41724      Branch: perl
41725            ! t/op/bless.t
41726 ____________________________________________________________________________
41727 [  6541] By: jhi                                   on 2000/08/07  17:29:51
41728         Log: Tiny tidying on report_evil_fh().
41729      Branch: perl
41730            ! util.c
41731 ____________________________________________________________________________
41732 [  6540] By: jhi                                   on 2000/08/07  16:37:38
41733         Log: Make regular expression parse error messages easier to understand.
41734              
41735              Subject: Re: enhanced(?) regex error messages
41736              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41737              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
41738              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
41739      Branch: perl
41740            ! regcomp.c
41741 ____________________________________________________________________________
41742 [  6539] By: jhi                                   on 2000/08/07  16:12:27
41743         Log: Make bless(REF, REF) a fatal error, add bless tests.
41744              
41745              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
41746              From: Hugo <hv@crypt.compulink.co.uk>
41747              Date: Mon, 07 Aug 2000 16:59:38 +0100
41748              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
41749      Branch: perl
41750            + t/op/bless.t
41751            ! MANIFEST pod/perldiag.pod pp.c sv.c
41752 ____________________________________________________________________________
41753 [  6538] By: jhi                                   on 2000/08/07  15:59:43
41754         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
41755              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
41756              Date: Thu, 3 Aug 2000 14:29:21 -0700
41757              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
41758      Branch: perl
41759            ! lib/lib_pm.PL
41760 ____________________________________________________________________________
41761 [  6537] By: jhi                                   on 2000/08/07  15:47:18
41762         Log: Retract #6419 for now since it breaks in AFS and MachTen.
41763      Branch: perl
41764            ! lib/Cwd.pm
41765 ____________________________________________________________________________
41766 [  6536] By: jhi                                   on 2000/08/07  15:05:29
41767         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
41768              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
41769              The security hole exists only in suidperls, which isn't
41770              installed or even built by default.
41771      Branch: perl
41772            ! perl.c
41773 ____________________________________________________________________________
41774 [  6535] By: jhi                                   on 2000/08/07  14:45:14
41775         Log: tr memory corruption fix from Simon Cozens.
41776      Branch: perl
41777            ! doop.c
41778 ____________________________________________________________________________
41779 [  6534] By: jhi                                   on 2000/08/06  11:38:16
41780         Log: Document a bit that UDP is not what you might think.
41781              
41782              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
41783              From: Lupe Christoph <lupe@lupe-christoph.de>
41784              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
41785              Date: Mon, 24 Jul 2000 08:59:15 +0200
41786      Branch: perl
41787            ! pod/perlipc.pod
41788 ____________________________________________________________________________
41789 [  6533] By: jhi                                   on 2000/08/06  11:35:01
41790         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
41791              From: Jeff Pinyan <jeffp@hut.crusoe.net>
41792              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
41793              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
41794      Branch: perl
41795            ! pod/perlfunc.pod
41796 ____________________________________________________________________________
41797 [  6532] By: jhi                                   on 2000/08/06  03:45:41
41798         Log: Have symbols for the IoTYPEs.
41799      Branch: perl
41800            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
41801 ____________________________________________________________________________
41802 [  6531] By: jhi                                   on 2000/08/06  01:33:55
41803         Log: Continue fixing the io warnings.  This also
41804              sort of fixes bug ID 20000802.003: the core dump
41805              is no more.  Whether the current behaviour is correct
41806              (giving a warning: "Not a format reference"), is another matter.
41807      Branch: perl
41808            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
41809            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
41810 ____________________________________________________________________________
41811 [  6530] By: jhi                                   on 2000/08/05  21:33:12
41812         Log: Change the Policy policy: now -Dprefix= with an existing
41813              Policy.sh and prefix == siteprefix == vendorprefix, then all
41814              of them follow along the new prefix.
41815              
41816              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
41817              From: Andy Dougherty <doughera@lafayette.edu>
41818              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
41819              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
41820      Branch: perl
41821            ! Policy_sh.SH
41822 ____________________________________________________________________________
41823 [  6529] By: jhi                                   on 2000/08/05  18:57:28
41824         Log: Zap lib/Sys directory when cleaning up.
41825      Branch: perl
41826            ! Makefile.SH
41827 ____________________________________________________________________________
41828 [  6528] By: jhi                                   on 2000/08/05  18:40:44
41829         Log: Essential prototype changes were missing from #6527.
41830              Also make report_evil_fh() more bomb-proof.
41831      Branch: perl
41832            ! embed.h util.c
41833 ____________________________________________________________________________
41834 [  6527] By: jhi                                   on 2000/08/05  03:22:05
41835         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
41836              From: "Ronald F. Guilmette" <rfg@monkeys.com>
41837              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
41838              Message-Id: <200007242247.PAA52177@monkeys.com>
41839      Branch: perl
41840            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
41841 ____________________________________________________________________________
41842 [  6526] By: jhi                                   on 2000/08/04  21:23:27
41843         Log: gcc versions might have (parentheses) in them.
41844      Branch: metaconfig/U/perl
41845            ! gccvers.U
41846      Branch: perl
41847            ! Configure config_h.SH
41848 ____________________________________________________________________________
41849 [  6525] By: jhi                                   on 2000/08/04  20:23:12
41850         Log: Weed buglets pointed out by
41851              
41852              From: Lupe Christoph <lupe@lupe-christoph.de>
41853              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
41854              Date: Fri, 4 Aug 2000 17:34:39 +0200
41855              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
41856      Branch: metaconfig/U/perl
41857            ! gccvers.U uselfs.U
41858      Branch: perl
41859            ! Configure config_h.SH
41860 ____________________________________________________________________________
41861 [  6524] By: jhi                                   on 2000/08/04  19:02:08
41862         Log: Warn under -w if lstat(FH) is attempted.
41863              
41864              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
41865              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
41866              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
41867              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
41868      Branch: perl
41869            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
41870            ! t/pragma/warn/pp_sys
41871 ____________________________________________________________________________
41872 [  6523] By: jhi                                   on 2000/08/04  12:31:11
41873         Log: Subject: New perlcc, take 2
41874              From: simon@brecon.co.uk (Simon Cozens)
41875              Date: 4 Aug 2000 06:21:04 GMT
41876              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
41877      Branch: perl
41878            ! utils/perlcc.PL
41879 ____________________________________________________________________________
41880 [  6522] By: jhi                                   on 2000/08/04  12:26:33
41881         Log: Subject: Re: Array vs. List context
41882              From: Daniel Chetlin <daniel@chetlin.com>
41883              Date: Fri, 4 Aug 2000 00:22:44 -0700
41884              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
41885      Branch: perl
41886            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
41887            ! pod/perlfaq4.pod
41888 ____________________________________________________________________________
41889 [  6521] By: jhi                                   on 2000/08/04  12:22:38
41890         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
41891              From: Raymund Will <ray@caldera.de>
41892              Date: Fri, 4 Aug 2000 12:07:09 +0200
41893              Message-Id: <20000804120709.A14982@caldera.de>
41894      Branch: perl
41895            ! configure.gnu
41896 ____________________________________________________________________________
41897 [  6520] By: jhi                                   on 2000/08/04  04:09:06
41898         Log: After the #6519 a warning about stat() is just that,
41899              not about a filetest, which now have their own warning.
41900      Branch: perl
41901            ! pod/perldiag.pod
41902 ____________________________________________________________________________
41903 [  6519] By: jhi                                   on 2000/08/04  04:06:30
41904         Log: In the warnings call filehandles consistently so;
41905              add "unopened" warning for stat().
41906      Branch: perl
41907            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
41908            ! t/pragma/warn/pp_sys
41909 ____________________________________________________________________________
41910 [  6518] By: jhi                                   on 2000/08/04  02:55:35
41911         Log: Subject: Minor tweak to perlvar.pod
41912              From: "Stephen P. Potter" <spp@ds.net>
41913              Date: Tue, 18 Apr 2000 09:26:03 -0400
41914              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
41915      Branch: perl
41916            ! pod/perlvar.pod
41917 ____________________________________________________________________________
41918 [  6517] By: jhi                                   on 2000/08/04  02:50:08
41919         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
41920              From: "Clinton Pierce" <cpierce1@ford.com>
41921              Date: Wed, 21 Jul 1999 16:45:31 -0400
41922              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
41923              
41924              Fix by Stephen Potter (visible in the bug db but not in p5p?)
41925      Branch: perl
41926            ! pod/perlfunc.pod pod/perlop.pod
41927 ____________________________________________________________________________
41928 [  6516] By: jhi                                   on 2000/08/04  02:09:25
41929         Log: This is 6512.  Really.
41930      Branch: perl
41931            ! dump.c
41932 ____________________________________________________________________________
41933 [  6515] By: jhi                                   on 2000/08/04  01:25:50
41934         Log: mention the idea of @( and @)
41935      Branch: perl
41936            ! Todo-5.6
41937 ____________________________________________________________________________
41938 [  6514] By: bailey                                on 2000/08/04  01:18:46
41939         Log: YA resync with mainstem, including VMS patches from others
41940      Branch: vmsperl
41941           +> (branch 48 files)
41942            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
41943           !> (integrate 354 files)
41944 ____________________________________________________________________________
41945 [  6513] By: jhi                                   on 2000/08/04  01:18:18
41946         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
41947              From: Mark Dickinson <dickins3@fas.harvard.edu>
41948              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
41949              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
41950      Branch: perl
41951            ! t/op/grent.t t/op/pwent.t
41952 ____________________________________________________________________________
41953 [  6512] By: jhi                                   on 2000/08/04  01:14:06
41954         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
41955              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41956              Date: Wed, 02 Aug 2000 10:51:01 +0100
41957              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
41958      Branch: perl
41959            ! sv.c
41960 ____________________________________________________________________________
41961 [  6511] By: jhi                                   on 2000/08/04  00:57:00
41962         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
41963              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41964              Date: Thu, 03 Aug 2000 17:20:04 -0700
41965              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
41966      Branch: metaconfig
41967            ! U/modified/Cppsym.U
41968      Branch: perl
41969            ! Configure config_h.SH
41970 ____________________________________________________________________________
41971 [  6510] By: jhi                                   on 2000/08/04  00:25:28
41972         Log: detypo
41973      Branch: perl
41974            ! Makefile.SH
41975 ____________________________________________________________________________
41976 [  6509] By: jhi                                   on 2000/08/03  23:43:18
41977         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
41978              From: Dominic Dunlop <domo@computer.org>
41979              Date: Thu, 3 Aug 2000 22:16:46 +0200
41980              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
41981      Branch: perl
41982            ! t/op/sprintf.t
41983 ____________________________________________________________________________
41984 [  6508] By: jhi                                   on 2000/08/03  23:40:37
41985         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
41986              From: Hugo <hv@crypt.compulink.co.uk>
41987              Date: Thu, 03 Aug 2000 18:25:30 +0100
41988              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
41989      Branch: perl
41990            ! regcomp.c t/op/re_tests
41991 ____________________________________________________________________________
41992 [  6507] By: jhi                                   on 2000/08/03  23:38:28
41993         Log: Subject: [PATCH] sv.h documentation - SvLEN
41994              From: Mike Guy <mjtg@cam.ac.uk>
41995              Date: Thu, 03 Aug 2000 14:43:09 +0100
41996              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
41997      Branch: perl
41998            ! sv.h
41999 ____________________________________________________________________________
42000 [  6506] By: jhi                                   on 2000/08/03  15:49:14
42001         Log: Disable the fix_pl hack for now.
42002      Branch: perl
42003            ! Makefile.SH
42004 ____________________________________________________________________________
42005 [  6505] By: jhi                                   on 2000/08/03  13:49:04
42006         Log: Add a URL for FSF.
42007              
42008              Subject: Patch for README
42009              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42010              Date: Wed, 2 Aug 2000 13:25:09 -0500
42011              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
42012      Branch: perl
42013            ! README
42014 ____________________________________________________________________________
42015 [  6504] By: jhi                                   on 2000/08/03  13:29:19
42016         Log: Be more informative on what is skipped and why,
42017              also repeat the list at the end.
42018      Branch: perl
42019            ! Porting/p4desc
42020 ____________________________________________________________________________
42021 [  6503] By: jhi                                   on 2000/08/03  13:07:05
42022         Log: Circumvent the removal of .patch by fix_pl.
42023              
42024              Subject: Re: [ID 20000802.011] unable to 'make test'          
42025              From: simon@brecon.co.uk (Simon Cozens) 
42026              Date: 3 Aug 2000 04:17:00 GMT
42027              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
42028      Branch: perl
42029            ! Makefile.SH
42030 ____________________________________________________________________________
42031 [  6502] By: jhi                                   on 2000/08/03  00:14:34
42032         Log: Add the missing setproctitle unit.
42033      Branch: metaconfig/U/perl
42034            + d_setproctitle.U
42035 ____________________________________________________________________________
42036 [  6501] By: jhi                                   on 2000/08/03  00:00:26
42037         Log: The subtest 4 may fail also on VOBS, as pointed out
42038              by Nick Ing-Simmons in November 1999, bug id 19991124.003
42039              (but the failure in that bug report isn't the subtest 4).
42040      Branch: perl
42041            ! t/op/stat.t
42042 ____________________________________________________________________________
42043 [  6500] By: jhi                                   on 2000/08/02  23:49:30
42044         Log: Better skip message for the test; one of the two problems in
42045              
42046              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
42047              From: Lupe Christoph <lupe@lupe-christoph.de>
42048              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
42049              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
42050      Branch: perl
42051            ! t/op/numconvert.t
42052 ____________________________________________________________________________
42053 [  6499] By: jhi                                   on 2000/08/02  22:49:16
42054         Log: Allow "no Module;" even if there is no 'unimport'.
42055              
42056              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
42057              From: mjd@plover.com
42058              Date: 24 Mar 2000 15:24:34 -0000
42059              Message-Id: <20000324152434.15160.qmail@plover.com>
42060      Branch: perl
42061            ! gv.c
42062 ____________________________________________________________________________
42063 [  6498] By: jhi                                   on 2000/08/02  22:42:58
42064         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
42065              that are hopefully soon put into use.
42066      Branch: perl
42067            ! opcode.h opcode.pl opnames.h
42068 ____________________________________________________________________________
42069 [  6497] By: gsar                                  on 2000/08/02  22:28:59
42070         Log: require.t needs binmode() to work on windows
42071      Branch: perl
42072            ! t/comp/require.t
42073 ____________________________________________________________________________
42074 [  6496] By: jhi                                   on 2000/08/02  22:08:51
42075         Log: Document the IVdf UVuf UVof UVxf.
42076      Branch: perl
42077            ! pod/perlguts.pod
42078 ____________________________________________________________________________
42079 [  6495] By: jhi                                   on 2000/08/02  21:54:26
42080         Log: detypo #6494
42081      Branch: perl
42082            ! ext/Data/Dumper/Dumper.xs
42083 ____________________________________________________________________________
42084 [  6494] By: jhi                                   on 2000/08/02  21:49:17
42085         Log: Dump UVs as UVs in Data::Dumper.
42086              
42087              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
42088              From: Gurusamy Sarathy <gsar@ActiveState.com>
42089              Date: Thu, 27 Apr 2000 12:26:25 -0700
42090              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
42091      Branch: perl
42092            ! ext/Data/Dumper/Dumper.xs
42093 ____________________________________________________________________________
42094 [  6493] By: jhi                                   on 2000/08/02  17:01:58
42095         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
42096              From: Hugo <hv@crypt.compulink.co.uk>
42097              Date: Wed, 02 Aug 2000 14:53:56 +0100
42098              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
42099      Branch: perl
42100            ! regexec.c t/op/re_tests
42101 ____________________________________________________________________________
42102 [  6492] By: jhi                                   on 2000/08/02  15:02:46
42103         Log: The new setproctitle() feature is available only in 
42104              bleeding edge FreeBSD.  From Paul Saab.
42105      Branch: perl
42106            ! mg.c
42107 ____________________________________________________________________________
42108 [  6491] By: jhi                                   on 2000/08/02  13:34:36
42109         Log: The tr utf8 patching continues.
42110              
42111              Subject: Re: #6469, too many tests claimed in require.t
42112              From: simon@brecon.co.uk (Simon Cozens)
42113              Date: 2 Aug 2000 02:37:17 GMT
42114              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
42115              
42116              (the logic of the test was the wrong way round in the patch)
42117      Branch: perl
42118            ! doop.c
42119 ____________________________________________________________________________
42120 [  6490] By: jhi                                   on 2000/08/02  13:27:38
42121         Log: The name of a filehandle does not have <these>.
42122      Branch: perl
42123            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
42124            ! t/pragma/warn/pp_sys util.c
42125 ____________________________________________________________________________
42126 [  6489] By: jhi                                   on 2000/08/02  04:26:46
42127         Log: Remove the extraneous "main::" prefix from all the
42128              "opened only for", "on closed", and "never opened" warnings.
42129              
42130              Subject: Re: inappropriate warning
42131              From: Gurusamy Sarathy <gsar@ActiveState.com>
42132              Date: Mon, 20 Mar 2000 11:28:02 -0800
42133              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
42134      Branch: perl
42135            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
42136            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
42137            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
42138 ____________________________________________________________________________
42139 [  6488] By: jhi                                   on 2000/08/02  03:02:57
42140         Log: memcpy has n o in it, as pinted ut by Sarathy.
42141      Branch: perl
42142            ! pod/perlguts.pod
42143 ____________________________________________________________________________
42144 [  6487] By: jhi                                   on 2000/08/02  02:44:51
42145         Log: Document in one place the memory abstractions used in Perl core.
42146              
42147              Subject: Re: Memory abstraction
42148              From: simon@brecon.co.uk (Simon Cozens)
42149              Date: 2 Aug 2000 02:20:23 GMT
42150              Organization: Earth.li Origins
42151      Branch: perl
42152            ! pod/perlguts.pod
42153 ____________________________________________________________________________
42154 [  6486] By: jhi                                   on 2000/08/02  02:41:57
42155         Log: regen_headers, regen perltoc.
42156      Branch: perl
42157            ! perlapi.c pod/perltoc.pod
42158 ____________________________________________________________________________
42159 [  6485] By: jhi                                   on 2000/08/02  01:43:33
42160         Log: "This little thing tests for a file .patch, and if it contains
42161              a number, pops into patchlevel.h" (making it easier to track
42162              which development version people are reporting bugs against)
42163              
42164              Subject: Patchlevel autogeneration for repository perls
42165              From: simon@brecon.co.uk (Simon Cozens)
42166              Date: 14 Jul 2000 07:12:15 GMT
42167              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
42168      Branch: perl
42169            + fix_pl
42170            ! MANIFEST Makefile.SH
42171 ____________________________________________________________________________
42172 [  6484] By: jhi                                   on 2000/08/02  01:32:54
42173         Log: FreeBSD 3.* updates from
42174              
42175              From: Paul Saab <ps@yahoo-inc.com>
42176              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42177              Date: Tue, 1 Aug 2000 15:41:39 -0700
42178              Message-Id: <20000801154139.A53740@yahoo-inc.com>
42179      Branch: perl
42180            ! hints/freebsd.sh
42181 ____________________________________________________________________________
42182 [  6483] By: jhi                                   on 2000/08/02  01:27:44
42183         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
42184              instead one must use setproctitle().  This was already addressed
42185              by change #6457, but the below has a new variant for FreeBSD 4.0
42186              or later, and the matter is also documented more.
42187              
42188              From: Paul Saab <ps@yahoo-inc.com>
42189              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42190              Date: Tue, 1 Aug 2000 15:41:39 -0700
42191              Message-Id: <20000801154139.A53740@yahoo-inc.com>
42192      Branch: metaconfig/U/perl
42193            + i_libutil.U
42194      Branch: perl
42195            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
42196 ____________________________________________________________________________
42197 [  6482] By: jhi                                   on 2000/08/01  22:17:32
42198         Log: The test from this
42199              
42200              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
42201              Date: Sat, 15 Apr 2000 17:03:44 +0100
42202              From: Tom Hughes <tom@compton.nu>
42203              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
42204              
42205              was missing, the code change went in as #5989
42206              (which had a different test?)
42207      Branch: perl
42208            ! t/op/misc.t
42209 ____________________________________________________________________________
42210 [  6481] By: jhi                                   on 2000/08/01  21:48:38
42211         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
42212              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42213              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
42214              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
42215      Branch: perl
42216            ! perl.h
42217 ____________________________________________________________________________
42218 [  6480] By: jhi                                   on 2000/08/01  18:05:28
42219         Log: Make p4desc to skip non-mainperl branches by default.
42220      Branch: perl
42221            ! Porting/p4desc
42222 ____________________________________________________________________________
42223 [  6479] By: jhi                                   on 2000/08/01  17:29:19
42224         Log: If gccosandvers is equal to osname, clear gccosandvers.
42225      Branch: metaconfig/U/perl
42226            ! gccvers.U
42227      Branch: perl
42228            ! Configure config_h.SH
42229 ____________________________________________________________________________
42230 [  6478] By: jhi                                   on 2000/08/01  15:54:08
42231         Log: BOM patching from Simon Cozens.
42232      Branch: perl
42233            ! toke.c
42234 ____________________________________________________________________________
42235 [  6477] By: jhi                                   on 2000/08/01  04:50:33
42236         Log: Stash away the largefiles flags and libswanted.
42237      Branch: perl
42238            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
42239 ____________________________________________________________________________
42240 [  6476] By: gsar                                  on 2000/08/01  04:24:24
42241         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
42242              on Windows)
42243      Branch: perl
42244            ! t/pragma/utf8.t utf8.c win32/win32.c
42245 ____________________________________________________________________________
42246 [  6475] By: jhi                                   on 2000/08/01  03:35:24
42247         Log: Make chr() for values >127 to create utf8 when under utf8.
42248              
42249              Subject: Re: uft8/chr()
42250              From: simon@brecon.co.uk (Simon Cozens)
42251              Date: 1 Aug 2000 02:37:02 GMT
42252              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
42253      Branch: perl
42254            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
42255 ____________________________________________________________________________
42256 [  6474] By: jhi                                   on 2000/08/01  02:36:18
42257         Log: In Digital UNIX warn if gcc explicitly chosen because even
42258              2.95.2 is known to cause problems.
42259      Branch: perl
42260            ! hints/dec_osf.sh
42261 ____________________________________________________________________________
42262 [  6473] By: jhi                                   on 2000/08/01  02:00:56
42263         Log: Make the safety catch for buggy gccs work with triple version
42264              numbers like 2.95.2.  Reported in
42265              
42266              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
42267              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
42268              Date: Mon, 31 Jul 2000 14:55:06 +0200
42269              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
42270      Branch: perl
42271            ! hints/dec_osf.sh
42272 ____________________________________________________________________________
42273 [  6472] By: jhi                                   on 2000/08/01  01:13:33
42274         Log: Subject: fix and question re: waitpid() under win32
42275              From: Brian Clarke <clarke@appliedmeta.com>
42276              Date: Fri, 28 Jul 2000 15:18:29 -0400
42277              Message-ID: <3981DC85.290314EB@appliedmeta.com>
42278              
42279              Slightly reformatted and WNOHANG # define moved to win32.h
42280              so that also POSIX.xs sees it, as suggsted by Sarathy.
42281      Branch: perl
42282            ! win32/win32.c win32/win32.h
42283 ____________________________________________________________________________
42284 [  6471] By: jhi                                   on 2000/08/01  00:55:05
42285         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
42286              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42287              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
42288              Date: Mon, 31 Jul 2000 13:28:51 +0100
42289              
42290              (aka ID 20000730.002)
42291      Branch: perl
42292            ! op.c t/op/tr.t
42293 ____________________________________________________________________________
42294 [  6470] By: jhi                                   on 2000/07/31  23:34:42
42295         Log: Document the problem with -P in HP-UX and its workaround.
42296              
42297              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
42298              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
42299              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
42300              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
42301      Branch: perl
42302            ! README.hpux
42303 ____________________________________________________________________________
42304 [  6469] By: jhi                                   on 2000/07/31  04:15:02
42305         Log: The swallow_bom() saga continues.  The #23 of require.t
42306              (UTF16-LE) still fails (silently, no output) but the #22
42307              (UTF16-BE) seems to be working now.  The root of the
42308              failure may be in sv_gets(): is it UTF-16LE-aware,
42309              especially when it comes to line endings? 
42310      Branch: perl
42311            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
42312            ! t/comp/require.t toke.c utf8.c
42313 ____________________________________________________________________________
42314 [  6468] By: jhi                                   on 2000/07/30  19:05:48
42315         Log: Find green threads before native threads.
42316              
42317              Subject: Re: Patch to jpl/JNI/Makefile.PL
42318              From: Jens Thomsen <jens@fiend.cis.com>
42319              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
42320              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
42321      Branch: perl
42322            ! jpl/JNI/Makefile.PL
42323 ____________________________________________________________________________
42324 [  6467] By: jhi                                   on 2000/07/30  18:36:22
42325         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
42326      Branch: perl
42327            ! doop.c
42328 ____________________________________________________________________________
42329 [  6466] By: jhi                                   on 2000/07/30  04:37:29
42330         Log: A new version of the "remove UPPERACSE string comparison"
42331              operators.  The problem with the previous one (change #6454)
42332              was that it was for Perl 5.6.0.  From Paul Marquess.
42333      Branch: perl
42334            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
42335            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
42336            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
42337 ____________________________________________________________________________
42338 [  6465] By: jhi                                   on 2000/07/29  22:39:56
42339         Log: Do not upgrade SVs into utf8 just because they participate
42340              in eq or cmp.  Reported and fix suggested in
42341              
42342              Subject: [ID 20000720.009] sv_eq UTF8 bug
42343              From: "Simon Cozens" <simon@othersideofthe.earth.li>
42344              Date: 21 Jul 2000 04:37:29 -0000
42345              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
42346              
42347              Exercise for the kind reader: should we or should we not
42348              cache the utf8 conversion alonside the SV? (as magic,
42349              as thestrxfrm()ed version is cached under use locale)
42350              Argue both for and against.
42351      Branch: perl
42352            ! sv.c
42353 ____________________________________________________________________________
42354 [  6464] By: jhi                                   on 2000/07/29  22:36:22
42355         Log: Subject: UTF8 concat
42356              From: simon@brecon.co.uk (Simon Cozens) 
42357              Date: 30 Jun 2000 06:13:25 GMT
42358              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
42359              
42360              (with a memory leak fixed, plus a few casts added)
42361              
42362              This also seems to help for
42363              
42364              Subject: [ID 20000716.015] join UTF8 weirdness
42365              From: root <root@ak-71.mind.de> 
42366              Date: Sat, 15 Jul 2000 15:29:54 +0200
42367              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
42368              
42369              (from Andreas König)
42370      Branch: perl
42371            ! pp_hot.c
42372 ____________________________________________________________________________
42373 [  6463] By: jhi                                   on 2000/07/29  00:55:39
42374         Log: Tune the comments and hopefully stop a memory leak.
42375      Branch: perl
42376            ! toke.c utf8.c
42377 ____________________________________________________________________________
42378 [  6462] By: jhi                                   on 2000/07/29  00:16:53
42379         Log: The problem described in this
42380              
42381              Subject: [ID 20000322.018] named chars aren't magical enough
42382              From: root <root@dixie.cscaper.com>     
42383              Date: Wed, 22 Mar 2000 18:37:42 -0700
42384              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
42385              
42386              has been fixed in perl 5.6.0 but just in case added a test
42387              to keep it away.  (The report from Joseph Hall.)
42388      Branch: perl
42389            ! t/lib/charnames.t
42390 ____________________________________________________________________________
42391 [  6461] By: jhi                                   on 2000/07/28  23:56:36
42392         Log: Tiny fixes for #6460.
42393      Branch: metaconfig/U/perl
42394            ! gccvers.U
42395      Branch: perl
42396            ! Configure config_h.SH
42397 ____________________________________________________________________________
42398 [  6460] By: jhi                                   on 2000/07/28  23:24:41
42399         Log: Warn if the version of the operating system used to compile gcc
42400              differs from the current version of the operating system.
42401              Also display the gcc compilation os and version in myconfig.
42402              Inspiration from
42403              
42404              Subject: Re: [ID 20000710.003] ERRORS!!         
42405              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42406              Date: Mon, 10 Jul 2000 15:54:16 -0400
42407              Message-ID: <20000710155416.A1384@O2.chapin.edu>
42408      Branch: metaconfig/U/perl
42409            ! gccvers.U
42410      Branch: perl
42411            ! Configure config_h.SH myconfig.SH
42412 ____________________________________________________________________________
42413 [  6459] By: jhi                                   on 2000/07/28  22:00:32
42414         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
42415              letter to $Config{osvers}.
42416      Branch: metaconfig
42417            ! U/modified/Oldconfig.U
42418      Branch: perl
42419            ! Configure config_h.SH
42420 ____________________________________________________________________________
42421 [  6458] By: jhi                                   on 2000/07/28  04:15:39
42422         Log: Back out #6454, doesn't seem to work.
42423              (Reason: that patch was for perl 5.6.0, not perl-current)
42424              (A version of the patch for perl-current came in later as #6466)
42425      Branch: perl
42426            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
42427            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
42428            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
42429 ____________________________________________________________________________
42430 [  6457] By: jhi                                   on 2000/07/27  23:31:49
42431         Log: Use setproctitle() if available to modify $0.
42432              
42433              Subject: setting $* on BSD4 broken
42434              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42435              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
42436              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
42437      Branch: metaconfig
42438            ! U/modified/Myinit.U
42439      Branch: perl
42440            ! Configure config_h.SH mg.c
42441 ____________________________________________________________________________
42442 [  6456] By: jhi                                   on 2000/07/27  14:50:47
42443         Log: Allow "no AutoLoader;", based on change #6444,
42444              suggested by Graham Barr.
42445      Branch: perl
42446            ! lib/AutoLoader.pm
42447 ____________________________________________________________________________
42448 [  6455] By: jhi                                   on 2000/07/27  14:19:10
42449         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
42450              From: rspier@pobox.com (Robert Spier)
42451              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
42452              Message-ID: <14720.15855.787664.424783@rls.cx>
42453      Branch: perl
42454            ! pod/perldiag.pod
42455 ____________________________________________________________________________
42456 [  6454] By: jhi                                   on 2000/07/27  14:03:02
42457         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
42458              for a long time).
42459              
42460              Reported in
42461              
42462              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
42463              From: Ryan Herbert <rherbert@sycamorehq.com>
42464              Date: Mon, 17 Jul 2000 11:40:42 -0400
42465              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
42466              
42467              Patched in
42468              
42469              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
42470              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42471              Date: Wed, 26 Jul 2000 23:40:18 +0100
42472              Message-ID: <000001bff752$79511880$0a17073e@tiny>
42473              
42474              based on an earlier patch from Stephen P. Potter.
42475              
42476              (Removed later by change #6458 because this patch was for
42477              perl 5.6.0, not perl-current)
42478      Branch: perl
42479            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
42480            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
42481            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
42482 ____________________________________________________________________________
42483 [  6453] By: jhi                                   on 2000/07/27  13:48:02
42484         Log: Subject: [PATCH] fixes bug 20000508.004
42485              From: Michael Stevens <mstevens@globnix.org>
42486              Date: Thu, 27 Jul 2000 13:49:04 +0100
42487              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
42488      Branch: perl
42489            ! pod/perldata.pod
42490 ____________________________________________________________________________
42491 [  6452] By: jhi                                   on 2000/07/26  23:51:26
42492         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
42493              and Craig A. Berry.
42494      Branch: perl
42495            ! lib/File/Temp.pm pod/perlport.pod
42496 ____________________________________________________________________________
42497 [  6451] By: jhi                                   on 2000/07/26  19:43:30
42498         Log: Be wary of close()s, too.
42499              
42500              Subject: Re: [PATCH] perlbug cleanup
42501              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42502              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
42503              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
42504      Branch: perl
42505            ! utils/perlbug.PL
42506 ____________________________________________________________________________
42507 [  6450] By: jhi                                   on 2000/07/26  18:41:40
42508         Log: Subject: Minor doc patch: handy.h
42509              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
42510              Date: Wed, 26 Jul 2000 15:34:25 -0300
42511              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
42512      Branch: perl
42513            ! handy.h pod/perlapi.pod
42514 ____________________________________________________________________________
42515 [  6449] By: jhi                                   on 2000/07/26  18:23:55
42516         Log: Subject: [PATCH] minor doc change - perlguts
42517              From: Michael Stevens <mstevens@globnix.org>
42518              Date: Thu, 13 Jul 2000 12:39:18 +0100
42519              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
42520      Branch: perl
42521            ! pod/perlguts.pod
42522 ____________________________________________________________________________
42523 [  6448] By: jhi                                   on 2000/07/26  18:20:30
42524         Log: open() wariness in perlbug.
42525              
42526              Subject: [PATCH] perlbug cleanup
42527              From: Michael Stevens <mstevens@globnix.org>
42528              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
42529              Date: Thu, 13 Jul 2000 15:52:23 +0100
42530      Branch: perl
42531            ! utils/perlbug.PL
42532 ____________________________________________________________________________
42533 [  6447] By: jhi                                   on 2000/07/26  18:13:04
42534         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
42535      Branch: perl
42536            ! lib/File/Temp.pm t/lib/ftmp-security.t
42537 ____________________________________________________________________________
42538 [  6446] By: jhi                                   on 2000/07/26  18:06:32
42539         Log: docfix from Peter Scott <Peter@PSDT.com>.
42540      Branch: perl
42541            ! pod/perlfunc.pod
42542 ____________________________________________________________________________
42543 [  6445] By: jhi                                   on 2000/07/26  17:53:31
42544         Log: Fix *foo{FORMAT}.
42545              
42546              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42547              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
42548              Date: Wed, 26 Jul 2000 19:51:02 +0200
42549              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
42550              
42551              From: Graham Barr <gbarr@pobox.com>
42552              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
42553              Date: Wed, 26 Jul 2000 17:38:36 +0100
42554              Message-ID: <20000726173836.L472@pobox.com>
42555      Branch: perl
42556            ! pp.c sv.c t/op/gv.t
42557 ____________________________________________________________________________
42558 [  6444] By: jhi                                   on 2000/07/26  17:49:14
42559         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
42560              from Graham Barr in the module list.
42561      Branch: perl
42562            ! gv.c pod/perlobj.pod
42563 ____________________________________________________________________________
42564 [  6443] By: jhi                                   on 2000/07/26  16:06:56
42565         Log: More split() doc and test patches from Mike Guy.
42566      Branch: perl
42567            ! pod/perlfunc.pod t/op/split.t
42568 ____________________________________________________________________________
42569 [  6442] By: jhi                                   on 2000/07/26  16:05:30
42570         Log: MacOS nits from Matthias Neeracher.
42571      Branch: perl
42572            ! perl.c pp_ctl.c
42573 ____________________________________________________________________________
42574 [  6441] By: jhi                                   on 2000/07/26  04:39:57
42575         Log: Subject: [PATCH] split /^/
42576              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42577              Date: Tue, 25 Jul 2000 14:18:57 +0100
42578              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
42579              
42580              (with notes from tchrist and gbarr)
42581      Branch: perl
42582            ! pod/perlfunc.pod t/op/split.t
42583 ____________________________________________________________________________
42584 [  6440] By: jhi                                   on 2000/07/26  04:32:32
42585         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
42586              From: Peter Prymmer <pvhp@forte.com>
42587              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
42588              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
42589      Branch: perl
42590            ! vms/munchconfig.c
42591 ____________________________________________________________________________
42592 [  6439] By: jhi                                   on 2000/07/26  04:31:01
42593         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
42594              to be fatal errors (instead of by default ignoring them, and
42595              ignoring with a bug: even though -w gave an error, the opening [
42596              was left in)  Reported in:
42597              
42598              Subject: [ID 20000716.024] [=cc=] / [:blank:]
42599              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
42600              Date: Sun, 16 Jul 2000 17:55:29 -0700
42601              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
42602      Branch: perl
42603            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
42604 ____________________________________________________________________________
42605 [  6438] By: jhi                                   on 2000/07/25  15:41:15
42606         Log: Subject: [PATCH] av.c apidoc
42607              From: simon@brecon.co.uk (Simon Cozens)
42608              Date: 24 Jul 2000 06:40:52 GMT
42609              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
42610      Branch: perl
42611            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
42612            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
42613 ____________________________________________________________________________
42614 [  6437] By: jhi                                   on 2000/07/25  14:05:36
42615         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
42616              From: "Stephen P. Potter" <spp@ds.net>
42617              Date: Mon, 24 Jul 2000 14:22:23 -0400
42618              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
42619      Branch: perl
42620            ! pod/perllocale.pod
42621 ____________________________________________________________________________
42622 [  6436] By: jhi                                   on 2000/07/25  14:02:03
42623         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
42624              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42625              Date: Mon, 24 Jul 2000 18:04:28 +0100
42626              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
42627      Branch: perl
42628            ! t/lib/syslfs.t t/op/lfs.t
42629 ____________________________________________________________________________
42630 [  6435] By: jhi                                   on 2000/07/25  13:59:28
42631         Log: Get UTF16 BOMs working.  Patch from
42632              
42633              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42634              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42635              Date: Tue, 25 Jul 2000 12:52:45 +0100
42636              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
42637              
42638              and notes from
42639              
42640              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42641              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42642              Date: Tue, 25 Jul 2000 11:43:25 +0100
42643              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
42644      Branch: perl
42645            ! t/comp/require.t toke.c utf8.c
42646 ____________________________________________________________________________
42647 [  6434] By: jhi                                   on 2000/07/25  02:39:54
42648         Log: Make the "uninit variable" warning to say "concat or string"
42649              or "join or string" when in concat or join .
42650              
42651              Subject: Re: [ID 20000403.009] uninitialised concatenation???
42652              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42653              Date: Tue, 04 Apr 2000 18:22:58 +0100
42654              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
42655              
42656              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
42657              From: William R Ward <hermit@BayView.COM>
42658              Date: Thu, 30 Mar 2000 19:50:03 -0800
42659              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
42660      Branch: perl
42661            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
42662            ! t/pragma/warn/op t/pragma/warn/sv
42663 ____________________________________________________________________________
42664 [  6433] By: jhi                                   on 2000/07/24  17:52:56
42665         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
42666      Branch: perl
42667            ! lib/File/Spec/VMS.pm
42668 ____________________________________________________________________________
42669 [  6432] By: jhi                                   on 2000/07/24  17:44:44
42670         Log: Test cases for #6431.
42671              
42672              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42674              Date: Mon, 24 Jul 2000 15:32:29 +0100
42675              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
42676      Branch: perl
42677            ! t/op/pat.t t/op/split.t
42678 ____________________________________________________________________________
42679 [  6431] By: jhi                                   on 2000/07/24  17:43:17
42680         Log: Bind op fix.
42681              
42682              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42683              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42684              Date: Mon, 17 Jul 2000 20:04:56 +0100
42685              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
42686      Branch: perl
42687            ! op.c
42688 ____________________________________________________________________________
42689 [  6430] By: jhi                                   on 2000/07/24  03:42:42
42690         Log: Subject: [ID 20000716.023] syslog test fails without sockets
42691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42692              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
42693              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
42694      Branch: metaconfig/U/perl
42695            ! Extensions.U
42696      Branch: perl
42697            ! Configure config_h.SH
42698 ____________________________________________________________________________
42699 [  6429] By: jhi                                   on 2000/07/24  03:11:52
42700         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
42701              case, but add also notes explaining the relationship of this
42702              patch and the earlier notes by Sarathy.
42703              
42704              Subject: Map is still slow
42705              From: "Ben Tilly" <ben_tilly@hotmail.com>
42706              Date: Sat, 15 Jul 2000 17:23:27 EDT
42707              Message-ID: <20000715212327.21656.qmail@hotmail.com>
42708      Branch: perl
42709            ! pp_ctl.c
42710 ____________________________________________________________________________
42711 [  6428] By: jhi                                   on 2000/07/24  02:58:52
42712         Log: Documentation to explain the behaviour of map().
42713              
42714              Subject: Re: Map is still slow 
42715              From: Gurusamy Sarathy <gsar@ActiveState.com>
42716              Date: Sat, 15 Jul 2000 16:05:09 -0700
42717              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
42718      Branch: perl
42719            ! pp_ctl.c
42720 ____________________________________________________________________________
42721 [  6427] By: jhi                                   on 2000/07/24  02:50:03
42722         Log: Add tests for
42723              [ID 19991110.003] another matching finding by pcre author
42724              which has already been fixed by some patch, as verified in
42725              
42726              Subject: Re: two regex bugs from the mists of time (well, last November)
42727              From: Hugo <hv@crypt.compulink.co.uk>
42728              Date: Sat, 22 Jul 2000 18:12:58 +0100
42729              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
42730      Branch: perl
42731            ! t/op/re_tests
42732 ____________________________________________________________________________
42733 [  6426] By: jhi                                   on 2000/07/24  02:11:20
42734         Log: A missing 'break' after the [[:space:]] switch case.
42735              
42736              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
42737              From: "Stephen P. Potter" <spp@ds.net>
42738              Date: Tue, 18 Jul 2000 16:25:17 -0400
42739              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
42740      Branch: perl
42741            ! regcomp.c
42742 ____________________________________________________________________________
42743 [  6425] By: jhi                                   on 2000/07/24  02:06:12
42744         Log: The output might have been produced in the wrong order.
42745              
42746              Subject: [ID 20000720.003] [PATCH] t/op/write.t
42747              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42748              Date: Thu, 20 Jul 2000 18:49:18 +0100
42749              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
42750      Branch: perl
42751            ! t/op/write.t
42752 ____________________________________________________________________________
42753 [  6424] By: jhi                                   on 2000/07/24  02:00:07
42754         Log: Use STDOUT consistently.
42755              
42756              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
42757              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42758              Date: Thu, 20 Jul 2000 18:04:01 +0100
42759              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
42760      Branch: perl
42761            ! lib/Test/Harness.pm
42762 ____________________________________________________________________________
42763 [  6423] By: jhi                                   on 2000/07/24  01:54:54
42764         Log: Protect against "wild next"s, that is, callbacks doing "next"
42765              instead of "return".
42766              
42767              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
42768              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42769              Date: Tue, 18 Jul 2000 11:30:16 +0100
42770              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
42771      Branch: perl
42772            ! lib/File/Find.pm
42773 ____________________________________________________________________________
42774 [  6422] By: jhi                                   on 2000/07/24  01:35:47
42775         Log: Out-of-date note removed.
42776              
42777              Subject: [PATCH] documentation perlipc
42778              From: rspier@pobox.com (Robert Spier)
42779              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
42780              Message-ID: <14711.35178.572612.502654@rls.cx>
42781      Branch: perl
42782            ! pod/perlipc.pod
42783 ____________________________________________________________________________
42784 [  6421] By: jhi                                   on 2000/07/24  00:09:18
42785         Log: Send all installperl messages to STDERR and be -w clean.
42786              
42787              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
42788              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42789              Date: Sat, 22 Jul 2000 14:02:11 +0100
42790              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
42791      Branch: perl
42792            ! installperl
42793 ____________________________________________________________________________
42794 [  6420] By: jhi                                   on 2000/07/24  00:04:19
42795         Log: Decutandpasto.
42796              
42797              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
42798              From: "Richard Soderberg" <rs@crystalflame.net>
42799              Date: Sun, 23 Jul 2000 01:37:23 -0700
42800              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
42801      Branch: perl
42802            ! pod/perlipc.pod
42803 ____________________________________________________________________________
42804 [  6419] By: jhi                                   on 2000/07/24  00:01:12
42805         Log: A cleaner abs_path().
42806              Subject: Re: unix alternative to Cwd.pm
42807              From: Jeff Pinyan <jeffp@crusoe.net>
42808              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
42809              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
42810      Branch: perl
42811            ! lib/Cwd.pm
42812 ____________________________________________________________________________
42813 [  6418] By: jhi                                   on 2000/07/23  23:48:56
42814         Log: Detypo.
42815              
42816              Subject: [PATCH perl-current] Typo in hints/powerux.sh
42817              From: "Richard Soderberg" <rs@crystalflame.net>
42818              Date: Sun, 23 Jul 2000 01:27:33 -0700
42819              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
42820      Branch: perl
42821            ! hints/powerux.sh
42822 ____________________________________________________________________________
42823 [  6417] By: jhi                                   on 2000/07/17  22:13:31
42824         Log: Subject: SDBM_File documentation
42825              From: mjd@plover.com
42826              Date: 16 Jul 2000 17:41:17 -0000
42827              Message-ID: <20000716174117.18515.qmail@plover.com>
42828      Branch: perl
42829            ! ext/SDBM_File/SDBM_File.pm
42830 ____________________________________________________________________________
42831 [  6416] By: jhi                                   on 2000/07/17  19:13:26
42832         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
42833      Branch: perl
42834            ! hints/mpeix.sh mpeix/relink
42835 ____________________________________________________________________________
42836 [  6415] By: jhi                                   on 2000/07/15  14:11:02
42837         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
42838              the utf8 'characters' can be more than one octet).
42839              
42840              Date: Sat, 15 Jul 2000 00:21:56 +0100
42841              From: Tom Hughes <tom@compton.nu>
42842              Subject: Re: [ID 20000714.002]
42843              Message-ID: <db2334de49.tom@compton.compton.nu>
42844              
42845              Reported in
42846              
42847              Subject: [ID 20000714.002]
42848              From: "Simon Cozens" <simon@othersideofthe.earth.li>
42849              Date: 14 Jul 2000 15:13:09 -0000
42850              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
42851      Branch: perl
42852            ! doop.c
42853 ____________________________________________________________________________
42854 [  6414] By: jhi                                   on 2000/07/15  03:13:41
42855         Log: another VMS build tweak from Peter Prymmer
42856      Branch: perl
42857            ! vms/descrip_mms.template
42858 ____________________________________________________________________________
42859 [  6413] By: jhi                                   on 2000/07/15  03:10:40
42860         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
42861      Branch: perl
42862            ! vms/perlvms.pod
42863 ____________________________________________________________________________
42864 [  6412] By: jhi                                   on 2000/07/15  00:31:05
42865         Log: More docs for sv functions.
42866              
42867              Subject: [PATCH cfgperl] sv.c apidoc
42868              From: simon@brecon.co.uk (Simon Cozens)
42869              Date: 13 Jul 2000 09:00:20 GMT
42870              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
42871              
42872              Subject: Re: [PATCH cfgperl] sv.c apidoc
42873              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42874              Date: Thu, 13 Jul 2000 12:27:41 +0100
42875              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
42876              
42877              Subject: Re: [PATCH cfgperl] sv.c apidoc
42878              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42879              Date: Thu, 13 Jul 2000 13:23:09 +0100
42880              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
42881              
42882              Subject: Re: [PATCH cfgperl] sv.c apidoc
42883              From: simon@brecon.co.uk (Simon Cozens)
42884              Date: 14 Jul 2000 06:51:02 GMT
42885              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
42886      Branch: perl
42887            ! embed.pl pod/perlapi.pod sv.c
42888 ____________________________________________________________________________
42889 [  6411] By: jhi                                   on 2000/07/15  00:10:41
42890         Log: lib/b test fixes from Peter Prymmer.
42891      Branch: perl
42892            ! t/lib/b.t
42893 ____________________________________________________________________________
42894 [  6410] By: jhi                                   on 2000/07/15  00:02:09
42895         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
42896              From: Hugo <hv@crypt.compulink.co.uk>
42897              Date: Fri, 14 Jul 2000 23:05:20 +0100
42898              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
42899              
42900              Didn't anymore apply, but that point still could use another fix.
42901      Branch: perl
42902            ! pod/perlfunc.pod
42903 ____________________________________________________________________________
42904 [  6409] By: jhi                                   on 2000/07/14  23:15:15
42905         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
42906              not in pod, from Peter Prymmer
42907      Branch: perl
42908            ! vms/descrip_mms.template
42909 ____________________________________________________________________________
42910 [  6408] By: jhi                                   on 2000/07/14  20:35:05
42911         Log: The bug report
42912              [ID 19991110.002] minimal matching discrepancy found by pcre author
42913              seems to have been fixed (though differently from what was suggested
42914              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
42915      Branch: perl
42916            ! t/op/re_tests
42917 ____________________________________________________________________________
42918 [  6407] By: jhi                                   on 2000/07/14  17:38:08
42919         Log: Fix AutoSplit to use File::Spec the right way in VMS,
42920              from Peter Prymmer.
42921      Branch: perl
42922            ! lib/AutoSplit.pm
42923 ____________________________________________________________________________
42924 [  6406] By: jhi                                   on 2000/07/14  14:13:22
42925         Log: Merge perlhacktut into perlhack, update perlguts.
42926              
42927              Subject: Re: Perlhacktut
42928              From: simon@brecon.co.uk (Simon Cozens)
42929              Date: 14 Jul 2000 06:49:21 GMT
42930              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
42931              
42932              Subject: Re: Perlhacktut
42933              From: simon@brecon.co.uk (Simon Cozens)
42934              Date: 14 Jul 2000 07:09:45 GMT
42935              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
42936      Branch: perl
42937            ! pod/perlguts.pod pod/perlhack.pod
42938 ____________________________________________________________________________
42939 [  6405] By: jhi                                   on 2000/07/14  14:02:31
42940         Log: Integrate with Sarathy.
42941      Branch: cfgperl
42942           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
42943           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
42944           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
42945 ____________________________________________________________________________
42946 [  6404] By: gsar                                  on 2000/07/14  12:15:02
42947         Log: PERL_OBJECT build tweaks
42948      Branch: perl
42949            ! toke.c
42950 ____________________________________________________________________________
42951 [  6403] By: gsar                                  on 2000/07/14  11:23:41
42952         Log: inconsistent types needs casts
42953      Branch: perl
42954            ! toke.c
42955 ____________________________________________________________________________
42956 [  6402] By: gsar                                  on 2000/07/14  11:12:04
42957         Log: typos in change#6399, regen headers
42958      Branch: perl
42959            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
42960 ____________________________________________________________________________
42961 [  6401] By: gsar                                  on 2000/07/14  10:59:12
42962         Log: typecasts needed for change#6394
42963      Branch: perl
42964            ! toke.c
42965 ____________________________________________________________________________
42966 [  6400] By: gsar                                  on 2000/07/14  10:49:37
42967         Log: integrate cfgperl contents into mainline
42968      Branch: perl
42969           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
42970           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
42971 ____________________________________________________________________________
42972 [  6399] By: gsar                                  on 2000/07/14  10:38:35
42973         Log: enable UTF-16 filter by default if relevant BOM is seen; various
42974              cleanups (typos, misformatted code, and small bugs)
42975      Branch: perl
42976            ! doop.c embed.pl mg.c op.c pp.c toke.c
42977 ____________________________________________________________________________
42978 [  6398] By: gsar                                  on 2000/07/14  08:55:38
42979         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
42980              name suggests anyway)
42981      Branch: perl
42982            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
42983 ____________________________________________________________________________
42984 [  6397] By: gsar                                  on 2000/07/14  08:44:33
42985         Log: move new variables to the end of the interpreter structure (for
42986              bincompat in code that doesn't #include XSUB.h)
42987      Branch: perl
42988            ! intrpvar.h
42989 ____________________________________________________________________________
42990 [  6396] By: gsar                                  on 2000/07/14  08:13:58
42991         Log: MakeMaker should not remove editor backups (*~) on `make clean`
42992              by default (completes change#6383)
42993      Branch: perl
42994            ! lib/ExtUtils/MM_Unix.pm
42995 ____________________________________________________________________________
42996 [  6395] By: jhi                                   on 2000/07/14  05:20:33
42997         Log: Replace change #6337 with a better one.
42998              
42999              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
43000              From: Hugo <hv@crypt.compulink.co.uk>
43001              Date: Fri, 14 Jul 2000 04:16:20 +0100
43002              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
43003      Branch: cfgperl
43004            ! regexec.c t/op/re_tests
43005 ____________________________________________________________________________
43006 [  6394] By: jhi                                   on 2000/07/14  01:33:59
43007         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
43008      Branch: cfgperl
43009            ! embed.pl global.sym proto.h toke.c
43010 ____________________________________________________________________________
43011 [  6393] By: jhi                                   on 2000/07/13  23:41:23
43012         Log: remove discarded test
43013      Branch: cfgperl
43014            ! MANIFEST
43015 ____________________________________________________________________________
43016 [  6392] By: jhi                                   on 2000/07/13  23:32:25
43017         Log: The {multiplier} of a fixed substring was overlooked which
43018              caused a wrong initial search offset for that substring.
43019              
43020              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
43021              From: Hugo <hv@crypt.compulink.co.uk>
43022              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
43023              Date: Thu, 13 Jul 2000 19:27:13 +0100
43024      Branch: cfgperl
43025            ! regcomp.c t/op/re_tests
43026 ____________________________________________________________________________
43027 [  6391] By: jhi                                   on 2000/07/13  16:37:42
43028         Log: typo fix from Craig Berry
43029      Branch: cfgperl
43030            ! vms/subconfigure.com
43031 ____________________________________________________________________________
43032 [  6390] By: jhi                                   on 2000/07/13  13:20:12
43033         Log: Integrate with Sarathy.
43034      Branch: cfgperl
43035            - t/op/method2entersub.t
43036           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
43037           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
43038           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
43039           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
43040 ____________________________________________________________________________
43041 [  6389] By: jhi                                   on 2000/07/13  13:18:48
43042         Log: Detypo from Peter Prymmer, part of #6388.
43043      Branch: cfgperl
43044            ! Configure config_h.SH
43045      Branch: metaconfig
43046            ! U/modified/d_longlong.U
43047 ____________________________________________________________________________
43048 [  6388] By: gsar                                  on 2000/07/13  06:33:40
43049         Log: typos (spotted by Peter Prymmer)
43050      Branch: perl
43051            ! Configure t/lib/english.t
43052 ____________________________________________________________________________
43053 [  6387] By: gsar                                  on 2000/07/13  05:35:28
43054         Log: new selfloader.t in change#6183 doesn't close DATA handles,
43055              and thus fails to clean up tmp files on dosish platforms
43056      Branch: perl
43057            ! t/lib/selfloader.t
43058 ____________________________________________________________________________
43059 [  6386] By: gsar                                  on 2000/07/12  21:42:39
43060         Log: sprintf test tweaks (from Dominic Dunlop)
43061      Branch: perl
43062            ! t/op/sprintf.t
43063 ____________________________________________________________________________
43064 [  6385] By: gsar                                  on 2000/07/12  21:33:46
43065         Log: fix bugs in processing %v-*d and similar format specs (from
43066              Avi Finkel <avi@finkel.org>)
43067      Branch: perl
43068            ! sv.c t/op/sprintf.t
43069 ____________________________________________________________________________
43070 [  6384] By: gsar                                  on 2000/07/12  16:04:19
43071         Log: readd missing perldelta.pod changes from changes#6339,6376
43072      Branch: perl
43073            ! pod/perldelta.pod
43074 ____________________________________________________________________________
43075 [  6383] By: gsar                                  on 2000/07/12  16:00:51
43076         Log: don't clobber *.orig files on *clean targets
43077      Branch: perl
43078            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
43079 ____________________________________________________________________________
43080 [  6382] By: gsar                                  on 2000/07/12  07:59:12
43081         Log: fix broken integrations in cfgperl
43082      Branch: cfgperl
43083           !> Changes pod/perldelta.pod
43084 ____________________________________________________________________________
43085 [  6381] By: gsar                                  on 2000/07/12  07:42:17
43086         Log: integrate cfgperl changes into mainline
43087      Branch: perl
43088            ! Changes
43089           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
43090           !> pod/perlre.pod
43091 ____________________________________________________________________________
43092 [  6380] By: gsar                                  on 2000/07/12  07:31:00
43093         Log: get sprintf.t to adjust properly for 3-digit exponents
43094      Branch: perl
43095            ! t/op/sprintf.t
43096 ____________________________________________________________________________
43097 [  6379] By: gsar                                  on 2000/07/12  06:40:04
43098         Log: change#6174 needs corresponding change in win32/config_h.PL,
43099              which grovels through config_h.SH to find the config.h name
43100      Branch: perl
43101            ! win32/config_h.PL
43102 ____________________________________________________________________________
43103 [  6378] By: jhi                                   on 2000/07/12  05:03:59
43104         Log: Do the cc sanity check both before the hints and
43105              after the cc selction.
43106      Branch: cfgperl
43107            ! Configure config_h.SH
43108      Branch: metaconfig
43109            ! U/modified/Oldconfig.U U/modified/cc.U
43110      Branch: metaconfig/U/perl
43111            + Checkcc.U
43112 ____________________________________________________________________________
43113 [  6377] By: jhi                                   on 2000/07/12  02:49:22
43114         Log: Fix nits noticed by Boston.pm.
43115      Branch: cfgperl
43116            ! pod/perlre.pod
43117 ____________________________________________________________________________
43118 [  6376] By: jhi                                   on 2000/07/11  21:22:13
43119         Log: Configure cosmetics and perldelta.
43120      Branch: cfgperl
43121            ! Configure config_h.SH pod/perldelta.pod
43122      Branch: metaconfig
43123            ! U/modified/cc.U
43124 ____________________________________________________________________________
43125 [  6375] By: gsar                                  on 2000/07/11  21:17:35
43126         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
43127      Branch: perl
43128            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
43129            ! win32/win32sck.c
43130 ____________________________________________________________________________
43131 [  6374] By: gsar                                  on 2000/07/11  20:48:50
43132         Log: tweak for build failure under multiplicity
43133      Branch: perl
43134            ! toke.c
43135 ____________________________________________________________________________
43136 [  6373] By: gsar                                  on 2000/07/11  20:37:23
43137         Log: integrate cfgperl changes#6325..6373 into mainline
43138              (NOTE: today's batch of integrations still untested)
43139      Branch: perl
43140           +> ext/DynaLoader/hints/netbsd.pl
43141            ! Changes
43142           !> (integrate 26 files)
43143 ____________________________________________________________________________
43144 [  6372] By: jhi                                   on 2000/07/11  20:30:36
43145         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
43146              regen perltoc.
43147      Branch: cfgperl
43148            + pod/perlbook.pod
43149            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
43150            ! pod/perltoc.pod
43151 ____________________________________________________________________________
43152 [  6371] By: jhi                                   on 2000/07/11  20:08:56
43153         Log: Minor cleanups on the booklist.
43154      Branch: cfgperl
43155            ! pod/perlfaq2.pod
43156 ____________________________________________________________________________
43157 [  6370] By: jhi                                   on 2000/07/11  19:31:13
43158         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
43159      Branch: cfgperl
43160            ! t/pragma/overload.t
43161 ____________________________________________________________________________
43162 [  6369] By: gsar                                  on 2000/07/11  19:27:48
43163         Log: integrate cfgperl changes#6293..6324 into mainline
43164      Branch: perl
43165           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
43166            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
43167           !> (integrate 30 files)
43168 ____________________________________________________________________________
43169 [  6368] By: gsar                                  on 2000/07/11  19:18:57
43170         Log: skip integrate of problematic change#6292 from cfgperl into mainline
43171      Branch: perl
43172           !> pp_hot.c
43173 ____________________________________________________________________________
43174 [  6367] By: gsar                                  on 2000/07/11  19:17:21
43175         Log: integrate cfgperl changes#6288..6290 into mainline
43176      Branch: perl
43177           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
43178 ____________________________________________________________________________
43179 [  6366] By: gsar                                  on 2000/07/11  19:11:18
43180         Log: integrate cfgperl changes#6268..6282 into mainline
43181      Branch: perl
43182           !> (integrate 30 files)
43183 ____________________________________________________________________________
43184 [  6365] By: gsar                                  on 2000/07/11  18:57:00
43185         Log: delete new accidentally branched file
43186      Branch: perl
43187            - t/op/method2entersub.t
43188 ____________________________________________________________________________
43189 [  6364] By: gsar                                  on 2000/07/11  18:55:13
43190         Log: skip integrate of change#6267 from cfgperl into mainline (the
43191              method call optimization is flawed without additional hints
43192              from user about immutableness of @ISA and no runtime method
43193              definitions)
43194      Branch: perl
43195           +> t/op/method2entersub.t
43196           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
43197           !> perl.h t/op/sprintf.t xsutils.c
43198 ____________________________________________________________________________
43199 [  6363] By: gsar                                  on 2000/07/11  18:49:43
43200         Log: integrate cfgperl changes#6261..6266 into mainline
43201      Branch: perl
43202           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
43203           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
43204           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43205           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
43206 ____________________________________________________________________________
43207 [  6362] By: gsar                                  on 2000/07/11  18:43:26
43208         Log: integrate cfgperl changes#6252..6260 into mainline
43209      Branch: perl
43210           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
43211           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
43212           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
43213           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
43214 ____________________________________________________________________________
43215 [  6361] By: gsar                                  on 2000/07/11  18:37:12
43216         Log: skip integrate of problematic change#6251 from cfgperl into mainline
43217      Branch: perl
43218           !> lib/Exporter.pm
43219 ____________________________________________________________________________
43220 [  6360] By: gsar                                  on 2000/07/11  18:34:56
43221         Log: integrate cfgperl change#6250 into mainline
43222      Branch: perl
43223           +> t/op/my_stash.t
43224           !> MANIFEST embed.pl proto.h toke.c
43225 ____________________________________________________________________________
43226 [  6359] By: gsar                                  on 2000/07/11  18:21:19
43227         Log: integrate cfgperl changes#6242..6249 into mainline
43228      Branch: perl
43229           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
43230           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
43231           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
43232           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
43233           !> t/lib/peek.t utf8.c
43234 ____________________________________________________________________________
43235 [  6358] By: gsar                                  on 2000/07/11  18:15:45
43236         Log: skip integrate of problematic change#6241 from cfgperl into mainline
43237      Branch: perl
43238           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
43239 ____________________________________________________________________________
43240 [  6357] By: jhi                                   on 2000/07/11  18:15:16
43241         Log: Fix for
43242              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
43243              From: Roderick Schertler <roderick@argon.org> 
43244              Date: Tue, 11 Jul 2000 13:55:05 -0400 
43245              Message-Id: <200007111755.NAA05077@jones.argon.org> 
43246      Branch: cfgperl
43247            ! doio.c
43248 ____________________________________________________________________________
43249 [  6356] By: jhi                                   on 2000/07/11  18:12:51
43250         Log: Typo in #6341.
43251      Branch: cfgperl
43252            ! pp_hot.c
43253 ____________________________________________________________________________
43254 [  6355] By: gsar                                  on 2000/07/11  18:12:10
43255         Log: integrate cfgperl changes#6231..6240 into mainline
43256      Branch: perl
43257           +> pod/perlutil.pod
43258           !> (integrate 35 files)
43259 ____________________________________________________________________________
43260 [  6354] By: jhi                                   on 2000/07/11  18:04:34
43261         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
43262              From: Dominic Dunlop <domo@computer.org> 
43263              Date: Tue, 11 Jul 2000 12:27:33 +0200 
43264              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
43265              
43266              Replaces change #6268.
43267      Branch: cfgperl
43268            ! t/op/sprintf.t
43269 ____________________________________________________________________________
43270 [  6353] By: gsar                                  on 2000/07/11  17:59:51
43271         Log: skip integrate of problematic change#6230 from cfgperl into mainline
43272              (a later version of File::Spec is already in mainline)
43273      Branch: perl
43274           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
43275           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
43276 ____________________________________________________________________________
43277 [  6352] By: gsar                                  on 2000/07/11  17:57:48
43278         Log: integrate cfgperl changes#6224..6229 into mainline
43279      Branch: perl
43280           +> lib/lib.pm.PL
43281            - lib/lib.pm
43282           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
43283           !> lib/English.pm op.c t/lib/english.t
43284 ____________________________________________________________________________
43285 [  6351] By: gsar                                  on 2000/07/11  17:50:10
43286         Log: skip integrate of problematic change#6223 from cfgperl into mainline
43287      Branch: perl
43288           !> doio.c
43289 ____________________________________________________________________________
43290 [  6350] By: gsar                                  on 2000/07/11  17:48:28
43291         Log: integrate cfgperl changes#6220..6222 into mainline
43292      Branch: perl
43293           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
43294           !> toke.c utf8.c win32/win32.h
43295 ____________________________________________________________________________
43296 [  6349] By: gsar                                  on 2000/07/11  17:46:13
43297         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
43298              mainline
43299      Branch: perl
43300           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43301           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43302           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43303 ____________________________________________________________________________
43304 [  6348] By: jhi                                   on 2000/07/11  17:45:49
43305         Log: README.posix-bc podified from Thomas Dorner.
43306      Branch: cfgperl
43307            ! README.posix-bc
43308 ____________________________________________________________________________
43309 [  6347] By: gsar                                  on 2000/07/11  17:42:04
43310         Log: integrate cfgperl change#6217 into mainline
43311      Branch: perl
43312           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
43313           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
43314           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
43315 ____________________________________________________________________________
43316 [  6346] By: gsar                                  on 2000/07/11  17:39:37
43317         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
43318              mainline
43319      Branch: perl
43320           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
43321           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43322           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
43323           !> perlapi.h pod/perlapi.pod
43324 ____________________________________________________________________________
43325 [  6345] By: gsar                                  on 2000/07/11  17:36:42
43326         Log: integrate cfgperl changes#6207..6210 into mainline
43327      Branch: perl
43328           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
43329           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
43330 ____________________________________________________________________________
43331 [  6344] By: gsar                                  on 2000/07/11  17:31:20
43332         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
43333              mainline
43334      Branch: perl
43335           !> (integrate 40 files)
43336 ____________________________________________________________________________
43337 [  6343] By: gsar                                  on 2000/07/11  17:19:08
43338         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
43339      Branch: perl
43340           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
43341            ! Changes
43342           !> (integrate 34 files)
43343 ____________________________________________________________________________
43344 [  6342] By: jhi                                   on 2000/07/11  16:05:48
43345         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
43346              To: perl5-porters@perl.org
43347              From: Karsten Sperling <spiff@phreax.net>
43348              Date: Mon, 10 Jul 2000 15:12:52 +0200
43349              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
43350      Branch: cfgperl
43351            ! lib/Symbol.pm
43352 ____________________________________________________________________________
43353 [  6341] By: jhi                                   on 2000/07/11  15:59:23
43354         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
43355              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43356              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
43357              Date: Fri, 07 Jul 2000 17:57:16 +0100
43358      Branch: cfgperl
43359            ! pp_hot.c
43360 ____________________________________________________________________________
43361 [  6340] By: jhi                                   on 2000/07/11  15:55:47
43362         Log: Subject: Re: format bug report  [Patch]
43363              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43364              Date: Wed, 05 Jul 2000 13:12:52 +0200
43365              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
43366              
43367              Subject: Re: format bug report  [Patch]
43368              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43369              Date: Wed, 05 Jul 2000 14:10:01 +0200
43370              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
43371      Branch: cfgperl
43372            ! t/op/write.t toke.c
43373 ____________________________________________________________________________
43374 [  6339] By: jhi                                   on 2000/07/11  13:54:09
43375         Log: Be less forgiving about ambiguous and illegal tr ranges.
43376              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
43377              From: Mark-Jason Dominus <mjd@plover.com>
43378              Date: Tue, 04 Jul 2000 10:00:12 -0400
43379              Message-ID: <20000704140012.17772.qmail@plover.com>
43380              
43381              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
43382              From: Mark-Jason Dominus <mjd@plover.com>
43383              Date: Wed, 05 Jul 2000 09:37:36 -0400
43384              Message-ID: <20000705133736.27293.qmail@plover.com>
43385      Branch: cfgperl
43386            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
43387 ____________________________________________________________________________
43388 [  6338] By: jhi                                   on 2000/07/11  13:31:24
43389         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
43390              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43391              Date: Tue, 11 Jul 2000 13:50:51 +0100
43392              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
43393      Branch: cfgperl
43394            ! sv.c
43395 ____________________________________________________________________________
43396 [  6337] By: jhi                                   on 2000/07/11  13:29:14
43397         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
43398              From: Hugo <hv@crypt.compulink.co.uk>
43399              Date: Tue, 11 Jul 2000 12:44:50 +0100
43400              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
43401      Branch: cfgperl
43402            ! regexec.c t/op/re_tests
43403 ____________________________________________________________________________
43404 [  6336] By: jhi                                   on 2000/07/11  13:26:47
43405         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
43406              From: simon@brecon.co.uk (Simon Cozens)
43407              Date: 7 Jul 2000 11:26:09 GMT
43408              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
43409      Branch: cfgperl
43410            ! mg.c
43411 ____________________________________________________________________________
43412 [  6335] By: jhi                                   on 2000/07/11  13:23:37
43413         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
43414              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
43415              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
43416              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
43417      Branch: cfgperl
43418            + ext/DynaLoader/hints/netbsd.pl
43419            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
43420 ____________________________________________________________________________
43421 [  6334] By: jhi                                   on 2000/07/11  13:20:38
43422         Log: Subject: PATCH perlguts.pod: Document D and d magic types
43423              From: mjd@plover.com
43424              Date: 5 Jul 2000 18:01:51 -0000
43425              Message-ID: <20000705180151.29413.qmail@plover.com>
43426      Branch: cfgperl
43427            ! pod/perlguts.pod
43428 ____________________________________________________________________________
43429 [  6333] By: jhi                                   on 2000/07/11  13:15:51
43430         Log: Precedence goof, fix based on
43431              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
43432              From: Hugo <hv@crypt.compulink.co.uk>
43433              Date: Tue, 11 Jul 2000 12:52:38 +0100
43434              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
43435      Branch: cfgperl
43436            ! t/op/taint.t
43437 ____________________________________________________________________________
43438 [  6332] By: jhi                                   on 2000/07/11  12:40:17
43439         Log: Integrate with Sarathy.
43440      Branch: cfgperl
43441           !> win32/win32sck.c
43442 ____________________________________________________________________________
43443 [  6331] By: jhi                                   on 2000/07/10  20:14:16
43444         Log: Sprinkle ldlibpath.
43445      Branch: cfgperl
43446            ! pod/Makefile.SH
43447 ____________________________________________________________________________
43448 [  6330] By: jhi                                   on 2000/07/10  17:54:49
43449         Log: More POSIX.pod tweaks.
43450      Branch: cfgperl
43451            ! ext/POSIX/POSIX.pod
43452 ____________________________________________________________________________
43453 [  6329] By: jhi                                   on 2000/07/10  14:02:12
43454         Log: Reorder perl.pod once more.
43455      Branch: cfgperl
43456            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43457 ____________________________________________________________________________
43458 [  6328] By: gsar                                  on 2000/07/10  07:06:00
43459         Log: accept() leaks memory on windows due to incorrect ordering of
43460              closesocket() and fclose() calls
43461      Branch: perl
43462            ! win32/win32sck.c
43463 ____________________________________________________________________________
43464 [  6327] By: gsar                                  on 2000/07/10  06:49:17
43465         Log: winsock options weren't being set in all threads under ithreads
43466              (caused send()s from second and subsequent threads to fail)
43467      Branch: perl
43468            ! win32/win32sck.c
43469 ____________________________________________________________________________
43470 [  6326] By: jhi                                   on 2000/07/08  02:45:40
43471         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
43472              was cast to an unsigned (32-bit) integer with wild abandon.
43473      Branch: cfgperl
43474            ! ext/Devel/DProf/DProf.xs
43475 ____________________________________________________________________________
43476 [  6325] By: jhi                                   on 2000/07/07  18:50:33
43477         Log: Remove perlbook, update perlfaq book listing,
43478              rearrange perl.pod, regenerate perltoc.
43479      Branch: cfgperl
43480            - pod/perlbook.pod
43481            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
43482            ! pod/perlfaq2.pod pod/perltoc.pod
43483 ____________________________________________________________________________
43484 [  6324] By: jhi                                   on 2000/07/07  14:03:40
43485         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
43486      Branch: cfgperl
43487            ! sv.h toke.c
43488 ____________________________________________________________________________
43489 [  6323] By: jhi                                   on 2000/07/06  16:03:55
43490         Log: Fix complaints of buildtoc.
43491      Branch: cfgperl
43492            + lib/Win32.pod
43493            - pod/Win32.pod
43494            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43495 ____________________________________________________________________________
43496 [  6322] By: jhi                                   on 2000/07/06  15:15:52
43497         Log: Add =head1 NAMEs so that buildtoc is happy.
43498              (The CGI::Util nit reported to Lincoln.)
43499      Branch: cfgperl
43500            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
43501            ! pod/perltoc.pod
43502 ____________________________________________________________________________
43503 [  6321] By: jhi                                   on 2000/07/06  03:16:04
43504         Log: Config is being used.
43505      Branch: cfgperl
43506            ! t/op/method.t
43507 ____________________________________________________________________________
43508 [  6320] By: jhi                                   on 2000/07/06  03:13:13
43509         Log: Integrate with Sarathy.
43510      Branch: cfgperl
43511           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
43512 ____________________________________________________________________________
43513 [  6319] By: jhi                                   on 2000/07/06  03:11:46
43514         Log: Autogenerate pod/Makefile and pod/buildtoc.
43515              buildtoc also checks whether the existin pods are
43516              mentioned in MANIFEST and perl.pod, and vice versa.
43517              (None of the thusly found discrepancies fixed yet.)
43518              roffitall also needs to be autogenerated similarly but it
43519              seems so badly out of date that I didn't touch it yet.
43520      Branch: cfgperl
43521            + pod/Makefile.SH pod/buildtoc.PL
43522            - pod/Makefile pod/buildtoc
43523            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
43524 ____________________________________________________________________________
43525 [  6318] By: gsar                                  on 2000/07/05  22:10:54
43526         Log: fix UNC path handling on Windows under ithreads, and chdir()
43527              return value when given a non-existent directory
43528      Branch: perl
43529            ! win32/vdir.h
43530 ____________________________________________________________________________
43531 [  6317] By: gsar                                  on 2000/07/05  22:08:19
43532         Log: winsock cleanup never done on Windows (leads to handle leaks)
43533      Branch: perl
43534            ! win32/perllib.c win32/win32sck.c
43535 ____________________________________________________________________________
43536 [  6316] By: gsar                                  on 2000/07/05  22:06:19
43537         Log: some debugger output does not go to the socket when RemotePort is set
43538      Branch: perl
43539            ! lib/perl5db.pl
43540 ____________________________________________________________________________
43541 [  6315] By: jhi                                   on 2000/07/05  00:25:21
43542         Log: Integrate with Sarathy, preliminary fix for unicos
43543              alignment problems in [ID 20000612.002] Perl problem on Cray system.
43544      Branch: cfgperl
43545            ! sv.h
43546           !> pp_hot.c
43547 ____________________________________________________________________________
43548 [  6314] By: gsar                                  on 2000/07/04  23:34:02
43549         Log: tyop in change#6306
43550      Branch: perl
43551            ! pp_hot.c
43552 ____________________________________________________________________________
43553 [  6313] By: jhi                                   on 2000/07/04  22:14:38
43554         Log: Multiline string literals ENONPORTABLE.
43555      Branch: cfgperl
43556            ! pp_hot.c
43557 ____________________________________________________________________________
43558 [  6312] By: jhi                                   on 2000/07/04  20:34:44
43559         Log: Integrate with Sarathy.
43560      Branch: cfgperl
43561           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
43562           !> t/op/method.t
43563 ____________________________________________________________________________
43564 [  6311] By: jhi                                   on 2000/07/04  20:30:56
43565         Log: More POSIX.pod embellishment.
43566      Branch: cfgperl
43567            ! ext/POSIX/POSIX.pod
43568 ____________________________________________________________________________
43569 [  6310] By: gsar                                  on 2000/07/04  17:28:48
43570         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
43571      Branch: perl
43572            ! t/lib/b.t
43573 ____________________________________________________________________________
43574 [  6309] By: jhi                                   on 2000/07/04  17:22:18
43575         Log: The #6308 required a little bit more.
43576      Branch: cfgperl
43577            ! Makefile.SH win32/Makefile
43578 ____________________________________________________________________________
43579 [  6308] By: jhi                                   on 2000/07/04  16:35:24
43580         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
43581      Branch: cfgperl
43582            + lib/lib_pm.PL
43583            - lib/lib.pm.PL
43584            ! MANIFEST Makefile.SH
43585 ____________________________________________________________________________
43586 [  6307] By: jhi                                   on 2000/07/04  16:28:58
43587         Log: Win32 patches for cfgperl from Sarathy.
43588      Branch: cfgperl
43589            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
43590            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
43591            ! thread.h toke.c util.c win32/Makefile win32/win32.c
43592 ____________________________________________________________________________
43593 [  6306] By: gsar                                  on 2000/07/04  16:28:40
43594         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
43595              (from Richard Soderberg <rs@oregonnet.com>)
43596      Branch: perl
43597            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
43598 ____________________________________________________________________________
43599 [  6305] By: jhi                                   on 2000/07/04  16:24:24
43600         Log: Integrate with Sarathy.
43601      Branch: cfgperl
43602           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
43603           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43604           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
43605           !> proto.h win32/win32.c
43606 ____________________________________________________________________________
43607 [  6304] By: gsar                                  on 2000/07/04  16:17:24
43608         Log: missing perldiag entry for unpack("w",...) diagnostic (from
43609              Andreas Koenig)
43610      Branch: perl
43611            ! pod/perldiag.pod
43612 ____________________________________________________________________________
43613 [  6303] By: gsar                                  on 2000/07/04  16:14:44
43614         Log: remove rel2abs prototypes (from Barrie Slaymaker)
43615      Branch: perl
43616            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
43617            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43618 ____________________________________________________________________________
43619 [  6302] By: gsar                                  on 2000/07/04  04:59:35
43620         Log: adjust change#6299
43621      Branch: perl
43622            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
43623            ! win32/win32.c
43624 ____________________________________________________________________________
43625 [  6301] By: jhi                                   on 2000/07/04  04:50:07
43626         Log: Integrate with Sarathy.
43627      Branch: cfgperl
43628           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
43629           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
43630           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
43631 ____________________________________________________________________________
43632 [  6300] By: gsar                                  on 2000/07/04  04:42:09
43633         Log: PERL_OBJECT build tweak
43634      Branch: perl
43635            ! perl.h
43636 ____________________________________________________________________________
43637 [  6299] By: gsar                                  on 2000/07/04  04:37:00
43638         Log: fix memory leak on Windows (PL_sys_intern contents were never
43639              freed)
43640      Branch: perl
43641            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
43642            ! perlapi.c proto.h win32/win32.c
43643 ____________________________________________________________________________
43644 [  6298] By: gsar                                  on 2000/07/04  04:15:59
43645         Log: fix large memory leak that has been around for ever, masked by
43646              -DPURIFY (most of the arenas were never freed!)
43647      Branch: perl
43648            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
43649 ____________________________________________________________________________
43650 [  6297] By: gsar                                  on 2000/07/04  04:07:46
43651         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
43652      Branch: perl
43653            ! perl.c
43654 ____________________________________________________________________________
43655 [  6296] By: jhi                                   on 2000/06/30  18:28:37
43656         Log: Elaborate POSIX.pod.  Still needs work.
43657      Branch: cfgperl
43658            ! ext/POSIX/POSIX.pod
43659 ____________________________________________________________________________
43660 [  6295] By: jhi                                   on 2000/06/30  14:58:18
43661         Log: Point to perlipc for more SysV IPC examples.
43662      Branch: cfgperl
43663            ! pod/perlfunc.pod
43664 ____________________________________________________________________________
43665 [  6294] By: gsar                                  on 2000/06/30  14:47:45
43666         Log: slurp mode fix in change#4736 still not quite right
43667      Branch: perl
43668            ! pp_hot.c t/io/argv.t
43669 ____________________________________________________________________________
43670 [  6293] By: jhi                                   on 2000/06/30  12:02:55
43671         Log: Integrate with Sarathy.
43672      Branch: cfgperl
43673           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
43674 ____________________________________________________________________________
43675 [  6292] By: jhi                                   on 2000/06/30  12:01:11
43676         Log: From: simon@brecon.co.uk (Simon Cozens)
43677              Subject: UTF8 concat
43678              Date: 30 Jun 2000 06:13:25 GMT
43679              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
43680      Branch: cfgperl
43681            ! pp_hot.c
43682 ____________________________________________________________________________
43683 [  6291] By: gsar                                  on 2000/06/30  04:37:33
43684         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
43685              when @_ is modified, causing coredumps
43686      Branch: perl
43687            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
43688 ____________________________________________________________________________
43689 [  6290] By: jhi                                   on 2000/06/30  02:21:44
43690         Log: Integrate with Sarathy.
43691      Branch: cfgperl
43692           !> vms/vms.c vms/vmsish.h
43693 ____________________________________________________________________________
43694 [  6289] By: jhi                                   on 2000/06/30  02:21:02
43695         Log: Check VERSIONs.
43696      Branch: cfgperl
43697            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43698            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43699            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43700 ____________________________________________________________________________
43701 [  6288] By: jhi                                   on 2000/06/30  02:18:52
43702         Log: Integrate with Sarathy.
43703      Branch: cfgperl
43704           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
43705           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43706           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43707           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
43708 ____________________________________________________________________________
43709 [  6287] By: gsar                                  on 2000/06/30  02:17:08
43710         Log: integrate vmsperl changes into mainline
43711      Branch: perl
43712           !> vms/vms.c vms/vmsish.h
43713 ____________________________________________________________________________
43714 [  6285] By: gsar                                  on 2000/06/30  02:05:28
43715         Log: localize %INC in a Safe compartment so that use/require work
43716              (many other magic globals probably need similar treatment)
43717      Branch: perl
43718            ! ext/Opcode/Opcode.xs
43719 ____________________________________________________________________________
43720 [  6284] By: gsar                                  on 2000/06/30  01:54:54
43721         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
43722              about Windows
43723      Branch: perl
43724            ! pod/perlembed.pod
43725 ____________________________________________________________________________
43726 [  6283] By: jhi                                   on 2000/06/30  01:50:10
43727         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
43728              From: Barrie Slaymaker <barries@jester.slaysys.com>
43729              Date: Wed, 28 Jun 2000 11:35:29 -0400
43730              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
43731      Branch: perl
43732            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
43733            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43734            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43735            ! lib/File/Spec/Win32.pm
43736 ____________________________________________________________________________
43737 [  6282] By: jhi                                   on 2000/06/29  22:57:22
43738         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
43739              From: Dan Sugalski <dan@sidhe.org>
43740              Date: Tue, 06 Jun 2000 11:59:50 -0400
43741              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
43742      Branch: cfgperl
43743            ! vms/vms.c
43744 ____________________________________________________________________________
43745 [  6281] By: jhi                                   on 2000/06/29  22:52:50
43746         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
43747              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43748              Date: Wed, 7 Jun 2000 04:02:04 -0500
43749              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
43750      Branch: cfgperl
43751            ! utils/h2xs.PL
43752 ____________________________________________________________________________
43753 [  6280] By: jhi                                   on 2000/06/29  22:45:47
43754         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
43755              From: rspier@pobox.com (Robert Spier)
43756              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
43757              Message-ID: <14654.31913.845602.610277@rls.cx>
43758      Branch: cfgperl
43759            ! utils/h2xs.PL
43760 ____________________________________________________________________________
43761 [  6279] By: jhi                                   on 2000/06/29  22:38:16
43762         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
43763              From: Tim Ayers <tayers@bridge.com>
43764              Date: Thu, 08 Jun 2000 08:11:06 +0200
43765              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
43766              [resent by Richard Foley, Message-Id probably wrong]
43767      Branch: cfgperl
43768            ! pod/perlsub.pod
43769 ____________________________________________________________________________
43770 [  6278] By: jhi                                   on 2000/06/29  22:21:45
43771         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
43772              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
43773              Date: Fri, 09 Jun 2000 12:39:27 -0400
43774              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
43775              (plus update the version "number" of Text::Wrap)
43776      Branch: cfgperl
43777            ! lib/Text/Wrap.pm
43778 ____________________________________________________________________________
43779 [  6277] By: jhi                                   on 2000/06/29  22:13:10
43780         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
43781              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43782              Date: Mon, 12 Jun 2000 14:55:59 +0100
43783              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
43784      Branch: cfgperl
43785            ! pod/perlfunc.pod
43786 ____________________________________________________________________________
43787 [  6276] By: jhi                                   on 2000/06/29  22:11:06
43788         Log: Subject: [PATCH] Re: eval documentation: context
43789              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43790              Date: Mon, 12 Jun 2000 15:07:29 +0100
43791              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43792      Branch: cfgperl
43793            ! pod/perlfunc.pod
43794 ____________________________________________________________________________
43795 [  6275] By: jhi                                   on 2000/06/29  21:59:46
43796         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43797              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43798              Date: Tue, 13 Jun 2000 02:43:48 -0500
43799              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43800      Branch: cfgperl
43801            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
43802 ____________________________________________________________________________
43803 [  6274] By: jhi                                   on 2000/06/29  21:56:14
43804         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43805              From: Andy Dougherty <doughera@lafayette.edu>
43806              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43807              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43808      Branch: cfgperl
43809            ! ext/File/Glob/Glob.pm
43810 ____________________________________________________________________________
43811 [  6273] By: jhi                                   on 2000/06/29  21:49:09
43812         Log: Subject: [PATCH] xsub attributes
43813              From: Doug MacEachern <dougm@covalent.net>
43814              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43815              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43816      Branch: cfgperl
43817            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
43818            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
43819 ____________________________________________________________________________
43820 [  6272] By: jhi                                   on 2000/06/29  21:41:28
43821         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43822              From: Tom Phoenix <rootbeer@redcat.com>
43823              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43824              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43825      Branch: cfgperl
43826            ! lib/Net/Ping.pm
43827 ____________________________________________________________________________
43828 [  6271] By: jhi                                   on 2000/06/29  21:36:55
43829         Log: Subject: PATCH pod/perltie.pod
43830              From: Ian Phillipps <Ian.Phillipps@iname.com>
43831              Date: Fri, 16 Jun 2000 00:17:19 +0100
43832              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43833              (only the first hunk, the second hunk had already been done
43834              by some other patch)
43835      Branch: cfgperl
43836            ! pod/perltie.pod
43837 ____________________________________________________________________________
43838 [  6270] By: jhi                                   on 2000/06/29  21:24:51
43839         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43840              From: Nicholas Clark <nick@talking.bollo.cx>
43841              Date: Fri, 23 Jun 2000 16:21:15 +0100
43842              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43843      Branch: cfgperl
43844            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
43845            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
43846 ____________________________________________________________________________
43847 [  6269] By: jhi                                   on 2000/06/29  19:38:15
43848         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
43849              silence few compiler warnings.
43850      Branch: cfgperl
43851            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
43852 ____________________________________________________________________________
43853 [  6268] By: jhi                                   on 2000/06/29  18:21:50
43854         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43855              From: Dominic Dunlop <domo@computer.org> 
43856              Date: Thu, 29 Jun 2000 12:32:39 +0200 
43857              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
43858      Branch: cfgperl
43859            ! t/op/sprintf.t
43860 ____________________________________________________________________________
43861 [  6267] By: jhi                                   on 2000/06/29  18:16:07
43862         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
43863              From: Doug MacEachern <dougm@covalent.net>
43864              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
43865              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
43866      Branch: cfgperl
43867            + t/op/method2entersub.t
43868            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
43869            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43870            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
43871            ! xsutils.c
43872 ____________________________________________________________________________
43873 [  6266] By: jhi                                   on 2000/06/29  15:11:15
43874         Log: Subject: [PATCH 5.6.0] cygwin port
43875              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
43876              From: "Fifer, Eric" <EFifer@sanwaint.com>
43877              Date: Thu, 29 Jun 2000 12:58:29 +0100
43878      Branch: cfgperl
43879            ! cygwin/Makefile.SHs
43880 ____________________________________________________________________________
43881 [  6265] By: jhi                                   on 2000/06/29  15:04:05
43882         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
43883              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43884              Date: Wed, 28 Jun 2000 17:50:12 -0700
43885              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
43886      Branch: cfgperl
43887            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43888 ____________________________________________________________________________
43889 [  6264] By: jhi                                   on 2000/06/29  15:00:57
43890         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
43891              From: Marty Lucich <marty@netcom.com>
43892              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
43893              Message-Id: <200006282116.OAA11148@netcom.com>
43894              ccdlflags update (the BSD/OS 4.1 part had already been taken
43895              care of by #6141).
43896      Branch: cfgperl
43897            ! hints/bsdos.sh
43898 ____________________________________________________________________________
43899 [  6263] By: jhi                                   on 2000/06/29  13:47:44
43900         Log: tr fixes from Simon Cozens
43901      Branch: cfgperl
43902            ! doop.c
43903 ____________________________________________________________________________
43904 [  6262] By: jhi                                   on 2000/06/28  18:46:01
43905         Log: Subject: 5.6.0 Patch for EPOC
43906              From: Olaf Flebbe <o.flebbe@gmx.de>
43907              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
43908              Message-ID: <23449.960929969@www11.gmx.net>
43909      Branch: cfgperl
43910            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
43911            ! epoc/epocish.h
43912 ____________________________________________________________________________
43913 [  6261] By: jhi                                   on 2000/06/28  18:29:07
43914         Log: Subject: Re: [PATCH cfgperl] BOMs away!
43915              From: simon@brecon.co.uk (Simon Cozens)
43916              Date: 17 Jun 2000 11:49:57 GMT
43917              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
43918      Branch: cfgperl
43919            ! pod/perldiag.pod t/comp/require.t toke.c
43920 ____________________________________________________________________________
43921 [  6260] By: jhi                                   on 2000/06/28  17:47:16
43922         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
43923              From: simon@brecon.co.uk (Simon Cozens) 
43924              Date: 17 Jun 2000 11:56:44 GMT 
43925              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
43926              pack U0, pack C0
43927      Branch: cfgperl
43928            ! pod/perlfunc.pod pp.c t/op/pack.t
43929 ____________________________________________________________________________
43930 [  6259] By: jhi                                   on 2000/06/28  16:43:17
43931         Log: perlnewmod was missing from MANIFEST.
43932      Branch: cfgperl
43933            ! MANIFEST
43934 ____________________________________________________________________________
43935 [  6258] By: jhi                                   on 2000/06/28  15:54:30
43936         Log: linenumber tweak
43937      Branch: cfgperl
43938            ! t/pragma/warn/regcomp
43939 ____________________________________________________________________________
43940 [  6257] By: jhi                                   on 2000/06/28  15:50:44
43941         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
43942              From: Doug MacEachern <dougm@covalent.net>
43943              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
43944              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
43945              (one part of the patch had been applied earlier)
43946      Branch: cfgperl
43947            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
43948 ____________________________________________________________________________
43949 [  6256] By: jhi                                   on 2000/06/28  15:40:22
43950         Log: tweaks from Simon Cozens to further fix tr/// under utf8
43951      Branch: cfgperl
43952            ! doop.c
43953 ____________________________________________________________________________
43954 [  6255] By: jhi                                   on 2000/06/28  15:33:45
43955         Log: small thinko tweaks
43956      Branch: cfgperl
43957            ! lib/IPC/Open3.pm t/op/my_stash.t
43958 ____________________________________________________________________________
43959 [  6254] By: jhi                                   on 2000/06/28  15:33:25
43960         Log: Subject: tr///, help wanted.
43961              From: simon@brecon.co.uk (Simon Cozens)
43962              Date: 28 Jun 2000 11:29:04 GMT
43963              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
43964      Branch: cfgperl
43965            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43966            ! pp_proto.h proto.h t/op/tr.t
43967 ____________________________________________________________________________
43968 [  6253] By: jhi                                   on 2000/06/28  15:09:17
43969         Log: Paranoia tweak on #6249.
43970              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43971              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43972              Date: Sun, 25 Jun 2000 23:43:12 -0400
43973              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
43974      Branch: cfgperl
43975            ! lib/IPC/Open3.pm
43976 ____________________________________________________________________________
43977 [  6252] By: jhi                                   on 2000/06/28  15:01:38
43978         Log: Document #6249 and #6251.
43979      Branch: cfgperl
43980            ! lib/Exporter.pm lib/IPC/Open3.pm
43981 ____________________________________________________________________________
43982 [  6251] By: jhi                                   on 2000/06/28  14:50:43
43983         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
43984              From: Doug MacEachern <dougm@covalent.net>
43985              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
43986              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
43987      Branch: cfgperl
43988            ! lib/Exporter.pm
43989 ____________________________________________________________________________
43990 [  6250] By: jhi                                   on 2000/06/28  14:45:23
43991         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
43992              From: Doug MacEachern <dougm@covalent.net>
43993              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
43994              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
43995      Branch: cfgperl
43996            + t/op/my_stash.t
43997            ! MANIFEST embed.pl global.sym proto.h toke.c
43998 ____________________________________________________________________________
43999 [  6249] By: jhi                                   on 2000/06/28  14:36:34
44000         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
44001              From: Frank Tobin <ftobin@uiuc.edu>
44002              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
44003              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
44004      Branch: cfgperl
44005            ! lib/IPC/Open3.pm
44006 ____________________________________________________________________________
44007 [  6248] By: jhi                                   on 2000/06/28  14:11:25
44008         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
44009              From: Mark-Jason Dominus <mjd@plover.com>
44010              Date: Tue, 27 Jun 2000 22:36:42 -0400
44011              Message-ID: <20000628023642.12166.qmail@plover.com>
44012      Branch: cfgperl
44013            ! pod/perlfunc.pod
44014 ____________________________________________________________________________
44015 [  6247] By: jhi                                   on 2000/06/27  12:46:37
44016         Log: Tweak $VERSION, patch from Doug MacEachern.
44017      Branch: cfgperl
44018            ! lib/File/Spec.pm
44019 ____________________________________________________________________________
44020 [  6246] By: jhi                                   on 2000/06/27  03:34:46
44021         Log: Allow for standalone testing.
44022      Branch: cfgperl
44023            ! t/lib/filefunc.t t/lib/filespec.t
44024 ____________________________________________________________________________
44025 [  6245] By: jhi                                   on 2000/06/27  02:50:02
44026         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
44027              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44028              Date: Sat, 24 Jun 2000 13:06:20 +0100
44029              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
44030      Branch: cfgperl
44031            ! ext/DynaLoader/DynaLoader_pm.PL
44032 ____________________________________________________________________________
44033 [  6244] By: jhi                                   on 2000/06/27  02:46:10
44034         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
44035              From: Doug MacEachern <dougm@covalent.net>
44036              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
44037              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
44038      Branch: cfgperl
44039            ! gv.c sv.c t/lib/peek.t
44040 ____________________________________________________________________________
44041 [  6243] By: jhi                                   on 2000/06/27  02:38:07
44042         Log: Subject: [PATCH] is_utf8_string
44043              From: simon@brecon.co.uk (Simon Cozens)
44044              Date: 26 Jun 2000 02:25:59 GMT
44045              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
44046      Branch: cfgperl
44047            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
44048            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
44049            ! proto.h utf8.c
44050 ____________________________________________________________________________
44051 [  6242] By: jhi                                   on 2000/06/27  02:24:00
44052         Log: Subject: [PATCH] bytes<->utf8 fixes
44053              From: simon@brecon.co.uk (Simon Cozens)
44054              Date: 26 Jun 2000 04:55:45 GMT
44055              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
44056      Branch: cfgperl
44057            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
44058 ____________________________________________________________________________
44059 [  6241] By: jhi                                   on 2000/06/27  02:12:42
44060         Log: Do no -warn on \_, only on \alpha.
44061              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
44062              From: David Dyck <dcd@tc.fluke.com>
44063              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
44064              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
44065      Branch: cfgperl
44066            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
44067 ____________________________________________________________________________
44068 [  6240] By: jhi                                   on 2000/06/27  02:00:01
44069         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
44070              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44071              Date: Mon, 26 Jun 2000 18:40:14 +0100
44072              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
44073      Branch: cfgperl
44074            ! utils/h2xs.PL
44075 ____________________________________________________________________________
44076 [  6239] By: jhi                                   on 2000/06/27  01:53:40
44077         Log: Configure maintenance.  Sever some dependency cycles,
44078              separate gccversion from the cc unit,
44079              address [ID 20000623.006] Configure script patch for using gcc on AIX
44080              (but solve it a little bit differently),
44081              unduplex some accidentally duplicated units,
44082              suggest using gcc if no cc available
44083              (p5p thread: "Solaris configure: counterproposal", 1999-09)
44084      Branch: cfgperl
44085            ! Configure Todo-5.6 config_h.SH
44086      Branch: metaconfig
44087            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
44088            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
44089      Branch: metaconfig/U/perl
44090            + gccvers.U
44091            ! d_getespwnam.U d_getprpwnam.U i_prot.U
44092 ____________________________________________________________________________
44093 [  6238] By: jhi                                   on 2000/06/25  18:04:56
44094         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
44095              From: Dan Sugalski <dan@sidhe.org>
44096              Date: Fri, 23 Jun 2000 17:00:00 -0400
44097              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
44098      Branch: cfgperl
44099            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
44100 ____________________________________________________________________________
44101 [  6237] By: jhi                                   on 2000/06/25  16:36:45
44102         Log: Tweak embed.pl, regen headers.
44103      Branch: cfgperl
44104            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
44105            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
44106            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
44107            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
44108            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
44109 ____________________________________________________________________________
44110 [  6236] By: jhi                                   on 2000/06/25  15:26:42
44111         Log: Regen headers.
44112      Branch: cfgperl
44113            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
44114            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
44115            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
44116            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
44117            ! regnodes.h warnings.h
44118 ____________________________________________________________________________
44119 [  6235] By: jhi                                   on 2000/06/23  19:39:35
44120         Log: The thread begun by
44121              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
44122              From: Kevin.Ruscoe@ubsw.com
44123              Date: Fri, 16 Jun 2000 16:38:51 +0100
44124              Message-Id: <H000019b03c300d6@MHS>
44125      Branch: cfgperl
44126            ! hints/solaris_2.sh
44127 ____________________________________________________________________________
44128 [  6234] By: jhi                                   on 2000/06/23  19:23:36
44129         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
44130              because when run as services (Win32ese for daemons)
44131              no environment variables are set and tmpdir ends up as /tmp,
44132              which is ambiguous.
44133              
44134              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
44135              From: matt@sergeant.org
44136              Date: 16 Jun 2000 16:30:43 -0000
44137              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
44138      Branch: cfgperl
44139            ! lib/File/Spec/Win32.pm
44140 ____________________________________________________________________________
44141 [  6233] By: jhi                                   on 2000/06/23  19:18:58
44142         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
44143              From: Mark-Jason Dominus <mjd@plover.com>
44144              Date: Fri, 16 Jun 2000 20:53:04 -0400
44145              Message-ID: <20000617005304.8008.qmail@plover.com>
44146      Branch: cfgperl
44147            ! op.h
44148 ____________________________________________________________________________
44149 [  6232] By: jhi                                   on 2000/06/23  16:10:02
44150         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
44151              From: simon@brecon.co.uk (Simon Cozens)
44152              Date: 19 Jun 2000 15:18:27 GMT
44153              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
44154              
44155              plus update pod/Makefile and regenerate perltoc
44156      Branch: cfgperl
44157            + pod/perlutil.pod
44158            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
44159 ____________________________________________________________________________
44160 [  6231] By: jhi                                   on 2000/06/23  15:19:18
44161         Log: Subject: [PATCH 5.6.0] cygwin port
44162              From: "Fifer, Eric" <EFifer@sanwaint.com>
44163              Date: Tue, 20 Jun 2000 14:30:58 +0100
44164              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
44165      Branch: cfgperl
44166            ! README.cygwin lib/File/Find.pm
44167 ____________________________________________________________________________
44168 [  6230] By: jhi                                   on 2000/06/23  14:25:21
44169         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
44170      Branch: cfgperl
44171            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
44172            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44173            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44174            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
44175 ____________________________________________________________________________
44176 [  6229] By: jhi                                   on 2000/06/23  14:13:34
44177         Log: Subject: README.hpux version 0.6.1
44178              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
44179              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44180              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
44181      Branch: cfgperl
44182            ! README.hpux
44183 ____________________________________________________________________________
44184 [  6228] By: jhi                                   on 2000/06/23  14:07:20
44185         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
44186              From: Doug MacEachern <dougm@covalent.net>
44187              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
44188              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
44189      Branch: cfgperl
44190            ! op.c
44191 ____________________________________________________________________________
44192 [  6227] By: jhi                                   on 2000/06/23  14:01:06
44193         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
44194              From: Doug MacEachern <dougm@covalent.net>
44195              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
44196              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
44197      Branch: cfgperl
44198            + lib/lib.pm.PL
44199            - lib/lib.pm
44200            ! MANIFEST Makefile.SH
44201 ____________________________________________________________________________
44202 [  6226] By: jhi                                   on 2000/06/23  13:53:07
44203         Log: Subject: [PATCH] remove forward declarations in Socket.pm
44204              From: Doug MacEachern <dougm@covalent.net>
44205              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
44206              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
44207              
44208              From: Doug MacEachern <dougm@covalent.net>
44209              Subject: Re: [PATCH] remove forward declarations in Socket.pm
44210              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
44211              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
44212      Branch: cfgperl
44213            ! ext/Socket/Socket.pm op.c
44214 ____________________________________________________________________________
44215 [  6225] By: jhi                                   on 2000/06/23  13:41:52
44216         Log: Add source code filenames to apidoc.
44217              From: simon@brecon.co.uk (Simon Cozens)
44218              Subject: [PATCH embed.pl] Source X-ref
44219              Date: 22 Jun 2000 02:18:49 GMT
44220              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
44221      Branch: cfgperl
44222            ! embed.pl
44223 ____________________________________________________________________________
44224 [  6224] By: jhi                                   on 2000/06/23  13:32:33
44225         Log: A way to avoid English.pm performance hit.
44226              From: root <root@jester.slaysys.com>
44227              Subject: [YAPATCH English.pm] My turn to putt again
44228              Date: Thu, 22 Jun 2000 20:33:58 -0400
44229              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
44230      Branch: cfgperl
44231            ! lib/English.pm t/lib/english.t
44232 ____________________________________________________________________________
44233 [  6223] By: jhi                                   on 2000/06/23  13:27:06
44234         Log: Avoid double close().
44235              Subject: [PATCH] avoid double close()
44236              From: Doug MacEachern <dougm@covalent.net>
44237              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
44238              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
44239      Branch: cfgperl
44240            ! doio.c
44241 ____________________________________________________________________________
44242 [  6222] By: jhi                                   on 2000/06/23  13:25:54
44243         Log: doc typo fix
44244              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
44245              From: Ian Phillipps <Ian.Phillipps@iname.com>
44246              Date: Fri, 23 Jun 2000 10:40:58 +0100
44247              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
44248      Branch: cfgperl
44249            ! lib/Pod/Usage.pm
44250 ____________________________________________________________________________
44251 [  6221] By: jhi                                   on 2000/06/23  13:24:15
44252         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
44253              From: simon@brecon.co.uk (Simon Cozens)
44254              Subject: [PATCH] Eliminate tr///[CU][CU]
44255              Date: 23 Jun 2000 11:05:40 GMT
44256              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
44257      Branch: cfgperl
44258            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
44259 ____________________________________________________________________________
44260 [  6220] By: jhi                                   on 2000/06/22  16:07:51
44261         Log: Win32 patches from Benjamin Stuhl.
44262      Branch: cfgperl
44263            ! makedef.pl win32/win32.h
44264 ____________________________________________________________________________
44265 [  6219] By: jhi                                   on 2000/06/22  16:06:34
44266         Log: Bytecode patches from Benjamin Stuhl.
44267      Branch: cfgperl
44268            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44269            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44270            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44271 ____________________________________________________________________________
44272 [  6218] By: jhi                                   on 2000/06/15  23:54:16
44273         Log: Bytecode patches from Benjamin Stuhl.
44274      Branch: cfgperl
44275            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44276 ____________________________________________________________________________
44277 [  6217] By: jhi                                   on 2000/06/09  13:38:29
44278         Log: Rename the fdpid locking and integrate with Sarathy.
44279      Branch: cfgperl
44280            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
44281            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
44282            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
44283            ! win32/win32.c
44284           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
44285 ____________________________________________________________________________
44286 [  6216] By: gsar                                  on 2000/06/08  14:54:21
44287         Log: be more optimal about clearing @_
44288      Branch: perl
44289            ! cop.h
44290 ____________________________________________________________________________
44291 [  6215] By: gsar                                  on 2000/06/08  14:33:04
44292         Log: tweak comment about @DB::args
44293      Branch: perl
44294            ! av.h pp_ctl.c
44295 ____________________________________________________________________________
44296 [  6214] By: gsar                                  on 2000/06/08  13:57:54
44297         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
44298              caller() wants to populate @DB::args with it (causes a coredump
44299              in Carp::confess())
44300      Branch: perl
44301            ! cop.h t/op/runlevel.t
44302 ____________________________________________________________________________
44303 [  6213] By: gsar                                  on 2000/06/08  07:06:35
44304         Log: back out change#6106 (seems problematic)
44305      Branch: perl
44306            ! hints/solaris_2.sh
44307 ____________________________________________________________________________
44308 [  6212] By: jhi                                   on 2000/06/07  03:10:36
44309         Log: Continuing mopup for #6204.
44310      Branch: cfgperl
44311            ! ext/B/defsubs_h.PL
44312 ____________________________________________________________________________
44313 [  6211] By: jhi                                   on 2000/06/07  02:41:50
44314         Log: Mopup for #6204.
44315              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
44316              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
44317              This is comes from const() where POK isn't on when expected.
44318      Branch: cfgperl
44319            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
44320            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44321            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
44322            ! perlapi.h pod/perlapi.pod
44323 ____________________________________________________________________________
44324 [  6210] By: jhi                                   on 2000/06/07  01:56:29
44325         Log: Mopup for #6207 and #6209.
44326      Branch: cfgperl
44327            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
44328 ____________________________________________________________________________
44329 [  6209] By: jhi                                   on 2000/06/07  01:33:12
44330         Log: Lock PL_fdpid against race conditions, based on:
44331              Subject: [PATCH 5.6.0]subprocess fixup for threads
44332              From: Dan Sugalski <dan@sidhe.org>
44333              To: perl5-porters@perl.org
44334              Date: Tue, 11 Apr 2000 17:02:32 -0400
44335              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
44336      Branch: cfgperl
44337            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
44338            ! win32/win32.c
44339 ____________________________________________________________________________
44340 [  6208] By: jhi                                   on 2000/06/07  01:05:23
44341         Log: Regen headers for #6207.
44342      Branch: cfgperl
44343            ! embed.h global.sym objXSUB.h proto.h
44344 ____________________________________________________________________________
44345 [  6207] By: jhi                                   on 2000/06/06  23:43:13
44346         Log: Subject: [PATCH 5.6.0] Threadsafe patches
44347              From: Dan Sugalski <dan@sidhe.org>
44348              To: perl5-porters@perl.org
44349              Date: Mon, 08 May 2000 18:08:13 -0400
44350              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
44351      Branch: cfgperl
44352            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
44353            ! proto.h sv.h util.c
44354 ____________________________________________________________________________
44355 [  6206] By: jhi                                   on 2000/06/06  23:21:23
44356         Log: Subject: [PATCH] Eliminate $a/$b in pod
44357              From: David Glasser <me@davidglasser.net>
44358              To: perl5-porters@perl.org
44359              Date: Mon, 29 May 2000 21:15:59 -0400
44360              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
44361      Branch: cfgperl
44362            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
44363            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
44364            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
44365            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
44366            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
44367            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
44368            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
44369            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
44370            ! pod/perlvar.pod pod/perlxs.pod
44371 ____________________________________________________________________________
44372 [  6205] By: jhi                                   on 2000/06/06  23:12:14
44373         Log: Subject: [PATCH] Win32 improvements
44374              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
44375              To: gsar@activestate.com, perl5-porters@perl.org
44376              Date: Mon, 29 May 2000 17:22:24 PDT
44377              Message-ID: <20000530002224.91142.qmail@hotmail.com>
44378              (MUA had mangled many lines by wordwrapping)
44379      Branch: cfgperl
44380            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
44381 ____________________________________________________________________________
44382 [  6204] By: jhi                                   on 2000/06/06  23:01:50
44383         Log: Subject: [PATCH] B::Bytecode patches
44384              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
44385              To: gsar@activestate.com, jhi@iki.fi
44386              Cc: perl5-porters@perl.org
44387              Message-ID: <20000602202526.48694.qmail@hotmail.com>
44388              (MUA had mangled many lines by wordwrapping)
44389      Branch: cfgperl
44390            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
44391            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
44392            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44393            ! intrpvar.h perl.c
44394 ____________________________________________________________________________
44395 [  6203] By: jhi                                   on 2000/06/06  22:32:43
44396         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
44397              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44398              Date: Tue, 06 Jun 2000 13:07:45 -0700
44399              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
44400      Branch: cfgperl
44401            ! pod/perldiag.pod
44402 ____________________________________________________________________________
44403 [  6202] By: jhi                                   on 2000/06/06  19:38:35
44404         Log: Integrate with Sarathy.
44405      Branch: cfgperl
44406           !> perl.c
44407 ____________________________________________________________________________
44408 [  6201] By: gsar                                  on 2000/06/06  00:42:59
44409         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
44410              does a PUSHMARK that's never ever POPMARKed; in general, only
44411              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
44412              Perl_eval_[sp]v() don't because they don't take any incoming
44413              arguments (this leak has been around since the original version
44414              of perl_eval_pv() in 5.003_97e)
44415      Branch: perl
44416            ! perl.c
44417 ____________________________________________________________________________
44418 [  6200] By: jhi                                   on 2000/06/04  03:44:52
44419         Log: Update to cperl-mode.el 4.31 from
44420              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
44421              Subject: A couple of notes
44422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44423              To: Mailing list Perl5 <perl5-porters@perl.org>
44424              Date: Sat, 3 Jun 2000 23:33:32 -0400
44425              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
44426      Branch: cfgperl
44427            ! emacs/cperl-mode.el
44428 ____________________________________________________________________________
44429 [  6199] By: jhi                                   on 2000/06/03  15:11:05
44430         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
44431              From: Dan Sugalski <dan@sidhe.org>
44432              To: perl5-porters@perl.org, vmsperl@perl.org
44433              Date: Fri, 02 Jun 2000 17:30:51 -0400
44434              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
44435      Branch: cfgperl
44436            ! vms/descrip_mms.template vms/gen_shrfls.pl
44437 ____________________________________________________________________________
44438 [  6198] By: jhi                                   on 2000/06/03  14:59:15
44439         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
44440              From: Dan Sugalski <dan@sidhe.org>
44441              To: vmsperl@perl.org, perl5-porters@perl.org
44442              Date: Fri, 02 Jun 2000 16:00:41 -0400
44443              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
44444              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
44445      Branch: cfgperl
44446            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
44447            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
44448            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
44449 ____________________________________________________________________________
44450 [  6197] By: jhi                                   on 2000/06/03  14:41:30
44451         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
44452              From: John Borwick <jhborwic@unity.ncsu.edu>
44453              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
44454              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
44455      Branch: cfgperl
44456            ! pod/perlsyn.pod
44457 ____________________________________________________________________________
44458 [  6196] By: jhi                                   on 2000/06/03  14:38:09
44459         Log: Integrate with Sarathy.
44460      Branch: cfgperl
44461           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44462           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44463           !> vms/perly_c.vms
44464 ____________________________________________________________________________
44465 [  6195] By: gsar                                  on 2000/06/02  22:43:13
44466         Log: fix yet another eval"" leak under USE_ITHREADS
44467      Branch: perl
44468            ! op.c
44469 ____________________________________________________________________________
44470 [  6194] By: gsar                                  on 2000/06/02  18:22:06
44471         Log: fix small eval"" memory leaks under USE_ITHREADS
44472      Branch: perl
44473            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44474            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44475            ! vms/perly_c.vms
44476 ____________________________________________________________________________
44477 [  6193] By: jhi                                   on 2000/06/01  13:03:56
44478         Log: Signals-be-gone for microperl.
44479      Branch: cfgperl
44480            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
44481 ____________________________________________________________________________
44482 [  6192] By: jhi                                   on 2000/06/01  12:52:02
44483         Log: Integrate with Sarathy.
44484      Branch: cfgperl
44485           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
44486           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
44487           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
44488           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
44489           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
44490           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
44491           !> t/op/vec.t utils/h2xs.PL
44492 ____________________________________________________________________________
44493 [  6191] By: gsar                                  on 2000/06/01  09:38:21
44494         Log: vec() loses numericalness (modified version of patch suggested
44495              by Robin Barker)
44496      Branch: perl
44497            ! doop.c t/op/vec.t
44498 ____________________________________________________________________________
44499 [  6190] By: gsar                                  on 2000/06/01  09:26:15
44500         Log: submit missing embed.pl change
44501      Branch: perl
44502            ! embed.pl
44503 ____________________________________________________________________________
44504 [  6189] By: gsar                                  on 2000/06/01  09:05:34
44505         Log: counting tr/// corrupts later operation (from M.J.T Guy)
44506      Branch: perl
44507            ! doop.c t/op/tr.t
44508 ____________________________________________________________________________
44509 [  6188] By: gsar                                  on 2000/06/01  08:58:39
44510         Log: h2xs tweaks
44511      Branch: perl
44512            ! utils/h2xs.PL
44513 ____________________________________________________________________________
44514 [  6187] By: gsar                                  on 2000/06/01  08:50:07
44515         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
44516              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44517      Branch: perl
44518            + lib/Pod/LaTeX.pm
44519            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
44520            ! pod/pod2latex.PL
44521 ____________________________________________________________________________
44522 [  6186] By: gsar                                  on 2000/06/01  08:24:40
44523         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
44524              <wolfgang.laun@alcatel.at>)
44525      Branch: perl
44526            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
44527            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
44528 ____________________________________________________________________________
44529 [  6185] By: gsar                                  on 2000/06/01  08:12:00
44530         Log: remove incorrect documentation about implicit split to @_ in
44531              list context, which never really worked in perl 5 (from
44532              M.J.T. Guy)
44533      Branch: perl
44534            ! pod/perlfunc.pod pod/perltrap.pod
44535 ____________________________________________________________________________
44536 [  6184] By: gsar                                  on 2000/06/01  07:52:27
44537         Log: tweak for change#6127
44538      Branch: perl
44539            ! perl.c
44540 ____________________________________________________________________________
44541 [  6183] By: gsar                                  on 2000/06/01  07:41:02
44542         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
44543              <nick@ccl4.org>)
44544      Branch: perl
44545            + t/lib/selfloader.t
44546            ! MANIFEST lib/SelfLoader.pm
44547 ____________________________________________________________________________
44548 [  6182] By: jhi                                   on 2000/06/01  00:34:42
44549         Log: Be Cleaner Part Deux.
44550      Branch: cfgperl
44551            ! Makefile.SH
44552 ____________________________________________________________________________
44553 [  6181] By: jhi                                   on 2000/06/01  00:32:09
44554         Log: Integrate with Sarathy.
44555      Branch: cfgperl
44556           !> pp.c t/op/arith.t
44557 ____________________________________________________________________________
44558 [  6180] By: jhi                                   on 2000/06/01  00:31:13
44559         Log: microperl nits from Simon Cozens.
44560      Branch: cfgperl
44561            + uconfig.h
44562            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
44563            ! unixish.h
44564 ____________________________________________________________________________
44565 [  6179] By: gsar                                  on 2000/05/31  22:37:51
44566         Log: buggy modulus on UVs introduced by change#3378 (resulted in
44567              4063328477 % 65535 amounting to 27406, instead of 27407)
44568      Branch: perl
44569            ! pp.c t/op/arith.t
44570 ____________________________________________________________________________
44571 [  6178] By: jhi                                   on 2000/05/31  21:52:41
44572         Log: Be cleaner.
44573      Branch: cfgperl
44574            ! Makefile.SH
44575 ____________________________________________________________________________
44576 [  6177] By: jhi                                   on 2000/05/31  21:47:33
44577         Log: Substitution utf8 patch from Simon Cozens.
44578      Branch: cfgperl
44579            ! pp_hot.c
44580 ____________________________________________________________________________
44581 [  6176] By: jhi                                   on 2000/05/31  21:45:34
44582         Log: Single-quoted utf8 patch from Simon Cozens.
44583      Branch: cfgperl
44584            ! toke.c
44585 ____________________________________________________________________________
44586 [  6175] By: jhi                                   on 2000/05/31  21:40:18
44587         Log: Integrate with Sarathy.
44588      Branch: cfgperl
44589           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
44590 ____________________________________________________________________________
44591 [  6174] By: jhi                                   on 2000/05/31  21:37:31
44592         Log: microperl changes from Simon Cozens; Makefile for microperl
44593              written from scratch; few casts added as microperl compilation
44594              doesn't have all prototypes available.
44595      Branch: cfgperl
44596            + Makefile.micro README.micro Todo.micro uconfig.sh
44597            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
44598            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
44599      Branch: metaconfig
44600            + U/modified/Config_h.U
44601 ____________________________________________________________________________
44602 [  6173] By: jhi                                   on 2000/05/31  20:00:24
44603         Log: metaconfig maintenance.
44604      Branch: metaconfig
44605            + U/modified/Inhdr.U U/typedefs/inotype.U
44606      Branch: metaconfig/U/perl
44607            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
44608            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
44609 ____________________________________________________________________________
44610 [  6172] By: gsar                                  on 2000/05/31  05:05:42
44611         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
44612              (from Ilya Zakharevich)
44613      Branch: perl
44614            ! regexec.c t/op/re_tests
44615 ____________________________________________________________________________
44616 [  6171] By: gsar                                  on 2000/05/31  05:01:47
44617         Log: scalar() doesn't force scalar context when used in void context
44618              (from Simon Cozens)
44619      Branch: perl
44620            ! op.c t/op/wantarray.t
44621 ____________________________________________________________________________
44622 [  6170] By: gsar                                  on 2000/05/31  04:41:33
44623         Log: change#6142 needs tweaks to tests to work where there's no symlink()
44624              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44625      Branch: perl
44626            ! t/lib/filefind.t
44627 ____________________________________________________________________________
44628 [  6169] By: gsar                                  on 2000/05/31  04:29:49
44629         Log: integrate cfgperl contents into mainline
44630      Branch: perl
44631           +> pod/perlmodlib.PL pod/perlnewmod.pod
44632           !> (integrate 42 files)
44633 ____________________________________________________________________________
44634 [  6168] By: jhi                                   on 2000/05/30  22:53:37
44635         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
44636      Branch: cfgperl
44637            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44638            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
44639            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
44640            ! win32/config.bc win32/config.gc win32/config.vc
44641            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44642            ! win32/config_h.PL win32/config_sh.PL
44643      Branch: metaconfig/U/perl
44644            ! perlxv.U
44645 ____________________________________________________________________________
44646 [  6167] By: jhi                                   on 2000/05/30  22:20:21
44647         Log: tweak todo 
44648      Branch: cfgperl
44649            ! Todo-5.6
44650 ____________________________________________________________________________
44651 [  6166] By: jhi                                   on 2000/05/30  22:11:51
44652         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
44653              in case somebody wants to write an extension for more
44654              shadow database interfaces.
44655      Branch: cfgperl
44656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44657            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
44658            ! vos/config.def vos/config.h vos/config_h.SH_orig
44659            ! win32/config.bc win32/config.gc win32/config.vc
44660            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44661      Branch: metaconfig
44662            ! U/modified/Myinit.U
44663      Branch: metaconfig/U/perl
44664            + d_getespwnam.U d_getprpwnam.U i_prot.U
44665 ____________________________________________________________________________
44666 [  6165] By: jhi                                   on 2000/05/30  18:35:34
44667         Log: Integrate with Sarathy.
44668      Branch: cfgperl
44669           !> op.c
44670 ____________________________________________________________________________
44671 [  6164] By: jhi                                   on 2000/05/30  18:30:16
44672         Log: detypo
44673      Branch: cfgperl
44674            ! Configure config_h.SH
44675      Branch: metaconfig/U/perl
44676            ! perlxv.U
44677 ____________________________________________________________________________
44678 [  6163] By: gsar                                  on 2000/05/30  03:24:03
44679         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
44680      Branch: perl
44681            ! op.c
44682 ____________________________________________________________________________
44683 [  6162] By: gsar                                  on 2000/05/30  03:09:38
44684         Log: fix memory leak in method call optimization (change#3768);
44685              made C<eval "$x->foo()"> leak
44686      Branch: perl
44687            ! op.c
44688 ____________________________________________________________________________
44689 [  6161] By: jhi                                   on 2000/05/29  17:56:26
44690         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
44691              both from Simon Cozens.
44692      Branch: cfgperl
44693            + pod/perlmodlib.PL pod/perlnewmod.pod
44694            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
44695            ! pod/perlmodlib.pod pod/perltoc.pod
44696 ____________________________________________________________________________
44697 [  6160] By: jhi                                   on 2000/05/29  17:23:55
44698         Log: Changes for the File::Temp 0.08 (change #6159) test suite
44699              to fit better into the Perl distribution test framework.
44700      Branch: cfgperl
44701            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
44702            ! t/lib/ftmp-tempfile.t
44703 ____________________________________________________________________________
44704 [  6159] By: jhi                                   on 2000/05/29  16:55:36
44705         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
44706      Branch: cfgperl
44707            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44708            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44709 ____________________________________________________________________________
44710 [  6158] By: bailey                                on 2000/05/29  16:22:08
44711         Log: Add fallback to tmpfile for use in cases where user's relying on
44712              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
44713              Lane's patch)
44714      Branch: vmsperl
44715            ! vms/vms.c vms/vmsish.h
44716 ____________________________________________________________________________
44717 [  6157] By: jhi                                   on 2000/05/29  03:10:36
44718         Log: Regen Configure to jive with #6149.
44719      Branch: cfgperl
44720            ! Configure
44721      Branch: metaconfig
44722            ! U/modified/Getfile.U
44723 ____________________________________________________________________________
44724 [  6156] By: jhi                                   on 2000/05/29  03:01:38
44725         Log: Integrate with Sarathy.
44726      Branch: cfgperl
44727           +> ext/DynaLoader/dl_mac.xs
44728           !> (integrate 38 files)
44729 ____________________________________________________________________________
44730 [  6155] By: gsar                                  on 2000/05/28  21:15:58
44731         Log: small bug in change#6144; remove random \xA0 character that snuck
44732              in via change#6145
44733      Branch: perl
44734            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
44735 ____________________________________________________________________________
44736 [  6154] By: gsar                                  on 2000/05/28  21:04:19
44737         Log: avoid type mismatch warning
44738      Branch: perl
44739            ! perl.c
44740 ____________________________________________________________________________
44741 [  6153] By: gsar                                  on 2000/05/28  20:58:31
44742         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
44743              <nick@Bagpuss.uk.boo.com>)
44744      Branch: perl
44745            ! lib/Test/Harness.pm
44746 ____________________________________________________________________________
44747 [  6152] By: gsar                                  on 2000/05/28  20:53:42
44748         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
44749      Branch: perl
44750            ! regexec.c
44751 ____________________________________________________________________________
44752 [  6151] By: gsar                                  on 2000/05/28  20:50:28
44753         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
44754      Branch: perl
44755            ! regexec.c
44756 ____________________________________________________________________________
44757 [  6150] By: gsar                                  on 2000/05/28  20:39:58
44758         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
44759      Branch: perl
44760            ! pod/perlrequick.pod
44761 ____________________________________________________________________________
44762 [  6149] By: gsar                                  on 2000/05/28  20:35:16
44763         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
44764              <troc@netrus.net>)
44765      Branch: perl
44766            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
44767            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
44768            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
44769            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
44770 ____________________________________________________________________________
44771 [  6148] By: gsar                                  on 2000/05/28  20:21:07
44772         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
44773      Branch: perl
44774            ! lib/ExtUtils/MM_Unix.pm
44775 ____________________________________________________________________________
44776 [  6147] By: gsar                                  on 2000/05/28  20:12:41
44777         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
44778              (from Peter Prymmer)
44779      Branch: perl
44780            ! vms/subconfigure.com
44781 ____________________________________________________________________________
44782 [  6146] By: gsar                                  on 2000/05/28  20:06:15
44783         Log: doc typo
44784      Branch: perl
44785            ! lib/warnings.pm warnings.h warnings.pl
44786 ____________________________________________________________________________
44787 [  6145] By: gsar                                  on 2000/05/28  18:44:33
44788         Log: make xsubpp skip embedded pod (from Matthias Neeracher
44789              <neeri@iis.ee.ethz.ch>)
44790      Branch: perl
44791            ! lib/ExtUtils/xsubpp
44792 ____________________________________________________________________________
44793 [  6144] By: gsar                                  on 2000/05/28  18:42:49
44794         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
44795              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
44796              <neeri@iis.ee.ethz.ch>)
44797      Branch: perl
44798            ! lib/AutoSplit.pm
44799 ____________________________________________________________________________
44800 [  6143] By: gsar                                  on 2000/05/28  18:41:12
44801         Log: MacOS support, part 1 (from Matthias Neeracher
44802              <neeri@iis.ee.ethz.ch>)
44803      Branch: perl
44804            + ext/DynaLoader/dl_mac.xs
44805            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
44806            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
44807            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
44808            ! util.h
44809 ____________________________________________________________________________
44810 [  6142] By: gsar                                  on 2000/05/28  18:21:51
44811         Log: File::Find fails to chdir when chasing symlinks (from
44812              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44813      Branch: perl
44814            ! lib/File/Find.pm t/lib/filefind.t
44815 ____________________________________________________________________________
44816 [  6141] By: jhi                                   on 2000/05/28  14:25:15
44817         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
44818              forwarded by Peter Seebach from the bsdi-users mailing list.
44819              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
44820      Branch: perl
44821            ! hints/bsdos.sh
44822 ____________________________________________________________________________
44823 [  6140] By: jhi                                   on 2000/05/28  14:11:57
44824         Log: Integrate with Sarathy.
44825      Branch: cfgperl
44826           +> (branch 30 files)
44827           !> (integrate 93 files)
44828 ____________________________________________________________________________
44829 [  6139] By: gsar                                  on 2000/05/28  10:01:48
44830         Log: revise mktables.PL for bugs and newness in Unicode 3.0
44831              (from James Bence <jbence@amgen.com>)
44832      Branch: perl
44833            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
44834            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
44835            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
44836            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
44837            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
44838            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
44839            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
44840            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
44841            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
44842            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
44843            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
44844            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
44845            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
44846            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
44847            + lib/unicode/Is/SylWU.pl
44848            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
44849            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
44850            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
44851            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
44852            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
44853            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
44854            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
44855            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
44856            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
44857            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
44858            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
44859            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
44860            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
44861            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
44862            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
44863            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
44864            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
44865            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
44866            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
44867            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
44868            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
44869            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
44870            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
44871            ! lib/unicode/Makefile lib/unicode/mktables.PL
44872 ____________________________________________________________________________
44873 [  6138] By: gsar                                  on 2000/05/28  08:50:32
44874         Log: add note about the handling of negative indices to tied arrays
44875              (from Michael G Schwern <schwern@pobox.com>)
44876      Branch: perl
44877            ! pod/perltie.pod
44878 ____________________________________________________________________________
44879 [  6137] By: gsar                                  on 2000/05/28  08:46:10
44880         Log: fix bogus redeclaration warning for "our" variables in different
44881              scopes
44882      Branch: perl
44883            ! op.c t/pragma/strict-vars
44884 ____________________________________________________________________________
44885 [  6136] By: gsar                                  on 2000/05/28  08:31:20
44886         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
44887      Branch: perl
44888            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
44889 ____________________________________________________________________________
44890 [  6135] By: gsar                                  on 2000/05/28  08:17:50
44891         Log: enable Test::Harness to dynamically determine column width etc.
44892              (from Rob Napier <rnapier@employees.org>)
44893      Branch: perl
44894            ! lib/Test/Harness.pm
44895 ____________________________________________________________________________
44896 [  6134] By: gsar                                  on 2000/05/28  08:13:39
44897         Log: make Test::Harness use wait.h/WCOREDUMP if available
44898              (from Ben Tilly <ben_tilly@hotmail.com>)
44899      Branch: perl
44900            ! lib/Test/Harness.pm
44901 ____________________________________________________________________________
44902 [  6133] By: gsar                                  on 2000/05/28  08:08:05
44903         Log: elide bogus test in change#6132
44904      Branch: perl
44905            ! t/pragma/warn/9enabled
44906 ____________________________________________________________________________
44907 [  6132] By: gsar                                  on 2000/05/28  08:03:14
44908         Log: warnings::enabled() doesn't fall back to looking at $^W if
44909              caller isn't using lexical warnings (from Paul Marquess)
44910      Branch: perl
44911            ! pp_ctl.c t/pragma/warn/9enabled
44912 ____________________________________________________________________________
44913 [  6131] By: gsar                                  on 2000/05/28  07:57:47
44914         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
44915      Branch: perl
44916            ! ext/POSIX/POSIX.pm
44917 ____________________________________________________________________________
44918 [  6130] By: gsar                                  on 2000/05/28  07:29:12
44919         Log: fix places that mean C<"word" character> but say C<alphanumeric
44920              character>
44921      Branch: perl
44922            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
44923 ____________________________________________________________________________
44924 [  6129] By: gsar                                  on 2000/05/28  07:18:41
44925         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
44926      Branch: perl
44927            ! vms/test.com
44928 ____________________________________________________________________________
44929 [  6128] By: gsar                                  on 2000/05/28  07:12:55
44930         Log: new perlxstut example for passing/returning refs to arrays
44931              (from David Lowe <dlowe@pootpoot.com>)
44932      Branch: perl
44933            ! pod/perlxstut.pod
44934 ____________________________________________________________________________
44935 [  6127] By: gsar                                  on 2000/05/28  07:02:50
44936         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
44937              failed (from Gisle Aas)
44938      Branch: perl
44939            ! cop.h perl.c
44940 ____________________________________________________________________________
44941 [  6126] By: gsar                                  on 2000/05/28  06:39:53
44942         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
44943              (reworked variant of patch suggested by Simon Cozens)
44944      Branch: perl
44945            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
44946            ! pp_hot.c proto.h t/op/gv.t
44947 ____________________________________________________________________________
44948 [  6125] By: gsar                                  on 2000/05/28  05:14:55
44949         Log: enable propagating exception objects via Perl_croak() in XS code
44950              (from Gisle Aas)
44951      Branch: perl
44952            ! util.c
44953 ____________________________________________________________________________
44954 [  6124] By: gsar                                  on 2000/05/28  05:07:28
44955         Log: integrate vmsperl contents into mainline
44956      Branch: perl
44957           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
44958           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
44959           !> vms/vmsish.h
44960 ____________________________________________________________________________
44961 [  6123] By: gsar                                  on 2000/05/28  05:03:53
44962         Log: clarify gotcha with #line directives (from Rocco Caputo
44963              <troc@netrus.net>)
44964      Branch: perl
44965            ! pod/perldebug.pod pod/perlsyn.pod
44966 ____________________________________________________________________________
44967 [  6122] By: gsar                                  on 2000/05/28  04:58:29
44968         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
44969              (from Mark-Jason Dominus)
44970      Branch: perl
44971            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
44972            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
44973            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
44974            ! toke.c
44975 ____________________________________________________________________________
44976 [  6121] By: bailey                                on 2000/05/25  04:46:54
44977         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
44978              lists (based on fixes by Craig Berry)
44979      Branch: vmsperl
44980            ! lib/File/Spec/VMS.pm
44981 ____________________________________________________________________________
44982 [  6120] By: bailey                                on 2000/05/25  04:25:38
44983         Log: Add missing escape (Charles Lane)
44984      Branch: vmsperl
44985            ! t/op/lex_assign.t
44986 ____________________________________________________________________________
44987 [  6119] By: bailey                                on 2000/05/25  04:21:25
44988         Log: Quiet error messages in vmsish.t (Charles Lane)
44989      Branch: vmsperl
44990            ! vms/ext/vmsish.t
44991 ____________________________________________________________________________
44992 [  6118] By: bailey                                on 2000/05/25  04:17:57
44993         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
44994              Flatten case labels in switch statements uniformly (Charles Bailey)
44995      Branch: vmsperl
44996            ! vms/vms.c
44997 ____________________________________________________________________________
44998 [  6117] By: bailey                                on 2000/05/25  03:58:09
44999         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
45000      Branch: vmsperl
45001            ! vms/vmsish.h
45002 ____________________________________________________________________________
45003 [  6116] By: bailey                                on 2000/05/25  03:11:15
45004         Log: Miscellaneous cosmetic fixes (Charles Lane)
45005      Branch: vmsperl
45006            ! lib/ExtUtils/MM_VMS.pm
45007 ____________________________________________________________________________
45008 [  6115] By: bailey                                on 2000/05/25  03:10:36
45009         Log: Add bounds checking for several strings (Charles Lane)
45010      Branch: vmsperl
45011            ! vms/vms.c
45012 ____________________________________________________________________________
45013 [  6114] By: bailey                                on 2000/05/25  02:25:34
45014         Log: Urk -- undo previous removal of vmsish 'exit' change
45015      Branch: vmsperl
45016            ! vms/ext/vmsish.pm vms/vmsish.h
45017 ____________________________________________________________________________
45018 [  6113] By: bailey                                on 2000/05/24  02:24:40
45019         Log: Ugly workaround for version-specific RTL error
45020      Branch: vmsperl
45021            ! vms/vms.c
45022 ____________________________________________________________________________
45023 [  6112] By: bailey                                on 2000/05/24  02:19:55
45024         Log: Check for existence of file before trying to delete
45025      Branch: vmsperl
45026            ! vms/test.com
45027 ____________________________________________________________________________
45028 [  6111] By: bailey                                on 2000/05/23  23:35:13
45029         Log: Resync with mainline prior to post-5.6.0 updates
45030      Branch: vmsperl
45031           +> (branch 49 files)
45032            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
45033            ! vms/ext/vmsish.pm
45034           !> (integrate 334 files)
45035 ____________________________________________________________________________
45036 [  6110] By: jhi                                   on 2000/05/23  19:28:32
45037         Log: todo tweak
45038      Branch: cfgperl
45039            ! Todo-5.6
45040 ____________________________________________________________________________
45041 [  6109] By: jhi                                   on 2000/05/18  17:38:54
45042         Log: Integrate with Sarathy.
45043      Branch: cfgperl
45044           !> mg.c perl.h win32/perlhost.h
45045 ____________________________________________________________________________
45046 [  6108] By: gsar                                  on 2000/05/17  02:24:56
45047         Log: reenable fake signal handling on Windows, bugs and all
45048      Branch: perl
45049            ! mg.c perl.h win32/perlhost.h
45050 ____________________________________________________________________________
45051 [  6107] By: jhi                                   on 2000/05/15  18:01:41
45052         Log: Tweak the todo list.
45053      Branch: cfgperl
45054            ! Todo-5.6
45055 ____________________________________________________________________________
45056 [  6106] By: jhi                                   on 2000/05/15  13:41:48
45057         Log: The (Configure) script refuses to go on, after asking for
45058              'You may also choose to try maximal 64-bitness....'.
45059              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
45060              -- Patrick Zima
45061              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
45062      Branch: cfgperl
45063            ! hints/solaris_2.sh
45064 ____________________________________________________________________________
45065 [  6105] By: jhi                                   on 2000/05/11  14:37:43
45066         Log: Integrate with Sarathy.
45067      Branch: cfgperl
45068           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45069           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
45070 ____________________________________________________________________________
45071 [  6104] By: gsar                                  on 2000/05/11  03:39:07
45072         Log: PL_sys_intern was being initialized too late on windows
45073      Branch: perl
45074            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45075            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
45076 ____________________________________________________________________________
45077 [  6103] By: jhi                                   on 2000/05/09  19:42:20
45078         Log: Test tweaking for Unicos continues.
45079      Branch: cfgperl
45080            ! t/op/64bitint.t
45081 ____________________________________________________________________________
45082 [  6102] By: jhi                                   on 2000/05/09  16:47:27
45083         Log: The test suite tweak in #6101 wasn't quite right.
45084      Branch: cfgperl
45085            ! t/lib/complex.t
45086 ____________________________________________________________________________
45087 [  6101] By: jhi                                   on 2000/05/09  15:35:34
45088         Log: Hints and test tweaks for Unicos.
45089      Branch: cfgperl
45090            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
45091 ____________________________________________________________________________
45092 [  6100] By: jhi                                   on 2000/05/08  21:15:06
45093         Log: More compilation tweakery from Allen Smith.
45094      Branch: cfgperl
45095            ! hints/irix_6.sh
45096 ____________________________________________________________________________
45097 [  6099] By: jhi                                   on 2000/05/08  19:21:18
45098         Log: Tweaks for the cc bugs from Allen Smith.
45099      Branch: cfgperl
45100            ! hints/irix_6.sh
45101 ____________________________________________________________________________
45102 [  6098] By: jhi                                   on 2000/05/08  19:13:37
45103         Log: Add a note about other, yet unsupported, shadow password APIs.
45104      Branch: cfgperl
45105            ! pp_sys.c
45106 ____________________________________________________________________________
45107 [  6097] By: jhi                                   on 2000/05/08  18:46:34
45108         Log: Add a note about possible compilation problems from Allen Smith.
45109      Branch: cfgperl
45110            ! hints/irix_6.sh
45111 ____________________________________________________________________________
45112 [  6096] By: jhi                                   on 2000/05/08  17:33:10
45113         Log: Integrate with Sarathy.
45114      Branch: cfgperl
45115           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45116           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
45117 ____________________________________________________________________________
45118 [  6095] By: jhi                                   on 2000/05/08  16:21:33
45119         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
45120              might be useful in future.
45121      Branch: cfgperl
45122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45123            ! config_h.SH
45124      Branch: metaconfig
45125            ! U/installdirs/inc_version_list.U
45126      Branch: metaconfig/U/perl
45127            ! perlxv.U
45128 ____________________________________________________________________________
45129 [  6094] By: gsar                                  on 2000/05/08  14:22:22
45130         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
45131      Branch: perl
45132            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45133            ! hints/cygwin.sh pp_sys.c
45134 ____________________________________________________________________________
45135 [  6093] By: gsar                                  on 2000/05/08  12:52:28
45136         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
45137              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
45138      Branch: perl
45139            ! pp_sys.c sv.c win32/perlhost.h
45140 ____________________________________________________________________________
45141 [  6092] By: jhi                                   on 2000/05/07  22:40:34
45142         Log: Regen perltoc with the fixed buildtoc.
45143      Branch: cfgperl
45144            ! pod/perltoc.pod
45145 ____________________________________________________________________________
45146 [  6091] By: jhi                                   on 2000/05/07  22:24:16
45147         Log: Integrate with Sarathy.
45148      Branch: cfgperl
45149           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
45150           !> t/op/substr.t toke.c
45151 ____________________________________________________________________________
45152 [  6090] By: gsar                                  on 2000/05/07  19:47:07
45153         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
45154              [NI]OK; added tests for both
45155      Branch: perl
45156            ! perl.c pp_hot.c sv.c t/op/substr.t
45157 ____________________________________________________________________________
45158 [  6089] By: gsar                                  on 2000/05/07  18:18:38
45159         Log: buildtoc tweak to fix newline lossage
45160      Branch: perl
45161            ! pod/buildtoc
45162 ____________________________________________________________________________
45163 [  6088] By: jhi                                   on 2000/05/07  16:35:36
45164         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
45165              because we do not use those.  The HAS_GETSPNAM remains,
45166              though, because we still do use that.
45167      Branch: cfgperl
45168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45169            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
45170            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
45171            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
45172            ! win32/config.vc win32/config_H.bc win32/config_H.gc
45173            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45174 ____________________________________________________________________________
45175 [  6087] By: gsar                                  on 2000/05/07  16:05:16
45176         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
45177      Branch: perl
45178            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
45179 ____________________________________________________________________________
45180 [  6086] By: jhi                                   on 2000/05/07  15:27:07
45181         Log: Integrate with Sarathy.
45182      Branch: cfgperl
45183           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45184           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45185           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
45186           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
45187           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
45188           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
45189 ____________________________________________________________________________
45190 [  6085] By: gsar                                  on 2000/05/07  05:52:02
45191         Log: repeat operator (x) doesn't preserve utf8-ness
45192      Branch: perl
45193            ! pp.c t/op/substr.t
45194 ____________________________________________________________________________
45195 [  6084] By: gsar                                  on 2000/05/07  05:39:55
45196         Log: substr() does not preserve utf8-ness (from Stefan Eissing
45197              <Eissing@medicaldataservice.de>); added tests
45198      Branch: perl
45199            ! pp.c t/op/substr.t
45200 ____________________________________________________________________________
45201 [  6083] By: gsar                                  on 2000/05/07  05:24:46
45202         Log: note about undocumented caller() return value (from M.J.T. Guy);
45203              yet another peek.t tweak
45204      Branch: perl
45205            ! pod/perlfunc.pod t/lib/peek.t
45206 ____________________________________________________________________________
45207 [  6082] By: gsar                                  on 2000/05/07  05:08:40
45208         Log: peek.t non-portable to ithreads
45209      Branch: perl
45210            ! t/lib/peek.t
45211 ____________________________________________________________________________
45212 [  6081] By: gsar                                  on 2000/05/07  04:17:04
45213         Log: better default perlbug categories for ok reports (from Richard Foley)
45214      Branch: perl
45215            ! utils/perlbug.PL
45216 ____________________________________________________________________________
45217 [  6080] By: gsar                                  on 2000/05/07  04:08:07
45218         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
45219              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45220      Branch: perl
45221            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45222            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45223            ! AUTHORS MAINTAIN MANIFEST
45224 ____________________________________________________________________________
45225 [  6079] By: gsar                                  on 2000/05/07  04:01:38
45226         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
45227      Branch: perl
45228            ! lib/Carp/Heavy.pm
45229 ____________________________________________________________________________
45230 [  6078] By: gsar                                  on 2000/05/07  01:24:19
45231         Log: workaround for CRT bug in chdir() (from Charles Lane, via
45232              Peter Prymmer)
45233      Branch: perl
45234            ! iperlsys.h vms/vms.c vms/vmsish.h
45235 ____________________________________________________________________________
45236 [  6077] By: gsar                                  on 2000/05/07  01:22:23
45237         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
45238              and Tom Phoenix)
45239      Branch: perl
45240            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
45241 ____________________________________________________________________________
45242 [  6076] By: gsar                                  on 2000/05/06  17:36:29
45243         Log: integrate cfgperl contents into mainline
45244      Branch: perl
45245           +> t/lib/peek.t
45246           !> Configure MANIFEST Porting/Glossary Porting/config.sh
45247           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
45248           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
45249           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
45250 ____________________________________________________________________________
45251 [  6075] By: jhi                                   on 2000/05/05  18:56:10
45252         Log: Make the test more portable.
45253      Branch: cfgperl
45254            ! t/lib/peek.t
45255 ____________________________________________________________________________
45256 [  6074] By: jhi                                   on 2000/05/05  18:49:20
45257         Log: Introduce t/lib/peek.t.
45258      Branch: cfgperl
45259            + t/lib/peek.t
45260            ! MANIFEST
45261 ____________________________________________________________________________
45262 [  6073] By: jhi                                   on 2000/05/05  14:30:45
45263         Log: Complex tweaks.
45264      Branch: cfgperl
45265            ! lib/Math/Complex.pm t/lib/complex.t
45266 ____________________________________________________________________________
45267 [  6072] By: jhi                                   on 2000/05/05  12:27:13
45268         Log: Integrate with Sarathy.
45269      Branch: cfgperl
45270           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45271           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45272           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
45273           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
45274 ____________________________________________________________________________
45275 [  6071] By: gsar                                  on 2000/05/05  02:24:46
45276         Log: misformatted perllocal.pod (from Tim Jenness
45277              <t.jenness@jach.hawaii.edu>)
45278      Branch: perl
45279            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45280 ____________________________________________________________________________
45281 [  6070] By: gsar                                  on 2000/05/05  02:16:52
45282         Log: remove misleading comment (from M.J.T. Guy)
45283      Branch: perl
45284            ! t/lib/anydbm.t
45285 ____________________________________________________________________________
45286 [  6069] By: gsar                                  on 2000/05/05  02:15:13
45287         Log: File::Spec compatibility update (from Barrie Slaymaker
45288              <barries@slaysys.com>)
45289      Branch: perl
45290            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45291            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45292 ____________________________________________________________________________
45293 [  6068] By: gsar                                  on 2000/05/05  02:01:50
45294         Log: note about values()
45295      Branch: perl
45296            ! pod/perlfunc.pod
45297 ____________________________________________________________________________
45298 [  6067] By: gsar                                  on 2000/05/05  01:33:09
45299         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
45300      Branch: perl
45301            ! win32/win32.c
45302 ____________________________________________________________________________
45303 [  6066] By: gsar                                  on 2000/05/05  01:23:43
45304         Log: s/END/CHECK/
45305      Branch: perl
45306            ! perl.c
45307 ____________________________________________________________________________
45308 [  6065] By: jhi                                   on 2000/05/04  17:30:22
45309         Log: Integrate with Sarathy.
45310      Branch: cfgperl
45311           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
45312 ____________________________________________________________________________
45313 [  6064] By: gsar                                  on 2000/05/04  17:26:14
45314         Log: change#5905 wasn't quite right--it's intent only applies when arguments
45315              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
45316      Branch: perl
45317            ! pp_sys.c sv.c
45318 ____________________________________________________________________________
45319 [  6063] By: gsar                                  on 2000/05/04  16:52:29
45320         Log: tokeq() could read unallocated field in argument
45321      Branch: perl
45322            ! toke.c
45323 ____________________________________________________________________________
45324 [  6062] By: gsar                                  on 2000/05/04  16:34:51
45325         Log: additional tests for utf8.t
45326      Branch: perl
45327            ! t/pragma/utf8.t
45328 ____________________________________________________________________________
45329 [  6061] By: gsar                                  on 2000/05/04  16:09:28
45330         Log: change#5921 neglected to make eq honor "use bytes"
45331      Branch: perl
45332            ! sv.c
45333 ____________________________________________________________________________
45334 [  6060] By: jhi                                   on 2000/05/04  15:30:16
45335         Log: Integrate with Sarathy.
45336      Branch: cfgperl
45337           !> perl.c regcomp.c t/pragma/utf8.t
45338 ____________________________________________________________________________
45339 [  6059] By: jhi                                   on 2000/05/04  15:26:37
45340         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
45341              in natively 64-bit platforms where a long is a quad (no need
45342              for long longs).  Also added bias for IVs.
45343      Branch: cfgperl
45344            ! toke.c
45345 ____________________________________________________________________________
45346 [  6058] By: gsar                                  on 2000/05/04  00:19:14
45347         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
45348              (spotted by Donald Kinzer <dkinzer@premia.com>)
45349      Branch: perl
45350            ! perl.c
45351 ____________________________________________________________________________
45352 [  6057] By: gsar                                  on 2000/05/03  18:34:01
45353         Log: fix broken parsing of /\x{ab}/
45354      Branch: perl
45355            ! regcomp.c t/pragma/utf8.t
45356 ____________________________________________________________________________
45357 [  6056] By: jhi                                   on 2000/05/03  17:57:16
45358         Log: The search of infinity continues, this time simplified.
45359      Branch: cfgperl
45360            ! lib/Math/Complex.pm
45361 ____________________________________________________________________________
45362 [  6055] By: jhi                                   on 2000/05/03  17:45:30
45363         Log: Detypo.
45364      Branch: cfgperl
45365            ! hints/unicos.sh
45366 ____________________________________________________________________________
45367 [  6054] By: jhi                                   on 2000/05/02  22:28:27
45368         Log: Be more forgiving in POSIX about HUGE_VALL.
45369      Branch: cfgperl
45370            ! ext/POSIX/POSIX.xs
45371 ____________________________________________________________________________
45372 [  6053] By: jhi                                   on 2000/05/02  22:25:05
45373         Log: Integrate with Sarathy.
45374      Branch: cfgperl
45375           !> hints/irix_6.sh pod/perlop.pod
45376 ____________________________________________________________________________
45377 [  6052] By: jhi                                   on 2000/05/02  22:24:31
45378         Log: Unicos hint tweak.
45379      Branch: cfgperl
45380            ! hints/unicos.sh
45381 ____________________________________________________________________________
45382 [  6051] By: jhi                                   on 2000/05/02  22:21:26
45383         Log: Complex tweakery.
45384      Branch: cfgperl
45385            ! lib/Math/Complex.pm t/lib/complex.t
45386 ____________________________________________________________________________
45387 [  6050] By: jhi                                   on 2000/05/02  19:26:22
45388         Log: Use setxxent()/endxxent().
45389      Branch: cfgperl
45390            ! t/op/grent.t t/op/pwent.t
45391 ____________________________________________________________________________
45392 [  6049] By: jhi                                   on 2000/05/02  19:06:02
45393         Log: Test both the scalar and list contexts.
45394      Branch: cfgperl
45395            ! t/op/grent.t t/op/pwent.t
45396 ____________________________________________________________________________
45397 [  6048] By: gsar                                  on 2000/05/02  18:29:10
45398         Log: add note about how $( doesn't interpolate in REs (from
45399              Philip Newton <newton@ficus.frogspace.net>)
45400      Branch: perl
45401            ! pod/perlop.pod
45402 ____________________________________________________________________________
45403 [  6047] By: jhi                                   on 2000/05/02  17:41:24
45404         Log: Call getspnam() only iff needd.
45405      Branch: cfgperl
45406            ! pp_sys.c
45407 ____________________________________________________________________________
45408 [  6046] By: gsar                                  on 2000/05/02  17:07:25
45409         Log: libscheck has insufficient checks for n32 libs (from
45410              Albert Chin-A-Young <china@thewrittenword.com>)
45411      Branch: perl
45412            ! hints/irix_6.sh
45413 ____________________________________________________________________________
45414 [  6045] By: jhi                                   on 2000/05/02  13:57:17
45415         Log: Integrate with Sarathy.
45416      Branch: cfgperl
45417           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
45418           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
45419 ____________________________________________________________________________
45420 [  6044] By: gsar                                  on 2000/05/02  06:48:19
45421         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
45422              such that underscores are only ignored in literal numbers,
45423              "\x{...}", and hex/oct argument
45424      Branch: perl
45425            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
45426 ____________________________________________________________________________
45427 [  6043] By: gsar                                  on 2000/05/02  02:22:29
45428         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
45429      Branch: perl
45430            ! pod/perlretut.pod
45431 ____________________________________________________________________________
45432 [  6042] By: gsar                                  on 2000/05/02  02:17:51
45433         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
45434      Branch: perl
45435            ! pod/perltrap.pod
45436 ____________________________________________________________________________
45437 [  6041] By: gsar                                  on 2000/05/02  01:53:51
45438         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
45439              to compensate
45440      Branch: perl
45441            ! Porting/makerel
45442 ____________________________________________________________________________
45443 [  6040] By: gsar                                  on 2000/05/02  01:51:57
45444         Log: missing files in MANIFEST
45445      Branch: perl
45446            ! MANIFEST
45447 ____________________________________________________________________________
45448 [  6039] By: jhi                                   on 2000/05/02  00:36:46
45449         Log: Infinite problems.
45450      Branch: cfgperl
45451            ! lib/Math/Complex.pm
45452 ____________________________________________________________________________
45453 [  6038] By: jhi                                   on 2000/05/02  00:06:38
45454         Log: pwent/spent #ifdef imbalance.
45455      Branch: cfgperl
45456            ! pp_sys.c
45457 ____________________________________________________________________________
45458 [  6037] By: jhi                                   on 2000/05/01  22:50:11
45459         Log: Use HUGE_VALL if applicable.
45460      Branch: cfgperl
45461            ! ext/POSIX/POSIX.xs util.c
45462 ____________________________________________________________________________
45463 [  6036] By: jhi                                   on 2000/05/01  22:20:53
45464         Log: Correct Freudian slip.
45465      Branch: cfgperl
45466            ! pp_sys.c
45467 ____________________________________________________________________________
45468 [  6035] By: jhi                                   on 2000/05/01  21:07:38
45469         Log: Continue on the pwent/spent case.
45470      Branch: cfgperl
45471            ! pp_sys.c
45472 ____________________________________________________________________________
45473 [  6034] By: jhi                                   on 2000/05/01  17:45:14
45474         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
45475              adjustments in 6032 conflicted badly with this, will have
45476              to revisit them later.
45477      Branch: cfgperl
45478           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
45479           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
45480           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
45481           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
45482           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
45483           !> t/lib/cgi-html.t t/lib/cgi-request.t
45484 ____________________________________________________________________________
45485 [  6033] By: jhi                                   on 2000/05/01  17:40:49
45486         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
45487      Branch: cfgperl
45488            ! pp_sys.c
45489 ____________________________________________________________________________
45490 [  6032] By: gsar                                  on 2000/05/01  15:56:32
45491         Log: whitespace adjustments
45492      Branch: perl
45493            ! pp_sys.c
45494 ____________________________________________________________________________
45495 [  6031] By: gsar                                  on 2000/05/01  15:19:41
45496         Log: small nits in diagnostics.pm (from Robin Barker)
45497      Branch: perl
45498            ! lib/diagnostics.pm pod/perldiag.pod
45499 ____________________________________________________________________________
45500 [  6030] By: gsar                                  on 2000/05/01  08:39:18
45501         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
45502              for @- and @+ (from Johan Vromans)
45503      Branch: perl
45504            ! lib/English.pm pod/perlvar.pod
45505 ____________________________________________________________________________
45506 [  6029] By: gsar                                  on 2000/05/01  08:16:10
45507         Log: add CGI.pm v2.66 (from Lincoln Stein)
45508      Branch: perl
45509            + lib/CGI/Util.pm t/lib/cgi-pretty.t
45510            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
45511            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
45512            ! t/lib/cgi-html.t t/lib/cgi-request.t
45513 ____________________________________________________________________________
45514 [  6028] By: gsar                                  on 2000/05/01  06:34:41
45515         Log: Pod::Man generates groff-incompatible macro definition (from
45516              Tom Christiansen)
45517      Branch: perl
45518            ! lib/Pod/Man.pm
45519 ____________________________________________________________________________
45520 [  6027] By: gsar                                  on 2000/05/01  06:31:36
45521         Log: podlators-1.02 update (from Russ Allbery)
45522      Branch: perl
45523            ! lib/Pod/Man.pm lib/Pod/Text.pm
45524 ____________________________________________________________________________
45525 [  6026] By: jhi                                   on 2000/04/30  23:24:23
45526         Log: Integrate with Sarathy.
45527      Branch: cfgperl
45528           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
45529           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
45530           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45531           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45532           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
45533           !> t/lib/syslog.t toke.c win32/win32.h
45534 ____________________________________________________________________________
45535 [  6025] By: gsar                                  on 2000/04/30  18:17:47
45536         Log: Is{Alnum,Alpha,Word} don't match titlecase
45537              
45538              TODO: IsSpace is defined recursively!
45539              
45540              (both spotted by Larry)
45541      Branch: perl
45542            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45543            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45544 ____________________________________________________________________________
45545 [  6024] By: gsar                                  on 2000/04/30  17:50:19
45546         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
45547              (from Hugo van der Sanden)
45548      Branch: perl
45549            ! toke.c
45550 ____________________________________________________________________________
45551 [  6023] By: gsar                                  on 2000/04/30  17:14:43
45552         Log: debugger stomps on $. (from M.J.T. Guy)
45553      Branch: perl
45554            ! lib/perl5db.pl
45555 ____________________________________________________________________________
45556 [  6022] By: gsar                                  on 2000/04/30  16:59:22
45557         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
45558      Branch: perl
45559            ! sv.c
45560 ____________________________________________________________________________
45561 [  6021] By: gsar                                  on 2000/04/29  21:00:08
45562         Log: remove Win2K issue in pod (fixed by change#6020)
45563      Branch: perl
45564            ! README.win32 pod/perl56delta.pod
45565 ____________________________________________________________________________
45566 [  6020] By: gsar                                  on 2000/04/29  20:51:49
45567         Log: test tweak
45568      Branch: perl
45569            ! t/lib/open3.t
45570 ____________________________________________________________________________
45571 [  6019] By: gsar                                  on 2000/04/29  20:34:27
45572         Log: windows portability tweaks
45573      Branch: perl
45574            ! t/lib/b.t win32/win32.h
45575 ____________________________________________________________________________
45576 [  6018] By: gsar                                  on 2000/04/29  19:55:24
45577         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
45578              make _PATH_LOG() return "" if unavailable
45579      Branch: perl
45580            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
45581            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
45582 ____________________________________________________________________________
45583 [  6017] By: jhi                                   on 2000/04/28  22:49:46
45584         Log: Integrate with Sarathy.
45585      Branch: cfgperl
45586           !> op.c perl.c pod/perldiag.pod t/lib/b.t
45587 ____________________________________________________________________________
45588 [  6016] By: jhi                                   on 2000/04/28  22:46:14
45589         Log: Do not warn that an infinity does not look like a number.
45590      Branch: cfgperl
45591            ! sv.c
45592 ____________________________________________________________________________
45593 [  6015] By: gsar                                  on 2000/04/28  22:35:49
45594         Log: tweak test for portability
45595      Branch: perl
45596            ! t/lib/b.t
45597 ____________________________________________________________________________
45598 [  6014] By: gsar                                  on 2000/04/28  22:05:31
45599         Log: glob() loading File::Glob behind the scenes may cause syntax errors
45600      Branch: perl
45601            ! op.c
45602 ____________________________________________________________________________
45603 [  6013] By: gsar                                  on 2000/04/28  21:25:22
45604         Log: tweak change#5945 to display correct switch name in diagnostic
45605      Branch: perl
45606            ! perl.c pod/perldiag.pod
45607 ____________________________________________________________________________
45608 [  6012] By: jhi                                   on 2000/04/28  21:08:12
45609         Log: Integrate with Sarathy.
45610      Branch: cfgperl
45611           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
45612           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
45613           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
45614 ____________________________________________________________________________
45615 [  6011] By: jhi                                   on 2000/04/28  21:04:46
45616         Log: &HUGE_VAL is not defined, it exists.
45617      Branch: cfgperl
45618            ! lib/Math/Complex.pm
45619 ____________________________________________________________________________
45620 [  6010] By: gsar                                  on 2000/04/28  21:02:58
45621         Log: clarify note about shadow password support (from
45622              gellyfish@gellyfish.com)
45623      Branch: perl
45624            ! pod/perlfunc.pod
45625 ____________________________________________________________________________
45626 [  6009] By: gsar                                  on 2000/04/28  21:00:00
45627         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
45628      Branch: perl
45629            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
45630 ____________________________________________________________________________
45631 [  6008] By: gsar                                  on 2000/04/28  20:56:33
45632         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
45633      Branch: perl
45634            ! installperl vms/subconfigure.com
45635 ____________________________________________________________________________
45636 [  6007] By: gsar                                  on 2000/04/28  20:51:21
45637         Log: note about compile failures and END blocks (from M.J.T. Guy)
45638      Branch: perl
45639            ! pod/perl56delta.pod pod/perlmod.pod
45640 ____________________________________________________________________________
45641 [  6006] By: jhi                                   on 2000/04/28  20:42:14
45642         Log: Regen Configure.
45643      Branch: cfgperl
45644            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45645            ! config_h.SH
45646 ____________________________________________________________________________
45647 [  6005] By: gsar                                  on 2000/04/28  20:41:16
45648         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
45649      Branch: perl
45650            ! utils/perldoc.PL
45651 ____________________________________________________________________________
45652 [  6004] By: jhi                                   on 2000/04/28  20:28:21
45653         Log: Integrate with Sarathy.
45654      Branch: cfgperl
45655           !> Configure INSTALL Porting/Glossary Porting/config.sh
45656           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
45657           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
45658           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45659           !> win32/config.vc win32/win32.c
45660 ____________________________________________________________________________
45661 [  6003] By: gsar                                  on 2000/04/28  20:11:20
45662         Log: allow REG_EXPAND_SZ keys in Windows registry (from
45663              John Clayton <John.Clayton@barclayscapital.com>)
45664      Branch: perl
45665            ! win32/win32.c
45666 ____________________________________________________________________________
45667 [  6002] By: gsar                                  on 2000/04/28  19:34:16
45668         Log: destructive sv_setsv() can lose UV-ness from source, causing
45669              numeric promotions/comparisons to fail to do the right thing
45670      Branch: perl
45671            ! sv.c
45672 ____________________________________________________________________________
45673 [  6001] By: gsar                                  on 2000/04/28  18:44:15
45674         Log: support additional library locations via $Config{otherlibdirs}
45675              (from Andy Dougherty)
45676      Branch: perl
45677            ! Configure INSTALL Porting/Glossary Porting/config.sh
45678            ! Porting/config_H config_h.SH epoc/config.sh perl.c
45679            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
45680            ! win32/config.bc win32/config.gc win32/config.vc
45681 ____________________________________________________________________________
45682 [  6000] By: gsar                                  on 2000/04/28  18:26:58
45683         Log: reworked otherlibdirs.U (from Andy Dougherty)
45684      Branch: metaconfig
45685            ! U/installdirs/otherlibdirs.U
45686 ____________________________________________________________________________
45687 [  5999] By: gsar                                  on 2000/04/28  18:17:07
45688         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
45689      Branch: perl
45690            ! t/pragma/warn/toke toke.c
45691 ____________________________________________________________________________
45692 [  5998] By: jhi                                   on 2000/04/28  13:32:17
45693         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
45694      Branch: cfgperl
45695            ! lib/Math/Complex.pm
45696 ____________________________________________________________________________
45697 [  5997] By: jhi                                   on 2000/04/28  13:14:04
45698         Log: Preserve $!.
45699      Branch: cfgperl
45700            ! lib/Math/Complex.pm
45701 ____________________________________________________________________________
45702 [  5996] By: jhi                                   on 2000/04/28  12:59:23
45703         Log: Integrate with Sarathy.
45704      Branch: cfgperl
45705           +> pod/perlrequick.pod pod/perlretut.pod
45706           !> (integrate 51 files)
45707 ____________________________________________________________________________
45708 [  5995] By: gsar                                  on 2000/04/28  09:37:36
45709         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
45710      Branch: perl
45711            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
45712 ____________________________________________________________________________
45713 [  5994] By: gsar                                  on 2000/04/28  09:33:26
45714         Log: fix for missed accounting for null byte in pack("Z",...) (from
45715              M.J.T. Guy)
45716      Branch: perl
45717            ! pp.c t/op/pack.t
45718 ____________________________________________________________________________
45719 [  5993] By: gsar                                  on 2000/04/28  09:30:05
45720         Log: various minor tweaks seen on p5p
45721      Branch: perl
45722            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
45723 ____________________________________________________________________________
45724 [  5992] By: gsar                                  on 2000/04/28  09:08:19
45725         Log: pod nit (from Simon Cozens)
45726      Branch: perl
45727            ! pod/perlop.pod
45728 ____________________________________________________________________________
45729 [  5991] By: gsar                                  on 2000/04/28  09:06:36
45730         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
45731      Branch: perl
45732            ! README.posix-bc hints/posix-bc.sh
45733 ____________________________________________________________________________
45734 [  5990] By: gsar                                  on 2000/04/28  08:54:52
45735         Log: use $ENV{LIB} to search for libs under Visual C compiler
45736              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
45737      Branch: perl
45738            ! lib/ExtUtils/Liblist.pm
45739 ____________________________________________________________________________
45740 [  5989] By: gsar                                  on 2000/04/28  08:27:12
45741         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
45742              itself and no other (from Tom Hughes)
45743      Branch: perl
45744            ! t/op/array.t toke.c
45745 ____________________________________________________________________________
45746 [  5988] By: gsar                                  on 2000/04/28  08:01:38
45747         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
45748              <paul@miraclefish.com>)
45749      Branch: perl
45750            ! lib/ExtUtils/MakeMaker.pm
45751 ____________________________________________________________________________
45752 [  5987] By: gsar                                  on 2000/04/28  07:53:09
45753         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
45754      Branch: perl
45755            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
45756 ____________________________________________________________________________
45757 [  5986] By: gsar                                  on 2000/04/28  07:44:17
45758         Log: add regular expressions tutorial and quick-start guide (from
45759              Mark Kvale <kvale@phy.ucsf.edu>)
45760      Branch: perl
45761            + pod/perlrequick.pod pod/perlretut.pod
45762            ! AUTHORS MAINTAIN MANIFEST
45763 ____________________________________________________________________________
45764 [  5985] By: gsar                                  on 2000/04/28  07:30:28
45765         Log: forked child may not exit correctly if it failed to open
45766              /dev/console (from Graham Barr)
45767      Branch: perl
45768            ! ext/Sys/Syslog/Syslog.pm
45769 ____________________________________________________________________________
45770 [  5984] By: gsar                                  on 2000/04/28  07:27:20
45771         Log: attributes::reftype() doesn't work on tied argument
45772      Branch: perl
45773            ! xsutils.c
45774 ____________________________________________________________________________
45775 [  5983] By: gsar                                  on 2000/04/28  07:15:04
45776         Log: numeric conversion of non-number in change#3378 tramples on
45777              OOK offset, causing segfaults
45778      Branch: perl
45779            ! sv.c
45780 ____________________________________________________________________________
45781 [  5982] By: gsar                                  on 2000/04/28  04:48:25
45782         Log: avoid error in IO::Socket::INET when given an unknown service name
45783              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
45784      Branch: perl
45785            ! ext/IO/lib/IO/Socket/INET.pm
45786 ____________________________________________________________________________
45787 [  5981] By: gsar                                  on 2000/04/28  04:31:31
45788         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
45789              prototype mismatch with CORE::glob(); update pod and tests to
45790              suit (File::Glob::glob() is still available for backward
45791              compatibility, but should be considered deprecated)
45792      Branch: perl
45793            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
45794            ! t/lib/glob-taint.t
45795 ____________________________________________________________________________
45796 [  5980] By: gsar                                  on 2000/04/28  03:47:29
45797         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
45798              <ghudson@mit.edu>)
45799      Branch: metaconfig
45800            ! U/modified/Options.U
45801      Branch: perl
45802            ! Configure
45803 ____________________________________________________________________________
45804 [  5979] By: gsar                                  on 2000/04/28  03:07:54
45805         Log: under useithreads, constant pad entries could inadvertantly be
45806              shared across threads (from Eric Blood <eblood@xmission.com>);
45807              added Eric's test case to testsuite
45808      Branch: perl
45809            ! op.c t/op/misc.t
45810 ____________________________________________________________________________
45811 [  5978] By: gsar                                  on 2000/04/27  21:13:00
45812         Log: sync version numbers in File::Spec with the ones on CPAN
45813              (from Barrie Slaymaker)
45814      Branch: perl
45815            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45816            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45817            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45818 ____________________________________________________________________________
45819 [  5977] By: gsar                                  on 2000/04/27  21:07:29
45820         Log: autoquote barewords followed by newline and arrow properly
45821              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
45822      Branch: perl
45823            ! t/pragma/warn/toke toke.c
45824 ____________________________________________________________________________
45825 [  5976] By: gsar                                  on 2000/04/27  20:41:20
45826         Log: DB_File v1.73 update (from Paul Marquess)
45827      Branch: perl
45828            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45829            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45830 ____________________________________________________________________________
45831 [  5975] By: gsar                                  on 2000/04/27  20:34:24
45832         Log: allow sort() reentrancy (variant of patch suggested by
45833              Hugo van der Sanden)
45834      Branch: perl
45835            ! pp_ctl.c t/op/sort.t
45836 ____________________________________________________________________________
45837 [  5974] By: gsar                                  on 2000/04/27  19:46:57
45838         Log: change#4197 somehow missed initializing PL_errors, meaning
45839              sytax error queueing wasn't working outside eval"" at all;
45840              also fixed eval"" to localize PL_error_count, so that compile-time
45841              eval's don't clobber the error state of the outer context
45842      Branch: perl
45843            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
45844            ! t/pragma/warn/toke
45845 ____________________________________________________________________________
45846 [  5973] By: gsar                                  on 2000/04/27  18:29:05
45847         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
45848      Branch: perl
45849            ! regcomp.c regexec.c t/op/re_tests
45850 ____________________________________________________________________________
45851 [  5972] By: jhi                                   on 2000/04/27  18:22:41
45852         Log: Integrate with Sarathy.
45853      Branch: cfgperl
45854           +> t/lib/b.t t/lib/syslog.t
45855           !> (integrate 31 files)
45856 ____________________________________________________________________________
45857 [  5971] By: jhi                                   on 2000/04/27  18:18:46
45858         Log: Unicos tweaks from Mark P. Lutz.
45859      Branch: cfgperl
45860            ! hints/unicos.sh lib/Math/Complex.pm
45861 ____________________________________________________________________________
45862 [  5970] By: gsar                                  on 2000/04/27  18:05:11
45863         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
45864              IV is >32bits
45865      Branch: perl
45866            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
45867 ____________________________________________________________________________
45868 [  5969] By: gsar                                  on 2000/04/27  17:50:56
45869         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
45870      Branch: perl
45871            + t/lib/syslog.t
45872            ! MANIFEST ext/Sys/Syslog/Syslog.pm
45873 ____________________________________________________________________________
45874 [  5968] By: gsar                                  on 2000/04/27  17:44:49
45875         Log: tolerate spaces in group names in test on solaris (from David Boyce
45876              <dsb@boyski.com>)
45877      Branch: perl
45878            ! t/op/groups.t
45879 ____________________________________________________________________________
45880 [  5967] By: gsar                                  on 2000/04/27  17:41:22
45881         Log: improved docs on the warn_uninit diagnostic (from David Glasser
45882              and Simon Cozens)
45883      Branch: perl
45884            ! pod/perldiag.pod
45885 ____________________________________________________________________________
45886 [  5966] By: gsar                                  on 2000/04/27  16:54:58
45887         Log: add testsuite for B backends, fix bug in B::Deparse (from
45888              Simon Cozens <simon@brecon.co.uk>)
45889      Branch: perl
45890            + t/lib/b.t
45891            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
45892 ____________________________________________________________________________
45893 [  5965] By: gsar                                  on 2000/04/27  16:10:37
45894         Log: avoid "will not stay shared" warnings for our variables (from
45895              Robin Barker)
45896      Branch: perl
45897            ! op.c t/pragma/warn/op
45898 ____________________________________________________________________________
45899 [  5964] By: gsar                                  on 2000/04/27  07:05:05
45900         Log: reformat to 72 columns (again)
45901      Branch: perl
45902            ! pod/perldiag.pod
45903 ____________________________________________________________________________
45904 [  5963] By: gsar                                  on 2000/04/27  06:28:31
45905         Log: patch from Larry to make (\&) prototype work; added tests for
45906              the same
45907      Branch: perl
45908            ! op.c t/comp/proto.t
45909 ____________________________________________________________________________
45910 [  5962] By: gsar                                  on 2000/04/27  06:15:47
45911         Log: updated README.hpux (from Jeff Okamoto)
45912      Branch: perl
45913            ! README.hpux
45914 ____________________________________________________________________________
45915 [  5961] By: gsar                                  on 2000/04/27  05:55:03
45916         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
45917      Branch: perl
45918            ! emacs/cperl-mode.el
45919 ____________________________________________________________________________
45920 [  5960] By: gsar                                  on 2000/04/27  05:49:26
45921         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
45922      Branch: perl
45923            ! INSTALL
45924 ____________________________________________________________________________
45925 [  5959] By: gsar                                  on 2000/04/27  05:33:41
45926         Log: doubled words in pods (from Simon Cozens
45927              <simon.p.cozens@jp.pwcglobal.com>)
45928      Branch: perl
45929            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
45930            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
45931            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
45932            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
45933            ! pod/perltootc.pod
45934 ____________________________________________________________________________
45935 [  5958] By: gsar                                  on 2000/04/27  05:11:39
45936         Log: change#3569 deleted some essential code, revert; avoid use of
45937              atexit() to make DynaLoader work properly on AIX under mod_perl
45938              (from Jens-Uwe Mager <jum@helios.de>)
45939      Branch: perl
45940            ! ext/DynaLoader/dl_aix.xs
45941 ____________________________________________________________________________
45942 [  5957] By: gsar                                  on 2000/04/27  04:54:51
45943         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
45944      Branch: perl
45945            ! pod/perlmod.pod
45946 ____________________________________________________________________________
45947 [  5956] By: gsar                                  on 2000/04/27  04:51:47
45948         Log: better diagnostics on failed tests (from Ilya Zakharevich)
45949      Branch: perl
45950            ! t/op/lex_assign.t
45951 ____________________________________________________________________________
45952 [  5955] By: gsar                                  on 2000/04/27  04:26:44
45953         Log: longstanding bug exposed by change#3307: sort arguments weren't
45954              compiled with the right wantarray context (ensuing runtime lookup
45955              via block_gimme() was getting the incidental context of the
45956              sort() itself)
45957      Branch: perl
45958            ! op.c t/op/sort.t
45959 ____________________________________________________________________________
45960 [  5954] By: gsar                                  on 2000/04/26  23:42:12
45961         Log: integrate cfgperl contents into mainline
45962      Branch: perl
45963           !> (integrate 30 files)
45964 ____________________________________________________________________________
45965 [  5953] By: jhi                                   on 2000/04/26  23:06:42
45966         Log: Integrate with Sarathy.
45967      Branch: cfgperl
45968           !> README.win32 ext/B/B/Deparse.pm
45969           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45970           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
45971           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
45972           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
45973           !> utils/perldoc.PL vms/perlvms.pod
45974 ____________________________________________________________________________
45975 [  5952] By: jhi                                   on 2000/04/26  23:03:46
45976         Log: Undo "use integer" addition from 64bitint as it seems
45977              to break most of the subtests in Digital UNIX;
45978              Unicos needs to find another way.
45979      Branch: cfgperl
45980            ! t/op/64bitint.t
45981 ____________________________________________________________________________
45982 [  5951] By: jhi                                   on 2000/04/26  22:57:53
45983         Log: Be more robust on "extreme" (large absolute value)
45984              arguments.  Originally reported by Daniel Connelly
45985              as a problem with asinh() on large negative arguments,
45986              asinh() used to bail out because an argument to log()
45987              ended up being zero.  Ilya Zakharevich proposed using
45988              Taylor's series in such cases, which for such large
45989              arguments is a very good approximation.
45990      Branch: cfgperl
45991            ! lib/Math/Complex.pm t/lib/complex.t
45992 ____________________________________________________________________________
45993 [  5950] By: gsar                                  on 2000/04/25  19:13:12
45994         Log: reformat perldiag to avoid long lines
45995      Branch: perl
45996            ! pod/perldiag.pod
45997 ____________________________________________________________________________
45998 [  5949] By: gsar                                  on 2000/04/25  18:41:11
45999         Log: make perldoc use the pod2man from the same version (from
46000              M.J.T. Guy)
46001      Branch: perl
46002            ! utils/perldoc.PL
46003 ____________________________________________________________________________
46004 [  5948] By: gsar                                  on 2000/04/25  18:21:57
46005         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
46006              <kompas@kompas.usr.onet.pl>)
46007      Branch: perl
46008            ! lib/vars.pm
46009 ____________________________________________________________________________
46010 [  5947] By: gsar                                  on 2000/04/25  18:11:53
46011         Log: use &dl_error rather than &dl_load_file as the guard for calling
46012              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
46013              statically built perl)
46014      Branch: perl
46015            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46016 ____________________________________________________________________________
46017 [  5946] By: jhi                                   on 2000/04/25  17:37:54
46018         Log: Document that tr() is not tr(1).
46019      Branch: cfgperl
46020            ! pod/perlop.pod
46021 ____________________________________________________________________________
46022 [  5945] By: gsar                                  on 2000/04/25  16:34:33
46023         Log: make module name mandatory after -M switch; reorder perldiag
46024              alphabetically (from Mark-Jason Dominus)
46025      Branch: perl
46026            ! perl.c pod/perldiag.pod
46027 ____________________________________________________________________________
46028 [  5944] By: jhi                                   on 2000/04/25  01:15:18
46029         Log: On second thoughts frexp() does have two arguments.
46030      Branch: cfgperl
46031            ! perl.h
46032 ____________________________________________________________________________
46033 [  5943] By: jhi                                   on 2000/04/24  22:56:32
46034         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
46035              Now pp_ncmp() returns undef is either operand is a NaN.
46036      Branch: cfgperl
46037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46038            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
46039            ! vms/subconfigure.com vos/config.def vos/config.h
46040            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46041            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46042            ! win32/config_H.vc
46043      Branch: metaconfig/U/perl
46044            + d_modfl.U
46045 ____________________________________________________________________________
46046 [  5942] By: jhi                                   on 2000/04/24  19:45:17
46047         Log: Regen Configure to match #5937.
46048      Branch: cfgperl
46049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46050            ! config_h.SH
46051      Branch: metaconfig
46052            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
46053 ____________________________________________________________________________
46054 [  5941] By: jhi                                   on 2000/04/24  19:24:11
46055         Log: Further Unicos fixes for Mark Lutz.
46056      Branch: cfgperl
46057            ! hints/unicos.sh pp_ctl.c
46058 ____________________________________________________________________________
46059 [  5940] By: jhi                                   on 2000/04/24  19:09:06
46060         Log: Various Unicos 10.0.0.6 fixes.
46061              
46062              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
46063              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
46064              Reply-To: tecmpl1@triton.ca.boeing.com 
46065              To: perl5-porters@perl.org 
46066              Date: Fri, 14 Apr 2000 20:21:00 GMT 
46067              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
46068      Branch: cfgperl
46069            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
46070 ____________________________________________________________________________
46071 [  5939] By: gsar                                  on 2000/04/24  19:01:24
46072         Log: more pod nits (from Larry Virden)
46073      Branch: perl
46074            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
46075            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
46076            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
46077 ____________________________________________________________________________
46078 [  5938] By: gsar                                  on 2000/04/24  18:54:01
46079         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
46080      Branch: perl
46081            ! ext/B/B/Deparse.pm
46082 ____________________________________________________________________________
46083 [  5937] By: jhi                                   on 2000/04/24  17:39:00
46084         Log: Integrate with Sarathy.
46085      Branch: cfgperl
46086           +> (branch 31 files)
46087           !> (integrate 73 files)
46088 ____________________________________________________________________________
46089 [  5936] By: gsar                                  on 2000/04/24  17:30:06
46090         Log: additional tests for change#5934 (from Paul Marquess, who also
46091              sent in the same fix)
46092      Branch: perl
46093            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
46094            ! t/pragma/warn/5nolint t/pragma/warn/6default
46095 ____________________________________________________________________________
46096 [  5935] By: jhi                                   on 2000/04/24  17:26:05
46097         Log: Do not assume sign propagation.
46098              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
46099              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
46100              To: payner@ncifcrf.gov, perl5-porters@perl.org 
46101              Date: Tue, 18 Apr 2000 18:24:49 +0100 
46102              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
46103      Branch: cfgperl
46104            ! t/op/bop.t t/op/misc.t
46105 ____________________________________________________________________________
46106 [  5934] By: gsar                                  on 2000/04/24  17:16:54
46107         Log: propagate lexical warnings from surrounding scope correctly
46108              within string eval()
46109      Branch: perl
46110            ! pp_ctl.c t/pragma/warn/pp_ctl
46111 ____________________________________________________________________________
46112 [  5933] By: jhi                                   on 2000/04/24  17:01:07
46113         Log: Flatten the cpp jungle doing the nosuid checking.
46114      Branch: cfgperl
46115            ! perl.c
46116 ____________________________________________________________________________
46117 [  5932] By: gsar                                  on 2000/04/24  09:08:14
46118         Log: add rsignal(), whichsig() and do_join() to public API list
46119              (mod_perl uses them to good advantage)
46120      Branch: perl
46121            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
46122 ____________________________________________________________________________
46123 [  5931] By: gsar                                  on 2000/04/24  09:01:40
46124         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
46125      Branch: perl
46126            ! pp_hot.c regexec.c t/op/pat.t
46127 ____________________________________________________________________________
46128 [  5930] By: gsar                                  on 2000/04/24  08:58:33
46129         Log: small os390 tweaks (from Peter Prymmer)
46130      Branch: perl
46131            ! config_h.SH makedepend.SH
46132 ____________________________________________________________________________
46133 [  5929] By: gsar                                  on 2000/04/24  08:55:25
46134         Log: pod nits
46135      Branch: perl
46136            ! pod/perlguts.pod
46137 ____________________________________________________________________________
46138 [  5928] By: gsar                                  on 2000/04/24  08:50:13
46139         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
46140      Branch: perl
46141            ! ext/IO/lib/IO/Poll.pm
46142 ____________________________________________________________________________
46143 [  5927] By: gsar                                  on 2000/04/24  08:43:24
46144         Log: arrange for next() to resume at the unstack op rather than the
46145              loop conditional, so that scope cleanup happens correctly
46146              (from Stephen McCamant)
46147      Branch: perl
46148            ! op.c pp_ctl.c t/op/misc.t
46149 ____________________________________________________________________________
46150 [  5926] By: gsar                                  on 2000/04/24  08:18:40
46151         Log: on windows, reserve 16M of stack rather than 128M (allows more
46152              threads to run concurrently)
46153      Branch: perl
46154            ! win32/Makefile win32/makefile.mk
46155 ____________________________________________________________________________
46156 [  5925] By: gsar                                  on 2000/04/24  08:13:52
46157         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
46158      Branch: perl
46159            ! toke.c
46160 ____________________________________________________________________________
46161 [  5924] By: gsar                                  on 2000/04/24  08:08:59
46162         Log: avoid using uninitialized memory in require version check
46163      Branch: perl
46164            ! pp_ctl.c universal.c
46165 ____________________________________________________________________________
46166 [  5923] By: gsar                                  on 2000/04/24  07:20:14
46167         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
46168      Branch: perl
46169            ! ext/IO/lib/IO/Poll.pm
46170 ____________________________________________________________________________
46171 [  5922] By: gsar                                  on 2000/04/24  07:08:42
46172         Log: commentary about IoTYPE() (from Nathan Torkington)
46173      Branch: perl
46174            ! sv.h
46175 ____________________________________________________________________________
46176 [  5921] By: gsar                                  on 2000/04/24  06:58:26
46177         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
46178              by fix
46179      Branch: perl
46180            ! sv.c t/lib/charnames.t t/pragma/utf8.t
46181 ____________________________________________________________________________
46182 [  5920] By: gsar                                  on 2000/04/24  06:37:59
46183         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
46184      Branch: perl
46185            ! doop.c t/op/ver.t
46186 ____________________________________________________________________________
46187 [  5919] By: gsar                                  on 2000/04/24  06:21:58
46188         Log: Configure might miss old directories when prefix must be
46189              expanded (from Robin Barker)
46190      Branch: metaconfig
46191            ! U/installdirs/inc_version_list.U
46192      Branch: perl
46193            ! Configure
46194 ____________________________________________________________________________
46195 [  5918] By: gsar                                  on 2000/04/24  06:16:11
46196         Log: VMS nits in glob() test (from Charles Lane)
46197      Branch: perl
46198            ! t/lib/glob-basic.t
46199 ____________________________________________________________________________
46200 [  5917] By: gsar                                  on 2000/04/24  06:11:56
46201         Log: various pod nits (from Larry Virden and others)
46202      Branch: perl
46203            ! README.amiga README.hpux README.machten README.os2
46204            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
46205            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
46206            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
46207            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
46208            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
46209            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
46210            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
46211            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
46212 ____________________________________________________________________________
46213 [  5916] By: gsar                                  on 2000/04/24  05:52:43
46214         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
46215              <wjones@tc.fluke.com>)
46216      Branch: perl
46217            ! t/lib/glob-basic.t
46218 ____________________________________________________________________________
46219 [  5915] By: gsar                                  on 2000/04/24  05:07:01
46220         Log: supported platforms mixed up
46221      Branch: perl
46222            ! pod/perl56delta.pod pod/perlport.pod
46223 ____________________________________________________________________________
46224 [  5914] By: gsar                                  on 2000/04/24  04:56:08
46225         Log: caller() wasn't returning the right number of elements for
46226              eval {...}
46227      Branch: perl
46228            ! pp_ctl.c t/pragma/warn/9enabled
46229 ____________________________________________________________________________
46230 [  5913] By: gsar                                  on 2000/04/24  04:35:41
46231         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
46232              Mark-Jason Dominus)
46233      Branch: perl
46234            ! pod/perlfunc.pod
46235 ____________________________________________________________________________
46236 [  5912] By: gsar                                  on 2000/04/24  04:17:15
46237         Log: fix totally broken caching in UNIVERSAL::isa() (from
46238              Nick Ing-Simmons)
46239      Branch: perl
46240            ! t/op/universal.t universal.c
46241 ____________________________________________________________________________
46242 [  5911] By: gsar                                  on 2000/04/24  03:39:47
46243         Log: add linebreak properties from unicode/LineBrk.txt (from
46244              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
46245      Branch: perl
46246            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46247            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
46248            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
46249            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
46250            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
46251            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
46252            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
46253            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
46254            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
46255            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
46256            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
46257            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
46258            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
46259            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
46260            + lib/unicode/Is/LbrkZW.pl
46261            ! lib/unicode/mktables.PL
46262 ____________________________________________________________________________
46263 [  5910] By: gsar                                  on 2000/04/24  03:23:10
46264         Log: typo in pod
46265      Branch: perl
46266            ! ext/Thread/Thread.pm
46267 ____________________________________________________________________________
46268 [  5909] By: gsar                                  on 2000/04/24  03:22:03
46269         Log: mode argument to do_binmode() should be file mode, not boolean
46270      Branch: perl
46271            ! pp_sys.c
46272 ____________________________________________________________________________
46273 [  5908] By: gsar                                  on 2000/04/16  16:51:08
46274         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
46275              always returns a valid GV even when the symbol is trapped by strictures
46276              (avoids coredumps)
46277              
46278              TODO: the C<package;> hack needs similar treatment
46279      Branch: perl
46280            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
46281            ! t/pragma/strict-vars
46282 ____________________________________________________________________________
46283 [  5907] By: jhi                                   on 2000/03/31  23:42:56
46284         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
46285              an assumption which #5905 demolished.
46286      Branch: cfgperl
46287            ! pp_sys.c
46288 ____________________________________________________________________________
46289 [  5906] By: jhi                                   on 2000/03/31  18:54:37
46290         Log: Typo in #5905.
46291      Branch: cfgperl
46292            ! t/op/64bitint.t
46293 ____________________________________________________________________________
46294 [  5905] By: jhi                                   on 2000/03/31  18:50:54
46295         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
46296              reported by Joseph N. Hall.  The bug was that even with use64bitint
46297              one had to use the prefixes q, L, or ll with printf/sprintf,
46298              contrary to the documentation and common sense.
46299      Branch: cfgperl
46300            ! sv.c t/op/64bitint.t
46301 ____________________________________________________________________________
46302 [  5904] By: gsar                                  on 2000/03/28  02:31:32
46303         Log: add Changes, perldelta.pod
46304      Branch: perl
46305            + Changes pod/perldelta.pod
46306 ____________________________________________________________________________
46307 [  5903] By: gsar                                  on 2000/03/28  02:03:55
46308         Log: rename Changes and perldelta.pod
46309      Branch: perl
46310           +> Changes5.6 pod/perl56delta.pod
46311            - Changes pod/perldelta.pod
46312            ! MANIFEST
46313 ____________________________________________________________________________
46314 [  5902] By: gsar                                  on 2000/03/28  01:59:14
46315         Log: create maint-5.6 branch
46316      Branch: maint-5.6/perl
46317           +> (branch 1611 files)
46318 ____________________________________________________________________________
46319 [  5901] By: jhi                                   on 2000/03/23  05:48:43
46320         Log: Integrate with Sarathy.
46321      Branch: cfgperl
46322           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
46323 ____________________________________________________________________________
46324 [  5900] By: gsar                                  on 2000/03/23  05:42:43
46325         Log: three guesses on what this is :-)
46326      Branch: perl
46327            ! Changes