The fudge factor is no more needed. I hope.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
35         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
36              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
37              leakage patch.
38      Branch: perl
39            ! t/op/misc.t
40 ____________________________________________________________________________
41 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
42         Log: Test case for #10433/#10424.
43      Branch: perl
44            ! t/op/misc.t
45 ____________________________________________________________________________
46 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
47         Log: Subject: One fix for strtoul not setting errno
48              From: hom00@utsglobal.com (Hal Morris)
49              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
50              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
51      Branch: perl
52            + uts/strtol_wrap.c
53            ! MANIFEST hints/uts.sh
54 ____________________________________________________________________________
55 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
56         Log: Metaconfig units changes for #10434.
57      Branch: metaconfig
58            ! U/modified/Cppsym.U
59      Branch: metaconfig/U/perl
60            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
61            + d_syscallproto.U d_usleepproto.U
62            ! longdblfio.U quadfio.U
63 ____________________________________________________________________________
64 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
65         Log: Configure tweaks; add prototype probes, make the cpp symbols
66              probe to cast, not whine; test for %Ld and %Lf before %lld and
67              %llf because the L is the ANSI way.
68      Branch: perl
69            ! Configure config_h.SH configure.com epoc/config.sh
70            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
71            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
72            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
73 ____________________________________________________________________________
74 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
75         Log: Sigh.  This is what #10424 was supposed to check in.
76      Branch: perl
77            ! op.c sv.c sv.h
78 ____________________________________________________________________________
79 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
80         Log: More verbose failure.
81      Branch: perl
82            ! t/op/ver.t
83 ____________________________________________________________________________
84 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
85         Log: The .pm changes to go with #10428.
86      Branch: perl
87            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
88            ! ext/Sys/Syslog/Syslog.pm
89 ____________________________________________________________________________
90 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
91         Log: On second thoughts show to utf8 skippage message only
92              on failures, it's too confusing otherwise,
93      Branch: perl
94            ! t/pragma/locale.t
95 ____________________________________________________________________________
96 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
97         Log: Do not import anything from Encode.
98      Branch: perl
99            ! ext/MIME/Base64/QuotedPrint.pm
100 ____________________________________________________________________________
101 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
102         Log: The #10402 didn't take.  Weird.
103      Branch: perl
104            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
105            ! ext/Sys/Syslog/Syslog.xs
106 ____________________________________________________________________________
107 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
108         Log: Eradicate traces of 'asciirange' re subpragma.
109      Branch: perl
110            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
111            ! pod/perldiag.pod
112 ____________________________________________________________________________
113 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
114         Log: use is a compile-time thing.
115      Branch: perl
116            ! ext/MIME/Base64/QuotedPrint.pm
117 ____________________________________________________________________________
118 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
119         Log: Subject: [PATCH perl@10419] -Wall casting patch
120              From: Robin Barker <rmb1@cise.npl.co.uk>
121              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
122              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
123      Branch: perl
124            ! ext/Devel/DProf/DProf.xs mg.c
125 ____________________________________________________________________________
126 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
127         Log: Subject: [PATCH #2] introducing SVpad_TYPED
128              From: Abhijit Menon-Sen <ams@wiw.org>
129              Date: Mon, 4 Jun 2001 12:26:02 +0530
130              Message-ID: <20010604122602.A5775@lustre.linux.in>
131      Branch: perl
132            ! op.c sv.c sv.h
133 ____________________________________________________________________________
134 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
135         Log: testsuite for change#10192 (from Gisle Aas)
136      Branch: perl
137            + t/op/override.t
138            ! MANIFEST
139 ____________________________________________________________________________
140 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
141         Log: integrate changes#10414-10416 from mainline
142              
143              Potential buffer overrun if the radix separator is more than
144              one byte.  Also, under locales, prefer the locale-specific
145              separator over the old boring ".".
146              
147              "10.", that is, decimal numbers can have no decimal part at all.
148              
149              The non-locale places need love, too.
150      Branch: maint-5.6/perl
151           !> perl.h sv.c
152 ____________________________________________________________________________
153 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
154         Log: Missed from #10420.
155      Branch: perl
156            ! epoc/config.sh
157 ____________________________________________________________________________
158 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
159         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
160              often this prototype goes with HAS_SETRESUID_PROTO.
161      Branch: perl
162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
163            ! config_h.SH configure.com perl.h uconfig.h
164 ____________________________________________________________________________
165 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
166         Log: Update Changes.
167      Branch: perl
168            ! Changes patchlevel.h
169 ____________________________________________________________________________
170 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
171         Log: -Wall "subscript has type `char'" cleanup.
172      Branch: perl
173            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
174 ____________________________________________________________________________
175 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
176         Log: Various "cast to pointer from integer of different size"
177              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
178              wide but I32 (int) only 32 bits wide).
179              
180              WARNING: the classnum and tagnum changes in Storable.xs
181              may not be wise, they may be breaking binary compatibility
182              (in 64-bit platforms), asked Raphael Manfredi about the changes.
183      Branch: perl
184            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
185            ! mg.c proto.h
186 ____________________________________________________________________________
187 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
188         Log: The non-locale places need love, too.
189      Branch: perl
190            ! perl.h
191 ____________________________________________________________________________
192 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
193         Log: "10.", that is, decimal numbers can have no decimal part at all.
194      Branch: perl
195            ! perl.h
196 ____________________________________________________________________________
197 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
198         Log: Potential buffer overrun if the radix separator is more than
199              one byte.  Also, under locales, prefer the locale-specific
200              separator over the old boring ".".
201      Branch: perl
202            ! perl.h sv.c
203 ____________________________________________________________________________
204 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
205         Log: Integrate change #10412 from maintperl; locale is now
206              per-cop, not per-op; plus retweak the locale.t to always
207              list the skipped utf8 locales.
208      Branch: perl
209            ! t/pragma/locale.t
210           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
211           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
212 ____________________________________________________________________________
213 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
214         Log: rationalize locale handling to fix the bugs uncovered by change#10394
215              
216              the major issue was that the runtime was looking at PL_hints rather
217              than op_private to notice whether locale was enabled
218              
219              the secondary issue was that many locale-sensitive numeric ops didn't
220              have HINT_LOCALE propagated into their op_private
221              
222              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
223              instead of per-op, just like HINT_BYTE and the hints for lexical
224              warnings (this makes the hint available to every op via PL_curcop)
225              
226              pragma/locale.t may need to be reworked with these fixes in mind
227              (it currently passes its tests)
228      Branch: maint-5.6/perl
229            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
230            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
231 ____________________________________________________________________________
232 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
233         Log: More verbose debugging.
234      Branch: perl
235            ! t/pragma/locale.t
236 ____________________________________________________________________________
237 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
238         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
239              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
240              Date: Sat, 2 Jun 2001 22:53:33 +0100
241              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
242      Branch: perl
243            ! regcomp.c t/pragma/warn/regcomp
244 ____________________________________________________________________________
245 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
246         Log: Mention that lexicalizing $a or $b is a bad idea if one
247              wants to use sort().
248      Branch: perl
249            ! pod/perlvar.pod
250 ____________________________________________________________________________
251 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
252         Log: Tweak the test to be happy if the accuracy is 'good enough'.
253      Branch: perl
254            ! t/lib/posix.t
255 ____________________________________________________________________________
256 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
257         Log: Upgrade to Attribute::Handlers 0.70.
258              
259              NOTE: this unearthed the "too late for CHECK block" bug,
260              that's why the 1_compile.t change.
261      Branch: perl
262            + lib/Attribute/Handlers/demo/Demo.pm
263            + lib/Attribute/Handlers/demo/Descriptions.pm
264            + lib/Attribute/Handlers/demo/MyClass.pm
265            + lib/Attribute/Handlers/demo/demo.pl
266            + lib/Attribute/Handlers/demo/demo2.pl
267            + lib/Attribute/Handlers/demo/demo3.pl
268            + lib/Attribute/Handlers/demo/demo4.pl
269            + lib/Attribute/Handlers/demo/demo_call.pl
270            + lib/Attribute/Handlers/demo/demo_chain.pl
271            + lib/Attribute/Handlers/demo/demo_cycle.pl
272            + lib/Attribute/Handlers/demo/demo_hashdir.pl
273            + lib/Attribute/Handlers/demo/demo_phases.pl
274            + lib/Attribute/Handlers/demo/demo_range.pl
275            + lib/Attribute/Handlers/demo/demo_rawdata.pl
276            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
277            ! t/lib/attrhand.t
278 ____________________________________________________________________________
279 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
280         Log: One less -Wall whine.
281      Branch: perl
282            ! regcomp.c
283 ____________________________________________________________________________
284 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
285         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
286      Branch: perl
287           !> t/op/eval.t
288 ____________________________________________________________________________
289 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
290         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
291              aren't "normally" visible inside eval""s contained in subs unless
292              a cloned reference to them already exists)
293              
294              strangely enough, t/harness did show this up as a failure (harness
295              needs fixing?)
296      Branch: maint-5.6/perl
297            ! t/op/eval.t
298 ____________________________________________________________________________
299 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
300         Log: Update to Text::Balanced 1.85.
301      Branch: perl
302            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
303 ____________________________________________________________________________
304 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
305         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
306              From: Nicholas Clark <nick@ccl4.org>
307              Date: Sun, 3 Jun 2001 17:54:36 +0100
308              Message-ID: <20010603175436.E76396@plum.flirble.org> 
309      Branch: perl
310            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
311            ! ext/Sys/Syslog/Syslog.xs
312 ____________________________________________________________________________
313 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
314         Log: Unused variables.
315      Branch: perl
316            ! util.c
317 ____________________________________________________________________________
318 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
319         Log: Subject: [PATCH] APIfy op_clear 
320              From: Simon Cozens <simon@netthink.co.uk>
321              Date: Sun, 3 Jun 2001 13:51:46 +0100
322              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
323              
324              (despite the subject line, op_null is APIfied by the patch)
325      Branch: perl
326            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
327 ____________________________________________________________________________
328 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
329         Log: Subject: [PATCH] t/lib/extutils.t
330              From: Nicholas Clark <nick@ccl4.org>
331              Date: Sat, 2 Jun 2001 23:57:05 +0100
332              Message-ID: <20010602235705.Q12698@plum.flirble.org>
333      Branch: perl
334            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
335 ____________________________________________________________________________
336 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
337         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
338              From: Prymmer/Kahn <pvhp@best.com>
339              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
340              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
341      Branch: perl
342            ! win32/Makefile win32/makefile.mk
343 ____________________________________________________________________________
344 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
345         Log: Subject: Re: 'decimal digits' macro? 
346              From: Hugo <hv@crypt.compulink.co.uk>
347              Date: Sun, 03 Jun 2001 04:26:36 +0100
348              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
349      Branch: perl
350            ! handy.h t/lib/posix.t t/op/tr.t
351 ____________________________________________________________________________
352 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
353         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
354              From: Hugo <hv@crypt.compulink.co.uk>
355              Date: Sun, 03 Jun 2001 14:56:30 +0100
356              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
357      Branch: perl
358            ! util.c
359 ____________________________________________________________________________
360 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
361         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
362      Branch: perl
363           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
364           !> vms/perly_c.vms
365 ____________________________________________________________________________
366 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
367         Log: fix leakage of lexicals at file scope into subroutines that were
368              declared before them; this appears to be a longstanding bug that
369              meant that lexicals at file scope were never "deintroduced", meaning
370              their scope range was never properly closed, and their visibility
371              extended to all subsequent eval""s or requires
372              
373              added a test case
374              
375              seems to also fix a case of bogus duplicate warnings
376      Branch: maint-5.6/perl
377            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
378            ! vms/perly_c.vms
379 ____________________________________________________________________________
380 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
381         Log: More VMS tweaks from Craig A. Berry.
382      Branch: perl
383            ! configure.com t/lib/extutils.t
384 ____________________________________________________________________________
385 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
386         Log: -Wall cleanup continues.
387      Branch: perl
388            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
389            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
390            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
391            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
392            ! run.c toke.c util.c
393 ____________________________________________________________________________
394 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
395         Log: The metaconfig unit change for #10390.
396      Branch: metaconfig/U/perl
397            ! gccvers.U
398 ____________________________________________________________________________
399 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
400         Log: Drop the -ansi from the default gcc flags.
401              
402              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
403              that struct cannot be compared with a flat integer, such as STRLEN.
404              The -ansi will also cause a lot of noise in Solaris because of:
405              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
406      Branch: perl
407            ! Configure
408 ____________________________________________________________________________
409 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
410         Log: Integrate perlio.
411      Branch: perl
412           !> pod/perlapi.pod util.c
413 ____________________________________________________________________________
414 [ 10388] By: nick                                  on 2001/06/02  08:01:12
415         Log: Integrate mainline
416      Branch: perlio
417           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
418           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
419           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
420           !> t/lib/1_compile.t t/lib/mimeqp.t
421 ____________________________________________________________________________
422 [ 10387] By: nick                                  on 2001/06/02  07:39:17
423         Log: Tweak util.c's atof2 for MULTIPLICITY
424      Branch: perlio
425            ! util.c
426 ____________________________________________________________________________
427 [ 10386] By: nick                                  on 2001/06/02  07:38:33
428         Log: Integrate mainline
429      Branch: perlio
430           !> (integrate 41 files)
431 ____________________________________________________________________________
432 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
433         Log: Add Attribute::Handlers 0.61 from Damian Conway.
434      Branch: perl
435            + lib/Attribute/Handlers.pm t/lib/attrhand.t
436            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
437 ____________________________________________________________________________
438 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
439         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
440              From: Peter Prymmer <pvhp@forte.com>
441              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
442              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
443      Branch: perl
444            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
445 ____________________________________________________________________________
446 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
447         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
448              From: Jeff Pinyan <jeffp@crusoe.net>
449              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
450              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
451      Branch: perl
452            ! lib/File/Find.pm
453 ____________________________________________________________________________
454 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
455         Log: Subject: [PATCH perl@10381] configure.com tweaks
456              From: "Craig A. Berry" <craigberry@mac.com>
457              Date: Fri, 1 Jun 2001 13:55:43 -0500
458              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
459      Branch: perl
460            ! configure.com
461 ____________________________________________________________________________
462 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
463         Log: Update Changes.
464      Branch: perl
465            ! Changes patchlevel.h
466 ____________________________________________________________________________
467 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
468         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
469              From: Mike Guy <mjtg@cam.ac.uk>
470              Date: Fri, 01 Jun 2001 18:17:02 +0100
471              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
472      Branch: perl
473            ! lib/perl5db.pl
474 ____________________________________________________________________________
475 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
476         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
477              From: Hugo <hv@crypt.compulink.co.uk>
478              Date: Thu, 31 May 2001 20:49:48 +0100
479              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
480      Branch: perl
481            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
482            ! util.c
483 ____________________________________________________________________________
484 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
485         Log: Zero() is not available in x2p (or, rather, some of its
486              implementations like memzero() might not be available.)
487      Branch: perl
488            ! x2p/hash.c
489 ____________________________________________________________________________
490 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
491         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
492              From: Michael G Schwern <schwern@pobox.com>
493              Date: Fri, 1 Jun 2001 12:00:29 +0100
494              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
495              
496              (But use Zero() instead of memset.)
497      Branch: perl
498            ! x2p/hash.c
499 ____________________________________________________________________________
500 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
501         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
502              From: Jeff Pinyan <jeffp@crusoe.net>
503              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
504              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
505      Branch: perl
506            ! pod/perldiag.pod regcomp.c t/op/pat.t
507 ____________________________________________________________________________
508 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
509         Log: Retract #10324 and #10333; not needed.
510      Branch: perl
511            ! hints/irix_6.sh hints/linux.sh
512 ____________________________________________________________________________
513 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
514         Log: The #10370 wasn't quite right.
515      Branch: perl
516            ! ext/XS/Typemap/Typemap.xs
517 ____________________________________________________________________________
518 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
519         Log: The metaconfig units changes for #10372.
520      Branch: metaconfig/U/perl
521            + d_realpath.U d_sresgproto.U d_sresuproto.U
522            ! gccvers.U i_db.U
523 ____________________________________________________________________________
524 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
525         Log: Configure tweaks; record the Berkeley DB version,
526              probe for realpath(), for setresuid() and setresgid()
527              prototypes; use realpath() (try to be paranoid enough),
528              use the setres[ug]id prototypes because glibc has the functions
529              but not their prototypes; add -Wall -ansi to gcc ccflags;
530              regen toc.
531      Branch: perl
532            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
533            ! config_h.SH configure.com epoc/config.sh
534            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
535            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
536            ! vos/config.ga.def win32/config.bc win32/config.gc
537            ! win32/config.vc
538 ____________________________________________________________________________
539 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
540         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
541              From: Michael G Schwern <schwern@pobox.com>
542              Date: Fri, 1 Jun 2001 11:28:14 +0100
543              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
544      Branch: perl
545            ! lib/attributes.pm xsutils.c
546 ____________________________________________________________________________
547 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
548         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
549              From: Tim Jenness <t.jenness@jach.hawaii.edu>
550              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
551              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
552      Branch: perl
553            ! ext/XS/Typemap/Typemap.xs
554 ____________________________________________________________________________
555 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
556         Log: Subject: [patch] Cwd.xs optimizations/abstraction
557              From: Doug MacEachern <dougm@covalent.net>
558              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
559              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
560      Branch: perl
561            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
562            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
563 ____________________________________________________________________________
564 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
565         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!])
566              From: Nicholas Clark <nick@ccl4.org>
567              Date: Thu, 31 May 2001 23:56:40 +0100
568              Message-ID: <20010531235640.F12698@plum.flirble.org>
569              
570              Make the test work also under only static extensions
571              (sh Configure -Uusedl fakes this nicely)
572      Branch: perl
573            ! t/lib/extutils.t
574 ____________________________________________________________________________
575 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
576         Log: Subject: [PATCH hv.c] Eliminating trigraph
577              From: Michael G Schwern <schwern@pobox.com>
578              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
579              Date: Fri, 1 Jun 2001 11:49:56 +0100
580      Branch: perl
581            ! hv.c
582 ____________________________________________________________________________
583 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
584         Log: Subject: Re: [PATCH] Tests for File::Compare 
585              From: "Philip Newton" <Philip.Newton@gmx.net>
586              Date: Thu, 31 May 2001 19:44:05 +0200
587              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
588              
589              Unnecessary "quotation marks".
590      Branch: perl
591            ! t/lib/filecomp.t
592 ____________________________________________________________________________
593 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
594         Log: Integrate perlio.
595      Branch: perl
596           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
597 ____________________________________________________________________________
598 [ 10364] By: nick                                  on 2001/06/01  10:13:31
599         Log: Cleanup dll.base and dll.exp created by GCC builds.
600      Branch: perlio
601            ! lib/ExtUtils/MM_Win32.pm
602 ____________________________________________________________________________
603 [ 10363] By: nick                                  on 2001/06/01  10:02:17
604         Log: Make filecomp test work on CRLF platforms by adding binmode.
605      Branch: perlio
606            ! t/lib/filecomp.t
607 ____________________________________________________________________________
608 [ 10362] By: nick                                  on 2001/06/01  08:37:17
609         Log: Integrate mainline
610      Branch: perlio
611           !> Changes Configure patchlevel.h perlio.c
612 ____________________________________________________________________________
613 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
614         Log: panic:claustrophobia.
615      Branch: perl
616            ! perlio.c
617 ____________________________________________________________________________
618 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
619         Log: Update Changes.
620      Branch: perl
621            ! Changes patchlevel.h
622 ____________________________________________________________________________
623 [ 10359] By: nick                                  on 2001/05/31  12:35:50
624         Log: Integrate mainline.
625      Branch: perlio
626           +> t/lib/filecomp.t
627           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
628           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
629 ____________________________________________________________________________
630 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
631         Log: Integrate perlio.
632      Branch: perl
633           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
634           !> win32/config_H.vc
635 ____________________________________________________________________________
636 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
637         Log: Metaconfig unit change for #10356.
638      Branch: metaconfig
639            ! U/installdirs/inc_version_list.U
640 ____________________________________________________________________________
641 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
642         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
643              (idea from Sarathy; implementation from Andy)
644      Branch: perl
645            ! Configure
646 ____________________________________________________________________________
647 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
648         Log: More AUTHORS.
649      Branch: perl
650            ! AUTHORS
651 ____________________________________________________________________________
652 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
653         Log: Subject: Re: [PATCH] Tests for File::Compare
654              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
655              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
656              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
657      Branch: perl
658            + t/lib/filecomp.t
659            ! MANIFEST t/lib/1_compile.t
660 ____________________________________________________________________________
661 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
662         Log: Subject: [PATCH] DEBUG_* macro cleanups
663              From: Abhijit Menon-Sen <ams@wiw.org>
664              Date: Thu, 31 May 2001 12:16:22 +0530
665              Message-ID: <20010531121622.B4829@lustre.linux.in>
666              
667              Subject: Re: [PATCH] DEBUG_* macro cleanups
668              From: Abhijit Menon-Sen <ams@wiw.org>
669              Date: Thu, 31 May 2001 13:57:01 +0530
670              Message-ID: <20010531135701.A21775@lustre.linux.in>
671              
672              (The DEBUG_ definitions in perl.h changed to use the
673              STMT_START and STMT_END.)
674      Branch: perl
675            ! perl.h pp_ctl.c sv.c toke.c
676 ____________________________________________________________________________
677 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
678         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
679              From: Abhijit Menon-Sen <ams@wiw.org>
680              Date: Thu, 31 May 2001 08:27:55 +0530
681              Message-ID: <20010531082755.A10018@lustre.linux.in>
682      Branch: perl
683            ! ext/Storable/Storable.xs gv.c perl.c
684 ____________________________________________________________________________
685 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
686         Log: Subject: [PATCH] AUTHORS
687              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
688              Date: Thu, 31 May 2001 01:27:59 -0500
689              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
690              
691              Subject: Re: [PATCH] AUTHORS
692              From: "Philip Newton" <Philip.Newton@gmx.net>
693              Date: Thu, 31 May 2001 10:08:06 +0200
694              (Message-Id missing?)
695      Branch: perl
696            ! AUTHORS
697 ____________________________________________________________________________
698 [ 10350] By: nick                                  on 2001/05/31  11:40:43
699         Log: win32 - dmake regen_config_h
700      Branch: perlio
701            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
702 ____________________________________________________________________________
703 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
704         Log: Subject: Re: [PATCH util.c] More warning cleanups.
705              From: "Philip Newton" <Philip.Newton@gmx.net>
706              Date: Thu, 31 May 2001 07:41:36 +0200
707              Message-Id: <200105310538.IAA25458@taku.hut.fi>
708              
709              Undo C++-ism that snekt in.
710      Branch: perl
711            ! util.c
712 ____________________________________________________________________________
713 [ 10348] By: nick                                  on 2001/05/31  11:36:46
714         Log: Tolerate Win32 numerics
715      Branch: perlio
716            ! t/pragma/warn/toke
717 ____________________________________________________________________________
718 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
719         Log: Integrate perlio.
720      Branch: perl
721           !> perlio.c win32/win32.h
722 ____________________________________________________________________________
723 [ 10346] By: nick                                  on 2001/05/31  10:54:55
724         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
725              perlio.c change 10255.
726      Branch: perlio
727            ! perlio.c
728 ____________________________________________________________________________
729 [ 10345] By: nick                                  on 2001/05/31  10:01:57
730         Log: Conditionaly put back some "unused" dTHX which are used
731              with PERL_IMPLICIT_SYS
732      Branch: perlio
733            ! perlio.c
734 ____________________________________________________________________________
735 [ 10344] By: nick                                  on 2001/05/31  10:00:59
736         Log: Fix Win32 for new spelling IN_BYTES 
737      Branch: perlio
738            ! win32/win32.h
739 ____________________________________________________________________________
740 [ 10343] By: nick                                  on 2001/05/31  08:01:32
741         Log: perlio.c -Wall cleaner under MULTIPLICITY
742              - still minor noise with linux stdio
743      Branch: perlio
744            ! perlio.c
745 ____________________________________________________________________________
746 [ 10342] By: nick                                  on 2001/05/31  07:52:23
747         Log: Integrate mainline.
748      Branch: perlio
749           !> (integrate 42 files)
750 ____________________________________________________________________________
751 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
752         Log: AUTHORS updates.
753      Branch: perl
754            ! AUTHORS
755 ____________________________________________________________________________
756 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
757         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
758              From: Peter Prymmer <pvhp@forte.com>
759              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
760              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
761      Branch: perl
762            ! t/lib/md5-file.t
763 ____________________________________________________________________________
764 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
765         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
766              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
767              to match the pragma name; various robustness cleanups.
768      Branch: perl
769            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
770            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
771 ____________________________________________________________________________
772 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
773         Log: More -Wall sweeping.
774      Branch: perl
775            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
776            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
777            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
778            ! regcomp.c sv.c toke.c utf8.c
779 ____________________________________________________________________________
780 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
781         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
782              From: Nicholas Clark <nick@ccl4.org>
783              Date: Wed, 30 May 2001 22:34:41 +0100
784              Message-ID: <20010530223441.Y86445@plum.flirble.org>
785      Branch: perl
786            ! t/op/cmp.t
787 ____________________________________________________________________________
788 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
789         Log: It's is not, it isn't ain't, and it's it's, not its,
790              if you mean it is. If you don't, it's its. Then too,
791              it's hers. It isn't her's. It isn't our's either.
792              It's ours, and likewise yours and theirs.
793              -- Oxford University Press, Edpress News
794      Branch: perl
795            ! lib/autouse.pm
796 ____________________________________________________________________________
797 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
798         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
799      Branch: perl
800            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
801            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
802            ! x2p/str.c x2p/walk.c xsutils.c
803 ____________________________________________________________________________
804 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
805         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
806              From: Michael G Schwern <schwern@pobox.com>
807              Date: Wed, 30 May 2001 17:10:38 +0100
808              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
809              
810              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
811              From: Abhijit Menon-Sen <ams@wiw.org>
812              Date: Wed, 30 May 2001 23:16:13 +0530
813              Message-ID: <20010530231613.A31933@lustre.linux.in>
814      Branch: perl
815            ! perl.c t/run/runenv.t
816 ____________________________________________________________________________
817 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
818         Log: (Retracted by #10375.)
819              
820              IRIX hints patch from Merijn Broeren.
821              
822              TODO: (this and the earlier Linux hints patch) should be solved
823              at Configure level.  Merijn: -ldb should not be used on any platform
824              for perl, just when linking DBFile itself. Trying to be helpful here
825              is counterproductive.
826      Branch: perl
827            ! hints/irix_6.sh
828 ____________________________________________________________________________
829 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
830         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
831              From: Nicholas Clark <nick@ccl4.org>
832              Date: Wed, 30 May 2001 23:20:58 +0100
833              Message-ID: <20010530232058.B86445@plum.flirble.org>
834      Branch: perl
835            ! doop.c
836 ____________________________________________________________________________
837 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
838         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
839              From: Michael G Schwern <schwern@pobox.com> 
840              Date: Wed, 30 May 2001 15:24:20 +0100
841              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
842      Branch: perl
843            ! t/pragma/autouse.t
844 ____________________________________________________________________________
845 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
846         Log: The regex trick wasn't a good idea.
847      Branch: perl
848            ! pod/perlfaq4.pod
849 ____________________________________________________________________________
850 [ 10329] By: nick                                  on 2001/05/30  18:34:35
851         Log: Integrate mainline
852      Branch: perlio
853           !> (integrate 40 files)
854 ____________________________________________________________________________
855 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
856         Log: Update Changes.
857      Branch: perl
858            ! Changes patchlevel.h
859 ____________________________________________________________________________
860 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
861         Log: The metaconfig unit change for #10325.
862      Branch: metaconfig
863            + U/modified/afs.U
864 ____________________________________________________________________________
865 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
866         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
867              is now wrong.
868      Branch: perl
869            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
870 ____________________________________________________________________________
871 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
872         Log: Introduce $Config{afsroot}.
873      Branch: perl
874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
875            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
876            ! win32/config.gc win32/config.vc
877 ____________________________________________________________________________
878 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
879         Log: (Retracted by #10375.)
880              
881              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
882      Branch: perl
883            ! hints/linux.sh
884 ____________________________________________________________________________
885 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
886         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
887              (Also Configure tweaks needed; coming up soon.)
888      Branch: perl
889            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
890 ____________________________________________________________________________
891 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
892         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
893              From: Michael G Schwern <schwern@pobox.com>
894              Date: Sun, 27 May 2001 10:29:43 +0100
895              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
896      Branch: perl
897            ! lib/perl5db.pl
898 ____________________________________________________________________________
899 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
900         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
901              and Abhijit Menon-Sen.
902      Branch: perl
903            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
904            ! perl.c pp_sys.c regcomp.c
905 ____________________________________________________________________________
906 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
907         Log: Fix the BOOT section to call myU2time properly.
908      Branch: perl
909            ! ext/Time/HiRes/HiRes.xs
910 ____________________________________________________________________________
911 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
912         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
913              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
914              Date: Wed, 30 May 2001 09:44:29 -0400
915              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
916              
917              Detypo; plus add one more trick.
918      Branch: perl
919            ! pod/perlfaq4.pod
920 ____________________________________________________________________________
921 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
922         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)
923              From: Michael G Schwern <schwern@pobox.com>
924              Date: Wed, 30 May 2001 14:39:06 +0100
925              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
926      Branch: perl
927            ! lib/autouse.pm t/pragma/autouse.t
928 ____________________________________________________________________________
929 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
930         Log: Subject: Re: AIX and gcc (moving targets)
931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
932              Date: Wed, 30 May 2001 15:25:08 +0200
933              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
934      Branch: perl
935            ! ext/Time/HiRes/HiRes.xs
936 ____________________________________________________________________________
937 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
938         Log: Subject: [PATCH t/TEST] sorting tests
939              From: Michael G Schwern <schwern@pobox.com>
940              Date: Wed, 30 May 2001 10:24:02 +0100
941              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
942      Branch: perl
943            ! t/TEST
944 ____________________________________________________________________________
945 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
946         Log: Subject: [ID 20010529.002] typos in man page perlre
947              From: bart@cg681574-a.adubn1.nj.home.com 
948              Date: Tue, 29 May 2001 13:58:59 -0500
949              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
950      Branch: perl
951            ! pod/perlre.pod
952 ____________________________________________________________________________
953 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
954         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
955              From: "Craig A. Berry" <craigberry@mac.com>
956              Date: Tue, 29 May 2001 23:23:45 -0500
957              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
958      Branch: perl
959            ! t/lib/extutils.t t/pragma/autouse.t
960 ____________________________________________________________________________
961 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
962         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)
963              From: David Dyck <dcd@tc.fluke.com>
964              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
965              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
966      Branch: perl
967            ! t/lib/filefind.t
968 ____________________________________________________________________________
969 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
970         Log: AIX hints update for gcc from Merijn H. Brand.
971      Branch: perl
972            ! hints/aix.sh
973 ____________________________________________________________________________
974 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
975         Log: Retract #10295 and #10296: a more generic solution
976              is needed (there's something funny with gcc on AIX).
977      Branch: perl
978            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
979 ____________________________________________________________________________
980 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
981         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
982              From: Hugo <hv@crypt.compulink.co.uk>
983              Date: Wed, 30 May 2001 11:59:19 +0100
984              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
985              
986              localizing $@ has unfortunate semantics - if you die past
987              a local $@, the die message is lost.
988      Branch: perl
989            ! lib/utf8_heavy.pl
990 ____________________________________________________________________________
991 [ 10309] By: nick                                  on 2001/05/30  08:23:02
992         Log: Integrate mainline (autouse works again.)
993      Branch: perlio
994           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
995           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
996           !> pod/perlvar.pod t/op/cmp.t
997 ____________________________________________________________________________
998 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
999         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
1000              From: David Dyck <dcd@tc.fluke.com>
1001              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
1002              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
1003      Branch: perl
1004            ! lib/File/Find.pm
1005 ____________________________________________________________________________
1006 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
1007         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
1008              From: Nicholas Clark <nick@ccl4.org>
1009              Date: Tue, 29 May 2001 23:16:09 +0100
1010              Message-ID: <20010529231609.U86445@plum.flirble.org>
1011              
1012              Make the test output slightly clearer by distinguishing
1013              between '' and undef.
1014      Branch: perl
1015            ! t/op/cmp.t
1016 ____________________________________________________________________________
1017 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
1018         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
1019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1020              Date: Tue, 29 May 2001 19:15:19 -0400
1021              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
1022      Branch: perl
1023            ! hints/os2.sh
1024 ____________________________________________________________________________
1025 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
1026         Log: Subject: perlvar.pod addition
1027              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
1028              Date: Fri, 25 May 2001 20:23:12 +0200
1029              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
1030              
1031              Subject: Re: perlvar.pod addition
1032              From: "Abigail" <abigail@foad.org> 
1033              Date: Fri, 25 May 2001 22:00:39 +0200
1034              Message-ID: <20010525200039.28029.qmail@foad.org>
1035              
1036              Mention $a and $b in perlvar.
1037      Branch: perl
1038            ! pod/perlvar.pod
1039 ____________________________________________________________________________
1040 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
1041         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
1042              From: Jeff Pinyan <jeffp@crusoe.net>
1043              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
1044              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
1045      Branch: perl
1046            ! pod/perlvar.pod
1047 ____________________________________________________________________________
1048 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
1049         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
1050              From: Jeff Pinyan <jeffp@crusoe.net>
1051              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
1052              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
1053      Branch: perl
1054            ! pod/perlfaq6.pod
1055 ____________________________________________________________________________
1056 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
1057         Log: Mention Time::localtime and Time::gmtime.
1058      Branch: perl
1059            ! ext/Time/Piece/Piece.pm
1060 ____________________________________________________________________________
1061 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
1062         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1063              From: Michael G Schwern <schwern@pobox.com>
1064              Date: Tue, 29 May 2001 18:51:32 +0100
1065              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
1066      Branch: perl
1067            ! pod/perlfaq4.pod
1068 ____________________________________________________________________________
1069 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
1070         Log: Retract #10243.
1071      Branch: perl
1072            ! lib/autouse.pm
1073 ____________________________________________________________________________
1074 [ 10299] By: nick                                  on 2001/05/29  18:41:19
1075         Log: Post weekend integrate mainline (fails one test pragma/autouse).
1076      Branch: perlio
1077           +> (branch 29 files)
1078           !> (integrate 91 files)
1079 ____________________________________________________________________________
1080 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
1081         Log: Update Changes.
1082      Branch: perl
1083            ! Changes patchlevel.h
1084 ____________________________________________________________________________
1085 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
1086         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
1087              before Perl_load_module/Perl_call_method and restore the value
1088              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
1089      Branch: perl
1090            ! utf8.c
1091 ____________________________________________________________________________
1092 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
1093         Log: Subject: Re: AIX and gcc (moving targets)
1094              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1095              Date: Tue, 29 May 2001 17:59:40 +0200
1096              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
1097      Branch: perl
1098            ! ext/Storable/Makefile.PL
1099 ____________________________________________________________________________
1100 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
1101         Log: Subject: Re: AIX and gcc (moving targets)
1102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1103              Date: Tue, 29 May 2001 12:32:57 +0200
1104              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
1105      Branch: perl
1106            ! ext/POSIX/Makefile.PL
1107 ____________________________________________________________________________
1108 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
1109         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
1110              From: Michael G Schwern <schwern@pobox.com>
1111              Date: Tue, 29 May 2001 09:53:29 +0100
1112              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
1113              
1114              (#10280 retracted)
1115      Branch: perl
1116            ! lib/Test/Harness.pm t/lib/test-harness.t
1117 ____________________________________________________________________________
1118 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
1119
1120         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
1121              From: Michael G Schwern <schwern@pobox.com>
1122              Date: Tue, 29 May 2001 09:19:52 +0100
1123              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
1124      Branch: perl
1125            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
1126            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
1127            + t/lib/Test/todo.t
1128            ! MANIFEST lib/Test.pm t/TEST
1129 ____________________________________________________________________________
1130 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
1131         Log: From: Michael G Schwern <schwern@pobox.com>
1132              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
1133              Date: Tue, 29 May 2001 08:26:09 +0100
1134              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
1135      Branch: perl
1136            ! t/TEST
1137 ____________________________________________________________________________
1138 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
1139         Log: Add tests for Time::gmtime and Time::localtime.
1140      Branch: perl
1141            + t/lib/time-gmtime.t t/lib/time-localtime.t
1142            ! MANIFEST t/lib/1_compile.t
1143 ____________________________________________________________________________
1144 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
1145         Log: Add test for File::stat.
1146      Branch: perl
1147            + t/lib/filestat.t
1148            ! MANIFEST t/lib/1_compile.t
1149 ____________________________________________________________________________
1150 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
1151         Log: Add test for Net::servent.
1152      Branch: perl
1153            + t/lib/net-sent.t
1154            ! MANIFEST t/lib/1_compile.t
1155 ____________________________________________________________________________
1156 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
1157         Log: Add test for Net::protoent.
1158      Branch: perl
1159            + t/lib/net-pent.t
1160            ! MANIFEST t/lib/1_compile.t
1161 ____________________________________________________________________________
1162 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
1163         Log: Add test for Net::netent.
1164      Branch: perl
1165            + t/lib/net-nent.t
1166            ! MANIFEST t/lib/1_compile.t
1167 ____________________________________________________________________________
1168 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
1169         Log: Add test for User::grent.  Portability doubtful.
1170      Branch: perl
1171            + t/lib/user-grent.t
1172            ! MANIFEST t/lib/1_compile.t
1173 ____________________________________________________________________________
1174 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
1175         Log: Add test for User::pwent.
1176              Probably will fall down somewhere for portability reasons.
1177      Branch: perl
1178            + t/lib/user-pwent.t
1179            ! MANIFEST t/lib/1_compile.t
1180 ____________________________________________________________________________
1181 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
1182         Log: Metaconfig units changes for #10283.
1183      Branch: metaconfig
1184            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
1185            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
1186            ! U/installdirs/sitescript.U U/modified/Signal.U
1187 ____________________________________________________________________________
1188 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
1189         Log: Subject: [PATCH 5.6.1] signal names in Configure
1190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1191              Date: Tue, 29 May 2001 03:52:25 -0400
1192              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
1193              
1194              Subject: [PATCH 5.6.1] older perl in Configure
1195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1196              Date: Tue, 29 May 2001 03:55:40 -0400
1197              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
1198              
1199              Subject: [PATCH 5.6.1] goofs in Configure
1200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1201              Date: Tue, 29 May 2001 04:13:07 -0400
1202              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
1203              
1204              Configure portability tweaks.
1205      Branch: perl
1206            ! Configure
1207 ____________________________________________________________________________
1208 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
1209         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
1210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1211              Date: Tue, 29 May 2001 04:07:06 -0400
1212              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
1213      Branch: perl
1214            ! os2/os2.c
1215 ____________________________________________________________________________
1216 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
1217         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
1218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1219              Date: Tue, 29 May 2001 04:01:38 -0400
1220              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
1221      Branch: perl
1222            ! hints/os2.sh os2/Makefile.SHs
1223 ____________________________________________________________________________
1224 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
1225         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
1226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1227              Date: Tue, 29 May 2001 03:50:18 -0400
1228              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
1229      Branch: perl
1230            ! lib/Test/Harness.pm
1231 ____________________________________________________________________________
1232 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
1233         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
1234      Branch: perl
1235            ! lib/utf8_heavy.pl
1236 ____________________________________________________________________________
1237 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
1238         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1239              From: Hugo <hv@crypt.compulink.co.uk>
1240              Date: Tue, 29 May 2001 03:03:45 +0100
1241              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
1242              
1243              Explanation why the $@ always gets the UTF8 flag when under use utf8--
1244              because we told it to have the flag when under use utf8.
1245      Branch: perl
1246            ! pp_ctl.c
1247 ____________________________________________________________________________
1248 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
1249         Log: At least a partial fix for 20010528.004.
1250      Branch: perl
1251            ! lib/utf8_heavy.pl
1252 ____________________________________________________________________________
1253 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
1254         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
1255              From: Nicholas Clark <nick@ccl4.org> 
1256              Date: Mon, 28 May 2001 23:39:38 +0100
1257              Message-ID: <20010528233938.M86445@plum.flirble.org>
1258              
1259              More portable non-zero UV.
1260      Branch: perl
1261            ! t/lib/extutils.t
1262 ____________________________________________________________________________
1263 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
1264         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
1265              From: Nicholas Clark <nick@ccl4.org>
1266              Date: Mon, 28 May 2001 22:46:09 +0100
1267              Message-ID: <20010528224608.L86445@plum.flirble.org>
1268              
1269              Test also "make clean".
1270      Branch: perl
1271            ! t/lib/extutils.t
1272 ____________________________________________________________________________
1273 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
1274         Log: Subject: Re: Would -Wno-unused -Wall be better?
1275              From: Michael G Schwern <schwern@pobox.com>
1276              Date: Tue, 29 May 2001 00:55:54 +0100
1277              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
1278      Branch: perl
1279            ! pp.h
1280 ____________________________________________________________________________
1281 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
1282         Log: Add a test for 20010528.007, fixed in #10272.
1283      Branch: perl
1284            ! t/op/misc.t toke.c
1285 ____________________________________________________________________________
1286 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
1287         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
1288              From: Hugo <hv@crypt.compulink.co.uk>
1289              Date: Tue, 29 May 2001 00:23:23 +0100
1290              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
1291      Branch: perl
1292            ! toke.c
1293 ____________________________________________________________________________
1294 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
1295         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
1296              From: Michael G Schwern <schwern@pobox.com>
1297              Date: Tue, 29 May 2001 00:42:59 +0100
1298              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
1299      Branch: perl
1300            ! t/pragma/autouse.t
1301 ____________________________________________________________________________
1302 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
1303         Log: Some shells seemingly arrange the signal handlers differently
1304              (bug id 20010521.004).
1305      Branch: perl
1306            ! t/lib/sigaction.t
1307 ____________________________________________________________________________
1308 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
1309         Log: Regen perlmodlib.
1310      Branch: perl
1311            ! pod/perlmodlib.pod
1312 ____________________________________________________________________________
1313 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
1314         Log: Update Changes.
1315      Branch: perl
1316            ! Changes patchlevel.h
1317 ____________________________________________________________________________
1318 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
1319         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
1320              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1321              Date: Mon, 28 May 2001 14:56:35 -0500
1322              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
1323      Branch: perl
1324            ! pod/perlnewmod.pod
1325 ____________________________________________________________________________
1326 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
1327         Log: Regen toc.
1328      Branch: perl
1329            ! pod/perltoc.pod
1330 ____________________________________________________________________________
1331 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
1332         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
1333              From: "Richard Soderberg" <rs@crystalflame.net>
1334              Date: Mon, 28 May 2001 12:31:23 -0700
1335              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
1336      Branch: perl
1337            ! t/op/splice.t
1338 ____________________________________________________________________________
1339 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
1340         Log: The #10260 was too bold: locales and utf8 still do not mix.
1341      Branch: perl
1342            ! t/pragma/locale.t
1343 ____________________________________________________________________________
1344 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
1345         Log: Subject: [PATCH] Pod nitpicks
1346              From: "Richard Soderberg" <rs@crystalflame.net>
1347              Date: Mon, 28 May 2001 10:08:58 -0700
1348              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
1349      Branch: perl
1350            ! pod/perl571delta.pod pod/perlapi.pod sv.h
1351 ____________________________________________________________________________
1352 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
1353         Log: Upgrade to I18N::LangTags 0.22.
1354      Branch: perl
1355            + lib/I18N/LangTags/List.pod
1356            ! MANIFEST lib/I18N/LangTags.pm
1357 ____________________________________________________________________________
1358 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
1359         Log: A slightly more serious bug found by -Mutf8; op/misc and
1360              lib/complex dumped core.
1361      Branch: perl
1362            ! regexec.c
1363 ____________________________________________________________________________
1364 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
1365         Log: Various buglets shaken out by -Mutf8.
1366      Branch: perl
1367            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
1368            ! t/pragma/locale.t
1369 ____________________________________________________________________________
1370 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
1371         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
1372      Branch: perl
1373            ! t/lib/carp.t
1374 ____________________________________________________________________________
1375 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
1376         Log: Subject: [PATCH] todo patch
1377              From: Artur Bergman <artur@contiller.se> 
1378              Date: Mon, 28 May 2001 17:03:51 +0200
1379              Message-ID: <B7383577.F34%artur@contiller.se>
1380      Branch: perl
1381            ! pod/perltodo.pod
1382 ____________________________________________________________________________
1383 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
1384         Log: Subject: typo in perlguts.pod
1385              From: "John P. Linderman" <jpl@research.att.com>
1386              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
1387              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
1388      Branch: perl
1389            ! pod/perlguts.pod
1390 ____________________________________________________________________________
1391 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
1392         Log: Subject: AIX and gcc (moving targets)
1393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1394              Date: Mon, 28 May 2001 12:54:04 +0200
1395              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
1396      Branch: perl
1397            ! hints/aix.sh
1398 ____________________________________________________________________________
1399 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
1400         Log: Subject: Re: perlio + multiple perl_alloc..destruct
1401              From: Doug MacEachern <dougm@covalent.net>
1402              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
1403              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
1404      Branch: perl
1405            ! perlio.c
1406 ____________________________________________________________________________
1407 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
1408         Log: The #10251 wasn't quite up-to-the-code.
1409      Branch: perl
1410            ! t/op/misc.t
1411 ____________________________________________________________________________
1412 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
1413         Log: Test case for bug 20010526.004, fixed in #10252.
1414      Branch: perl
1415            ! t/op/taint.t
1416 ____________________________________________________________________________
1417 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
1418         Log: Subject: Re: [ID 20010526.004] Taint looses value
1419              From: Hugo <hv@crypt.compulink.co.uk>
1420              Date: Sun, 27 May 2001 20:39:32 +0100
1421              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
1422      Branch: perl
1423            ! sv.c
1424 ____________________________________________________________________________
1425 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
1426         Log: Test case for 20010422.005, fixed by #10250.
1427      Branch: perl
1428            ! t/op/misc.t
1429 ____________________________________________________________________________
1430 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
1431         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
1432              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1433              Date: Mon, 28 May 2001 06:39:12 -0400
1434              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
1435      Branch: perl
1436            ! toke.c
1437 ____________________________________________________________________________
1438 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
1439         Log: Linerewrapping.
1440      Branch: perl
1441            ! lib/open.pm
1442 ____________________________________________________________________________
1443 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
1444         Log: Updates on the modules list.
1445      Branch: perl
1446            ! t/lib/1_compile.t
1447 ____________________________________________________________________________
1448 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
1449         Log: Add a test for PerlIO.
1450              
1451              (I probably got the crlf/raw thing wrong for clrfy platforms...)
1452      Branch: perl
1453            + t/lib/perlio.t
1454            ! MANIFEST lib/PerlIO.pm
1455 ____________________________________________________________________________
1456 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
1457         Log: Add a test for carp et alia.
1458      Branch: perl
1459            + t/lib/carp.t
1460            ! MANIFEST
1461 ____________________________________________________________________________
1462 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
1463         Log: Adding the new test would be swell.
1464      Branch: perl
1465            + t/pragma/autouse.t
1466 ____________________________________________________________________________
1467 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
1468         Log: Add a test for the autouse pragma.
1469      Branch: perl
1470            ! MANIFEST
1471 ____________________________________________________________________________
1472 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
1473         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
1474              From: dLux <dlux@spam.sch.bme.hu>
1475              Date: Sun, 27 May 2001 16:14:26 +0200
1476              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
1477      Branch: perl
1478            ! lib/autouse.pm
1479 ____________________________________________________________________________
1480 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
1481         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
1482              From: "Richard Soderberg" <rs@crystalflame.net>
1483              Date: Mon, 28 May 2001 03:56:36 -0700
1484              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
1485      Branch: perl
1486            ! utils/dprofpp.PL
1487 ____________________________________________________________________________
1488 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
1489         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
1490              From: "Stephen P. Potter" <spp@spotter.yi.org>
1491              Date: Tue, 22 May 2001 11:40:25 -0400
1492              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
1493              
1494              Subject: Re: [ID 20010522.003] Time::Local module bug
1495              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
1496              Date: Tue, 22 May 2001 11:50:19 -0400
1497              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
1498      Branch: perl
1499            ! lib/Time/Local.pm
1500 ____________________________________________________________________________
1501 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
1502         Log: The PERL_DL_NONLAZY can have whitespace in front.
1503      Branch: perl
1504            ! t/lib/extutils.t
1505 ____________________________________________________________________________
1506 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
1507         Log: Document strftime() and strptime().
1508      Branch: perl
1509            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
1510 ____________________________________________________________________________
1511 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
1512         Log: Make Time::Piece::strptime() to be a function, not a method.
1513      Branch: perl
1514            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1515 ____________________________________________________________________________
1516 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
1517         Log: Tweak the test to be more portable.
1518      Branch: perl
1519            ! t/lib/extutils.t
1520 ____________________________________________________________________________
1521 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
1522         Log: Subject: PATCH: Re: Re: Attributes that tie
1523              From: Leon Brocard <acme@astray.com>
1524              Date: Sun, 27 May 2001 12:37:29 +0100
1525              Message-ID: <20010527123729.A22663@ns0.astray.com>
1526              
1527              Document that variable attributes are not currently usable
1528              for tieing.  (An ugly limitation that should be fixed.)
1529      Branch: perl
1530            ! lib/attributes.pm
1531 ____________________________________________________________________________
1532 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
1533         Log: Microperl tweaks.
1534      Branch: perl
1535            ! Makefile.micro uconfig.h uconfig.sh
1536 ____________________________________________________________________________
1537 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
1538         Log: Add make target for microperl (kind of silly, but convenient).
1539      Branch: perl
1540            ! Makefile.SH
1541 ____________________________________________________________________________
1542 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
1543         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
1544              for microperl.)
1545      Branch: perl
1546            ! doio.c
1547 ____________________________________________________________________________
1548 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
1549         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
1550              From: rspier@pobox.com (Robert Spier)
1551              Date: Sat, 26 May 2001 20:05:23 -0400
1552              Message-ID: <15120.17603.148648.12430@rls.cx>
1553              
1554              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
1555              From: rspier@pobox.com (Robert Spier)
1556              Date: Sun, 27 May 2001 00:23:12 -0400
1557              Message-ID: <15120.33072.511966.767230@rls.cx>
1558      Branch: perl
1559            ! doio.c pod/perlfunc.pod
1560 ____________________________________________________________________________
1561 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
1562         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
1563      Branch: perl
1564            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1565 ____________________________________________________________________________
1566 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
1567         Log: Add README.tru64.
1568      Branch: perl
1569            + README.tru64
1570 ____________________________________________________________________________
1571 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
1572         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
1573      Branch: perl
1574            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1575            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
1576            ! MANIFEST
1577 ____________________________________________________________________________
1578 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
1579         Log: Integrate I18N::LangTags from Sean Burke.
1580              
1581              TODO: the language list from RFC 3066 needs to be integrated
1582              and made available somehow.  The list is included in the
1583              I18N-LangTags 0.21 distribution, but it is undocumented
1584              and unconnected to the module.
1585      Branch: perl
1586            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
1587            ! MANIFEST
1588 ____________________________________________________________________________
1589 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
1590         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
1591              envisioned by Sarathy.
1592      Branch: perl
1593            ! t/op/ver.t toke.c
1594 ____________________________________________________________________________
1595 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
1596         Log: Subject: [ID 20010525.001] Pod typo nits fixed
1597              From: lvirden@cas.org
1598              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
1599              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
1600              
1601              minus the perlsolaris decimation plus the
1602              
1603              Subject: Re: [ID 20010525.001] Pod typo nits fixed
1604              From: "Philip Newton" <Philip.Newton@gmx.net>
1605              Date: Fri, 25 May 2001 18:05:55 +0200
1606              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
1607      Branch: perl
1608            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
1609            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
1610            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
1611            ! pod/perlutil.pod pod/perlxstut.pod
1612 ____________________________________________________________________________
1613 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
1614         Log: return clauses are nice.
1615      Branch: perl
1616            ! sv.c
1617 ____________________________________________________________________________
1618 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
1619         Log: Subject: change 10199 backwards?
1620              From: Doug MacEachern <dougm@covalent.net>
1621              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
1622              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
1623      Branch: perl
1624            ! sv.c
1625 ____________________________________________________________________________
1626 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
1627         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
1628              From: Hugo <hv@crypt.compulink.co.uk>
1629              Date: Sat, 26 May 2001 17:05:12 +0100
1630              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
1631      Branch: perl
1632            + t/op/gmagic.t
1633            ! MANIFEST doop.c embed.h embed.pl global.sym
1634            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
1635            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1636 ____________________________________________________________________________
1637 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
1638         Log: Regen headers for #10221.
1639      Branch: perl
1640            ! global.sym objXSUB.h perlapi.c
1641 ____________________________________________________________________________
1642 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
1643         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
1644              From: Juha Laiho <juha.laiho@Elma.Net>
1645              Date: Thu, 3 May 2001 09:51:30 +0300
1646              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
1647      Branch: perl
1648            ! embed.pl
1649 ____________________________________________________________________________
1650 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
1651         Log: Subject: Re: [PATCH] Re: stability of sort()?
1652              From: "John P. Linderman" <jpl@research.att.com>
1653              Date: Sat, 26 May 2001 13:27:19 -0400
1654              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
1655      Branch: perl
1656            ! pod/perlfunc.pod
1657 ____________________________________________________________________________
1658 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
1659         Log: Integrate perlio.
1660      Branch: perl
1661           !> pod/perlguts.pod
1662 ____________________________________________________________________________
1663 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
1664         Log: Subject: [PATCH perl@10210] PerlIO for VMS
1665              From: "Craig A. Berry" <craigberry@mac.com>
1666              Date: Sat, 26 May 2001 09:34:11 -0500
1667              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
1668      Branch: perl
1669            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
1670            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
1671            ! vms/vmsish.h
1672 ____________________________________________________________________________
1673 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
1674         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
1675              From: David Dyck <dcd@tc.fluke.com>
1676              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
1677              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
1678      Branch: perl
1679            ! lib/perl5db.pl
1680 ____________________________________________________________________________
1681 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
1682         Log: Subject: utf8 regexp tests
1683              From: Hugo <hv@crypt.compulink.co.uk>
1684              Date: Fri, 25 May 2001 22:35:01 +0100
1685              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
1686      Branch: perl
1687            ! t/op/regexp.t
1688 ____________________________________________________________________________
1689 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
1690         Log: Subject: [PATCH] Re: stability of sort()?
1691              From: Nicholas Clark <nick@ccl4.org>
1692              Date: Fri, 25 May 2001 22:40:19 +0100
1693              Message-ID: <20010525224019.B86445@plum.flirble.org>
1694      Branch: perl
1695            ! pod/perlfunc.pod
1696 ____________________________________________________________________________
1697 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
1698         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
1699              From: John Peacock <jpeacock@rowman.com>
1700              Date: Thu, 24 May 2001 22:14:01 -0400
1701              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
1702      Branch: perl
1703            ! mg.c scope.c sv.c
1704 ____________________________________________________________________________
1705 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
1706         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
1707              From: Nicholas Clark <nick@ccl4.org>
1708              Date: Sun, 20 May 2001 19:24:13 +0100
1709              Message-ID: <20010520192413.G83222@plum.flirble.org>
1710      Branch: perl
1711            + lib/ExtUtils/Constant.pm t/lib/extutils.t
1712            ! MANIFEST utils/h2xs.PL
1713 ____________________________________________________________________________
1714 [ 10212] By: nick                                  on 2001/05/26  09:49:28
1715         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
1716              add a few more notes there on use of mortals on the stack.
1717      Branch: perlio
1718            ! pod/perlguts.pod
1719 ____________________________________________________________________________
1720 [ 10211] By: nick                                  on 2001/05/26  09:05:36
1721         Log: Integrate mainline
1722      Branch: perlio
1723           +> t/lib/fcntl.t t/pragma/vars.t
1724           !> (integrate 49 files)
1725 ____________________________________________________________________________
1726 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
1727         Log: Update Changes.
1728      Branch: perl
1729            ! Changes patchlevel.h
1730 ____________________________________________________________________________
1731 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
1732         Log: Based on
1733              
1734              Subject: [PATCH pp.c] Wrapping pack("C",256)
1735              From: Simon Cozens <simon@netthink.co.uk>
1736              Date: Sat, 12 May 2001 17:58:41 +0100
1737              Message-ID: <20010512175841.A6132@netthink.co.uk>
1738      Branch: perl
1739            ! pod/perldiag.pod pp.c t/pragma/warn/pp
1740 ____________________________________________________________________________
1741 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
1742         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
1743              From: "Brendan O'Dea" <bod@compusol.com.au>
1744              Date: Fri, 25 May 2001 11:18:29 +1000
1745              Message-ID: <20010525111829.A28411@compusol.com.au>
1746              
1747              (Slightly modified.)
1748      Branch: perl
1749            ! lib/Term/Cap.pm
1750 ____________________________________________________________________________
1751 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
1752         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
1753              From: Hugo <hv@crypt.compulink.co.uk>
1754              Date: Fri, 25 May 2001 02:13:25 +0100
1755              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
1756      Branch: perl
1757            ! t/op/misc.t
1758 ____________________________________________________________________________
1759 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
1760         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
1761              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
1762              Date: Fri, 25 May 2001 10:25:36 +0900
1763              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
1764      Branch: perl
1765            ! regcomp.c regexec.c
1766 ____________________________________________________________________________
1767 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
1768         Log: Subject: [PATCH #2] stash autovivification and method call error messages
1769              From: Ilmari Karonen <iltzu@sci.fi>
1770              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
1771              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
1772      Branch: perl
1773            ! gv.c pp_hot.c t/op/method.t
1774 ____________________________________________________________________________
1775 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
1776         Log: Add make target and documentation for gprof profiling.
1777      Branch: perl
1778            ! Makefile.SH pod/perlhack.pod
1779 ____________________________________________________________________________
1780 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
1781         Log: Subject: Don't think about UTF8 
1782              From: Mike Guy <mjtg@cam.ac.uk> 
1783              Date: Tue, 22 May 2001 14:35:39 +0100
1784              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
1785      Branch: perl
1786            ! sv.h
1787 ____________________________________________________________________________
1788 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
1789         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
1790              From: Geraint A Edwards <gedge@serf.org> 
1791              Date: Thu, 24 May 2001 22:51:24 +0100
1792              Message-Id: <20010524225124.A34981@cymru.serf.org>
1793      Branch: perl
1794            ! x2p/find2perl.PL
1795 ____________________________________________________________________________
1796 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
1797         Log: DB_File has its own attribute story.
1798      Branch: perl
1799            ! ext/DB_File/DB_File.xs
1800 ____________________________________________________________________________
1801 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
1802         Log: Subject: Re: Making perl with -Wall
1803              From: Andy Dougherty <doughera@lafayette.edu>
1804              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
1805              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
1806      Branch: perl
1807            ! perl.h
1808 ____________________________________________________________________________
1809 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
1810         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
1811              From: "Richard Soderberg" <rs@crystalflame.net>
1812              Date: Thu, 24 May 2001 08:58:16 -0700
1813              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
1814      Branch: perl
1815            ! sv.c
1816 ____________________________________________________________________________
1817 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
1818         Log: IV/UV casting fixes from Nicholas Clark.
1819      Branch: perl
1820            ! perl.h pp_sys.c util.c
1821 ____________________________________________________________________________
1822 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
1823         Log: Subject: Re: Making perl with -Wall
1824              From: Michael G Schwern <schwern@pobox.com>
1825              Date: Thu, 24 May 2001 15:40:28 +0100
1826              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
1827      Branch: perl
1828            ! malloc.c perl.h
1829 ____________________________________________________________________________
1830 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
1831         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
1832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1833              Date: Tue, 22 May 2001 11:49:37 +0200
1834              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
1835      Branch: metaconfig
1836            ! U/modified/Oldsym.U
1837      Branch: metaconfig/U/perl
1838            ! patchlevel.U
1839      Branch: perl
1840            ! Configure config_h.SH myconfig.SH
1841 ____________________________________________________________________________
1842 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
1843         Log: Under versiononly install also the scripts with the version suffix.
1844              (e.g. .../bin/h2xs5.7.1)
1845      Branch: perl
1846            ! installperl
1847 ____________________________________________________________________________
1848 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
1849         Log: Subject: [PATCH] Stop segfault in mg.c:636
1850              From: "Richard Soderberg" <rs@crystalflame.net>
1851              Date: Thu, 24 May 2001 05:51:52 -0700
1852              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
1853      Branch: perl
1854            ! mg.c
1855 ____________________________________________________________________________
1856 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
1857         Log: Iteration continues; hopefully convergently.
1858      Branch: perl
1859            ! t/lib/b-stash.t
1860 ____________________________________________________________________________
1861 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
1862         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
1863              From: Gisle Aas <gisle@ActiveState.com>
1864              Date: 23 May 2001 16:13:10 -0700
1865              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
1866      Branch: perl
1867            ! op.c toke.c
1868 ____________________________________________________________________________
1869 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
1870         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
1871              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1872              Date: Thu, 24 May 2001 05:05:22 -0500
1873              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
1874      Branch: perl
1875            ! lib/dumpvar.pl lib/perl5db.pl
1876 ____________________________________________________________________________
1877 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
1878         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
1879              From: David Dyck <dcd@tc.fluke.com>
1880              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
1881              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
1882      Branch: perl
1883            ! lib/perl5db.pl
1884 ____________________________________________________________________________
1885 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
1886         Log: Tiny pod nits on READMEs, mostly whitespace issues.
1887      Branch: perl
1888            ! README.amiga README.dos README.macos README.mpeix README.vmesa
1889            ! README.win32
1890 ____________________________________________________________________________
1891 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
1892         Log: The DG/UX part of the 20010521.005.
1893      Branch: perl
1894            ! README.dgux
1895 ____________________________________________________________________________
1896 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
1897         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
1898              From: Hugo <hv@crypt.compulink.co.uk>
1899              Date: Mon, 21 May 2001 16:32:02 +0100
1900              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
1901      Branch: perl
1902            ! regcomp.c t/op/misc.t
1903 ____________________________________________________________________________
1904 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
1905         Log: Subject: [PATCH] Extra UNIVERSAL tests
1906              From: Mike Guy <mjtg@cam.ac.uk>
1907              Date: Wed, 23 May 2001 12:29:20 +0100
1908              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
1909      Branch: perl
1910            ! t/op/universal.t
1911 ____________________________________________________________________________
1912 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
1913         Log: Subject: [PATCH] Remove EQ keyword
1914              From: Mike Guy <mjtg@cam.ac.uk>
1915              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
1916              Date: Wed, 23 May 2001 11:17:29 +0100
1917      Branch: perl
1918            ! keywords.h keywords.pl
1919 ____________________________________________________________________________
1920 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
1921         Log: Subject: [PATCH] lib/perl5db.pl
1922              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1923              Date: Wed, 23 May 2001 02:18:03 -0500
1924              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
1925      Branch: perl
1926            ! lib/perl5db.pl
1927 ____________________________________________________________________________
1928 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
1929         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
1930              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1931              Date: Tue, 22 May 2001 23:34:41 -0500
1932              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
1933      Branch: perl
1934            ! lib/Term/Cap.pm
1935 ____________________________________________________________________________
1936 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
1937         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
1938              From: davem@fdgroup.co.uk
1939              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
1940              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
1941      Branch: perl
1942            ! emacs/e2ctags.pl
1943 ____________________________________________________________________________
1944 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
1945         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
1946              From: Michael G Schwern <schwern@pobox.com>
1947              Date: Tue, 22 May 2001 14:15:09 +0100
1948              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
1949      Branch: perl
1950            ! lib/vars.pm
1951 ____________________________________________________________________________
1952 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
1953         Log: Subject: [PATCH lib/vars.pm] Odd code nit
1954              From: Michael G Schwern <schwern@pobox.com>
1955              Date: Tue, 22 May 2001 14:14:28 +0100
1956              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
1957      Branch: perl
1958            ! lib/vars.pm
1959 ____________________________________________________________________________
1960 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
1961         Log: Use the new use vars feature.
1962      Branch: perl
1963            ! t/lib/b-stash.t
1964 ____________________________________________________________________________
1965 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
1966         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
1967              From: Mike Guy <mjtg@cam.ac.uk>
1968              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1969              Date: Tue, 22 May 2001 13:11:39 +0100
1970      Branch: perl
1971            + t/pragma/vars.t
1972            ! MANIFEST lib/vars.pm t/lib/1_compile.t
1973 ____________________________________________________________________________
1974 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
1975         Log: -qlongdouble considered harmful by Merijn.
1976      Branch: perl
1977            ! hints/aix.sh
1978 ____________________________________________________________________________
1979 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
1980         Log: Update Changes.
1981      Branch: perl
1982            ! Changes patchlevel.h
1983 ____________________________________________________________________________
1984 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
1985         Log: Add a test of its very own for Fcntl.  Hopefully portable.
1986      Branch: perl
1987            + t/lib/fcntl.t
1988            ! MANIFEST
1989 ____________________________________________________________________________
1990 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
1991         Log: Must be trickier for 'minitest' not to die.
1992      Branch: perl
1993            ! t/op/taint.t
1994 ____________________________________________________________________________
1995 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
1996         Log: Can't declare other people's variables.
1997      Branch: perl
1998            ! t/lib/b-stash.t
1999 ____________________________________________________________________________
2000 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
2001         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2002      Branch: perl
2003            ! doio.c t/op/taint.t
2004 ____________________________________________________________________________
2005 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
2006         Log: The OS/2 variable needs to be declared.
2007      Branch: perl
2008            ! t/lib/b-stash.t
2009 ____________________________________________________________________________
2010 [ 10170] By: nick                                  on 2001/05/20  16:48:29
2011         Log: Integrate mainline
2012      Branch: perlio
2013           !> (integrate 41 files)
2014 ____________________________________________________________________________
2015 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
2016         Log: Small perlsec updates: clarify the taintedness of filename
2017              globbing; suggest using Scalar::Util::tainted().
2018      Branch: perl
2019            ! pod/perlsec.pod
2020 ____________________________________________________________________________
2021 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
2022         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
2023              From: Dave Mitchell <davem@fdgroup.co.uk>
2024              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
2025              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
2026      Branch: perl
2027            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
2028            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
2029            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
2030            ! xsutils.c
2031 ____________________________________________________________________________
2032 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
2033         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
2034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2035              Date: Sat, 19 May 2001 04:08:46 -0400
2036              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
2037      Branch: perl
2038            ! lib/ExtUtils/Mksymlists.pm makedef.pl
2039 ____________________________________________________________________________
2040 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
2041         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
2042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2043              Date: Sat, 19 May 2001 04:30:45 -0400
2044              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
2045      Branch: perl
2046            ! os2/os2.c
2047 ____________________________________________________________________________
2048 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
2049         Log: Subject: [PATCH 5.6.1] build bugs OS/2
2050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2051              Date: Sat, 19 May 2001 04:35:28 -0400
2052              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
2053      Branch: perl
2054            ! os2/Makefile.SHs os2/os2.c
2055 ____________________________________________________________________________
2056 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
2057         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
2058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2059              Date: Sat, 19 May 2001 04:04:23 -0400
2060              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
2061              
2062              (In bleadperl patched b-stash.t instead of b.t)
2063      Branch: perl
2064            ! t/lib/b-stash.t t/lib/bigfltpm.t
2065 ____________________________________________________________________________
2066 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
2067         Log: Subject: [PATCH 5.6.1] perl5db
2068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2069              Date: Sat, 19 May 2001 03:49:09 -0400
2070              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
2071      Branch: perl
2072            ! lib/perl5db.pl
2073 ____________________________________________________________________________
2074 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
2075         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
2076              From: Gisle Aas <gisle@ActiveState.com>
2077              Date: 18 May 2001 14:24:51 -0700
2078              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
2079      Branch: perl
2080            ! pp_ctl.c
2081 ____________________________________________________________________________
2082 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
2083         Log: Subject: [PATCH] Chomp should not always stringify
2084              From: Gisle Aas <gisle@ActiveState.com>
2085              Date: 18 May 2001 07:55:25 -0700
2086              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
2087      Branch: perl
2088            ! doop.c t/op/chop.t
2089 ____________________________________________________________________________
2090 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
2091         Log: Integrate perlio.
2092      Branch: perl
2093           !> pod/perlfunc.pod
2094 ____________________________________________________________________________
2095 [ 10159] By: nick                                  on 2001/05/20  09:39:46
2096         Log: Document some more of open's features.
2097      Branch: perlio
2098            ! pod/perlfunc.pod
2099 ____________________________________________________________________________
2100 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
2101         Log: back out change#10153 (it has compatibility issues such as the
2102              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
2103              benefit for 5.6.x doesn't seem worth the risk)
2104      Branch: maint-5.6/perl
2105            ! toke.c
2106 ____________________________________________________________________________
2107 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
2108         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
2109      Branch: perl
2110            ! x2p/s2p.PL
2111 ____________________________________________________________________________
2112 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
2113         Log: Update Changes.
2114      Branch: perl
2115            ! Changes patchlevel.h
2116 ____________________________________________________________________________
2117 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
2118         Log: Integrate change #10144 from maintperl.
2119              
2120              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
2121      Branch: perl
2122           !> win32/config.bc win32/config.gc win32/config.vc
2123           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2124 ____________________________________________________________________________
2125 [ 10154] By: nick                                  on 2001/05/18  07:23:03
2126         Log: Integrate mainline.
2127      Branch: perlio
2128           +> README.dgux t/lib/i18n-collate.t utils.lst
2129           !> (integrate 49 files)
2130 ____________________________________________________________________________
2131 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
2132         Log: Integrate change #7224 from mainline into maintperl.
2133              
2134              Allow @+ and @- to be doublequoted, from Simon Cozens. 
2135              (Approved by Larry, see Tom's comment in 20000830.005.)
2136      Branch: maint-5.6/perl
2137           !> toke.c
2138 ____________________________________________________________________________
2139 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
2140         Log: Subject: [PATCH bleadperl] small lookbehind fix
2141              From: Hugo <hv@crypt.compulink.co.uk>
2142              Date: Fri, 18 May 2001 00:07:19 +0100
2143              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
2144      Branch: perl
2145            ! regexec.c
2146 ____________________________________________________________________________
2147 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
2148         Log: Detypos.
2149      Branch: perl
2150            ! installman utils.lst
2151 ____________________________________________________________________________
2152 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
2153         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
2154              in 20001222.001.
2155      Branch: perl
2156            ! t/lib/glob-basic.t
2157 ____________________________________________________________________________
2158 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
2159         Log: Subject: [PATCH] Test for bug 20010515.004
2160              From: Benjamin Sugars <bsugars@canoe.ca>
2161              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
2162              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
2163      Branch: perl
2164            ! t/op/misc.t
2165 ____________________________________________________________________________
2166 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
2167         Log: Integrate #10145 from maintperl.
2168              
2169              fix for ID 20010515.004 (needs test)
2170      Branch: perl
2171           !> pp_hot.c
2172 ____________________________________________________________________________
2173 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
2174         Log: Thinko noticed by Doug MacEachern.
2175      Branch: perl
2176            ! thread.h
2177 ____________________________________________________________________________
2178 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
2179         Log: Subject: Re: [PATCH] HERE mark in regex
2180              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2181              Date: Thu, 17 May 2001 12:20:33 -0400
2182              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
2183      Branch: perl
2184            ! t/op/re_tests
2185 ____________________________________________________________________________
2186 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
2187         Log: fix for ID 20010515.004 (needs test)
2188      Branch: maint-5.6/perl
2189            ! pp_hot.c
2190 ____________________________________________________________________________
2191 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
2192         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
2193      Branch: maint-5.6/perl
2194            ! win32/config.bc win32/config.gc win32/config.vc
2195            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2196 ____________________________________________________________________________
2197 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
2198         Log: Macrofy the getspecific (and use it also in util.c)
2199      Branch: perl
2200            ! thread.h util.c
2201 ____________________________________________________________________________
2202 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
2203         Log: Use the unchecked thread-specific key fetch also in Tru64.
2204      Branch: perl
2205            ! thread.h
2206 ____________________________________________________________________________
2207 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
2208         Log: Subject: [PATCH 5.6.1]Quick thread speedup
2209              From: Dan Sugalski <dan@sidhe.org> 
2210              Date: Wed, 16 May 2001 18:05:19 -0400
2211              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
2212      Branch: perl
2213            ! thread.h util.c
2214 ____________________________________________________________________________
2215 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
2216         Log: I think this is quite enough testing for a deprecated feature.
2217      Branch: perl
2218            + t/lib/i18n-collate.t
2219            ! MANIFEST t/lib/1_compile.t
2220 ____________________________________________________________________________
2221 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
2222         Log: More HP-UX lore from Jeff Okamoto.
2223      Branch: perl
2224            ! README.hpux
2225 ____________________________________________________________________________
2226 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
2227         Log: Sort utils.lst for easier maintenance.
2228      Branch: perl
2229            ! utils.lst
2230 ____________________________________________________________________________
2231 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
2232         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2233              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2234              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
2235              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
2236              
2237              Add pod2latex to utils.lst.
2238      Branch: perl
2239            ! MANIFEST utils.lst
2240 ____________________________________________________________________________
2241 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
2242         Log: Subject: Re: [PATCH] HERE mark in regex
2243              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2244              Date: Wed, 16 May 2001 13:04:43 -0400
2245              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
2246      Branch: perl
2247            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
2248            ! t/op/regmesg.t t/pragma/warn/regcomp
2249 ____________________________________________________________________________
2250 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
2251         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2252              From: Simon Cozens <simon@netthink.co.uk>
2253              Date: Wed, 16 May 2001 18:02:08 +0100
2254              Message-ID: <20010516180208.A6458@netthink.co.uk>
2255      Branch: perl
2256            ! installman utils.lst
2257 ____________________________________________________________________________
2258 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
2259         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
2260              From: "Philip Newton" <pnewton@gmx.de>
2261              Date: Tue, 15 May 2001 15:09:30 +0200
2262              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
2263              
2264              Test case for #10128.
2265      Branch: perl
2266            ! t/pragma/warn/pp_hot
2267 ____________________________________________________________________________
2268 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
2269         Log: Update Changes.
2270      Branch: perl
2271            ! Changes patchlevel.h
2272 ____________________________________________________________________________
2273 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
2274         Log: Deprecate pseudo-hashes.
2275      Branch: perl
2276            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
2277 ____________________________________________________________________________
2278 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
2279         Log: HP-UX hints update from Merijn.
2280      Branch: perl
2281            ! hints/hpux.sh
2282 ____________________________________________________________________________
2283 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
2284         Log: README.hpux update from Merijn.
2285      Branch: perl
2286            ! README.hpux
2287 ____________________________________________________________________________
2288 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
2289         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2290              From: Simon Cozens <simon@netthink.co.uk>
2291              Date: Wed, 16 May 2001 15:57:55 +0100
2292              Message-ID: <20010516155755.A4728@netthink.co.uk>
2293      Branch: perl
2294            + utils.lst
2295            ! MANIFEST installman installperl
2296 ____________________________________________________________________________
2297 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
2298         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
2299              From: "Philip Newton" <pnewton@gmx.de>
2300              Date: Tue, 15 May 2001 16:31:05 +0200
2301              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
2302              
2303              Fix PERL_Y2KWARN test to check before rather than after appending.
2304      Branch: perl
2305            ! pp_hot.c
2306 ____________________________________________________________________________
2307 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
2308         Log: Regen Porting stuff.
2309      Branch: perl
2310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2311            ! config_h.SH
2312 ____________________________________________________________________________
2313 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
2314         Log: Metaconfig unit change for #10125.
2315      Branch: metaconfig
2316            ! U/modified/Oldconfig.U
2317 ____________________________________________________________________________
2318 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
2319         Log: Use OSVERS.
2320      Branch: perl
2321            ! Configure config_h.SH perl.c
2322 ____________________________________________________________________________
2323 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
2324         Log: Regen toc.
2325      Branch: perl
2326            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2327 ____________________________________________________________________________
2328 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
2329         Log: Adding the README.dgux to the MANIFEST would be a good idea.
2330      Branch: perl
2331            ! MANIFEST
2332 ____________________________________________________________________________
2333 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
2334         Log: Move the stack desire definition to thread.h.
2335      Branch: perl
2336            ! ext/Thread/Thread.xs thread.h
2337 ____________________________________________________________________________
2338 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
2339         Log: DG-UX threading patches, including a README.dgux,
2340              from Takis Psarogiannakopoulos.
2341      Branch: perl
2342            + README.dgux
2343            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
2344 ____________________________________________________________________________
2345 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
2346         Log: Subject: [PATCH B::Deparse] More on /x regexes
2347              From: Robin Houston <robin@kitsite.com>
2348              Date: Tue, 15 May 2001 19:09:35 +0100
2349              Message-ID: <20010515190935.A27268@penderel>
2350      Branch: perl
2351            ! ext/B/B/Deparse.pm
2352 ____________________________________________________________________________
2353 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
2354         Log: Document that the core time() may be rounding rather
2355              than truncating, would have saved at least my confusion.
2356      Branch: perl
2357            ! ext/Time/HiRes/HiRes.pm
2358 ____________________________________________________________________________
2359 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
2360         Log: Subject: perl-current/t/time-hires.t
2361              From: John Peacock <jpeacock@rowman.com>
2362              Date: Fri, 11 May 2001 14:09:41 -0400
2363              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
2364      Branch: perl
2365            ! t/lib/time-hires.t
2366 ____________________________________________________________________________
2367 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
2368         Log: Subject: [PATCH dump.c] Op private flags
2369              From: Simon Cozens <simon@netthink.co.uk>
2370              Date: Sun, 13 May 2001 20:20:36 +0100
2371              Message-ID: <20010513202036.A21896@netthink.co.uk>
2372      Branch: perl
2373            ! dump.c
2374 ____________________________________________________________________________
2375 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
2376         Log: Upgrade to Switch 2.03.
2377      Branch: perl
2378            ! lib/Switch.pm
2379 ____________________________________________________________________________
2380 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
2381         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
2382              to PERL_CONFIG_SH and use it consistently.
2383      Branch: maint-5.6/perl
2384           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
2385           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
2386           !> myconfig.SH writemain.SH
2387 ____________________________________________________________________________
2388 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
2389         Log: Metaconfig units changes for #10113.
2390      Branch: metaconfig
2391            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
2392 ____________________________________________________________________________
2393 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
2394         Log: The problem described in 20010514.031 still wasn't
2395              fully cured, there were remnants of $CONFIG when
2396              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
2397              to avoid future conflicts.
2398      Branch: perl
2399            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
2400            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
2401            ! myconfig.SH writemain.SH
2402 ____________________________________________________________________________
2403 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
2404         Log: Half of #10107 got lost.
2405      Branch: perl
2406            ! ext/B/B/Deparse.pm
2407 ____________________________________________________________________________
2408 [ 10111] By: nick                                  on 2001/05/15  08:39:14
2409         Log: Integrate mainline.
2410      Branch: perlio
2411           +> ext/POSIX/hints/uts.pl
2412            - Todo Todo-5.6 t/camel-III/vstring.t
2413           !> (integrate 48 files)
2414 ____________________________________________________________________________
2415 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
2416         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
2417              From: Robin Houston <robin@kitsite.com>
2418              Date: Mon, 14 May 2001 22:27:08 +0100
2419              Message-ID: <20010514222708.A22963@penderel>
2420      Branch: perl
2421            ! t/TestInit.pm
2422 ____________________________________________________________________________
2423 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
2424         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
2425              From: Robin Houston <robin@kitsite.com>
2426              Date: Mon, 14 May 2001 22:16:43 +0100
2427              Message-ID: <20010514221643.A22437@penderel>
2428      Branch: perl
2429            ! ext/B/B/Deparse.pm
2430 ____________________________________________________________________________
2431 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
2432         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
2433              From: Robin Houston <robin@kitsite.com>
2434              Date: Mon, 14 May 2001 22:03:44 +0100
2435              Message-ID: <20010514220344.A20643@penderel>
2436      Branch: perl
2437            ! ext/B/B/Deparse.pm
2438 ____________________________________________________________________________
2439 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
2440         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
2441              From: Robin Houston <robin@kitsite.com>
2442              Date: Mon, 14 May 2001 22:10:07 +0100
2443              Message-ID: <20010514221007.A21118@penderel>
2444      Branch: perl
2445            ! ext/B/B/Deparse.pm
2446 ____________________________________________________________________________
2447 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
2448         Log: Fix for 20010514.037; substr() didn't invalidate the locale
2449              collation magic.
2450      Branch: perl
2451            ! pp.c
2452 ____________________________________________________________________________
2453 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
2454         Log: Update Changes.
2455      Branch: perl
2456            ! Changes patchlevel.h
2457 ____________________________________________________________________________
2458 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
2459         Log: Retract #10094.
2460      Branch: perl
2461            ! lib/Pod/Text.pm
2462 ____________________________________________________________________________
2463 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
2464         Log: Integrate change #10100 from maintperl.
2465              
2466              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2467              bug ID 20010514.027)
2468      Branch: perl
2469           !> mg.c pp_ctl.c
2470 ____________________________________________________________________________
2471 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
2472         Log: Document the deprecatedness of suidperl.
2473      Branch: perl
2474            ! INSTALL pod/perlfaq1.pod
2475 ____________________________________________________________________________
2476 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
2477         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
2478              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2479              Date: Mon, 14 May 2001 09:38:59 -0400
2480              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
2481      Branch: perl
2482            ! lib/ExtUtils/MM_Unix.pm
2483 ____________________________________________________________________________
2484 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
2485         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2486              bug ID 20010514.027)
2487              
2488              TODO: this needs a testsuite addition
2489      Branch: maint-5.6/perl
2490            ! mg.c pp_ctl.c
2491 ____________________________________________________________________________
2492 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
2493         Log: More DWIMminess for Class::Struct: calling the array or hash
2494              accessors only with one argument, an array or a hash reference,
2495              sets the underlying array or hash.  This mirrors nicely also
2496              the usage in the constructor.
2497              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
2498      Branch: perl
2499            ! lib/Class/Struct.pm t/lib/class-struct.t
2500 ____________________________________________________________________________
2501 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
2502         Log: Reference cmp'ing should go through the whole stringification
2503              process shebang, as pointed out by Sarathy in #10091.
2504      Branch: perl
2505            ! pp.c
2506 ____________________________________________________________________________
2507 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
2508         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
2509              From: Simon Cozens <simon@netthink.co.uk>
2510              Date: Sat, 12 May 2001 16:36:27 +0100
2511              Message-ID: <20010512163627.A5522@netthink.co.uk>
2512              
2513              with some additions salvaged from Todo and Todo-5.6 before
2514              retiring them.
2515      Branch: perl
2516            - Todo Todo-5.6
2517            ! MANIFEST pod/perltodo.pod
2518 ____________________________________________________________________________
2519 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
2520         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
2521              From: "Golubev I. N." <gin@mo.msk.ru>
2522              Date: Mon, 07 May 2001 14:33:34 (GMT)
2523              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
2524      Branch: perl
2525            ! perl.h
2526 ____________________________________________________________________________
2527 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
2528         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
2529              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2530              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
2531              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
2532      Branch: perl
2533            ! lib/ExtUtils/MM_Unix.pm
2534 ____________________________________________________________________________
2535 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
2536         Log: (Retracted by #10104.)
2537              
2538              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
2539              From: barries <barries@slaysys.com>
2540              Date: Sat, 12 May 2001 01:28:10 -0400
2541              Message-ID: <20010512012810.B26358@jester.slaysys.com>
2542      Branch: perl
2543            ! lib/Pod/Text.pm
2544 ____________________________________________________________________________
2545 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
2546         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
2547              From: Mike Guy <mjtg@cam.ac.uk>
2548              Date: Sat, 12 May 2001 19:24:33 +0100
2549              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
2550      Branch: perl
2551            ! lib/AutoSplit.pm
2552 ____________________________________________________________________________
2553 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
2554         Log: Yet another HP-UX hints tweak from Merijn.
2555      Branch: perl
2556            ! hints/hpux.sh
2557 ____________________________________________________________________________
2558 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
2559         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
2560              isn't defined (changes#9366,9368,9370 from mainline without the
2561              pp_scmp() change)
2562      Branch: maint-5.6/perl
2563            ! pp.c pp.h pp_hot.c
2564 ____________________________________________________________________________
2565 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
2566         Log: The sorting seems to happen now automatically.
2567      Branch: perl
2568            ! t/lib/glob-basic.t
2569 ____________________________________________________________________________
2570 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
2571         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
2572              From: Benjamin Sugars <bsugars@canoe.ca>
2573              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
2574              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
2575      Branch: perl
2576            ! pod/perlfunc.pod
2577 ____________________________________________________________________________
2578 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
2579         Log: Subject: Re: undef(&foo) does not work for XS functions
2580              From: Doug MacEachern <dougm@covalent.net>
2581              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
2582              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
2583      Branch: perl
2584            ! op.c
2585 ____________________________________________________________________________
2586 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
2587         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
2588              From: Peter Prymmer <pvhp@forte.com>
2589              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
2590              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
2591      Branch: perl
2592            ! t/op/append.t
2593 ____________________________________________________________________________
2594 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
2595         Log: Update Changes.
2596      Branch: perl
2597            ! Changes patchlevel.h
2598 ____________________________________________________________________________
2599 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
2600         Log: Remove the 'asciir' re subpragma.  Should instead implement
2601              the 'physical vs logical' range scheme:
2602              
2603              \xAA-\xCC is a native physical range, you want that range of
2604              codepoints in your native encoding.  In EBCDIC the codepoints
2605              in the gaps (between i-j and r-s) should be included.
2606              
2607              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
2608              codepoints in Unicode.
2609              
2610              a-z is a logical range, you want that range of 'logical' codepoints
2611              in your native encoding.  In EBCDIC the codepoints in the gaps
2612              (between i-j and r-s) should not be included.
2613              
2614              Mixed cases (a-\xAA, etc) should either be errors, or maybe
2615              the 'logical' endpoints should be converted to native/Unicode
2616              codepoints, and the range handled as a physical range.
2617              
2618              'Logical endpoints' are to be recognized only in the A-Z, a-z,
2619              and 0-9 ranges.  Probably a warning should be given for mixed
2620              cases like A-z or a-9 (since such expressions are encoding
2621              dependent), with a recommendation to use physical ranges.
2622      Branch: perl
2623            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
2624            ! t/op/regexp.t
2625 ____________________________________________________________________________
2626 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
2627         Log: Make the test to cleanup the test directory tree
2628              both before and after the testing so that we always
2629              have a clean slate to work with.
2630      Branch: perl
2631            ! t/lib/filefind.t
2632 ____________________________________________________________________________
2633 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
2634         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
2635              From: Jon Eveland <jweveland@yahoo.com>
2636              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
2637              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
2638      Branch: perl
2639            ! pod/perlfunc.pod
2640 ____________________________________________________________________________
2641 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
2642         Log: Merge the camel-III/vstring.t with op/ver.t.
2643      Branch: perl
2644            - t/camel-III/vstring.t
2645            ! MANIFEST t/TEST t/harness t/op/ver.t
2646 ____________________________________________________________________________
2647 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
2648         Log: Add test.deparse make target.
2649      Branch: perl
2650            ! Makefile.SH
2651 ____________________________________________________________________________
2652 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
2653         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
2654              From: Robin Houston <robin@kitsite.com>
2655              Date: Fri, 11 May 2001 12:02:22 +0100
2656              Message-ID: <20010511120222.A11529@penderel>
2657      Branch: perl
2658            ! ext/B/B/Deparse.pm t/op/method.t
2659 ____________________________________________________________________________
2660 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
2661         Log: A nicely working combination for UTS from Hal Morris.
2662      Branch: perl
2663            + ext/POSIX/hints/uts.pl
2664            ! MANIFEST hints/uts.sh
2665 ____________________________________________________________________________
2666 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
2667         Log: i_ieeefp=undef for UTS.
2668      Branch: perl
2669            ! hints/uts.sh
2670 ____________________________________________________________________________
2671 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
2672         Log: Subject: RE: rand(0) is rand(1)
2673              From: Larry Shatzer <lshatzer@islanddata.com>
2674              Date: Thu, 10 May 2001 11:09:27 -0700
2675              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
2676      Branch: perl
2677            ! pod/perlfunc.pod
2678 ____________________________________________________________________________
2679 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
2680         Log: Subject: [patch] make op_{clear,null} public
2681              From: Doug MacEachern <dougm@covalent.net>
2682              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
2683              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
2684      Branch: perl
2685            ! embed.h embed.pl op.c proto.h
2686 ____________________________________________________________________________
2687 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
2688         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
2689              From: Robin Houston <robin@kitsite.com>
2690              Date: Thu, 10 May 2001 18:54:59 +0100
2691              Message-ID: <20010510185459.A5995@penderel>
2692      Branch: perl
2693            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
2694 ____________________________________________________________________________
2695 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
2696         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
2697              From: Robin Houston <robin@kitsite.com>
2698              Date: Thu, 10 May 2001 12:56:39 +0100
2699              Message-ID: <20010510125639.A2119@penderel>
2700      Branch: perl
2701            ! ext/B/B/Deparse.pm
2702 ____________________________________________________________________________
2703 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
2704         Log: Retract #10070, not ready yet.
2705      Branch: perl
2706            ! ext/B/B/Deparse.pm
2707 ____________________________________________________________________________
2708 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
2709         Log: The metaconfig unit change for #10071.
2710      Branch: metaconfig
2711            ! U/modified/mallocsrc.U
2712 ____________________________________________________________________________
2713 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
2714         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
2715      Branch: perl
2716            ! Configure
2717 ____________________________________________________________________________
2718 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
2719         Log: (Retracted by #10073)
2720              
2721              Subject: Re: [PATCH t/TEST] B::Deparse tester 
2722              From: Hugo <hv@crypt.compulink.co.uk>
2723              Date: Thu, 10 May 2001 05:48:09 +0100
2724              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
2725      Branch: perl
2726            ! ext/B/B/Deparse.pm
2727 ____________________________________________________________________________
2728 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
2729         Log: Add a for(func()) test.
2730      Branch: perl
2731            ! t/cmd/for.t
2732 ____________________________________________________________________________
2733 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
2734         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
2735              From: Robin Houston <robin@kitsite.com>
2736              Date: Thu, 10 May 2001 13:50:08 +0100
2737              Message-ID: <20010510135008.A2454@penderel>
2738      Branch: perl
2739            ! ext/B/B/Deparse.pm
2740 ____________________________________________________________________________
2741 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
2742         Log: A thinko in #10065.
2743      Branch: perl
2744            ! hv.c
2745 ____________________________________________________________________________
2746 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
2747         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
2748              From: Robin Houston <robin@kitsite.com>
2749              Date: Thu, 10 May 2001 02:10:34 +0100
2750              Message-ID: <20010510021034.A19421@penderel>
2751      Branch: perl
2752            ! ext/B/B.xs ext/B/B/Deparse.pm
2753 ____________________________________________________________________________
2754 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
2755         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
2756              From: Doug MacEachern <dougm@covalent.net>
2757              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
2758              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
2759      Branch: perl
2760            ! hv.c
2761 ____________________________________________________________________________
2762 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
2763         Log: One more workaround for the UTS compiler from Hal Morris.
2764      Branch: perl
2765            ! perl.h
2766 ____________________________________________________________________________
2767 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
2768         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
2769              From: Robin Houston <robin@kitsite.com>
2770              Date: Thu, 10 May 2001 01:02:08 +0100
2771              Message-ID: <20010510010208.A18200@penderel>
2772      Branch: perl
2773            ! ext/B/B/Debug.pm
2774 ____________________________________________________________________________
2775 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
2776         Log: Subject: [PATCH] Simplify deb_curcv() a bit
2777              From: Benjamin Sugars <bsugars@canoe.ca>
2778              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
2779              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
2780      Branch: perl
2781            ! run.c
2782 ____________________________________________________________________________
2783 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
2784         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
2785              From: Benjamin Sugars <bsugars@canoe.ca>
2786              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
2787              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
2788      Branch: perl
2789            ! t/lib/io_scalar.t
2790 ____________________________________________________________________________
2791 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
2792         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
2793              From: Peter Prymmer <pvhp@forte.com>
2794              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
2795              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
2796      Branch: perl
2797            ! t/lib/md5-file.t
2798 ____________________________________________________________________________
2799 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
2800         Log: Subject: [PATCH t/TEST] B::Deparse tester
2801              From: Robin Houston <robin@kitsite.com>
2802              Date: Wed, 9 May 2001 19:17:50 +0100
2803              Message-ID: <20010509191750.A16940@penderel>
2804      Branch: perl
2805            ! ext/B/O.pm t/TEST
2806 ____________________________________________________________________________
2807 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
2808         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
2809              From: Jeff Pinyan <jeffp@crusoe.net>
2810              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
2811              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
2812      Branch: perl
2813            ! lib/Pod/Html.pm
2814 ____________________________________________________________________________
2815 [ 10057] By: nick                                  on 2001/05/09  18:37:56
2816         Log: Integrate mainline.
2817      Branch: perlio
2818           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
2819           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
2820 ____________________________________________________________________________
2821 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
2822         Log: Update Changes.
2823      Branch: perl
2824            ! Changes patchlevel.h
2825 ____________________________________________________________________________
2826 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
2827         Log: Integrate perlio.
2828      Branch: perl
2829           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2830 ____________________________________________________________________________
2831 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
2832         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
2833              From: Benjamin Sugars <bsugars@canoe.ca>
2834              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
2835              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
2836      Branch: perl
2837            ! perlio.c
2838 ____________________________________________________________________________
2839 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
2840         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
2841              From: Benjamin Sugars <bsugars@canoe.ca>
2842              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
2843              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
2844      Branch: perl
2845            ! ext/PerlIO/Scalar/Scalar.xs
2846 ____________________________________________________________________________
2847 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
2848         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
2849              From: Jeff Pinyan <jeffp@crusoe.net>
2850              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
2851              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
2852      Branch: perl
2853            ! lib/Pod/Html.pm
2854 ____________________________________________________________________________
2855 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
2856         Log: EPOC tweak from Olaf Flebbe.
2857      Branch: perl
2858            ! epoc/epocish.h
2859 ____________________________________________________________________________
2860 [ 10050] By: nick                                  on 2001/05/09  14:37:57
2861         Log: win32, regen_config_h
2862      Branch: perlio
2863            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2864 ____________________________________________________________________________
2865 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
2866         Log: Integrate perlio.
2867      Branch: perl
2868           !> pp_sys.c
2869 ____________________________________________________________________________
2870 [ 10048] By: nick                                  on 2001/05/09  11:59:50
2871         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
2872              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
2873      Branch: perlio
2874            ! pp_sys.c
2875 ____________________________________________________________________________
2876 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
2877         Log: Integrate perlio.
2878      Branch: perl
2879           !> run.c
2880 ____________________________________________________________________________
2881 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
2882         Log: Subject: Re: Less warnings during configure
2883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2884              Date: Wed, 09 May 2001 13:12:49 +0200
2885              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
2886      Branch: perl
2887            ! hints/hpux.sh
2888 ____________________________________________________________________________
2889 [ 10045] By: nick                                  on 2001/05/09  09:56:59
2890         Log: MULTIPLICITY/DEBUGGING build fix.
2891      Branch: perlio
2892            ! run.c
2893 ____________________________________________________________________________
2894 [ 10044] By: nick                                  on 2001/05/09  09:46:37
2895         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
2896      Branch: perlio
2897           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
2898            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2899           !> (integrate 65 files)
2900 ____________________________________________________________________________
2901 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
2902         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2903              From: Robin Houston <robin@kitsite.com>
2904              Date: Tue, 8 May 2001 19:38:00 +0100
2905              Message-ID: <20010508193800.A4389@penderel>
2906              
2907              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2908              From: Robin Houston <robin@kitsite.com>
2909              Date: Tue, 8 May 2001 20:03:57 +0100
2910              Message-ID: <20010508200357.A4614@penderel>
2911              
2912              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2913              From: Robin Houston <robin@kitsite.com>
2914              Date: Wed, 9 May 2001 00:12:05 +0100
2915              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
2916      Branch: perl
2917            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
2918 ____________________________________________________________________________
2919 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
2920         Log: Retract #10031.
2921      Branch: perl
2922            ! pod/perlfunc.pod
2923 ____________________________________________________________________________
2924 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
2925         Log: The metaconfig unit changes for #10040.
2926      Branch: metaconfig/U/perl
2927            ! Checkcc.U d_dlsymun.U dlsrc.U
2928 ____________________________________________________________________________
2929 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
2930         Log: The Configure half of
2931              
2932              Subject: Less warnings during configure
2933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2934              Date: Tue, 08 May 2001 08:44:02 +0200
2935              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
2936      Branch: perl
2937            ! Configure
2938 ____________________________________________________________________________
2939 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
2940         Log: Subject: Less warnings during configure
2941              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2942              Date: Tue, 08 May 2001 08:44:02 +0200
2943              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
2944      Branch: perl
2945            ! hints/hpux.sh
2946 ____________________________________________________________________________
2947 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
2948         Log: Don't forget to whine about \d__\d.
2949      Branch: perl
2950            ! t/pragma/warn/toke toke.c
2951 ____________________________________________________________________________
2952 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
2953         Log: Allow underscores also in the exponent part.
2954      Branch: perl
2955            ! t/pragma/warn/toke toke.c
2956 ____________________________________________________________________________
2957 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
2958         Log: CodeMagicCD doesn't look like an *I*DE.
2959      Branch: perl
2960            ! pod/perlfaq3.pod
2961 ____________________________________________________________________________
2962 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
2963         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
2964              to be consistently down).
2965      Branch: perl
2966            ! pod/perlfaq3.pod
2967 ____________________________________________________________________________
2968 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
2969         Log: Upgrade to Text::Balanced 1.84.
2970      Branch: perl
2971            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
2972 ____________________________________________________________________________
2973 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
2974         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
2975              From: Benjamin Sugars <bsugars@canoe.ca>
2976              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
2977              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
2978      Branch: perl
2979            ! run.c
2980 ____________________________________________________________________________
2981 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
2982         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
2983              From: Peter Prymmer <pvhp@forte.com>
2984              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
2985              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
2986      Branch: perl
2987            ! t/pod/plainer.t
2988 ____________________________________________________________________________
2989 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
2990         Log: (Retracted by #10042)
2991              
2992              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
2993              From: "Philip Newton" <pnewton@gmx.de>
2994              Date: Tue, 8 May 2001 09:18:10 +0200
2995              Message-ID: <3AF7B9D2.28861.603732@localhost>
2996      Branch: perl
2997            ! pod/perlfunc.pod
2998 ____________________________________________________________________________
2999 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
3000         Log: Subject: [PATCH B::Deparse] Document known bugs
3001              From: Robin Houston <robin@kitsite.com>
3002              Date: Tue, 8 May 2001 01:53:34 +0100
3003              Message-ID: <20010508015334.A32394@penderel>
3004      Branch: perl
3005            ! ext/B/B/Deparse.pm
3006 ____________________________________________________________________________
3007 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
3008         Log: Subject: Re: Perl book, magazine and website updates.
3009              From: "Philip Newton" <pnewton@gmx.de>
3010              Date: Mon, 7 May 2001 17:03:58 +0200
3011              Message-ID: <3AF6D57E.5387.1E29930@localhost>
3012      Branch: perl
3013            ! pod/perlfaq2.pod
3014 ____________________________________________________________________________
3015 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
3016         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
3017              From: Peter Prymmer <pvhp@forte.com>
3018              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
3019              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
3020      Branch: perl
3021            ! t/io/fflush.t
3022 ____________________________________________________________________________
3023 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
3024         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
3025              From: Robin Houston <robin@kitsite.com>
3026              Date: Tue, 8 May 2001 01:14:55 +0100
3027              Message-ID: <20010508011455.A32162@penderel>
3028      Branch: perl
3029            ! ext/B/B/Deparse.pm
3030 ____________________________________________________________________________
3031 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
3032         Log: Typo in #10025.
3033      Branch: perl
3034            ! hints/uts.sh
3035 ____________________________________________________________________________
3036 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
3037         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
3038      Branch: perl
3039            ! hints/uts.sh
3040 ____________________________________________________________________________
3041 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
3042         Log: Subject: Re: [ID 20010506.045] question about hash syntax
3043              From: Peter Scott <Peter@PSDT.com>
3044              Date: Sun, 06 May 2001 13:10:40 -0700
3045              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
3046      Branch: perl
3047            ! pod/perl56delta.pod
3048 ____________________________________________________________________________
3049 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
3050         Log: Configure should figure out the list of dynamic extensions
3051              just fine in UTS-- and in fact it does, as reported by Hal Morris.
3052      Branch: perl
3053            ! hints/uts.sh
3054 ____________________________________________________________________________
3055 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
3056         Log: Update Changes.
3057      Branch: perl
3058            ! Changes patchlevel.h
3059 ____________________________________________________________________________
3060 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
3061         Log: Subject: [PATCH regcomp.c] Insecure regexes
3062              From: Robin Houston <robin@kitsite.com>
3063              Date: Mon, 7 May 2001 21:56:12 +0100
3064              Message-ID: <20010507215612.A31114@penderel>
3065      Branch: perl
3066            ! regcomp.c
3067 ____________________________________________________________________________
3068 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
3069         Log: Drop the foobar.perl.com references for now until Simon
3070              gets them sorted out.
3071      Branch: perl
3072            ! pod/perlfaq2.pod
3073 ____________________________________________________________________________
3074 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
3075         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
3076              From: Prymmer/Kahn <pvhp@best.com>
3077              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
3078              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
3079      Branch: perl
3080            ! lib/Devel/SelfStubber.pm
3081 ____________________________________________________________________________
3082 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
3083         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
3084              From: Prymmer/Kahn <pvhp@best.com>
3085              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
3086              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
3087      Branch: perl
3088            ! win32/Makefile
3089 ____________________________________________________________________________
3090 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
3091         Log: s/WebTechnique's/WebTechniques/
3092      Branch: perl
3093            ! pod/perlfaq2.pod
3094 ____________________________________________________________________________
3095 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
3096         Log: Llama 3 updates from Randal.
3097      Branch: perl
3098            ! pod/perlfaq2.pod
3099 ____________________________________________________________________________
3100 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
3101         Log: Subject: [PATCH] Help -Dt show correct pad variables
3102              From: Benjamin Sugars <ben.sugars@home.com>
3103              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
3104              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
3105      Branch: perl
3106            ! embed.h embed.pl proto.h run.c
3107 ____________________________________________________________________________
3108 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
3109         Log: Subject: [PATCH] Document C<our $foo : shared>
3110              From: Benjamin Sugars <ben.sugars@home.com>
3111              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
3112              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
3113      Branch: perl
3114            ! pod/perlfunc.pod
3115 ____________________________________________________________________________
3116 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
3117         Log: Subject: [PATCH B::Deparse] undefined folded constants
3118              From: Robin Houston <robin@kitsite.com>
3119              Date: Sun, 6 May 2001 17:19:09 +0100
3120              Message-ID: <20010506171909.A7046@penderel>
3121      Branch: perl
3122            ! ext/B/B/Deparse.pm
3123 ____________________________________________________________________________
3124 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
3125         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
3126              From: Robin Houston <robin@kitsite.com>
3127              Message-ID: <20010506164654.A6848@penderel>
3128              Date: Sun, 6 May 2001 16:46:54 +0100
3129      Branch: perl
3130            ! ext/B/B/Deparse.pm
3131 ____________________________________________________________________________
3132 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
3133         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
3134              From: Robin Houston <robin@kitsite.com>
3135              Date: Sun, 6 May 2001 14:47:02 +0100
3136              Message-ID: <20010506144702.A6308@penderel>
3137      Branch: perl
3138            ! t/op/my_stash.t
3139 ____________________________________________________________________________
3140 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
3141         Log: Subject: Perl book, magazine and website updates.
3142              From: Simon Cozens <simon@netthink.co.uk>
3143              Date: Sun, 6 May 2001 16:55:36 +0100
3144              Message-ID: <20010506165536.A1795@netthink.co.uk>
3145      Branch: perl
3146            ! pod/perlbook.pod pod/perlfaq2.pod
3147 ____________________________________________________________________________
3148 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
3149         Log: Tweaks on the Tru64 prof options.
3150      Branch: perl
3151            ! pod/perlhack.pod
3152 ____________________________________________________________________________
3153 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
3154         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
3155              From: Robin Houston <robin@kitsite.com>
3156              Date: Sun, 6 May 2001 14:40:51 +0100
3157              Message-ID: <20010506144051.A6279@penderel>
3158      Branch: perl
3159            ! t/pod/testp2pt.pl
3160 ____________________________________________________________________________
3161 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
3162         Log: Subject: [PATCH B::Deparse] scoping
3163              From: Robin Houston <robin@kitsite.com>
3164              Date: Sun, 6 May 2001 14:36:56 +0100
3165              Message-ID: <20010506143656.A4006@penderel>
3166      Branch: perl
3167            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
3168 ____________________________________________________________________________
3169 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
3170         Log: Document the undefinedness of bitshifting out of range.
3171      Branch: perl
3172            ! pod/perlop.pod
3173 ____________________________________________________________________________
3174 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
3175         Log: Retract #10003 and update the IDE descriptions a bit.
3176      Branch: perl
3177            ! pod/perlfaq3.pod
3178 ____________________________________________________________________________
3179 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
3180         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
3181              From: Prymmer/Kahn <pvhp@best.com>
3182              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
3183              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
3184      Branch: perl
3185            ! win32/Makefile win32/buildext.pl win32/config.bc
3186            ! win32/config.gc win32/config.vc
3187 ____________________________________________________________________________
3188 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
3189         Log: (Retracted by #10005.)
3190      Branch: perl
3191            ! pod/perlfaq3.pod
3192 ____________________________________________________________________________
3193 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
3194         Log: It's "psed", not "sed".
3195      Branch: perl
3196            ! x2p/s2p.PL
3197 ____________________________________________________________________________
3198 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
3199         Log: Update Changes.
3200      Branch: perl
3201            ! Changes patchlevel.h
3202 ____________________________________________________________________________
3203 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
3204         Log: Subject: Re: bleadperl make install fails due to "psed"
3205              From: andreas.koenig@anima.de (Andreas J. Koenig)
3206              Date: 05 May 2001 18:23:28 +0200
3207              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
3208      Branch: perl
3209            ! x2p/Makefile.SH x2p/s2p.PL
3210 ____________________________________________________________________________
3211 [  9999] By: jhi                                   on 2001/05/05  18:28:09
3212         Log: AUTHORS updates.
3213      Branch: perl
3214            ! AUTHORS
3215 ____________________________________________________________________________
3216 [  9998] By: jhi                                   on 2001/05/05  18:16:00
3217         Log: Updates on the pods related to the modules included since 5.6.
3218              
3219              TODO: perltodo really could use major updating.
3220      Branch: perl
3221            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
3222            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
3223            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
3224            ! pod/perlsyn.pod pod/perltodo.pod
3225 ____________________________________________________________________________
3226 [  9997] By: jhi                                   on 2001/05/05  17:35:17
3227         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
3228              from Kurt Skauen.
3229      Branch: perl
3230            + hints/atheos.sh
3231            ! MANIFEST
3232 ____________________________________________________________________________
3233 [  9996] By: jhi                                   on 2001/05/05  17:25:00
3234         Log: Add preemptive #undefs for some of the shorter and more prone
3235              to collision regcomp.h #defines.  (Background: the MASK collided
3236              with a system header #define in Rhapsody.)
3237      Branch: perl
3238            ! regcomp.h
3239 ____________________________________________________________________________
3240 [  9995] By: jhi                                   on 2001/05/05  13:24:21
3241         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
3242              From: Nicholas Clark <nick@ccl4.org>
3243              Date: Sat, 5 May 2001 14:46:39 +0100
3244              Message-ID: <20010505144639.O53513@plum.flirble.org>
3245              
3246              Add a test for the constants (if any) being processed correctly.
3247      Branch: perl
3248            ! utils/h2xs.PL
3249 ____________________________________________________________________________
3250 [  9994] By: jhi                                   on 2001/05/05  02:11:03
3251         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
3252              From: Peter Prymmer <pvhp@forte.com>
3253              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
3254              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
3255      Branch: perl
3256            ! t/lib/b-stash.t
3257 ____________________________________________________________________________
3258 [  9993] By: jhi                                   on 2001/05/05  02:03:49
3259         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
3260              From: Peter Prymmer <pvhp@forte.com>
3261              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
3262              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
3263      Branch: perl
3264            ! perlio.c vms/vmsish.h
3265 ____________________________________________________________________________
3266 [  9992] By: jhi                                   on 2001/05/04  17:21:12
3267         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
3268              From: Robin Barker <rmb1@cise.npl.co.uk>
3269              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
3270              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
3271      Branch: perl
3272            + t/pod/plainer.t
3273            ! MANIFEST
3274 ____________________________________________________________________________
3275 [  9991] By: jhi                                   on 2001/05/04  16:47:45
3276         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
3277              From: Robin Barker <rmb1@cise.npl.co.uk>
3278              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
3279              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
3280      Branch: perl
3281            ! regcomp.c
3282 ____________________________________________________________________________
3283 [  9990] By: jhi                                   on 2001/05/04  14:37:20
3284         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
3285              From: Prymmer/Kahn <pvhp@best.com>
3286              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
3287              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
3288      Branch: perl
3289            ! t/lib/b-stash.t
3290 ____________________________________________________________________________
3291 [  9989] By: jhi                                   on 2001/05/04  14:03:58
3292         Log: Introduce perl572delta, update Todo, add the missing
3293              mention about signal safety since 5.7.1 (though this
3294              requires verification and more details.)
3295      Branch: perl
3296            + pod/perl572delta.pod
3297            ! MANIFEST Todo pod/perl571delta.pod
3298 ____________________________________________________________________________
3299 [  9988] By: jhi                                   on 2001/05/04  12:41:51
3300         Log: Subject: [PATCH perl@9944] long =item
3301              From: Robin Barker <rmb1@cise.npl.co.uk>
3302              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
3303              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
3304      Branch: perl
3305            ! ext/Time/HiRes/HiRes.pm
3306 ____________________________________________________________________________
3307 [  9987] By: jhi                                   on 2001/05/04  12:39:19
3308         Log: The #9901 had removed one line essential for EBCDIC.
3309      Branch: perl
3310            ! regcomp.c
3311 ____________________________________________________________________________
3312 [  9986] By: jhi                                   on 2001/05/04  12:30:23
3313         Log: Subject: cygwin/Makefile.SHs INSTALL patch
3314              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
3315              Date: Mon, 08 Jan 2001 04:59:21 +0200
3316              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
3317      Branch: perl
3318            ! cygwin/Makefile.SHs
3319 ____________________________________________________________________________
3320 [  9985] By: jhi                                   on 2001/05/04  03:51:39
3321         Log: Encode/IO doc tweaks.
3322      Branch: perl
3323            ! ext/Encode/Encode.pm
3324 ____________________________________________________________________________
3325 [  9984] By: jhi                                   on 2001/05/04  03:29:34
3326         Log: Remove GDBM_File from the dynamic extensions for UTS,
3327              GDBM is not a standard feature.
3328      Branch: perl
3329            ! hints/uts.sh
3330 ____________________________________________________________________________
3331 [  9983] By: jhi                                   on 2001/05/04  03:22:59
3332         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
3333      Branch: perl
3334            ! pod/perlretut.pod
3335 ____________________________________________________________________________
3336 [  9982] By: jhi                                   on 2001/05/03  23:21:03
3337         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
3338              From: Benjamin Sugars <bsugars@canoe.ca>
3339              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
3340              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
3341      Branch: perl
3342            ! dump.c
3343 ____________________________________________________________________________
3344 [  9981] By: jhi                                   on 2001/05/03  23:20:05
3345         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
3346              From: Benjamin Sugars <bsugars@canoe.ca>
3347              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
3348              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
3349      Branch: perl
3350            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3351 ____________________________________________________________________________
3352 [  9980] By: jhi                                   on 2001/05/03  23:15:29
3353         Log: Integrate perlio.
3354      Branch: perl
3355           !> ext/Encode/Encode.pm
3356 ____________________________________________________________________________
3357 [  9979] By: jhi                                   on 2001/05/03  16:54:59
3358         Log: Install psed man page.
3359      Branch: perl
3360            ! installman
3361 ____________________________________________________________________________
3362 [  9978] By: jhi                                   on 2001/05/03  16:45:58
3363         Log: Remove unused files; noted by Sarathy.
3364      Branch: perl
3365            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3366            ! MANIFEST
3367 ____________________________________________________________________________
3368 [  9977] By: jhi                                   on 2001/05/03  16:42:30
3369         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
3370              From: Andy Dougherty <doughera@lafayette.edu>
3371              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
3372              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
3373      Branch: perl
3374            ! INSTALL
3375 ____________________________________________________________________________
3376 [  9976] By: nick                                  on 2001/05/03  16:40:42
3377         Log: Allow $answer = encode($object,$text); like it says in docs.
3378      Branch: perlio
3379            ! ext/Encode/Encode.pm
3380 ____________________________________________________________________________
3381 [  9975] By: nick                                  on 2001/05/03  16:22:30
3382         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
3383              to be in scope (fair enough), and also a package variable (our) for eval to see it.
3384      Branch: perlio
3385            ! ext/Encode/Encode.pm
3386 ____________________________________________________________________________
3387 [  9974] By: nick                                  on 2001/05/03  15:48:17
3388         Log: Integrate mainline.
3389      Branch: perlio
3390           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
3391           +> t/lib/filter-simple.t t/lib/next.t
3392           !> (integrate 70 files)
3393 ____________________________________________________________________________
3394 [  9973] By: jhi                                   on 2001/05/03  13:09:09
3395         Log: Update Changes.
3396      Branch: perl
3397            ! Changes patchlevel.h
3398 ____________________________________________________________________________
3399 [  9972] By: jhi                                   on 2001/05/03  12:58:33
3400         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
3401              From: Prymmer/Kahn <pvhp@best.com>
3402              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
3403              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
3404      Branch: perl
3405            ! t/io/fflush.t
3406 ____________________________________________________________________________
3407 [  9971] By: jhi                                   on 2001/05/03  12:57:26
3408         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
3409              From: Prymmer/Kahn <pvhp@best.com>
3410              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
3411              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
3412      Branch: perl
3413            ! win32/FindExt.pm
3414 ____________________________________________________________________________
3415 [  9970] By: jhi                                   on 2001/05/03  02:42:46
3416         Log: Can't croak sans thread context, from Doug MacEachern.
3417      Branch: perl
3418            ! toke.c
3419 ____________________________________________________________________________
3420 [  9969] By: jhi                                   on 2001/05/03  01:23:48
3421         Log: Subject: Random input test and Perl
3422              From: Ilya Zakharevich <ilya@math.berkeley.edu>
3423              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
3424              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
3425      Branch: perl
3426            ! toke.c
3427 ____________________________________________________________________________
3428 [  9968] By: jhi                                   on 2001/05/02  22:17:21
3429         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
3430              From: Peter Prymmer <pvhp@forte.com>
3431              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
3432              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
3433      Branch: perl
3434            ! pod/perlfunc.pod pod/perlport.pod
3435 ____________________________________________________________________________
3436 [  9967] By: jhi                                   on 2001/05/02  20:12:45
3437         Log: Workaround for UTS compiler casting bug from Hal Morris.
3438      Branch: perl
3439            ! perl.h
3440 ____________________________________________________________________________
3441 [  9966] By: jhi                                   on 2001/05/02  18:31:37
3442         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
3443              From: Dan Sugalski <dan@sidhe.org>
3444              Date: Wed, 02 May 2001 15:23:22 -0400
3445              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
3446      Branch: perl
3447            ! perl.c vms/vms.c
3448 ____________________________________________________________________________
3449 [  9965] By: jhi                                   on 2001/05/02  18:21:29
3450         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
3451      Branch: perl
3452            ! pod/perlfunc.pod
3453 ____________________________________________________________________________
3454 [  9964] By: jhi                                   on 2001/05/02  18:15:01
3455         Log: Document large files in INSTALL, document also the %x
3456              limitation if not use64bitint, closes bug 20010326.007.
3457      Branch: perl
3458            ! INSTALL
3459 ____________________________________________________________________________
3460 [  9963] By: jhi                                   on 2001/05/02  17:24:47
3461         Log: perlmodlib tweaks; regen pods.
3462      Branch: perl
3463            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
3464            ! pod/perltoc.pod
3465 ____________________________________________________________________________
3466 [  9962] By: jhi                                   on 2001/05/02  17:14:00
3467         Log: Fix for a segfault, from Marc Lehmann.
3468      Branch: perl
3469            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
3470 ____________________________________________________________________________
3471 [  9961] By: jhi                                   on 2001/05/02  15:55:53
3472         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
3473              From: "Philip Newton" <pnewton@gmx.de>
3474              Date: Wed, 2 May 2001 18:39:03 +0200
3475              Message-ID: <3AF05447.15525.173B588@localhost>
3476      Branch: perl
3477            ! pod/perlop.pod
3478 ____________________________________________________________________________
3479 [  9960] By: jhi                                   on 2001/05/02  15:35:37
3480         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
3481              From: Dan Sugalski <dan@sidhe.org>
3482              Date: Wed, 02 May 2001 11:37:27 -0400
3483              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
3484      Branch: perl
3485            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
3486            ! thread.h vms/vms.c vms/vmsish.h
3487 ____________________________________________________________________________
3488 [  9959] By: jhi                                   on 2001/05/02  15:21:08
3489         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
3490              From: Benjamin Sugars <bsugars@canoe.ca>
3491              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
3492              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
3493      Branch: perl
3494            ! ext/PerlIO/Scalar/Scalar.xs
3495 ____________________________________________________________________________
3496 [  9958] By: jhi                                   on 2001/05/02  15:15:53
3497         Log: Bug in #9915, spotted by Mike Guy.
3498      Branch: perl
3499            ! installperl
3500 ____________________________________________________________________________
3501 [  9957] By: jhi                                   on 2001/05/02  13:26:01
3502         Log: Add a test for not griping about references as array
3503              indices if the reference has magic in it (overloaded
3504              methods).
3505      Branch: perl
3506            ! pod/perldiag.pod t/pragma/warn/pp_hot
3507 ____________________________________________________________________________
3508 [  9956] By: jhi                                   on 2001/05/02  13:07:01
3509         Log: Retracted a bit too much in #9952.
3510      Branch: perl
3511            ! t/pragma/sub_lval.t
3512 ____________________________________________________________________________
3513 [  9955] By: jhi                                   on 2001/05/02  13:05:38
3514         Log: Test for #9952.
3515      Branch: perl
3516            ! t/op/tie.t
3517 ____________________________________________________________________________
3518 [  9954] By: jhi                                   on 2001/05/02  11:48:18
3519         Log: Additional note on the encoding example: one cannot
3520              convert string constants in-place.
3521      Branch: perl
3522            ! ext/Encode/Encode.pm
3523 ____________________________________________________________________________
3524 [  9953] By: jhi                                   on 2001/05/02  11:43:51
3525         Log: Note that if you have recent enough Perl you already
3526              have Filter::Util::Call.
3527      Branch: perl
3528            ! lib/Filter/Simple.pm
3529 ____________________________________________________________________________
3530 [  9952] By: jhi                                   on 2001/05/02  11:31:53
3531         Log: Retract changes #8254 and #8255, causes coredump in
3532              'tie FH, "main"', reported by Abigail, culprit found by
3533              Benjamin Sugars.  Mirrors maintperl change #9950.
3534      Branch: perl
3535            ! op.c t/pragma/sub_lval.t
3536 ____________________________________________________________________________
3537 [  9951] By: jhi                                   on 2001/05/02  11:14:29
3538         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
3539      Branch: perl
3540            + t/lib/MyFilter.pm
3541 ____________________________________________________________________________
3542 [  9950] By: gsar                                  on 2001/05/02  03:17:11
3543         Log: revert integration of changes#8254,8255 in change#8620 (causes
3544              a coredump in C<tie FH, 'foo'>; the idea itself may need better
3545              rationalization)
3546      Branch: maint-5.6/perl
3547            ! op.c t/pragma/sub_lval.t
3548 ____________________________________________________________________________
3549 [  9949] By: gsar                                  on 2001/05/02  02:56:32
3550         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
3551              
3552              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3553              
3554              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3555      Branch: maint-5.6/perl
3556           !> hints/svr5.sh
3557 ____________________________________________________________________________
3558 [  9948] By: gsar                                  on 2001/05/02  02:49:15
3559         Log: pod/find.t breaks on VMS (from Craig Berry)
3560      Branch: maint-5.6/perl
3561            ! t/pod/find.t
3562 ____________________________________________________________________________
3563 [  9947] By: jhi                                   on 2001/05/02  02:43:09
3564         Log: Add an encoding conversion example.
3565      Branch: perl
3566            ! ext/Encode/Encode.pm
3567 ____________________________________________________________________________
3568 [  9946] By: jhi                                   on 2001/05/02  01:34:22
3569         Log: Another coat of paint but still nowhere finished.
3570              Need to decide on the semantics of strptime(): should
3571              strptime() be a function instead of a method?  To do
3572              the week/monthname-strptiming the i18n/l10n bullet needs
3573              to be bitten with gusto.
3574      Branch: perl
3575            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3576 ____________________________________________________________________________
3577 [  9945] By: jhi                                   on 2001/05/01  23:40:52
3578         Log: Update Changes.
3579      Branch: perl
3580            ! Changes patchlevel.h
3581 ____________________________________________________________________________
3582 [  9944] By: jhi                                   on 2001/05/01  23:33:37
3583         Log: Add known-to-be-tested modules to the list-to-be-skipped.
3584      Branch: perl
3585            ! t/lib/1_compile.t
3586 ____________________________________________________________________________
3587 [  9943] By: jhi                                   on 2001/05/01  23:24:40
3588         Log: Subject: BorlandC++ fix
3589              From: "Vadim Konovalov" <watman@inbox.ru>
3590              Date: Mon, 30 Apr 2001 20:12:26 -0700
3591              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
3592      Branch: perl
3593            ! win32/makefile.mk
3594 ____________________________________________________________________________
3595 [  9942] By: jhi                                   on 2001/05/01  23:18:02
3596         Log: Update to Filter::Simple 0.60, create a test for it.
3597      Branch: perl
3598            + t/lib/filter-simple.t
3599            ! MANIFEST lib/Filter/Simple.pm
3600 ____________________________________________________________________________
3601 [  9941] By: jhi                                   on 2001/05/01  19:47:24
3602         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
3603              From: Hugo <hv@crypt.compulink.co.uk>
3604              Date: Tue, 01 May 2001 20:12:20 +0100
3605              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
3606      Branch: perl
3607            ! pp_hot.c t/op/re_tests
3608 ____________________________________________________________________________
3609 [  9940] By: jhi                                   on 2001/05/01  19:42:16
3610         Log: Integrate perlio.
3611      Branch: perl
3612           !> lib/base.pm t/lib/fields.t
3613 ____________________________________________________________________________
3614 [  9939] By: jhi                                   on 2001/05/01  19:39:51
3615         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
3616              From: Benjamin Sugars <bsugars@canoe.ca>
3617              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
3618              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
3619      Branch: perl
3620            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3621 ____________________________________________________________________________
3622 [  9938] By: jhi                                   on 2001/05/01  19:34:09
3623         Log: Add NEXT, a pseudo-class for method redispatching.
3624              <Damian>NEXT.pm probably offers more bang-for-buck
3625              than anything else I've ever written.</Damian>
3626      Branch: perl
3627            + lib/NEXT.pm t/lib/next.t
3628            ! MANIFEST
3629 ____________________________________________________________________________
3630 [  9937] By: jhi                                   on 2001/05/01  19:21:41
3631         Log: Update to Switch 2.02.
3632      Branch: perl
3633            ! lib/Switch.pm t/lib/switch.t
3634 ____________________________________________________________________________
3635 [  9936] By: nick                                  on 2001/05/01  19:09:21
3636         Log: Fix for base.pm clobbering $VERSION
3637      Branch: perlio
3638            ! lib/base.pm
3639 ____________________________________________________________________________
3640 [  9935] By: nick                                  on 2001/05/01  18:54:38
3641         Log: Test for base.pm clobbering $VERSION.
3642      Branch: perlio
3643            ! t/lib/fields.t
3644 ____________________________________________________________________________
3645 [  9934] By: jhi                                   on 2001/05/01  18:39:10
3646         Log: Add information about Scalar::Util::blessed.
3647      Branch: perl
3648            ! pod/perlobj.pod
3649 ____________________________________________________________________________
3650 [  9933] By: jhi                                   on 2001/05/01  18:33:51
3651         Log: Subject: Extra UNIVERSAL documentation
3652              From: Mike Guy <mjtg@cam.ac.uk>
3653              Date: Tue, 01 May 2001 20:12:11 +0100
3654              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
3655      Branch: perl
3656            ! pod/perlobj.pod
3657 ____________________________________________________________________________
3658 [  9932] By: jhi                                   on 2001/05/01  18:26:54
3659         Log: Subject: Autoflush in tests as appropriate
3660              From: Mike Guy <mjtg@cam.ac.uk>
3661              Date: Tue, 01 May 2001 20:05:31 +0100
3662              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
3663      Branch: perl
3664            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
3665            ! t/op/taint.t
3666 ____________________________________________________________________________
3667 [  9931] By: jhi                                   on 2001/05/01  18:02:29
3668         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
3669              From: Benjamin Sugars <bsugars@canoe.ca>
3670              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
3671              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
3672      Branch: perl
3673            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3674 ____________________________________________________________________________
3675 [  9930] By: jhi                                   on 2001/05/01  15:12:26
3676         Log: Subject: Re: Finally got a round tuit
3677              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3678              Date: Tue, 01 May 2001 14:14:10 +0200
3679              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
3680              
3681              The -DP part, slightly modified.
3682      Branch: perl
3683            ! perl.c
3684 ____________________________________________________________________________
3685 [  9929] By: jhi                                   on 2001/05/01  14:17:15
3686         Log: Subject: Re: Finally got a round tuit
3687              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3688              Date: Tue, 01 May 2001 16:34:06 +0200
3689              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
3690              
3691              cpp and optimization tweaks for HP-UX.
3692      Branch: perl
3693            ! hints/hpux.sh
3694 ____________________________________________________________________________
3695 [  9928] By: jhi                                   on 2001/05/01  13:24:20
3696         Log: Tune the scan_num() comments to reality.
3697      Branch: perl
3698            ! toke.c
3699 ____________________________________________________________________________
3700 [  9927] By: jhi                                   on 2001/05/01  13:14:01
3701         Log: Subject: [PATCH B::Deparse] optimised sort
3702              From: Robin Houston <robin@kitsite.com>
3703              Date: Tue, 1 May 2001 14:07:12 +0100
3704              Message-ID: <20010501140712.A4266@penderel>
3705      Branch: perl
3706            ! ext/B/B/Deparse.pm
3707 ____________________________________________________________________________
3708 [  9926] By: jhi                                   on 2001/05/01  13:10:53
3709         Log: Subject: [PATCH t/lib/b-deparse.t] 
3710              From: Robin Houston <robin@kitsite.com>
3711              Date: Tue, 1 May 2001 13:37:42 +0100
3712              Message-ID: <20010501133742.A4082@penderel>
3713      Branch: perl
3714            ! t/lib/b-deparse.t
3715 ____________________________________________________________________________
3716 [  9925] By: jhi                                   on 2001/05/01  13:10:13
3717         Log: Subject: [PATCH B::Deparse] for(;;), sort
3718              From: Robin Houston <robin@kitsite.com>
3719              Date: Tue, 1 May 2001 13:35:00 +0100
3720              Message-ID: <20010501133500.A4061@penderel>
3721      Branch: perl
3722            ! ext/B/B/Deparse.pm
3723 ____________________________________________________________________________
3724 [  9924] By: jhi                                   on 2001/05/01  13:09:22
3725         Log: Subject: [PATCH B::Deparse] do, warn, use
3726              From: Robin Houston <robin@kitsite.com>
3727              Date: Tue, 1 May 2001 13:31:03 +0100
3728              Message-ID: <20010501133103.A4041@penderel>
3729      Branch: perl
3730            ! ext/B/B/Deparse.pm
3731 ____________________________________________________________________________
3732 [  9923] By: jhi                                   on 2001/05/01  11:45:36
3733         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
3734              From: Benjamin Sugars <ben.sugars@home.com>
3735              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
3736              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
3737      Branch: perl
3738            + t/io/fflush.t
3739            ! MANIFEST
3740 ____________________________________________________________________________
3741 [  9922] By: jhi                                   on 2001/05/01  11:35:42
3742         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
3743              From: Peter Prymmer <pvhp@forte.com>
3744              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
3745              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
3746      Branch: perl
3747            ! t/lib/selfstubber.t
3748 ____________________________________________________________________________
3749 [  9921] By: jhi                                   on 2001/04/30  16:34:33
3750         Log: Subject: [PATCH B::Concise] suppress warning
3751              From: Robin Houston <robin@kitsite.com>
3752              Date: Mon, 30 Apr 2001 16:09:49 +0100
3753              Message-ID: <20010430160949.A25086@penderel>
3754      Branch: perl
3755            ! ext/B/B/Concise.pm
3756 ____________________________________________________________________________
3757 [  9920] By: jhi                                   on 2001/04/30  13:56:04
3758         Log: Strip the *markers* from #9919.
3759      Branch: perl
3760            ! pod/perlfaq.pod pod/perlfaq5.pod
3761 ____________________________________________________________________________
3762 [  9919] By: jhi                                   on 2001/04/30  13:54:04
3763         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
3764              From: Gwyn Judd <b.judd@xtra.co.nz>
3765              Date: Sun, 29 Apr 2001 01:47:49 +1200
3766              Message-ID: <20010429014749.A4418@thislove>
3767      Branch: perl
3768            ! pod/perlfaq.pod pod/perlfaq5.pod
3769 ____________________________________________________________________________
3770 [  9918] By: jhi                                   on 2001/04/30  13:13:54
3771         Log: More_tweakage.
3772      Branch: perl
3773            ! pod/perldata.pod pod/perldiag.pod
3774 ____________________________________________________________________________
3775 [  9917] By: jhi                                   on 2001/04/30  13:01:27
3776         Log: Update Changes.
3777      Branch: perl
3778            ! Changes patchlevel.h
3779 ____________________________________________________________________________
3780 [  9916] By: jhi                                   on 2001/04/30  12:57:03
3781         Log: T_w_e_a_k_a_g_e.
3782      Branch: perl
3783            ! pod/perldata.pod pod/perldiag.pod
3784 ____________________________________________________________________________
3785 [  9915] By: jhi                                   on 2001/04/30  12:39:29
3786         Log: Install s2p also as psed.
3787              
3788              TODO: psed documentation?
3789      Branch: perl
3790            ! installperl
3791 ____________________________________________________________________________
3792 [  9914] By: jhi                                   on 2001/04/30  12:29:21
3793         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
3794              From: Jens Hamisch <jens@Strawberry.COM>
3795              Date: Fri, 27 Apr 2001 17:00:36 +0200
3796              Message-ID: <20010427170036.K1372@Strawberry.COM>
3797              
3798              SOCKS5_VERSION_NAME is the right symbol to detect
3799              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
3800              function called socks5_init() is available, and even that is
3801              not universal, most SOCKS5 installations use SOCKSinit()).
3802      Branch: perl
3803            ! perlio.c
3804 ____________________________________________________________________________
3805 [  9913] By: jhi                                   on 2001/04/30  12:22:15
3806         Log: Allow a zero timeout on IO::Socket accept and connect--
3807              though one really shouldn't do that.  Based on
3808              
3809              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
3810              From: "John Holdsworth" <coldwave@bigfoot.com>
3811              Date: Sun, 4 Feb 2001 12:48:18 +0100
3812              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
3813      Branch: perl
3814            ! ext/IO/lib/IO/Socket.pm
3815 ____________________________________________________________________________
3816 [  9912] By: jhi                                   on 2001/04/30  11:27:27
3817         Log: Save the spot of regprev (see #9911) for binary compatibility;
3818              regen API.
3819      Branch: perl
3820            ! embedvar.h perlapi.h thrdvar.h
3821 ____________________________________________________________________________
3822 [  9911] By: jhi                                   on 2001/04/30  11:22:03
3823         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
3824              From: Hugo <hv@crypt.compulink.co.uk>
3825              Date: Sun, 29 Apr 2001 17:09:30 +0100
3826              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
3827      Branch: perl
3828            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
3829 ____________________________________________________________________________
3830 [  9910] By: jhi                                   on 2001/04/30  11:15:12
3831         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
3832              a dummy for PL_numeric_radix); no pressing reason to break
3833              binary compatibility; regen API.
3834      Branch: perl
3835            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
3836            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
3837 ____________________________________________________________________________
3838 [  9909] By: jhi                                   on 2001/04/30  10:56:08
3839         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
3840              From: Walt Mankowski <waltman@netaxs.com>
3841              Date: Sun, 29 Apr 2001 21:53:48 -0400
3842              Message-ID: <20010429215348.A3971@netaxs.com>
3843      Branch: perl
3844            ! pod/perlfunc.pod
3845 ____________________________________________________________________________
3846 [  9908] By: jhi                                   on 2001/04/30  10:49:40
3847         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
3848      Branch: perl
3849            ! t/lib/selfstubber.t
3850 ____________________________________________________________________________
3851 [  9907] By: nick                                  on 2001/04/30  09:26:50
3852         Log: Integrate mainline.
3853      Branch: perlio
3854           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
3855 ____________________________________________________________________________
3856 [  9906] By: jhi                                   on 2001/04/29  23:24:20
3857         Log: Abigail spotted a thinko in #9905.
3858      Branch: perl
3859            ! pod/perldiag.pod
3860 ____________________________________________________________________________
3861 [  9905] By: jhi                                   on 2001/04/29  15:55:39
3862         Log: Changed the underscore/undebar syntax in numeric constants;
3863              now any grouping will do, as long as the underscores are not
3864              consecutive (so "zero-grouping" is out), and they do not begin
3865              or end the integer or fractional parts.
3866      Branch: perl
3867            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
3868 ____________________________________________________________________________
3869 [  9904] By: nick                                  on 2001/04/29  15:43:22
3870         Log: Integrate mainline.
3871      Branch: perlio
3872           +> (branch 98 files)
3873            - lib/unicode/Block.pl
3874            - lib/unicode/In/AlphabeticPresentationForms.pl
3875            - lib/unicode/In/Arabic.pl
3876            - lib/unicode/In/ArabicPresentationForms-A.pl
3877            - lib/unicode/In/ArabicPresentationForms-B.pl
3878            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
3879            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
3880            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
3881            - lib/unicode/In/BopomofoExtended.pl
3882            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
3883            - lib/unicode/In/CJKCompatibility.pl
3884            - lib/unicode/In/CJKCompatibilityForms.pl
3885            - lib/unicode/In/CJKCompatibilityIdeographs.pl
3886            - lib/unicode/In/CJKRadicalsSupplement.pl
3887            - lib/unicode/In/CJKSymbolsandPunctuation.pl
3888            - lib/unicode/In/CJKUnifiedIdeographs.pl
3889            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3890            - lib/unicode/In/Cherokee.pl
3891            - lib/unicode/In/CombiningDiacriticalMarks.pl
3892            - lib/unicode/In/CombiningHalfMarks.pl
3893            - lib/unicode/In/CombiningMarksforSymbols.pl
3894            - lib/unicode/In/ControlPictures.pl
3895            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
3896            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
3897            - lib/unicode/In/EnclosedAlphanumerics.pl
3898            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
3899            - lib/unicode/In/Ethiopic.pl
3900            - lib/unicode/In/GeneralPunctuation.pl
3901            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
3902            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
3903            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
3904            - lib/unicode/In/HalfwidthandFullwidthForms.pl
3905            - lib/unicode/In/HangulCompatibilityJamo.pl
3906            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
3907            - lib/unicode/In/Hebrew.pl
3908            - lib/unicode/In/HighPrivateUseSurrogates.pl
3909            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
3910            - lib/unicode/In/IPAExtensions.pl
3911            - lib/unicode/In/IdeographicDescriptionCharacters.pl
3912            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
3913            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
3914            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
3915            - lib/unicode/In/Latin-1Supplement.pl
3916            - lib/unicode/In/LatinExtended-A.pl
3917            - lib/unicode/In/LatinExtended-B.pl
3918            - lib/unicode/In/LatinExtendedAdditional.pl
3919            - lib/unicode/In/LetterlikeSymbols.pl
3920            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
3921            - lib/unicode/In/MathematicalOperators.pl
3922            - lib/unicode/In/MiscellaneousSymbols.pl
3923            - lib/unicode/In/MiscellaneousTechnical.pl
3924            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3925            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
3926            - lib/unicode/In/OpticalCharacterRecognition.pl
3927            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
3928            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
3929            - lib/unicode/In/SmallFormVariants.pl
3930            - lib/unicode/In/SpacingModifierLetters.pl
3931            - lib/unicode/In/Specials.pl
3932            - lib/unicode/In/SuperscriptsandSubscripts.pl
3933            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
3934            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
3935            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
3936            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3937            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3938           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
3939           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
3940           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
3941           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
3942           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
3943           !> utf8.c win32/Makefile
3944 ____________________________________________________________________________
3945 [  9903] By: jhi                                   on 2001/04/29  14:30:53
3946         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
3947              From: Prymmer/Kahn <pvhp@best.com>
3948              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
3949              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
3950      Branch: perl
3951            ! win32/Makefile
3952 ____________________________________________________________________________
3953 [  9902] By: jhi                                   on 2001/04/29  02:52:44
3954         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
3955              From: "Abigail" <abigail@foad.org>
3956              Date: Sun, 29 Apr 2001 03:14:25 +0200
3957              Message-ID: <20010429011425.24503.qmail@foad.org>
3958      Branch: perl
3959            ! ext/IO/lib/IO/Seekable.pm
3960 ____________________________________________________________________________
3961 [  9901] By: jhi                                   on 2001/04/29  02:04:46
3962         Log: In character classes one couldn't have 0x80..0xff characters
3963              at the left hand side if there were 0x100.. characters in the
3964              character class.
3965      Branch: perl
3966            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
3967            ! t/op/pat.t utf8.c
3968 ____________________________________________________________________________
3969 [  9900] By: jhi                                   on 2001/04/28  22:55:04
3970         Log: Forgot the latest mktables.PL from #9899.
3971      Branch: perl
3972            ! lib/unicode/mktables.PL
3973 ____________________________________________________________________________
3974 [  9899] By: jhi                                   on 2001/04/28  22:53:28
3975         Log: Explain the \p{} and \P{} error message better and
3976              have prettier prettyprint in In.pl.
3977      Branch: perl
3978            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
3979            ! pod/perldiag.pod
3980 ____________________________________________________________________________
3981 [  9898] By: jhi                                   on 2001/04/28  21:03:34
3982         Log: Add one possible explanation for the "Invalid [] range" error.
3983      Branch: perl
3984            ! pod/perldiag.pod
3985 ____________________________________________________________________________
3986 [  9897] By: jhi                                   on 2001/04/28  17:18:26
3987         Log: Add a level of indirection to the implementation of \p{InFoo}
3988              so that we don't have to have long filenames.  (Nothing changes
3989              in the user interface.)   The indirection is defined in
3990              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
3991              Also rename some the character classes by removing '-' from
3992              the classnames, and finally renamed Block.pl as Blocks.pl.
3993      Branch: perl
3994            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
3995            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
3996            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
3997            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
3998            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
3999            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
4000            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
4001            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
4002            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
4003            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
4004            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
4005            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
4006            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
4007            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
4008            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
4009            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
4010            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
4011            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
4012            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
4013            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
4014            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
4015            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
4016            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
4017            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
4018            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
4019            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
4020            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
4021            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
4022            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
4023            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
4024            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
4025            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
4026            + lib/unicode/In/94.pl lib/unicode/In/95.pl
4027            - lib/unicode/Block.pl
4028            - lib/unicode/In/AlphabeticPresentationForms.pl
4029            - lib/unicode/In/Arabic.pl
4030            - lib/unicode/In/ArabicPresentationForms-A.pl
4031            - lib/unicode/In/ArabicPresentationForms-B.pl
4032            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4033            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4034            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4035            - lib/unicode/In/BopomofoExtended.pl
4036            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4037            - lib/unicode/In/CJKCompatibility.pl
4038            - lib/unicode/In/CJKCompatibilityForms.pl
4039            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4040            - lib/unicode/In/CJKRadicalsSupplement.pl
4041            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4042            - lib/unicode/In/CJKUnifiedIdeographs.pl
4043            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4044            - lib/unicode/In/Cherokee.pl
4045            - lib/unicode/In/CombiningDiacriticalMarks.pl
4046            - lib/unicode/In/CombiningHalfMarks.pl
4047            - lib/unicode/In/CombiningMarksforSymbols.pl
4048            - lib/unicode/In/ControlPictures.pl
4049            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4050            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4051            - lib/unicode/In/EnclosedAlphanumerics.pl
4052            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4053            - lib/unicode/In/Ethiopic.pl
4054            - lib/unicode/In/GeneralPunctuation.pl
4055            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4056            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4057            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4058            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4059            - lib/unicode/In/HangulCompatibilityJamo.pl
4060            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4061            - lib/unicode/In/Hebrew.pl
4062            - lib/unicode/In/HighPrivateUseSurrogates.pl
4063            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4064            - lib/unicode/In/IPAExtensions.pl
4065            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4066            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4067            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4068            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4069            - lib/unicode/In/Latin-1Supplement.pl
4070            - lib/unicode/In/LatinExtended-A.pl
4071            - lib/unicode/In/LatinExtended-B.pl
4072            - lib/unicode/In/LatinExtendedAdditional.pl
4073            - lib/unicode/In/LetterlikeSymbols.pl
4074            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4075            - lib/unicode/In/MathematicalOperators.pl
4076            - lib/unicode/In/MiscellaneousSymbols.pl
4077            - lib/unicode/In/MiscellaneousTechnical.pl
4078            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4079            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4080            - lib/unicode/In/OpticalCharacterRecognition.pl
4081            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4082            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4083            - lib/unicode/In/SmallFormVariants.pl
4084            - lib/unicode/In/SpacingModifierLetters.pl
4085            - lib/unicode/In/Specials.pl
4086            - lib/unicode/In/SuperscriptsandSubscripts.pl
4087            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4088            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4089            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4090            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4091            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4092            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
4093            ! pod/perlunicode.pod
4094 ____________________________________________________________________________
4095 [  9896] By: jhi                                   on 2001/04/28  14:33:17
4096         Log: Update the information on shared library path on HP-UX.
4097      Branch: perl
4098            ! INSTALL
4099 ____________________________________________________________________________
4100 [  9895] By: jhi                                   on 2001/04/28  14:32:30
4101         Log: Because #9894 seems to do the trick, this workaround can be removed.
4102      Branch: perl
4103            ! t/lib/selfstubber.t
4104 ____________________________________________________________________________
4105 [  9894] By: jhi                                   on 2001/04/28  14:26:13
4106         Log: For PerlIO flush the children's file handles (on fork/exec/system).
4107      Branch: perl
4108            ! perl.h
4109 ____________________________________________________________________________
4110 [  9893] By: jhi                                   on 2001/04/28  14:23:15
4111         Log: Test tweak for #9891.
4112      Branch: perl
4113            ! t/lib/b-deparse.t
4114 ____________________________________________________________________________
4115 [  9892] By: jhi                                   on 2001/04/28  14:10:13
4116         Log: New HP-UX hints from Merijn.
4117      Branch: perl
4118            ! hints/hpux.sh
4119 ____________________________________________________________________________
4120 [  9891] By: jhi                                   on 2001/04/28  14:07:27
4121         Log: Subject: [PATCH B::Deparse] non-block scopes
4122              From: Robin Houston <robin@kitsite.com>
4123              Date: Fri, 27 Apr 2001 19:15:14 +0100
4124              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
4125      Branch: perl
4126            ! ext/B/B/Deparse.pm
4127 ____________________________________________________________________________
4128 [  9890] By: nick                                  on 2001/04/27  19:41:25
4129         Log: Integrate mainline
4130      Branch: perlio
4131           +> t/lib/selfstubber.t
4132           !> (integrate 50 files)
4133 ____________________________________________________________________________
4134 [  9889] By: jhi                                   on 2001/04/27  18:23:46
4135         Log: Subject: Re: selfstubber test fail on bleadperl
4136              From: Mike Guy <mjtg@cam.ac.uk>
4137              Date: Fri, 27 Apr 2001 19:31:18 +0100
4138              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
4139      Branch: perl
4140            ! t/lib/selfstubber.t
4141 ____________________________________________________________________________
4142 [  9888] By: jhi                                   on 2001/04/27  16:20:54
4143         Log: Test tweak for #9886.
4144      Branch: perl
4145            ! t/lib/b-deparse.t
4146 ____________________________________________________________________________
4147 [  9887] By: jhi                                   on 2001/04/27  16:16:33
4148         Log: Buffering issue at least in Solaris (even with perlio).
4149      Branch: perl
4150            ! t/lib/selfstubber.t
4151 ____________________________________________________________________________
4152 [  9886] By: jhi                                   on 2001/04/27  14:59:23
4153         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
4154              From: Robin Houston <robin@kitsite.com>
4155              Date: Fri, 27 Apr 2001 16:53:20 +0100
4156              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
4157      Branch: perl
4158            ! ext/B/B/Deparse.pm
4159 ____________________________________________________________________________
4160 [  9885] By: jhi                                   on 2001/04/27  14:23:51
4161         Log: Update Changes.
4162      Branch: perl
4163            ! Changes patchlevel.h
4164 ____________________________________________________________________________
4165 [  9884] By: jhi                                   on 2001/04/27  14:14:12
4166         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
4167              From: "Philip Newton" <pnewton@gmx.de>
4168              Date: Fri, 27 Apr 2001 16:40:13 +0200
4169              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
4170      Branch: perl
4171            ! pod/perldata.pod
4172 ____________________________________________________________________________
4173 [  9883] By: jhi                                   on 2001/04/27  13:28:19
4174         Log: Add LOG_PERROR; prettify the "removed".
4175      Branch: perl
4176            ! ext/Sys/Syslog/Syslog.xs
4177 ____________________________________________________________________________
4178 [  9882] By: jhi                                   on 2001/04/27  13:13:18
4179         Log: h2xs tweaks: use NV instead of double, "quote" the removed
4180              prefixes for clarity (especially when nothing is removed),
4181              slight pod reformats.
4182      Branch: perl
4183            ! utils/h2xs.PL
4184 ____________________________________________________________________________
4185 [  9881] By: jhi                                   on 2001/04/27  12:58:48
4186         Log: Don't bother creating existing directories.
4187      Branch: perl
4188            ! utils/h2xs.PL
4189 ____________________________________________________________________________
4190 [  9880] By: jhi                                   on 2001/04/27  12:45:39
4191         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
4192              From: Mike Schilli <m@perlmeister.com>
4193              Date: Wed, 25 Apr 2001 01:29:21 -0700
4194              Message-id: <3AE68AE1.6A981723@perlmeister.com>
4195      Branch: perl
4196            ! utils/h2xs.PL
4197 ____________________________________________________________________________
4198 [  9879] By: jhi                                   on 2001/04/27  12:40:55
4199         Log: break is not yet Perl.  Added the template license also to README.
4200      Branch: perl
4201            ! utils/h2xs.PL
4202 ____________________________________________________________________________
4203 [  9878] By: jhi                                   on 2001/04/27  03:08:20
4204         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
4205              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4206              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
4207              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
4208      Branch: perl
4209            ! t/lib/xs-typemap.t
4210 ____________________________________________________________________________
4211 [  9877] By: jhi                                   on 2001/04/26  23:54:40
4212         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
4213              From: "Abigail" <abigail@foad.org>
4214              Date: Fri, 27 Apr 2001 01:44:28 +0200
4215              Message-ID: <20010426234428.19786.qmail@foad.org>
4216      Branch: perl
4217            ! utils/h2xs.PL
4218 ____________________________________________________________________________
4219 [  9876] By: jhi                                   on 2001/04/26  23:52:06
4220         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
4221              From: Peter Prymmer <pvhp@forte.com>
4222              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
4223              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
4224      Branch: perl
4225            ! t/lib/selfstubber.t
4226 ____________________________________________________________________________
4227 [  9875] By: jhi                                   on 2001/04/26  23:48:10
4228         Log: Deparse nits.
4229      Branch: perl
4230            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
4231 ____________________________________________________________________________
4232 [  9874] By: jhi                                   on 2001/04/26  22:46:05
4233         Log: Document ANYOF_CLASS.
4234      Branch: perl
4235            ! regcomp.h
4236 ____________________________________________________________________________
4237 [  9873] By: jhi                                   on 2001/04/26  22:35:03
4238         Log: Subject: Re: [PATCH @9846] dumping ANYOF
4239              From: Hugo <hv@crypt.compulink.co.uk>
4240              Date: Thu, 26 Apr 2001 23:33:38 +0100
4241              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
4242      Branch: perl
4243            ! regcomp.c regcomp.h
4244 ____________________________________________________________________________
4245 [  9872] By: jhi                                   on 2001/04/26  22:34:31
4246         Log: Subject: [PATCH] more for Devel::SelfStubber
4247              From: Nicholas Clark <nick@ccl4.org>
4248              Date: Fri, 27 Apr 2001 00:13:52 +0100
4249              Message-ID: <20010427001351.K88186@plum.flirble.org>
4250      Branch: perl
4251            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
4252 ____________________________________________________________________________
4253 [  9871] By: jhi                                   on 2001/04/26  21:59:17
4254         Log: Subject: [PATCH B::Deparse] formats must be flush left
4255              From: Robin Houston <robin@kitsite.com>
4256              Date: Thu, 26 Apr 2001 23:54:29 +0100
4257              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
4258      Branch: perl
4259            ! ext/B/B/Deparse.pm
4260 ____________________________________________________________________________
4261 [  9870] By: jhi                                   on 2001/04/26  21:57:37
4262         Log: If some of the constants are prefixes of others,
4263              the prefixes may never get recognized.  (See 20010426.006.)
4264      Branch: perl
4265            ! utils/h2xs.PL
4266 ____________________________________________________________________________
4267 [  9869] By: jhi                                   on 2001/04/26  21:50:42
4268         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
4269              From: Chris Bongaarts <cab@tc.umn.edu>
4270              Date: Thu, 26 Apr 2001 17:10:31 -0500
4271              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
4272      Branch: perl
4273            ! ext/Sys/Syslog/Syslog.xs
4274 ____________________________________________________________________________
4275 [  9868] By: jhi                                   on 2001/04/26  21:35:12
4276         Log: Further cuts and more docs from Graham Barr.
4277      Branch: perl
4278            ! ext/List/Util/lib/List/Util.pm
4279            ! ext/List/Util/lib/Scalar/Util.pm
4280 ____________________________________________________________________________
4281 [  9867] By: jhi                                   on 2001/04/26  21:18:57
4282         Log: Subject: [PATCH 5.7.1] DB_File-1.77
4283              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
4284              Date: Thu, 26 Apr 2001 22:37:53 +0100
4285              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
4286      Branch: perl
4287            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4288            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4289 ____________________________________________________________________________
4290 [  9866] By: jhi                                   on 2001/04/26  21:12:31
4291         Log: Subject: [PATCH B::Deparse] fix easy bugs
4292              From: Robin Houston <robin@kitsite.com>
4293              Date: Thu, 26 Apr 2001 23:03:33 +0100
4294              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
4295      Branch: perl
4296            ! ext/B/B/Deparse.pm
4297 ____________________________________________________________________________
4298 [  9865] By: jhi                                   on 2001/04/26  20:26:13
4299         Log: Update Changes.
4300      Branch: perl
4301            ! Changes patchlevel.h
4302 ____________________________________________________________________________
4303 [  9864] By: jhi                                   on 2001/04/26  19:27:48
4304         Log: Dethinko from Robin Houston.
4305      Branch: perl
4306            ! ext/B/B/Deparse.pm
4307 ____________________________________________________________________________
4308 [  9863] By: jhi                                   on 2001/04/26  19:10:35
4309         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
4310              From: Robin Houston <robin@kitsite.com>
4311              Date: Thu, 26 Apr 2001 21:08:32 +0100
4312              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
4313      Branch: perl
4314            ! ext/B/B/Deparse.pm
4315 ____________________________________________________________________________
4316 [  9862] By: jhi                                   on 2001/04/26  19:04:23
4317         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4318              From: Robin Houston <robin@kitsite.com>
4319              Date: Thu, 26 Apr 2001 20:52:50 +0100
4320              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
4321      Branch: perl
4322            ! ext/B/B/Deparse.pm
4323 ____________________________________________________________________________
4324 [  9861] By: jhi                                   on 2001/04/26  18:56:14
4325         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
4326              From: Mike Guy <mjtg@cam.ac.uk>
4327              Date: Thu, 26 Apr 2001 14:22:40 +0100
4328              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
4329      Branch: perl
4330            ! pod/perlobj.pod
4331 ____________________________________________________________________________
4332 [  9860] By: jhi                                   on 2001/04/26  18:46:42
4333         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4334              From: Robin Houston <robin@kitsite.com>
4335              Date: Thu, 26 Apr 2001 20:34:29 +0100
4336              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
4337              
4338              Hashes do not interpolate.
4339      Branch: perl
4340            ! ext/B/B/Deparse.pm
4341 ____________________________________________________________________________
4342 [  9859] By: jhi                                   on 2001/04/26  18:43:51
4343         Log: Subject: The Time::Piece conspiracy unmasked!!!
4344              From: Mike Guy <mjtg@cam.ac.uk>
4345              Date: Thu, 26 Apr 2001 19:02:50 +0100
4346              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
4347              
4348              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
4349              From: Mike Guy <mjtg@cam.ac.uk>
4350              Date: Thu, 26 Apr 2001 19:08:21 +0100
4351              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
4352              
4353              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
4354              From: Graham Barr <gbarr@pobox.com>
4355              Date: Thu, 26 Apr 2001 19:12:03 +0100
4356              Message-ID: <20010426191203.A70835@pobox.com>
4357              
4358              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
4359      Branch: perl
4360            ! ext/List/Util/lib/List/Util.pm
4361            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
4362 ____________________________________________________________________________
4363 [  9858] By: jhi                                   on 2001/04/26  18:17:42
4364         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
4365              From: Robin Houston <robin@kitsite.com>
4366              Date: Thu, 26 Apr 2001 16:09:35 +0100
4367              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
4368      Branch: perl
4369            ! t/comp/proto.t
4370 ____________________________________________________________________________
4371 [  9857] By: jhi                                   on 2001/04/26  18:04:59
4372         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
4373              From: barries <barries@slaysys.com>
4374              Date: Thu, 26 Apr 2001 12:01:10 -0400
4375              Message-ID: <20010426120110.E29698@jester.slaysys.com>
4376      Branch: perl
4377            ! pod/perldiag.pod
4378 ____________________________________________________________________________
4379 [  9856] By: jhi                                   on 2001/04/26  18:03:33
4380         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
4381              Date: Thu, 26 Apr 2001 17:13:41 +0100
4382              From: Robin Houston <robin@kitsite.com>
4383              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
4384              
4385              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4386              From: Robin Houston <robin@kitsite.com>
4387              Date: Thu, 26 Apr 2001 18:44:29 +0100
4388              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
4389      Branch: perl
4390            ! ext/B/B/Deparse.pm
4391 ____________________________________________________________________________
4392 [  9855] By: jhi                                   on 2001/04/26  17:56:04
4393         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
4394              From: Robin Houston <robin@kitsite.com>
4395              Date: Thu, 26 Apr 2001 17:04:08 +0100
4396              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
4397      Branch: perl
4398            ! ext/B/B/Deparse.pm
4399 ____________________________________________________________________________
4400 [  9854] By: jhi                                   on 2001/04/26  17:47:26
4401         Log: Subject: Re: Short test case for undef %stash:: crash
4402              From: Benjamin Sugars <bsugars@canoe.ca> 
4403              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
4404              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
4405              Changed and moved the perldiag entry.
4406      Branch: perl
4407            ! gv.c pod/perldiag.pod
4408 ____________________________________________________________________________
4409 [  9853] By: jhi                                   on 2001/04/26  14:35:16
4410         Log: Beginnings of strptime().  Do not touch the wet paint.
4411      Branch: perl
4412            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
4413 ____________________________________________________________________________
4414 [  9852] By: jhi                                   on 2001/04/26  13:17:21
4415         Log: Retract #9851, core dumps from pod2man.
4416      Branch: perl
4417            ! regcomp.c
4418 ____________________________________________________________________________
4419 [  9851] By: jhi                                   on 2001/04/26  11:54:41
4420         Log: (Retracted by #9852.)
4421              
4422              Subject: [PATCH @9846] dumping ANYOF
4423              From: Hugo <hv@crypt.compulink.co.uk>
4424              Date: Thu, 26 Apr 2001 05:32:38 +0100
4425              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
4426      Branch: perl
4427            ! regcomp.c
4428 ____________________________________________________________________________
4429 [  9850] By: jhi                                   on 2001/04/26  02:34:44
4430         Log: If ccflags was empty the _previous_ $* containing all the
4431              environment variables and Configure variables was used,
4432              which lead, among other bad things, into $ccflags being your
4433              uname -a output, which lead into test compile with cc failing,
4434              which lead into gcc being selected, which didn't work that well
4435              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
4436              with large files, et cetera.
4437      Branch: perl
4438            ! hints/hpux.sh
4439 ____________________________________________________________________________
4440 [  9849] By: jhi                                   on 2001/04/26  01:44:57
4441         Log: Make selfstubber test more portable.
4442      Branch: perl
4443            ! t/lib/selfstubber.t
4444 ____________________________________________________________________________
4445 [  9848] By: jhi                                   on 2001/04/26  00:50:26
4446         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
4447              From: Benjamin Sugars <ben.sugars@home.com>
4448              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
4449              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
4450      Branch: perl
4451            ! ext/Cwd/Cwd.xs
4452 ____________________________________________________________________________
4453 [  9847] By: jhi                                   on 2001/04/26  00:46:58
4454         Log: Subject: [PATCH: perl@9841] VMS updates
4455              From: Peter Prymmer <pvhp@forte.com>
4456              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
4457              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
4458      Branch: perl
4459            ! README.vms configure.com vms/descrip_mms.template
4460            ! vms/ext/filespec.t
4461 ____________________________________________________________________________
4462 [  9846] By: jhi                                   on 2001/04/26  00:11:56
4463         Log: re 'debug' was broken by #9084.
4464      Branch: perl
4465            ! ext/re/re.xs
4466 ____________________________________________________________________________
4467 [  9845] By: jhi                                   on 2001/04/25  22:33:17
4468         Log: Subject: [PATCH] test for Devel::SelfStubber
4469              From: Nicholas Clark <nick@ccl4.org>
4470              Date: Thu, 26 Apr 2001 00:00:54 +0100
4471              Message-ID: <20010426000054.D89026@plum.flirble.org>
4472      Branch: perl
4473            + t/lib/selfstubber.t
4474            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
4475 ____________________________________________________________________________
4476 [  9844] By: jhi                                   on 2001/04/25  22:29:32
4477         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
4478              From: Paul Johnson <paul@pjcj.net>
4479              Date: Thu, 26 Apr 2001 00:46:08 +0200
4480              Message-ID: <20010426004608.H2338@pjcj.net>
4481      Branch: perl
4482            ! ext/B/B/Concise.pm
4483 ____________________________________________________________________________
4484 [  9843] By: jhi                                   on 2001/04/25  22:28:28
4485         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
4486              From: Peter Prymmer <pvhp@forte.com>
4487              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
4488              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
4489      Branch: perl
4490            ! ext/Cwd/Cwd.xs
4491 ____________________________________________________________________________
4492 [  9842] By: jhi                                   on 2001/04/25  20:58:12
4493         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
4494              From: John Peacock <jpeacock@rowman.com>
4495              Date: Wed, 25 Apr 2001 17:30:26 -0400
4496              Message-ID: <3AE741F2.B3217464@rowman.com>
4497      Branch: perl
4498            ! lib/Math/BigInt.pm t/lib/bigintpm.t
4499 ____________________________________________________________________________
4500 [  9841] By: jhi                                   on 2001/04/25  20:07:05
4501         Log: Update Changes.
4502      Branch: perl
4503            ! Changes patchlevel.h
4504 ____________________________________________________________________________
4505 [  9840] By: jhi                                   on 2001/04/25  19:56:51
4506         Log: Yet another HP-UX hints version from Merijn.
4507      Branch: perl
4508            ! hints/hpux.sh
4509 ____________________________________________________________________________
4510 [  9839] By: jhi                                   on 2001/04/25  19:53:04
4511         Log: abs_path() didn't terminate the filename correctly,
4512              in DIRNAMLENless systems like HP-UX this would fail.
4513      Branch: perl
4514            ! ext/Cwd/Cwd.xs
4515 ____________________________________________________________________________
4516 [  9838] By: jhi                                   on 2001/04/25  16:37:26
4517         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
4518              From: Mike Guy <mjtg@cam.ac.uk>
4519              Date: Wed, 25 Apr 2001 18:31:47 +0100
4520              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
4521      Branch: perl
4522            ! op.c
4523 ____________________________________________________________________________
4524 [  9837] By: jhi                                   on 2001/04/25  16:21:53
4525         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
4526              From: Jon Eveland <jweveland@yahoo.com>
4527              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
4528              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
4529      Branch: perl
4530            ! lib/perl5db.pl
4531 ____________________________________________________________________________
4532 [  9836] By: jhi                                   on 2001/04/25  14:17:50
4533         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
4534              From: "Philip Newton" <pnewton@gmx.de>
4535              Date: Wed, 25 Apr 2001 17:05:58 +0200
4536              Message-ID: <3AE703F6.3234.1833C45@localhost>
4537      Branch: perl
4538            ! Porting/patching.pod
4539 ____________________________________________________________________________
4540 [  9835] By: jhi                                   on 2001/04/25  13:58:07
4541         Log: It would seem that both ar and full_ar need to be overridden
4542              for HP-UX to avoid the GNU ar.
4543      Branch: perl
4544            ! hints/hpux.sh
4545 ____________________________________________________________________________
4546 [  9834] By: jhi                                   on 2001/04/25  13:50:40
4547         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
4548              From: "Philip Newton" <pnewton@gmx.de>
4549              Date: Wed, 25 Apr 2001 16:09:23 +0200
4550              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
4551              
4552              Detypo.
4553      Branch: perl
4554            ! t/op/misc.t
4555 ____________________________________________________________________________
4556 [  9833] By: jhi                                   on 2001/04/25  12:36:11
4557         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
4558      Branch: perl
4559            ! hints/hpux.sh
4560 ____________________________________________________________________________
4561 [  9832] By: jhi                                   on 2001/04/25  12:33:36
4562         Log: New version of HP-UX hints from Merijn.
4563      Branch: perl
4564            ! hints/hpux.sh
4565 ____________________________________________________________________________
4566 [  9831] By: jhi                                   on 2001/04/25  03:39:45
4567         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
4568      Branch: perl
4569            ! hints/hpux.sh
4570 ____________________________________________________________________________
4571 [  9830] By: jhi                                   on 2001/04/25  02:53:25
4572         Log: The tzname[] bit is not needed by util.c -- and causes
4573              heartburn in VMS (and it missing was probably the cause of
4574              the Mac OS X trouble).  Ouch.
4575      Branch: perl
4576            ! ext/POSIX/POSIX.xs util.c
4577 ____________________________________________________________________________
4578 [  9829] By: jhi                                   on 2001/04/25  00:10:06
4579         Log: Metaconfig unit change for #9828.
4580      Branch: metaconfig
4581            ! U/compline/ccflags.U
4582 ____________________________________________________________________________
4583 [  9828] By: jhi                                   on 2001/04/25  00:04:18
4584         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
4585              (which is actually the reason for the change, we need to pass
4586              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
4587              EP/IX, OS/2, and TitanOS, based on the hints files.
4588      Branch: perl
4589            ! Configure config_h.SH
4590 ____________________________________________________________________________
4591 [  9827] By: jhi                                   on 2001/04/24  23:49:20
4592         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
4593              the $cat must have an absolute path.
4594      Branch: perl
4595            ! makedepend.SH
4596 ____________________________________________________________________________
4597 [  9826] By: jhi                                   on 2001/04/24  23:40:53
4598         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
4599      Branch: perl
4600            ! README.amiga
4601 ____________________________________________________________________________
4602 [  9825] By: jhi                                   on 2001/04/24  23:35:35
4603         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
4604              From: "Philip Newton" <pnewton@gmx.de>
4605              Date: Tue, 24 Apr 2001 18:52:49 +0200
4606              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
4607      Branch: perl
4608            ! x2p/find2perl.PL
4609 ____________________________________________________________________________
4610 [  9824] By: jhi                                   on 2001/04/24  23:33:07
4611         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
4612              Some gcc specifics dropped out due to extensive rewriting;
4613              will be put back later as needed.
4614      Branch: perl
4615            ! hints/hpux.sh
4616 ____________________________________________________________________________
4617 [  9823] By: jhi                                   on 2001/04/24  23:27:57
4618         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
4619      Branch: perl
4620            ! ext/POSIX/POSIX.xs
4621 ____________________________________________________________________________
4622 [  9822] By: jhi                                   on 2001/04/24  23:25:21
4623         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
4624              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4625              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
4626              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
4627      Branch: perl
4628            ! ext/XS/Typemap/Typemap.xs
4629 ____________________________________________________________________________
4630 [  9821] By: jhi                                   on 2001/04/24  23:24:10
4631         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
4632              From: "Abigail" <abigail@foad.org>
4633              Date: Tue, 24 Apr 2001 23:12:03 +0200
4634              Message-ID: <20010424211203.7901.qmail@foad.org>
4635      Branch: perl
4636            ! pod/perlport.pod
4637 ____________________________________________________________________________
4638 [  9820] By: jhi                                   on 2001/04/24  23:23:15
4639         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
4640              From: Matt Sergeant <matt@sergeant.org>
4641              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
4642              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
4643      Branch: perl
4644            ! pod/perlfaq4.pod
4645 ____________________________________________________________________________
4646 [  9819] By: nick                                  on 2001/04/24  18:49:43
4647         Log: Integrate mainline.
4648      Branch: perlio
4649           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
4650           !> (integrate 37 files)
4651 ____________________________________________________________________________
4652 [  9818] By: jhi                                   on 2001/04/24  14:35:23
4653         Log: Update Changes.
4654      Branch: perl
4655            ! Changes patchlevel.h
4656 ____________________________________________________________________________
4657 [  9817] By: jhi                                   on 2001/04/24  14:09:17
4658         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
4659              From: "Philip Newton" <pnewton@gmx.de>
4660              Date: Tue, 24 Apr 2001 12:58:12 +0200
4661              Message-ID: <3AE57864.8304.B77A0A@localhost> 
4662              
4663              plus add CPAN to the list of modules that have their own tests.
4664      Branch: perl
4665            ! t/lib/1_compile.t
4666 ____________________________________________________________________________
4667 [  9816] By: jhi                                   on 2001/04/24  14:07:03
4668         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
4669              From: Michael G Schwern <schwern@pobox.com>
4670              Date: Sat, 21 Apr 2001 22:35:00 +0100
4671              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
4672      Branch: perl
4673            ! t/lib/1_compile.t
4674 ____________________________________________________________________________
4675 [  9815] By: jhi                                   on 2001/04/24  13:54:32
4676         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
4677              From: Robin Houston <robin@kitsite.com>
4678              Date: Tue, 24 Apr 2001 15:51:18 +0100
4679              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
4680      Branch: perl
4681            ! ext/B/B/Deparse.pm
4682 ____________________________________________________________________________
4683 [  9814] By: jhi                                   on 2001/04/24  13:17:34
4684         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4685              From: Bill Glicker <billg@burrelles.com>
4686              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
4687              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
4688      Branch: perl
4689            ! hints/svr5.sh
4690 ____________________________________________________________________________
4691 [  9813] By: jhi                                   on 2001/04/24  12:54:23
4692         Log: Prevent path disclosure (probing for existence of filenames)
4693              using suidperl; bug id 20010322.218.
4694      Branch: perl
4695            ! perl.c pod/perldiag.pod
4696 ____________________________________________________________________________
4697 [  9812] By: jhi                                   on 2001/04/24  12:08:36
4698         Log: Retract #9811.
4699      Branch: perl
4700            ! ext/POSIX/POSIX.xs
4701 ____________________________________________________________________________
4702 [  9811] By: jhi                                   on 2001/04/24  11:57:35
4703         Log: (Retracted by #9812.)
4704      Branch: perl
4705            ! ext/POSIX/POSIX.xs
4706 ____________________________________________________________________________
4707 [  9810] By: jhi                                   on 2001/04/24  03:32:35
4708         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
4709      Branch: perl
4710            ! util.c
4711 ____________________________________________________________________________
4712 [  9809] By: jhi                                   on 2001/04/24  03:16:13
4713         Log: The Math::BigFloat::import() was broken.
4714              (Fixes bug id 20010422.002.)
4715      Branch: perl
4716            ! lib/Math/BigFloat.pm
4717 ____________________________________________________________________________
4718 [  9808] By: jhi                                   on 2001/04/24  01:11:40
4719         Log: Additional dependencies; should help for parallel makes
4720              not to fail on missing lib/lib.pm or lib/re.pm.
4721      Branch: perl
4722            ! Makefile.SH
4723 ____________________________________________________________________________
4724 [  9807] By: jhi                                   on 2001/04/24  00:57:01
4725         Log: Update the test failure disclaimer.
4726      Branch: perl
4727            ! t/pragma/warn/pp_hot
4728 ____________________________________________________________________________
4729 [  9806] By: jhi                                   on 2001/04/24  00:54:04
4730         Log: Add make target "install-all" which is alias for "install"
4731              to cater for case-preserving filesystems like HFS+.
4732      Branch: perl
4733            ! INSTALL Makefile.SH
4734 ____________________________________________________________________________
4735 [  9805] By: jhi                                   on 2001/04/24  00:47:28
4736         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
4737              From: Peter Prymmer <pvhp@forte.com>
4738              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
4739              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
4740              
4741              (Ken William's message forwarded from macosx@perl.org)
4742      Branch: perl
4743            ! hints/darwin.sh
4744 ____________________________________________________________________________
4745 [  9804] By: jhi                                   on 2001/04/23  23:57:35
4746         Log: Cut-and-pasto.
4747      Branch: perl
4748            ! perlio.c
4749 ____________________________________________________________________________
4750 [  9803] By: jhi                                   on 2001/04/23  23:52:25
4751         Log: More PerlIO robustness.
4752      Branch: perl
4753            ! perlio.c
4754 ____________________________________________________________________________
4755 [  9802] By: jhi                                   on 2001/04/23  23:43:35
4756         Log: Make the "STD* opened only for ..." errors more consistent.
4757      Branch: perl
4758            ! doio.c
4759 ____________________________________________________________________________
4760 [  9801] By: jhi                                   on 2001/04/23  23:34:26
4761         Log: Test case for #9800.
4762      Branch: perl
4763            ! t/op/misc.t
4764 ____________________________________________________________________________
4765 [  9800] By: jhi                                   on 2001/04/23  23:14:43
4766         Log: Avoid coredump on 'close STDERR; die' by making
4767              the PerlIO calls more robust.  Also use SETERRNO()
4768              instead of errno = to be more VMS-ready.
4769      Branch: perl
4770            ! perlio.c
4771 ____________________________________________________________________________
4772 [  9799] By: jhi                                   on 2001/04/23  21:41:10
4773         Log: Subject: test for ID 20010423.002
4774              From: Robin Houston <robin@kitsite.com>
4775              Date: Mon, 23 Apr 2001 16:52:21 +0100
4776              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
4777      Branch: perl
4778            ! t/op/avhv.t
4779 ____________________________________________________________________________
4780 [  9798] By: jhi                                   on 2001/04/23  21:40:07
4781         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
4782              From: David Dyck <dcd@tc.fluke.com>
4783              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
4784              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
4785      Branch: perl
4786            ! installperl
4787 ____________________________________________________________________________
4788 [  9797] By: jhi                                   on 2001/04/23  21:37:56
4789         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
4790              From: Benjamin Sugars <bsugars@canoe.ca>
4791              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
4792              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
4793      Branch: perl
4794            ! ext/Cwd/Cwd.xs lib/Cwd.pm
4795 ____________________________________________________________________________
4796 [  9796] By: jhi                                   on 2001/04/23  21:29:24
4797         Log: Synchronize h2xs and pod2man some more on the documentation
4798              templates they propose.
4799      Branch: perl
4800            ! pod/pod2man.PL utils/h2xs.PL
4801 ____________________________________________________________________________
4802 [  9795] By: jhi                                   on 2001/04/23  17:30:40
4803         Log: Add one more naughty test for base64; make encoding logic cleaner.
4804      Branch: perl
4805            ! t/lib/mimeb64.t
4806 ____________________________________________________________________________
4807 [  9794] By: jhi                                   on 2001/04/23  13:51:32
4808         Log: Update Changes.
4809      Branch: perl
4810            ! Changes patchlevel.h
4811 ____________________________________________________________________________
4812 [  9793] By: jhi                                   on 2001/04/23  13:44:18
4813         Log: Duplicate lines.
4814      Branch: perl
4815            ! MANIFEST
4816 ____________________________________________________________________________
4817 [  9792] By: jhi                                   on 2001/04/23  13:39:13
4818         Log: Subject: Re: PATCH 5.7.1
4819              From: Mark-Jason Dominus <mjd@plover.com>
4820              Date: Mon, 23 Apr 2001 10:30:21 -0400
4821              Message-ID: <20010423143021.17335.qmail@plover.com>
4822      Branch: perl
4823            ! perl.h sv.c
4824 ____________________________________________________________________________
4825 [  9791] By: jhi                                   on 2001/04/23  13:32:40
4826         Log: Add the CPAN.pm 1.59_54 tests.
4827      Branch: perl
4828            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
4829            ! MANIFEST
4830 ____________________________________________________________________________
4831 [  9790] By: jhi                                   on 2001/04/23  13:21:55
4832         Log: Subject: Deparse nit
4833              From: Robin Houston <robin@kitsite.com>
4834              Date: Mon, 23 Apr 2001 12:38:20 +0100
4835              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
4836      Branch: perl
4837            ! ext/B/B/Deparse.pm
4838 ____________________________________________________________________________
4839 [  9789] By: jhi                                   on 2001/04/23  13:19:07
4840         Log: Subject: [PATCH] bug 20010423.002
4841              From: Robin Houston <robin@kitsite.com>
4842              Date: Mon, 23 Apr 2001 13:12:30 +0100
4843              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
4844      Branch: perl
4845            ! pp.c
4846 ____________________________________________________________________________
4847 [  9788] By: jhi                                   on 2001/04/23  13:02:49
4848         Log: Subject: PATCH [5.7.1] hv.c unused #define
4849              From: Mark-Jason Dominus <mjd@plover.com>
4850              Date: Sun, 22 Apr 2001 14:17:49 -0400
4851              Message-ID: <20010422181749.26976.qmail@plover.com>
4852      Branch: perl
4853            ! hv.c
4854 ____________________________________________________________________________
4855 [  9787] By: jhi                                   on 2001/04/23  13:02:02
4856         Log: Subject: PATCH 5.7.1
4857              From: Mark-Jason Dominus <mjd@plover.com>
4858              Date: Sun, 22 Apr 2001 15:12:57 -0400
4859              Message-ID: <20010422191258.6539.qmail@plover.com>
4860              
4861              plus Sarathy's STMT_START + STMT_END suggestion.
4862      Branch: perl
4863            ! perl.h
4864 ____________________________________________________________________________
4865 [  9786] By: jhi                                   on 2001/04/23  12:53:25
4866         Log: Fix for
4867              
4868              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
4869              From: dLux <dlux@spam.sch.bme.hu>
4870              Date: Mon, 23 Apr 2001 01:25:26 +0200
4871              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
4872              
4873              (SvGROW really does return a char *.)
4874      Branch: perl
4875            ! pod/perlapi.pod sv.h
4876 ____________________________________________________________________________
4877 [  9785] By: jhi                                   on 2001/04/23  04:34:04
4878         Log: Time::Piece work continues.  $t->day removed since
4879              I think it's too confusing.  Now has normal and
4880              abbreviated length weekday names and month names,
4881              the names change with _names(), not _list().
4882              Now has strftime() in Perl, _strftime() is
4883              the libc version (to which strftime() falls back
4884              if it doesn't know the format.  To do: the reverse
4885              of strftime, strptime(), and the localisation of both.
4886      Branch: perl
4887            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
4888            ! t/lib/time-piece.t
4889 ____________________________________________________________________________
4890 [  9784] By: jhi                                   on 2001/04/23  02:41:46
4891         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
4892              From: andreas.koenig@anima.de (Andreas J. Koenig)
4893              Date: 23 Apr 2001 05:20:55 +0200
4894              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
4895      Branch: perl
4896            ! t/pragma/overload.t
4897 ____________________________________________________________________________
4898 [  9783] By: jhi                                   on 2001/04/22  23:32:42
4899         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
4900              From: Robin Houston <robin@kitsite.com>
4901              Date: Mon, 23 Apr 2001 00:38:18 +0100
4902              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
4903      Branch: perl
4904            ! ext/B/B/Deparse.pm
4905 ____________________________________________________________________________
4906 [  9782] By: jhi                                   on 2001/04/22  20:55:43
4907         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
4908              From: Simon Cozens <simon@netthink.co.uk>
4909              Date: Sun, 22 Apr 2001 18:47:25 +0100
4910              Message-ID: <20010422184725.A14411@netthink.co.uk>
4911      Branch: perl
4912            ! sv.c t/pragma/overload.t
4913 ____________________________________________________________________________
4914 [  9781] By: jhi                                   on 2001/04/22  20:52:13
4915         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
4916              From: Robin Houston <robin@kitsite.com>
4917              Date: Sun, 22 Apr 2001 22:14:50 +0100
4918              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
4919      Branch: perl
4920            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
4921 ____________________________________________________________________________
4922 [  9780] By: nick                                  on 2001/04/22  20:40:31
4923         Log: Integrate mainline.
4924      Branch: perlio
4925           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
4926           +> t/lib/b-stash.t
4927           !> (integrate 38 files)
4928 ____________________________________________________________________________
4929 [  9779] By: jhi                                   on 2001/04/22  15:16:03
4930         Log: Subject: IO::Socket::INET patch
4931              From: andrew deryabin <djsf@technarchy.ru>
4932              Date: Sat, 21 Apr 2001 17:46:52 +0400
4933              Message-ID: <20010421174652.B1426@technarchy>
4934      Branch: perl
4935            ! ext/IO/lib/IO/Socket/INET.pm
4936 ____________________________________________________________________________
4937 [  9778] By: jhi                                   on 2001/04/22  15:14:33
4938         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
4939              From: Mark-Jason Dominus <mjd@plover.com>
4940              Date: Sat, 21 Apr 2001 21:27:49 -0400
4941              Message-ID: <20010422012749.27024.qmail@plover.com>
4942      Branch: perl
4943            ! regcomp.c
4944 ____________________________________________________________________________
4945 [  9777] By: jhi                                   on 2001/04/22  15:10:51
4946         Log: Subject: Re: Regex debugger patch 
4947              From: Mark-Jason Dominus <mjd@plover.com>
4948              Date: Sat, 21 Apr 2001 21:48:51 -0400
4949              Message-ID: <20010422014851.27165.qmail@plover.com>
4950      Branch: perl
4951            ! pod/perldebguts.pod
4952 ____________________________________________________________________________
4953 [  9776] By: jhi                                   on 2001/04/22  15:09:48
4954         Log: Subject: Re: Regex debugger patch
4955              From: Mark-Jason Dominus <mjd@plover.com>
4956              Date: Sat, 21 Apr 2001 14:24:39 -0400
4957              Message-ID: <20010421182439.16508.qmail@plover.com>
4958              
4959              Regex debugger backend.
4960      Branch: perl
4961            ! regcomp.c regexp.h
4962 ____________________________________________________________________________
4963 [  9775] By: jhi                                   on 2001/04/21  16:45:40
4964         Log: Subject: [PATCH] Typo in utf8.h
4965              From: Jesús Quiroga <jquiroga@pobox.com>
4966              Date: Sat, 21 Apr 2001 19:25:33 +0200
4967              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
4968      Branch: perl
4969            ! utf8.h
4970 ____________________________________________________________________________
4971 [  9774] By: jhi                                   on 2001/04/21  16:43:52
4972         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4973              From: Joe Orton <jorton@redhat.com>
4974              Date: Tue, 17 Apr 2001 15:50:43 +0100
4975              Message-Id: <20010417155043.D19132@eu.c2.net>
4976      Branch: perl
4977            ! hints/svr5.sh
4978 ____________________________________________________________________________
4979 [  9773] By: jhi                                   on 2001/04/21  15:30:15
4980         Log: Subject: Patch utils/h2xs.PL
4981              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4982              Date: Sat, 21 Apr 2001 10:32:16 -0500
4983              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
4984              
4985              Add MAILING list and LICENSE templates.
4986      Branch: perl
4987            ! utils/h2xs.PL
4988 ____________________________________________________________________________
4989 [  9772] By: jhi                                   on 2001/04/21  15:28:36
4990         Log: Subject: perlfaq2.patch for 5.7.1
4991              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4992              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
4993              Date: Fri, 20 Apr 2001 16:42:19 -0500
4994              
4995              rm an extra tab, a blurb about the xx.cpan to clarify
4996              which countries actually have that and dejanews is history
4997              as well as most of that nonsensical entry.
4998      Branch: perl
4999            ! pod/perlfaq2.pod
5000 ____________________________________________________________________________
5001 [  9771] By: jhi                                   on 2001/04/21  15:27:17
5002         Log: Subject: perlfaq1.patch for 5.7.1
5003              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5004              Date: Fri, 20 Apr 2001 16:57:36 -0500
5005              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
5006              
5007              Evil URLs must die. Especially when they are broken.
5008      Branch: perl
5009            ! pod/perlfaq1.pod
5010 ____________________________________________________________________________
5011 [  9770] By: jhi                                   on 2001/04/21  15:23:38
5012         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
5013              From: Michael G Schwern <schwern@pobox.com>
5014              Date: Sat, 21 Apr 2001 16:11:12 +0100
5015              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
5016      Branch: perl
5017            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5018            + t/lib/b-stash.t
5019            ! MANIFEST ext/B/B.pm t/lib/b.t
5020 ____________________________________________________________________________
5021 [  9769] By: jhi                                   on 2001/04/21  15:03:32
5022         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
5023              From: Michael G Schwern <schwern@pobox.com>
5024              Date: Sat, 21 Apr 2001 09:48:00 +0100
5025              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
5026      Branch: perl
5027            ! utils/h2ph.PL
5028 ____________________________________________________________________________
5029 [  9768] By: jhi                                   on 2001/04/21  14:33:49
5030         Log: PerlIO and Encode doc cleanup and tweaks.
5031      Branch: perl
5032            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
5033            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
5034 ____________________________________________________________________________
5035 [  9767] By: jhi                                   on 2001/04/21  12:40:16
5036         Log: Integrate perlio.
5037      Branch: perl
5038           !> doio.c
5039 ____________________________________________________________________________
5040 [  9766] By: nick                                  on 2001/04/20  18:28:35
5041         Log: Avoid core dump on
5042              open(STDOUT,">",\$foo);
5043      Branch: perlio
5044            ! doio.c
5045 ____________________________________________________________________________
5046 [  9765] By: jhi                                   on 2001/04/20  13:23:43
5047         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5048              From: Robin Houston <robin@kitsite.com>
5049              Date: Fri, 20 Apr 2001 14:29:22 +0100
5050              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
5051      Branch: perl
5052            ! ext/B/B.pm ext/B/B/Deparse.pm
5053 ____________________________________________________________________________
5054 [  9764] By: jhi                                   on 2001/04/20  13:19:33
5055         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
5056              From: Peter Prymmer <pvhp@forte.com>
5057              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
5058              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
5059      Branch: perl
5060            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
5061            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5062            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5063            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5064 ____________________________________________________________________________
5065 [  9763] By: jhi                                   on 2001/04/20  12:36:39
5066         Log: Subject: Re: A new PerlIO coredump
5067              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5068              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
5069              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
5070      Branch: perl
5071            ! doio.c
5072 ____________________________________________________________________________
5073 [  9762] By: jhi                                   on 2001/04/19  23:02:30
5074         Log: Update Changes.
5075      Branch: perl
5076            ! Changes patchlevel.h
5077 ____________________________________________________________________________
5078 [  9761] By: jhi                                   on 2001/04/19  22:59:19
5079         Log: More cleanup cleanup.
5080      Branch: perl
5081            ! Makefile.SH win32/Makefile win32/makefile.mk
5082 ____________________________________________________________________________
5083 [  9760] By: jhi                                   on 2001/04/19  22:50:31
5084         Log: lib/Time is non-empty, let's not rmdir it.
5085      Branch: perl
5086            ! Makefile.SH
5087 ____________________________________________________________________________
5088 [  9759] By: jhi                                   on 2001/04/19  22:36:51
5089         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5090              From: Robin Houston <robin@kitsite.com>
5091              Date: Fri, 20 Apr 2001 00:18:53 +0100
5092              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
5093      Branch: perl
5094            ! ext/B/B/Deparse.pm
5095 ____________________________________________________________________________
5096 [  9758] By: jhi                                   on 2001/04/19  22:36:00
5097         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
5098              From: Peter Prymmer <pvhp@forte.com>
5099              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
5100              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
5101      Branch: perl
5102            ! ext/Cwd/Cwd.xs
5103 ____________________________________________________________________________
5104 [  9757] By: nick                                  on 2001/04/19  18:53:54
5105         Log: Blind (untested) integrate of mainline.
5106      Branch: perlio
5107           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5108           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
5109           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5110           !> (integrate 53 files)
5111 ____________________________________________________________________________
5112 [  9756] By: jhi                                   on 2001/04/19  16:59:23
5113         Log: Document and test Time::Piece.
5114      Branch: perl
5115            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
5116            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
5117 ____________________________________________________________________________
5118 [  9755] By: jhi                                   on 2001/04/19  12:13:29
5119         Log: A better fix for the \x{12345678} trouble from NI-S.
5120      Branch: perl
5121            ! utf8.c
5122 ____________________________________________________________________________
5123 [  9754] By: jhi                                   on 2001/04/19  11:56:07
5124         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
5125              From: Robin Houston <robin@kitsite.com>
5126              Date: Wed, 18 Apr 2001 17:58:33 +0100
5127              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
5128      Branch: perl
5129            ! ext/B/B/Deparse.pm op.c
5130 ____________________________________________________________________________
5131 [  9753] By: jhi                                   on 2001/04/19  04:21:52
5132         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
5133              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
5134              Date: Thu, 19 Apr 2001 01:11:41 -0400
5135              Message-ID: <20010419011141.A5798@cpan.org>
5136      Branch: perl
5137            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5138 ____________________________________________________________________________
5139 [  9752] By: jhi                                   on 2001/04/19  02:41:10
5140         Log: The new time utils need to be thread-aware, too.
5141      Branch: perl
5142            ! util.c
5143 ____________________________________________________________________________
5144 [  9751] By: jhi                                   on 2001/04/19  02:26:47
5145         Log: Compilation nit noticed by AIX compiler.
5146      Branch: perl
5147            ! perlio.c
5148 ____________________________________________________________________________
5149 [  9750] By: jhi                                   on 2001/04/19  02:20:06
5150         Log: The new time utils need to be public.
5151      Branch: perl
5152            ! embed.pl
5153 ____________________________________________________________________________
5154 [  9749] By: jhi                                   on 2001/04/19  01:42:39
5155         Log: Regen toc.
5156      Branch: perl
5157            ! pod/perltoc.pod
5158 ____________________________________________________________________________
5159 [  9748] By: jhi                                   on 2001/04/19  01:41:10
5160         Log: Add Time::Piece, a slight rewrite of Time::Object,
5161              from Matt Sergeant.
5162      Branch: perl
5163            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5164            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
5165            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5166            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
5167            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
5168            ! win32/makefile.mk
5169 ____________________________________________________________________________
5170 [  9747] By: jhi                                   on 2001/04/19  00:55:35
5171         Log: The new metaconfig unit from strftime.
5172      Branch: metaconfig/U/perl
5173            + d_strftime.U
5174 ____________________________________________________________________________
5175 [  9746] By: jhi                                   on 2001/04/19  00:54:54
5176         Log: Move the strftime() wrapper from POSIX.xs to util.c
5177              as my_strftime(), requires HAS_STRFTIME.
5178      Branch: perl
5179            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5180            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
5181            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
5182            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5183            ! vos/config.ga.h win32/config.bc win32/config.gc
5184            ! win32/config.vc
5185 ____________________________________________________________________________
5186 [  9745] By: jhi                                   on 2001/04/18  23:11:03
5187         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
5188              in preparation of Time::Piece.
5189      Branch: perl
5190            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
5191 ____________________________________________________________________________
5192 [  9744] By: jhi                                   on 2001/04/18  22:33:12
5193         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
5194              From: Peter Prymmer <pvhp@forte.com>
5195              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
5196              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
5197      Branch: perl
5198            ! t/lib/exporter.t
5199 ____________________________________________________________________________
5200 [  9743] By: jhi                                   on 2001/04/18  22:32:23
5201         Log: Subject: Fwd: pod2html leaves cache files lying around?
5202              From: Rajesh Vaidheeswarran <rv@gnu.org>
5203              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
5204              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
5205      Branch: perl
5206            ! lib/Pod/Html.pm
5207 ____________________________________________________________________________
5208 [  9742] By: jhi                                   on 2001/04/18  20:31:49
5209         Log: Update Changes.
5210      Branch: perl
5211            ! Changes patchlevel.h
5212 ____________________________________________________________________________
5213 [  9741] By: jhi                                   on 2001/04/18  20:23:02
5214         Log: Declare hints only if needed.
5215      Branch: perl
5216            ! ext/B/B/Deparse.pm
5217 ____________________________________________________________________________
5218 [  9740] By: jhi                                   on 2001/04/18  19:06:05
5219         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
5220              bug noticed by Robin Houston; basically the code of detecting
5221              value wraparound was acting differently under different compilers
5222              and platforms.  The workaround is to remove the overflow check
5223              for now, a real fix would be to do the overflow (portably) right.
5224      Branch: perl
5225            ! t/op/pat.t utf8.c
5226 ____________________________________________________________________________
5227 [  9739] By: jhi                                   on 2001/04/18  19:01:23
5228         Log: Subject: [PATCH B::Deparse] some pragma support
5229              From: Robin Houston <robin@kitsite.com>
5230              Date: Wed, 18 Apr 2001 19:32:12 +0100
5231              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
5232      Branch: perl
5233            ! ext/B/B/Deparse.pm
5234 ____________________________________________________________________________
5235 [  9738] By: jhi                                   on 2001/04/18  15:16:37
5236         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
5237              From: Benjamin Sugars <bsugars@canoe.ca>
5238              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
5239              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
5240      Branch: perl
5241            ! t/op/glob.t
5242 ____________________________________________________________________________
5243 [  9737] By: jhi                                   on 2001/04/18  13:24:50
5244         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
5245              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5246              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
5247              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
5248      Branch: perl
5249            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5250            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
5251 ____________________________________________________________________________
5252 [  9736] By: jhi                                   on 2001/04/18  04:15:14
5253         Log: The #9735 also changes the subtest 12.
5254      Branch: perl
5255            ! t/lib/b.t
5256 ____________________________________________________________________________
5257 [  9735] By: jhi                                   on 2001/04/18  03:55:17
5258         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
5259              From: David Dyck <dcd@tc.fluke.com>
5260              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
5261              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
5262      Branch: perl
5263            ! ext/B/B/Deparse.pm
5264 ____________________________________________________________________________
5265 [  9734] By: jhi                                   on 2001/04/18  03:54:11
5266         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
5267              From: Gisle Aas <gisle@ActiveState.com>
5268              Date: 17 Apr 2001 19:06:45 -0700
5269              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
5270      Branch: perl
5271            ! pp_hot.c t/op/misc.t
5272 ____________________________________________________________________________
5273 [  9733] By: jhi                                   on 2001/04/17  22:25:22
5274         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
5275              From: "Abigail" <abigail@foad.org>
5276              Date: Wed, 18 Apr 2001 01:17:46 +0200
5277              Message-ID: <20010417231746.21657.qmail@foad.org>
5278      Branch: perl
5279            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
5280 ____________________________________________________________________________
5281 [  9732] By: jhi                                   on 2001/04/17  20:47:56
5282         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
5283              From: Robin Houston <robin@kitsite.com>
5284              Date: Tue, 17 Apr 2001 22:37:42 +0100
5285              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
5286      Branch: perl
5287            ! ext/B/B/Deparse.pm
5288 ____________________________________________________________________________
5289 [  9731] By: nick                                  on 2001/04/17  20:46:35
5290         Log: Re-sync for t/lib/b.t fix
5291      Branch: perlio
5292           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
5293 ____________________________________________________________________________
5294 [  9730] By: jhi                                   on 2001/04/17  20:45:29
5295         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
5296              From: Robin Houston <robin@kitsite.com>
5297              Date: Tue, 17 Apr 2001 22:29:36 +0100
5298              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
5299      Branch: perl
5300            ! ext/B/B.xs ext/B/B/Deparse.pm
5301 ____________________________________________________________________________
5302 [  9729] By: jhi                                   on 2001/04/17  20:43:11
5303         Log: Subject: Deparse - parenthesise args to undeclared subs
5304              From: Robin Houston <robin@kitsite.com>
5305              Date: Tue, 17 Apr 2001 21:31:05 +0100
5306              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
5307      Branch: perl
5308            ! ext/B/B/Deparse.pm
5309 ____________________________________________________________________________
5310 [  9728] By: jhi                                   on 2001/04/17  18:57:30
5311         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
5312              From: Benjamin Sugars <ben.sugars@home.com>
5313              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
5314              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
5315      Branch: perl
5316            ! t/lib/cwd.t
5317 ____________________________________________________________________________
5318 [  9727] By: jhi                                   on 2001/04/17  18:20:20
5319         Log: Subject: [PATCH B::Deparse] ambient pragmas
5320              From: Robin Houston <robin@kitsite.com>
5321              Date: Tue, 17 Apr 2001 20:01:59 +0100
5322              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
5323      Branch: perl
5324            ! ext/B/B/Deparse.pm t/lib/b.t
5325 ____________________________________________________________________________
5326 [  9726] By: nick                                  on 2001/04/17  16:33:51
5327         Log: Integrate mainline (t/lib/b.t fails test 2...)
5328      Branch: perlio
5329           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
5330           +> ext/List/Util/README ext/List/Util/Util.xs
5331           +> ext/List/Util/lib/List/Util.pm
5332           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
5333           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
5334           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5335           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5336           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5337           !> (integrate 31 files)
5338 ____________________________________________________________________________
5339 [  9725] By: jhi                                   on 2001/04/17  12:14:24
5340         Log: Subject: multiple B::* changes
5341              From: Robin Houston <robin@kitsite.com>
5342              Date: Thu, 12 Apr 2001 20:12:27 +0100
5343              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
5344      Branch: perl
5345            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5346 ____________________________________________________________________________
5347 [  9724] By: jhi                                   on 2001/04/17  11:59:05
5348         Log: Thread-awareness from Doug MacEachern.
5349      Branch: perl
5350            ! ext/List/Util/Util.xs
5351 ____________________________________________________________________________
5352 [  9723] By: jhi                                   on 2001/04/17  11:57:41
5353         Log: Make the test more portable.
5354      Branch: perl
5355            ! t/lib/cwd.t
5356 ____________________________________________________________________________
5357 [  9722] By: jhi                                   on 2001/04/17  11:53:50
5358         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
5359              From: Benjamin Sugars <ben.sugars@home.com>
5360              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
5361              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
5362      Branch: perl
5363            ! t/lib/cwd.t
5364 ____________________________________________________________________________
5365 [  9721] By: jhi                                   on 2001/04/17  11:52:17
5366         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
5367              From: Benjamin Sugars <bsugars@canoe.ca>
5368              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
5369              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
5370      Branch: perl
5371            ! op.c
5372 ____________________________________________________________________________
5373 [  9720] By: jhi                                   on 2001/04/17  11:35:42
5374         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
5375              From: Chris Nandor <pudge@pobox.com>
5376              Date: Tue, 17 Apr 2001 00:30:49 -0400
5377              Message-Id: <p05100207b701768712de@[10.0.1.177]>
5378      Branch: perl
5379            ! ext/File/Glob/bsd_glob.c gv.c
5380 ____________________________________________________________________________
5381 [  9719] By: jhi                                   on 2001/04/17  11:32:13
5382         Log: Subject: [PATCH] Tweten->West
5383              From: Casey West <casey@geeknest.com>
5384              Date: Mon, 16 Apr 2001 12:11:22 -0400
5385              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
5386      Branch: perl
5387            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
5388            ! pod/perltie.pod
5389 ____________________________________________________________________________
5390 [  9718] By: jhi                                   on 2001/04/16  03:22:52
5391         Log: Update Changes.
5392      Branch: perl
5393            ! Changes patchlevel.h
5394 ____________________________________________________________________________
5395 [  9717] By: jhi                                   on 2001/04/16  03:06:28
5396         Log: Regen toc.
5397      Branch: perl
5398            ! pod/perltoc.pod
5399 ____________________________________________________________________________
5400 [  9716] By: jhi                                   on 2001/04/16  02:58:42
5401         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
5402              From: Prymmer/Kahn <pvhp@best.com>
5403              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
5404              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
5405      Branch: perl
5406            ! utf8.c
5407 ____________________________________________________________________________
5408 [  9715] By: jhi                                   on 2001/04/15  23:40:35
5409         Log: Subject: Re: Net::Ping patch, adds stream protocol
5410              From: bronson@rinspin.com (Scott Bronson)
5411              Date: Tue, 10 Apr 2001 23:58:33 -0700
5412              Message-ID: <20010410235833.N29719@rinspin.com>
5413      Branch: perl
5414            ! lib/Net/Ping.pm
5415 ____________________________________________________________________________
5416 [  9714] By: jhi                                   on 2001/04/15  23:31:46
5417         Log: Printing out the ok messages helps successful testing.
5418      Branch: perl
5419            ! t/lib/time-hires.t
5420 ____________________________________________________________________________
5421 [  9713] By: jhi                                   on 2001/04/15  21:43:24
5422         Log: Update Douglas Wegscheid's email.
5423      Branch: perl
5424            ! AUTHORS
5425 ____________________________________________________________________________
5426 [  9712] By: jhi                                   on 2001/04/15  21:40:41
5427         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
5428              From: Michael G Schwern <schwern@pobox.com>
5429              Date: Sat, 14 Apr 2001 22:40:50 +0100
5430              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
5431      Branch: perl
5432            + t/lib/exporter.t
5433            ! MANIFEST lib/Exporter/Heavy.pm
5434 ____________________________________________________________________________
5435 [  9711] By: jhi                                   on 2001/04/15  21:39:21
5436         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
5437              From: Michael G Schwern <schwern@pobox.com>
5438              Date: Sat, 14 Apr 2001 22:13:59 +0100
5439              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
5440      Branch: perl
5441            ! t/op/loopctl.t
5442 ____________________________________________________________________________
5443 [  9710] By: jhi                                   on 2001/04/15  21:30:19
5444         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
5445              From: Michael G Schwern <schwern@pobox.com>
5446              Date: Sat, 14 Apr 2001 22:05:32 +0100
5447              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
5448      Branch: perl
5449            ! t/pragma/warnings.t
5450 ____________________________________________________________________________
5451 [  9709] By: jhi                                   on 2001/04/15  19:34:09
5452         Log: Integrate changes #9706,9707 from maintperl into mainline.
5453              
5454              change#7210 broke .packlist generation
5455              
5456              ExtUtils::Installed doesn't quote regex metacharacters in paths
5457              before using them in match; also make it work for dosish platforms
5458      Branch: perl
5459           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5460 ____________________________________________________________________________
5461 [  9708] By: jhi                                   on 2001/04/15  19:31:01
5462         Log: Test also the scalar aspect of getitimer().
5463      Branch: perl
5464            ! t/lib/time-hires.t
5465 ____________________________________________________________________________
5466 [  9707] By: gsar                                  on 2001/04/15  17:24:20
5467         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
5468              before using them in match; also make it work for dosish platforms
5469      Branch: maint-5.6/perl
5470            ! lib/ExtUtils/Installed.pm
5471 ____________________________________________________________________________
5472 [  9706] By: gsar                                  on 2001/04/15  17:21:59
5473         Log: change#7210 broke .packlist generation (listed only filename
5474              rather than fully qualified path name)
5475      Branch: maint-5.6/perl
5476            ! lib/ExtUtils/Install.pm
5477 ____________________________________________________________________________
5478 [  9705] By: jhi                                   on 2001/04/15  12:36:33
5479         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
5480      Branch: perl
5481            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
5482            ! t/lib/time-hires.t
5483 ____________________________________________________________________________
5484 [  9704] By: jhi                                   on 2001/04/15  10:49:08
5485         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
5486              From: Prymmer/Kahn <pvhp@best.com>
5487              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
5488              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
5489      Branch: perl
5490            ! lib/utf8.pm pod/perlebcdic.pod
5491 ____________________________________________________________________________
5492 [  9703] By: jhi                                   on 2001/04/15  02:26:26
5493         Log: I keep forgetting to sort MANIFEST.
5494      Branch: perl
5495            ! MANIFEST
5496 ____________________________________________________________________________
5497 [  9702] By: jhi                                   on 2001/04/15  02:07:47
5498         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
5499              Now we have blessed, reftype, tainted, first, reduce, ...
5500      Branch: perl
5501            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
5502            + ext/List/Util/README ext/List/Util/Util.xs
5503            + ext/List/Util/lib/List/Util.pm
5504            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
5505            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
5506            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5507            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5508            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5509            ! MANIFEST
5510 ____________________________________________________________________________
5511 [  9701] By: jhi                                   on 2001/04/14  15:05:25
5512         Log: Subject: RE: dprofpp.pl updates 
5513              From: Carl Eklof <CEklof@endeca.com>
5514              Date: Thu, 12 Apr 2001 18:45:46 -0400
5515              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
5516      Branch: perl
5517            ! utils/dprofpp.PL
5518 ____________________________________________________________________________
5519 [  9700] By: jhi                                   on 2001/04/14  14:44:55
5520         Log: Do not just blindly add CR.
5521      Branch: perl
5522            ! Porting/makerel
5523 ____________________________________________________________________________
5524 [  9699] By: jhi                                   on 2001/04/13  13:17:01
5525         Log: Update Changes.
5526      Branch: perl
5527            ! Changes patchlevel.h
5528 ____________________________________________________________________________
5529 [  9698] By: jhi                                   on 2001/04/13  12:44:48
5530         Log: Integrate perlio.
5531      Branch: perl
5532           !> ext/PerlIO/Scalar/Scalar.xs
5533 ____________________________________________________________________________
5534 [  9697] By: jhi                                   on 2001/04/13  12:29:15
5535         Log: Add more debug output to the test.
5536      Branch: perl
5537            ! t/lib/cwd.t
5538 ____________________________________________________________________________
5539 [  9696] By: nick                                  on 2001/04/13  10:14:29
5540         Log: Fix core dump on binmode($fh,'Scalar')
5541      Branch: perlio
5542            ! ext/PerlIO/Scalar/Scalar.xs
5543 ____________________________________________________________________________
5544 [  9695] By: nick                                  on 2001/04/13  09:05:42
5545         Log: Integrate mainline
5546      Branch: perlio
5547           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5548           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5549           +> t/lib/time-hires.t
5550           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
5551           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
5552           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5553           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
5554           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
5555           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
5556           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
5557 ____________________________________________________________________________
5558 [  9694] By: jhi                                   on 2001/04/12  22:23:35
5559         Log: Integrate change #9693 from maintperl into mainline.
5560              
5561              $VERSION and Version() on the same line provokes a warning from
5562              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5563      Branch: perl
5564           !> lib/Devel/SelfStubber.pm
5565 ____________________________________________________________________________
5566 [  9693] By: gsar                                  on 2001/04/12  21:55:56
5567         Log: $VERSION and Version() on the same line provokes a warning from
5568              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5569      Branch: maint-5.6/perl
5570            ! lib/Devel/SelfStubber.pm
5571 ____________________________________________________________________________
5572 [  9692] By: jhi                                   on 2001/04/12  13:54:00
5573         Log: This is at least 5.005.
5574      Branch: perl
5575            ! ext/Time/HiRes/HiRes.xs
5576 ____________________________________________________________________________
5577 [  9691] By: jhi                                   on 2001/04/12  13:37:20
5578         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
5579      Branch: perl
5580            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
5581            ! win32/Makefile win32/makefile.mk
5582 ____________________________________________________________________________
5583 [  9690] By: jhi                                   on 2001/04/12  01:34:46
5584         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
5585      Branch: perl
5586            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5587            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5588            + t/lib/time-hires.t
5589            ! MANIFEST
5590 ____________________________________________________________________________
5591 [  9689] By: jhi                                   on 2001/04/12  00:28:39
5592         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
5593              From: Gisle Aas <gisle@ActiveState.com>
5594              Date: 11 Apr 2001 16:36:11 -0700
5595              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
5596      Branch: perl
5597            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
5598 ____________________________________________________________________________
5599 [  9688] By: jhi                                   on 2001/04/12  00:27:39
5600         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
5601              From: Gisle Aas <gisle@ActiveState.com>
5602              Date: 11 Apr 2001 11:13:24 -0700
5603              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
5604      Branch: perl
5605            ! ext/MIME/Base64/Base64.xs
5606 ____________________________________________________________________________
5607 [  9687] By: jhi                                   on 2001/04/11  19:51:47
5608         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
5609      Branch: perl
5610            ! Todo-5.6
5611 ____________________________________________________________________________
5612 [  9686] By: jhi                                   on 2001/04/11  16:54:25
5613         Log: Subject: [PATCH opcode.pl] Documentation of table format
5614              From: Simon Cozens <simon@netthink.co.uk>
5615              Date: Wed, 11 Apr 2001 12:59:31 +0100
5616              Message-ID: <20010411125931.A25681@netthink.co.uk>
5617      Branch: perl
5618            ! opcode.pl
5619 ____________________________________________________________________________
5620 [  9685] By: jhi                                   on 2001/04/11  16:53:15
5621         Log: Subject: [PATCH] prototype("CORE::recv")
5622              From: Simon Cozens <simon@netthink.co.uk>
5623              Date: Wed, 11 Apr 2001 13:24:35 +0100
5624              Message-ID: <20010411132435.A26169@netthink.co.uk>
5625      Branch: perl
5626            ! pp.c t/comp/proto.t
5627 ____________________________________________________________________________
5628 [  9684] By: jhi                                   on 2001/04/11  16:47:13
5629         Log: FAQ (and AUTHORS) update from Dan Carson: the information
5630              was several years obsolete, Term::Readkey has been updated
5631              to have the functionality.
5632      Branch: perl
5633            ! AUTHORS pod/perlfaq5.pod
5634 ____________________________________________________________________________
5635 [  9683] By: jhi                                   on 2001/04/11  12:15:46
5636         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
5637              From: Calle Dybedahl <calle@lysator.liu.se>
5638              Date: 10 Apr 2001 16:44:16 +0200
5639              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
5640      Branch: perl
5641            ! ext/MIME/Base64/Base64.xs
5642 ____________________________________________________________________________
5643 [  9682] By: jhi                                   on 2001/04/11  12:12:26
5644         Log: A more minimal fix for 20010410.006 from Hugo.
5645      Branch: perl
5646            ! regexec.c
5647 ____________________________________________________________________________
5648 [  9681] By: jhi                                   on 2001/04/11  11:34:23
5649         Log: Integrate changes #9678,9679 from maintline into mainperl.
5650              
5651              addendum to change#9676
5652              
5653              up $File::Glob::VERSION; add a note pointing out the version of
5654              the OpenBSD glob bsd_glob.c resembles
5655      Branch: perl
5656           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5657           !> ext/File/Glob/bsd_glob.h
5658 ____________________________________________________________________________
5659 [  9680] By: jhi                                   on 2001/04/11  11:30:38
5660         Log: Bad test numbering in integrate in #9677.
5661              Fixes ID 20010411.001.
5662      Branch: perl
5663            ! t/op/pat.t
5664 ____________________________________________________________________________
5665 [  9679] By: gsar                                  on 2001/04/11  03:38:40
5666         Log: up $File::Glob::VERSION; add a note pointing out the version of
5667              the OpenBSD glob bsd_glob.c resembles
5668      Branch: maint-5.6/perl
5669            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5670            ! ext/File/Glob/bsd_glob.h
5671 ____________________________________________________________________________
5672 [  9678] By: gsar                                  on 2001/04/11  03:09:48
5673         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
5674              revision 1.8.10.1 found here:
5675              
5676              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
5677      Branch: maint-5.6/perl
5678            ! ext/File/Glob/bsd_glob.c
5679 ____________________________________________________________________________
5680 [  9677] By: jhi                                   on 2001/04/11  02:54:39
5681         Log: Integrate changes #9675,9676 from maintperl into mainline.
5682              
5683              fix for bug 20010410.006, undo change#7115
5684              
5685              port the OpenBSD glob() security patch
5686      Branch: perl
5687           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5688           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
5689           !> t/op/pat.t
5690 ____________________________________________________________________________
5691 [  9676] By: gsar                                  on 2001/04/11  02:19:02
5692         Log: port the glob() security patch found at:
5693              
5694              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
5695              
5696              CERT advisory for the issue is here:
5697              
5698              http://www.cert.org/advisories/CA-2001-07.html
5699              
5700              Note that the security scare is only relevant for those who are
5701              foolish enough to build suidperl (which is now officially discouraged)
5702      Branch: maint-5.6/perl
5703            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5704            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
5705 ____________________________________________________________________________
5706 [  9675] By: gsar                                  on 2001/04/10  23:52:11
5707         Log: fix for bug 20010410.006
5708              
5709              undo change#7115 (came into maint-5.6 as change#8156)
5710              
5711              add tests to keep it from coming back
5712      Branch: maint-5.6/perl
5713            ! regexec.c t/op/pat.t
5714 ____________________________________________________________________________
5715 [  9674] By: nick                                  on 2001/04/10  20:39:31
5716         Log: Integrate mainline
5717      Branch: perlio
5718           +> Porting/testall.atom
5719           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
5720           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
5721           !> t/lib/lc-uk.t t/pod/find.t
5722 ____________________________________________________________________________
5723 [  9673] By: nick                                  on 2001/04/10  18:46:14
5724         Log: Integrate against change 9670 aka perl-5.7.1
5725      Branch: perlio
5726           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
5727           !> (integrate 53 files)
5728 ____________________________________________________________________________
5729 [  9672] By: jhi                                   on 2001/04/10  13:45:01
5730         Log: Add a script for doing cumulative profile of the test suite.
5731              (Requires ATOM, that is, Tru64.)
5732      Branch: perl
5733            + Porting/testall.atom
5734            ! MANIFEST
5735 ____________________________________________________________________________
5736 [  9671] By: jhi                                   on 2001/04/10  12:38:53
5737         Log: Missing std block.
5738      Branch: perl
5739            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
5740            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
5741            ! t/pod/find.t
5742 ____________________________________________________________________________
5743 [  9670] By: jhi                                   on 2001/04/10  01:25:58
5744         Log: This is 5.7.1.
5745      Branch: perl
5746            ! patchlevel.h
5747 ____________________________________________________________________________
5748 [  9669] By: jhi                                   on 2001/04/10  01:09:14
5749         Log: Update Changes.
5750      Branch: perl
5751            ! Changes patchlevel.h
5752 ____________________________________________________________________________
5753 [  9668] By: jhi                                   on 2001/04/10  01:00:38
5754         Log: Regen toc.
5755      Branch: perl
5756            ! pod/perltoc.pod
5757 ____________________________________________________________________________
5758 [  9667] By: jhi                                   on 2001/04/10  00:52:16
5759         Log: Update perlhist.
5760      Branch: perl
5761            ! pod/perlhist.pod
5762 ____________________________________________________________________________
5763 [  9666] By: jhi                                   on 2001/04/09  23:38:59
5764         Log: Slight wording tweaks from Damian to #9658.
5765      Branch: perl
5766            ! pod/perlobj.pod
5767 ____________________________________________________________________________
5768 [  9665] By: jhi                                   on 2001/04/09  19:56:06
5769         Log: Subject: [PATCH perlutil.pod] Nit
5770              From: Simon Cozens <simon@netthink.co.uk>
5771              Date: Mon, 9 Apr 2001 20:29:44 +0100
5772              Message-ID: <20010409202944.A14796@the.earth.li>
5773      Branch: perl
5774            ! pod/perlutil.pod
5775 ____________________________________________________________________________
5776 [  9664] By: jhi                                   on 2001/04/09  19:54:42
5777         Log: Subject: Re: perl571delta.pod@9631
5778              From: Mike Guy <mjtg@cam.ac.uk>
5779              Date: Mon, 09 Apr 2001 18:09:14 +0100
5780              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
5781      Branch: perl
5782            ! pod/perl571delta.pod
5783 ____________________________________________________________________________
5784 [  9663] By: jhi                                   on 2001/04/09  13:43:35
5785         Log: Update Changes.
5786      Branch: perl
5787            ! Changes patchlevel.h
5788 ____________________________________________________________________________
5789 [  9662] By: jhi                                   on 2001/04/09  13:24:46
5790         Log: tweak tweak.
5791      Branch: perl
5792            ! AUTHORS pod/perl571delta.pod
5793 ____________________________________________________________________________
5794 [  9661] By: jhi                                   on 2001/04/09  13:15:13
5795         Log: Thinko in manual patch applying.
5796      Branch: perl
5797            ! sv.c
5798 ____________________________________________________________________________
5799 [  9660] By: jhi                                   on 2001/04/09  13:07:53
5800         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
5801              From: Robin Barker <rmb1@cise.npl.co.uk> 
5802              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
5803              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
5804              
5805              (This corrects the case where the "isn't numeric" string contains \0s
5806              and is longer than the temporary buffer, and contains \0 at the point
5807              the string would be truncated by "...".) 
5808      Branch: perl
5809            ! sv.c
5810 ____________________________________________________________________________
5811 [  9659] By: jhi                                   on 2001/04/09  12:57:41
5812         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
5813      Branch: perl
5814            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
5815            ! t/lib/cgi-function.t t/lib/cgi-html.t
5816 ____________________________________________________________________________
5817 [  9658] By: jhi                                   on 2001/04/09  12:48:47
5818         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
5819              From: Ilmari Karonen <iltzu@sci.fi>
5820              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
5821              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
5822              
5823              Rearrange and rewrite the Method Invocation section
5824              to explain the concepts in nicer order.
5825      Branch: perl
5826            ! pod/perlobj.pod
5827 ____________________________________________________________________________
5828 [  9657] By: jhi                                   on 2001/04/09  12:35:58
5829         Log: Upgrade to podlators 1.09, from Russ Allbery.
5830      Branch: perl
5831            ! lib/Pod/Man.pm lib/Pod/Text.pm
5832 ____________________________________________________________________________
5833 [  9656] By: jhi                                   on 2001/04/09  12:31:53
5834         Log: perl571delta.
5835      Branch: perl
5836            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
5837 ____________________________________________________________________________
5838 [  9655] By: jhi                                   on 2001/04/09  12:20:09
5839         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
5840              From: Prymmer/Kahn <pvhp@best.com>
5841              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
5842              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
5843      Branch: perl
5844            ! lib/utf8.pm pod/perlunicode.pod
5845 ____________________________________________________________________________
5846 [  9654] By: gsar                                  on 2001/04/09  03:38:33
5847         Log: here lies 5.6.1
5848      Branch: maint-5.6/perl
5849            ! Changes
5850 ____________________________________________________________________________
5851 [  9653] By: jhi                                   on 2001/04/09  03:25:24
5852         Log: Update perlhist.
5853      Branch: perl
5854            ! pod/perlhist.pod
5855 ____________________________________________________________________________
5856 [  9652] By: jhi                                   on 2001/04/09  03:18:49
5857         Log: perl571delta tweaking continues.
5858      Branch: perl
5859            ! pod/perl571delta.pod
5860 ____________________________________________________________________________
5861 [  9651] By: gsar                                  on 2001/04/09  03:11:19
5862         Log: update Changes, patchlevel.h &c.
5863      Branch: maint-5.6/perl
5864            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
5865            ! pod/perltoc.pod
5866 ____________________________________________________________________________
5867 [  9650] By: jhi                                   on 2001/04/09  02:40:24
5868         Log: Integrate the perlfork half of #9513 from maintperl into mainline
5869              (the perlunicode half is obsolete)
5870      Branch: perl
5871            ! pod/perlfork.pod
5872 ____________________________________________________________________________
5873 [  9649] By: gsar                                  on 2001/04/09  02:35:43
5874         Log: tweak perldelta as suggested by Jarkko
5875      Branch: maint-5.6/perl
5876            ! pod/perldelta.pod
5877 ____________________________________________________________________________
5878 [  9648] By: jhi                                   on 2001/04/09  02:13:04
5879         Log: Integrate change #9646 from maintperl into mainline.
5880              
5881              add note about ithreads and Thread.pm
5882      Branch: perl
5883           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
5884 ____________________________________________________________________________
5885 [  9647] By: jhi                                   on 2001/04/09  02:10:18
5886         Log: Bad assumption that shortsize == 2.
5887      Branch: perl
5888            ! t/lib/xs-typemap.t
5889 ____________________________________________________________________________
5890 [  9646] By: gsar                                  on 2001/04/09  00:48:04
5891         Log: add note about ithreads and Thread.pm (too many people are
5892              confused by the fact that Thread.pm is built and installed
5893              under non-5005threads but doesn't work)
5894      Branch: maint-5.6/perl
5895            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
5896 ____________________________________________________________________________
5897 [  9645] By: gsar                                  on 2001/04/09  00:19:03
5898         Log: update perldelta.pod for changes in 5.6.1
5899      Branch: maint-5.6/perl
5900            ! Changes pod/perldelta.pod
5901 ____________________________________________________________________________
5902 [  9644] By: jhi                                   on 2001/04/08  20:37:00
5903         Log: Integrate change #9639 from maintperl into mainline:
5904              on windows, many of the README.* pods were being copied to
5905              the wrong location
5906      Branch: perl
5907           !> win32/Makefile win32/makefile.mk
5908 ____________________________________________________________________________
5909 [  9643] By: jhi                                   on 2001/04/08  20:07:11
5910         Log: Integrate change #9624 from maintperl into mainline:
5911              the pod tests were not okay.  (t/pod/find.t changes ignored)
5912      Branch: perl
5913           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
5914           !> t/pod/include.t t/pod/included.t t/pod/lref.t
5915           !> t/pod/multiline_items.t t/pod/nested_items.t
5916           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5917           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
5918 ____________________________________________________________________________
5919 [  9642] By: jhi                                   on 2001/04/08  19:57:17
5920         Log: Integrate change #9638 from maintperl into mainline:
5921              update to latest JPL from the anoncvs repository
5922      Branch: perl
5923           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
5924           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5925           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5926 ____________________________________________________________________________
5927 [  9641] By: jhi                                   on 2001/04/08  19:53:30
5928         Log: perl571delta updates.
5929      Branch: perl
5930            ! lib/Filter/Simple.pm pod/perl571delta.pod
5931 ____________________________________________________________________________
5932 [  9640] By: gsar                                  on 2001/04/08  19:20:46
5933         Log: integrate change#9634 from mainline
5934              
5935              Fix the perlmodlib generation (didn't understand separate .pod
5936              files; didn't understand -- as the name-thing separator).
5937              Update the CPAN mirrors list.
5938      Branch: maint-5.6/perl
5939            ! pod/perlmodlib.pod
5940           !> pod/perlmodlib.PL
5941 ____________________________________________________________________________
5942 [  9639] By: gsar                                  on 2001/04/08  18:57:31
5943         Log: on windows, many of the README.* pods were being copied to the wrong
5944              location
5945      Branch: maint-5.6/perl
5946            ! win32/Makefile win32/makefile.mk
5947 ____________________________________________________________________________
5948 [  9638] By: gsar                                  on 2001/04/08  18:38:25
5949         Log: update to latest JPL from the anoncvs repository
5950      Branch: maint-5.6/perl
5951            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
5952            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5953            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5954 ____________________________________________________________________________
5955 [  9637] By: jhi                                   on 2001/04/08  17:53:53
5956         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
5957      Branch: perl
5958            ! pod/perl571delta.pod
5959 ____________________________________________________________________________
5960 [  9636] By: jhi                                   on 2001/04/08  17:18:32
5961         Log: Regen toc.
5962      Branch: perl
5963            ! pod/perltoc.pod
5964 ____________________________________________________________________________
5965 [  9635] By: jhi                                   on 2001/04/08  17:16:33
5966         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
5967              From: "Craig A. Berry" <craigberry@mac.com>
5968              Date: Sun, 08 Apr 2001 12:30:16 -0500
5969              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
5970      Branch: perl
5971            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
5972 ____________________________________________________________________________
5973 [  9634] By: jhi                                   on 2001/04/08  17:09:19
5974         Log: Fix the perlmodlib generation (didn't understand separate .pod
5975              files; didn't understand -- as the name-thing separator).
5976              
5977              Update the CPAN mirrors list.
5978      Branch: perl
5979            ! pod/perlmodlib.PL pod/perlmodlib.pod
5980 ____________________________________________________________________________
5981 [  9633] By: jhi                                   on 2001/04/08  16:49:17
5982         Log: Sort MANIFEST.
5983      Branch: perl
5984            ! MANIFEST
5985 ____________________________________________________________________________
5986 [  9632] By: gsar                                  on 2001/04/08  16:36:06
5987         Log: add $Tie::RefHash::VERSION
5988      Branch: maint-5.6/perl
5989            ! lib/Tie/RefHash.pm
5990 ____________________________________________________________________________
5991 [  9631] By: jhi                                   on 2001/04/08  16:10:15
5992         Log: perl571delta updates based on p5p feedback; still needs
5993              lots of examples.
5994      Branch: perl
5995            ! pod/perl571delta.pod
5996 ____________________________________________________________________________
5997 [  9630] By: jhi                                   on 2001/04/08  15:59:13
5998         Log: Update the list of supported platforms to talk about 5.7.1
5999              (and 5.6.1)
6000      Branch: perl
6001            ! pod/perlport.pod
6002 ____________________________________________________________________________
6003 [  9629] By: jhi                                   on 2001/04/08  15:55:41
6004         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
6005              from maintperl into mainline: perlport updates.
6006      Branch: perl
6007            ! pod/perlport.pod
6008 ____________________________________________________________________________
6009 [  9628] By: jhi                                   on 2001/04/08  15:53:17
6010         Log: perlsolaris.pod copied to wrong directory.
6011      Branch: perl
6012            ! win32/makefile.mk
6013 ____________________________________________________________________________
6014 [  9627] By: jhi                                   on 2001/04/08  14:48:18
6015         Log: Subject: Typos in perl571delta.pod
6016              From: "Stephen P. Potter" <spp@spotter.yi.org>
6017              Date: Sat, 07 Apr 2001 20:37:05 -0400
6018              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
6019      Branch: perl
6020            ! pod/perl571delta.pod
6021 ____________________________________________________________________________
6022 [  9626] By: jhi                                   on 2001/04/08  14:39:04
6023         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
6024      Branch: perl
6025            ! gv.c
6026 ____________________________________________________________________________
6027 [  9625] By: nick                                  on 2001/04/08  10:14:23
6028         Log: Integrate mainline
6029      Branch: perlio
6030           +> pod/perl570delta.pod pod/perl571delta.pod
6031           !> (integrate 27 files)
6032 ____________________________________________________________________________
6033 [  9624] By: gsar                                  on 2001/04/08  06:08:17
6034         Log: test in t/pod/* were busted
6035              
6036              these tests are still not enabled in t/{harness,TEST}
6037      Branch: maint-5.6/perl
6038            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
6039            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
6040            ! t/pod/multiline_items.t t/pod/nested_items.t
6041            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6042            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6043 ____________________________________________________________________________
6044 [  9623] By: gsar                                  on 2001/04/08  03:37:01
6045         Log: integrate change#9470 from mainline
6046              
6047              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
6048      Branch: maint-5.6/perl
6049           !> ext/Socket/Socket.xs
6050 ____________________________________________________________________________
6051 [  9622] By: jhi                                   on 2001/04/07  22:40:47
6052         Log: Update Changes.
6053      Branch: perl
6054            ! Changes patchlevel.h
6055 ____________________________________________________________________________
6056 [  9621] By: jhi                                   on 2001/04/07  22:34:16
6057         Log: Update AUTHORS.
6058      Branch: perl
6059            ! AUTHORS
6060 ____________________________________________________________________________
6061 [  9620] By: jhi                                   on 2001/04/07  22:12:47
6062         Log: Forgot to bump the number of tests in #9164.
6063      Branch: perl
6064            ! t/op/array.t
6065 ____________________________________________________________________________
6066 [  9619] By: jhi                                   on 2001/04/07  22:09:50
6067         Log: Bump patchlevel to 5.7.1.
6068      Branch: perl
6069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6070            ! config_h.SH patchlevel.h
6071 ____________________________________________________________________________
6072 [  9618] By: jhi                                   on 2001/04/07  22:02:41
6073         Log: Populate perl571delta.
6074      Branch: perl
6075            ! pod/perl571delta.pod
6076 ____________________________________________________________________________
6077 [  9617] By: jhi                                   on 2001/04/07  22:01:23
6078         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
6079              to forget it later; do not change patchlevel.h yet or regenerate
6080              Configure yet.
6081      Branch: perl
6082            ! epoc/config.sh win32/Makefile win32/config_H.bc
6083            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6084 ____________________________________________________________________________
6085 [  9616] By: jhi                                   on 2001/04/07  17:46:33
6086         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
6087      Branch: perl
6088            ! pod/perl571delta.pod
6089 ____________________________________________________________________________
6090 [  9615] By: jhi                                   on 2001/04/07  17:33:21
6091         Log: Change the toc configuration.
6092      Branch: perl
6093            ! pod/buildtoc.PL pod/perl.pod
6094 ____________________________________________________________________________
6095 [  9614] By: jhi                                   on 2001/04/07  17:29:47
6096         Log: Subject: PATCH: $[
6097              From: Robin Houston <robin@kitsite.com>
6098              Date: Fri, 6 Apr 2001 18:10:14 +0100
6099              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
6100      Branch: perl
6101            ! op.c t/op/array.t
6102 ____________________________________________________________________________
6103 [  9613] By: jhi                                   on 2001/04/07  17:28:26
6104         Log: Subject: [PATCH perl@9424] isn't numeric warning
6105              From: Robin Barker <rmb1@cise.npl.co.uk>
6106              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
6107              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
6108      Branch: perl
6109            ! sv.c t/pragma/warn/sv
6110 ____________________________________________________________________________
6111 [  9612] By: jhi                                   on 2001/04/07  17:26:45
6112         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
6113              From: Mike Guy <mjtg@cam.ac.uk>
6114              Date: Fri, 06 Apr 2001 12:47:06 +0100
6115              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
6116      Branch: perl
6117            ! dump.c t/lib/peek.t
6118 ____________________________________________________________________________
6119 [  9611] By: jhi                                   on 2001/04/07  17:21:35
6120         Log: Create perl571delta and seed it off with the perldelta changes
6121              since 5.7.0; remove those changes from perldelta and rename it
6122              as perl570delta; recreate perldelta but leave it almost empty.
6123      Branch: perl
6124            + pod/perl570delta.pod pod/perl571delta.pod
6125            ! MANIFEST pod/perldelta.pod
6126 ____________________________________________________________________________
6127 [  9610] By: jhi                                   on 2001/04/07  16:56:32
6128         Log: Denit.
6129      Branch: perl
6130            ! pod/perldelta.pod
6131 ____________________________________________________________________________
6132 [  9609] By: jhi                                   on 2001/04/07  16:38:32
6133         Log: Retract #9523: needs more thought.
6134      Branch: perl
6135            ! Makefile.SH
6136 ____________________________________________________________________________
6137 [  9608] By: jhi                                   on 2001/04/07  14:59:20
6138         Log: atmark() code cleanaup.
6139      Branch: perl
6140            ! ext/IO/IO.xs
6141 ____________________________________________________________________________
6142 [  9607] By: jhi                                   on 2001/04/07  14:48:14
6143         Log: Integrate change #9605 from maintperl into mainline.
6144              
6145              can't optimize away scope entry if tr/// is present
6146      Branch: perl
6147           !> op.c t/op/tr.t
6148 ____________________________________________________________________________
6149 [  9606] By: jhi                                   on 2001/04/07  14:43:59
6150         Log: Integrate perlio.
6151      Branch: perl
6152           +> win32/FindExt.pm
6153           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
6154           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
6155 ____________________________________________________________________________
6156 [  9605] By: gsar                                  on 2001/04/07  11:52:40
6157         Log: can't optimize away scope entry if tr/// is present
6158      Branch: maint-5.6/perl
6159            ! op.c t/op/tr.t
6160 ____________________________________________________________________________
6161 [  9604] By: nick                                  on 2001/04/07  11:39:45
6162         Log: Split out extension finding code from buildext.pl into FindExt.pm
6163              Use it to get Config.pm's idea of available extensions in line
6164              with what is built.
6165      Branch: perlio
6166            + win32/FindExt.pm
6167            ! MANIFEST win32/buildext.pl win32/config_sh.PL
6168            ! win32/makefile.mk
6169 ____________________________________________________________________________
6170 [  9603] By: nick                                  on 2001/04/07  09:11:38
6171         Log: Cleanup correction for failed :Via() layer, also set an error code.
6172      Branch: perlio
6173            ! ext/PerlIO/Via/Via.xs
6174 ____________________________________________________________________________
6175 [  9602] By: nick                                  on 2001/04/07  08:38:04
6176         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
6177              style. So don't use binmode() on the handles so that Win32 etc. see
6178              same sequence and produce same digests.
6179      Branch: perlio
6180            ! t/lib/md5-file.t
6181 ____________________________________________________________________________
6182 [  9601] By: nick                                  on 2001/04/07  08:36:26
6183         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
6184              Else it complains and so crlf layer (say) does not get pushed.
6185      Branch: perlio
6186            ! perlio.c
6187 ____________________________________________________________________________
6188 [  9600] By: jhi                                   on 2001/04/06  23:00:09
6189         Log: Integrate change #9599 from perlio into mainline.
6190      Branch: perl
6191           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6192           !> win32/config_H.vc
6193 ____________________________________________________________________________
6194 [  9599] By: nick                                  on 2001/04/06  21:42:43
6195         Log: Quote $VERSION in Encode.pm.
6196              regen_config_h as requested.
6197      Branch: perlio
6198            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6199            ! win32/config_H.vc
6200 ____________________________________________________________________________
6201 [  9598] By: nick                                  on 2001/04/06  20:34:59
6202         Log: Integrate mainline
6203      Branch: perlio
6204           +> README.macos
6205           !> (integrate 39 files)
6206 ____________________________________________________________________________
6207 [  9597] By: gsar                                  on 2001/04/06  18:06:35
6208         Log: integrate change#9464 from mainline (addendum to change#8313)
6209              
6210              Subject: [PATCH @9452] Better peep()ing for foreach() loops
6211      Branch: maint-5.6/perl
6212           !> op.c
6213 ____________________________________________________________________________
6214 [  9596] By: jhi                                   on 2001/04/06  17:26:03
6215         Log: The d_casti32=undef is good for you even when not use64bitall.
6216      Branch: perl
6217            ! hints/hpux.sh
6218 ____________________________________________________________________________
6219 [  9595] By: gsar                                  on 2001/04/06  14:57:17
6220         Log: add a low-impact fix to accomodate darwin-ism
6221      Branch: maint-5.6/perl
6222            ! ext/Errno/Errno_pm.PL
6223 ____________________________________________________________________________
6224 [  9594] By: jhi                                   on 2001/04/06  14:55:14
6225         Log: Integrate changes #9528,9593 from mainline into maintperl;
6226              tweaking the editor/IDE/shell list.
6227      Branch: maint-5.6/perl
6228           !> pod/perlfaq3.pod
6229 ____________________________________________________________________________
6230 [  9593] By: jhi                                   on 2001/04/06  14:51:39
6231         Log: Make the editor/IDE/shell list a little bit airier.
6232      Branch: perl
6233            ! pod/perlfaq3.pod
6234 ____________________________________________________________________________
6235 [  9592] By: gsar                                  on 2001/04/06  14:45:18
6236         Log: integrate change#9477 from mainline (base.pm doc tweak)
6237              
6238              missing doc entry for fmod()
6239      Branch: maint-5.6/perl
6240            ! lib/Math/BigFloat.pm
6241           !> lib/base.pm
6242 ____________________________________________________________________________
6243 [  9591] By: jhi                                   on 2001/04/06  13:55:48
6244         Log: Regen toc.
6245      Branch: perl
6246            ! pod/perltoc.pod
6247 ____________________________________________________________________________
6248 [  9590] By: jhi                                   on 2001/04/06  13:54:52
6249         Log: Math::BigFloat patches from John Peacock.  The equivalent
6250              of #9586 from maintperl but reworked by John to work with
6251              the bleadperl.
6252      Branch: perl
6253            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6254 ____________________________________________________________________________
6255 [  9589] By: jhi                                   on 2001/04/06  13:42:23
6256         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
6257      Branch: perl
6258            ! ext/Digest/MD5/Makefile.PL
6259 ____________________________________________________________________________
6260 [  9588] By: jhi                                   on 2001/04/06  13:31:45
6261         Log: Integrate changes #9584,9587 from maintperl into mainline.
6262              
6263              keep eval"" CVs alive until the end of the statement in which
6264              they're called
6265              
6266              add README.macos (from Chris Nandor)
6267              
6268              tyop in change#9555
6269      Branch: perl
6270           +> README.macos
6271           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
6272           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
6273           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
6274           !> win32/makefile.mk
6275 ____________________________________________________________________________
6276 [  9587] By: gsar                                  on 2001/04/06  07:31:30
6277         Log: add README.macos (from Chris Nandor)
6278              
6279              tyop in change#9555
6280      Branch: maint-5.6/perl
6281            + README.macos
6282            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
6283            ! win32/Makefile win32/makefile.mk
6284 ____________________________________________________________________________
6285 [  9586] By: gsar                                  on 2001/04/06  07:08:54
6286         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
6287      Branch: maint-5.6/perl
6288            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6289 ____________________________________________________________________________
6290 [  9585] By: gsar                                  on 2001/04/06  06:58:44
6291         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
6292              from mainline
6293              
6294              Subject: [PATCH] Base64 update to perlfaq9.pod
6295              
6296              Subject: [PATCH AUTHORS] Housekeeping
6297              
6298              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
6299              Mac OS X (Darwin) has extra pwent fields.
6300              
6301              Subject: [PATCH B::*] print control-character vars readably
6302              Needs EBCDICification.
6303              
6304              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
6305              
6306              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
6307              
6308              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
6309              
6310              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
6311              
6312              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
6313              
6314              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
6315              
6316              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
6317              
6318              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
6319              
6320              FreeBSD hints tweak from Anton Berezin.
6321              
6322              Subject: [PATCH foolperl & bleadperl] README.vms update
6323              
6324              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
6325      Branch: maint-5.6/perl
6326           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
6327           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6328           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
6329 ____________________________________________________________________________
6330 [  9584] By: gsar                                  on 2001/04/06  04:09:00
6331         Log: keep eval"" CVs alive until the end of the statement in which
6332              they're called; this avoids a coredump ensuing from search for
6333              lexicals in code such as:
6334              
6335              sub bug {
6336              my $s = @_;
6337              eval q[sub { eval 'sub { &$s }' }];
6338              }
6339              bug("x")->()->();
6340              
6341              this code still doesn't work as intended (as it has remained
6342              since time immemorial), but it doesn't provoke a coredump anymore
6343      Branch: maint-5.6/perl
6344            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6345            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
6346 ____________________________________________________________________________
6347 [  9583] By: jhi                                   on 2001/04/05  23:52:51
6348         Log: Update Changes.
6349      Branch: perl
6350            ! Changes patchlevel.h
6351 ____________________________________________________________________________
6352 [  9582] By: jhi                                   on 2001/04/05  23:11:23
6353         Log: Slight doc tweak.
6354      Branch: perl
6355            ! pod/perlunicode.pod
6356 ____________________________________________________________________________
6357 [  9581] By: jhi                                   on 2001/04/05  23:04:11
6358         Log: Integrate perlio.
6359      Branch: perl
6360           !> pod/perlunicode.pod
6361 ____________________________________________________________________________
6362 [  9580] By: jhi                                   on 2001/04/05  23:03:29
6363         Log: Test for #9579.
6364      Branch: perl
6365            ! t/op/do.t
6366 ____________________________________________________________________________
6367 [  9579] By: jhi                                   on 2001/04/05  22:54:17
6368         Log: Subject: [PATCH] Propagate calling context for do '...'
6369              From: Gisle Aas <gisle@ActiveState.com>
6370              Date: 04 Apr 2001 20:17:29 -0700
6371              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
6372      Branch: perl
6373            ! pod/perlfunc.pod pp_ctl.c
6374 ____________________________________________________________________________
6375 [  9578] By: jhi                                   on 2001/04/05  22:52:51
6376         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
6377              From: Peter Prymmer <pvhp@forte.com>
6378              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
6379              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
6380      Branch: perl
6381            ! README.vms
6382 ____________________________________________________________________________
6383 [  9577] By: jhi                                   on 2001/04/05  22:48:22
6384         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
6385              From: "Craig A. Berry" <craigberry@mac.com>
6386              Date: Thu, 5 Apr 2001 13:43:28 -0500
6387              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
6388      Branch: perl
6389            ! README.vms
6390 ____________________________________________________________________________
6391 [  9576] By: jhi                                   on 2001/04/05  22:31:38
6392         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
6393              From: Michael G Schwern <schwern@pobox.com>
6394              Date: Thu, 5 Apr 2001 21:53:21 +0100
6395              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
6396      Branch: perl
6397            ! lib/base.pm t/lib/fields.t
6398 ____________________________________________________________________________
6399 [  9575] By: jhi                                   on 2001/04/05  22:26:10
6400         Log: FreeBSD hints tweak from Anton Berezin.
6401      Branch: perl
6402            ! hints/freebsd.sh
6403 ____________________________________________________________________________
6404 [  9574] By: jhi                                   on 2001/04/05  22:24:03
6405         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
6406              From: David Dyck <dcd@tc.fluke.com>
6407              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
6408              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
6409      Branch: perl
6410            ! t/op/oct.t
6411 ____________________________________________________________________________
6412 [  9573] By: jhi                                   on 2001/04/05  22:23:06
6413         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
6414              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
6415              From: David Dyck <dcd@tc.fluke.com>
6416              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
6417      Branch: perl
6418            ! pp.c
6419 ____________________________________________________________________________
6420 [  9572] By: jhi                                   on 2001/04/05  22:14:47
6421         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
6422              From: Robin Houston <robin@kitsite.com>
6423              Date: Thu, 5 Apr 2001 20:56:48 +0100
6424              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
6425      Branch: perl
6426            ! ext/B/B/Deparse.pm
6427 ____________________________________________________________________________
6428 [  9571] By: jhi                                   on 2001/04/05  22:12:53
6429         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
6430              From: Robin Houston <robin@kitsite.com>
6431              Date: Thu, 5 Apr 2001 19:55:51 +0100
6432              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
6433      Branch: perl
6434            ! ext/B/B/Deparse.pm
6435 ____________________________________________________________________________
6436 [  9570] By: jhi                                   on 2001/04/05  22:11:06
6437         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
6438              From: Robin Houston <robin@kitsite.com>
6439              Date: Thu, 5 Apr 2001 20:16:29 +0100
6440              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
6441      Branch: perl
6442            ! ext/B/B/Deparse.pm
6443 ____________________________________________________________________________
6444 [  9569] By: nick                                  on 2001/04/05  21:32:26
6445         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
6446      Branch: perlio
6447            ! pod/perlunicode.pod
6448 ____________________________________________________________________________
6449 [  9568] By: nick                                  on 2001/04/05  19:38:09
6450         Log: Integrate mainline
6451      Branch: perlio
6452           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
6453           !> (integrate 35 files)
6454 ____________________________________________________________________________
6455 [  9567] By: jhi                                   on 2001/04/05  18:31:45
6456         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
6457              From: Robin Houston <robin@kitsite.com>
6458              Date: Thu, 5 Apr 2001 18:03:23 +0100
6459              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
6460      Branch: perl
6461            ! ext/B/B/Deparse.pm
6462 ____________________________________________________________________________
6463 [  9566] By: jhi                                   on 2001/04/05  18:29:35
6464         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
6465              From: Robin Houston <robin@kitsite.com>
6466              Date: Thu, 5 Apr 2001 16:45:18 +0100
6467              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
6468      Branch: perl
6469            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6470 ____________________________________________________________________________
6471 [  9565] By: jhi                                   on 2001/04/05  18:24:23
6472         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
6473              From: Robin Houston <robin@kitsite.com>
6474              Date: Thu, 5 Apr 2001 14:50:09 +0100
6475              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
6476      Branch: perl
6477            ! ext/B/B/Deparse.pm
6478 ____________________________________________________________________________
6479 [  9564] By: jhi                                   on 2001/04/05  18:23:03
6480         Log: Subject: [PATCH B::*] print control-character vars readably
6481              From: Robin Houston <robin@kitsite.com>
6482              Date: Thu, 5 Apr 2001 14:27:38 +0100
6483              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
6484              
6485              Needs EBCDICification.
6486      Branch: perl
6487            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
6488            ! ext/B/B/Terse.pm
6489 ____________________________________________________________________________
6490 [  9563] By: jhi                                   on 2001/04/05  18:20:32
6491         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
6492              Date: Thu, 5 Apr 2001 13:21:42 -0400
6493              From: Paul Schinder <schinder@pobox.com>
6494              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
6495              
6496              Mac OS X (Darwin) has extra pwent fields.
6497      Branch: perl
6498            ! t/op/pwent.t
6499 ____________________________________________________________________________
6500 [  9562] By: jhi                                   on 2001/04/05  17:57:51
6501         Log: Regen toc.
6502      Branch: perl
6503            ! pod/perltoc.pod
6504 ____________________________________________________________________________
6505 [  9561] By: jhi                                   on 2001/04/05  17:47:33
6506         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
6507      Branch: metaconfig
6508            ! U/Glossary.patch
6509      Branch: metaconfig/U/perl
6510            + d_u32align.U
6511            ! d_cmsghdr_s.U d_msghdr_s.U
6512 ____________________________________________________________________________
6513 [  9560] By: jhi                                   on 2001/04/05  17:47:01
6514         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
6515              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
6516              Introduce probes for struct msghdr, struct cmsghdr,
6517              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
6518              ualarm, usleep, for possible later extension work.
6519      Branch: perl
6520            + t/lib/md5-align.t
6521            ! Configure MANIFEST Porting/Glossary Porting/config.sh
6522            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6523            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
6524            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6525            ! vos/config.ga.h win32/config.bc win32/config.gc
6526            ! win32/config.vc
6527 ____________________________________________________________________________
6528 [  9559] By: jhi                                   on 2001/04/05  13:03:04
6529         Log: Be traditional in your cpp (for the Errno extension).
6530      Branch: perl
6531            ! hints/darwin.sh
6532 ____________________________________________________________________________
6533 [  9558] By: jhi                                   on 2001/04/05  13:00:05
6534         Log: Add $Config{cppflags} to the gcc incantation.
6535      Branch: perl
6536            ! ext/Errno/Errno_pm.PL
6537 ____________________________________________________________________________
6538 [  9557] By: jhi                                   on 2001/04/05  04:22:39
6539         Log: Introduce Sean Burke's Class::ISA 0.32.
6540      Branch: perl
6541            + lib/Class/ISA.pm t/lib/class-isa.t
6542            ! MANIFEST
6543 ____________________________________________________________________________
6544 [  9556] By: jhi                                   on 2001/04/05  04:09:50
6545         Log: Subject: [PATCH AUTHORS] Housekeeping
6546              From: Paul Johnson <paul@pjcj.net> 
6547              Date: Wed, 4 Apr 2001 22:45:47 +0200
6548              Message-ID: <20010404224547.D9548@pjcj.net>
6549      Branch: perl
6550            ! AUTHORS
6551 ____________________________________________________________________________
6552 [  9555] By: jhi                                   on 2001/04/05  04:06:33
6553         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
6554              From: Gisle Aas <gisle@ActiveState.com>
6555              Date: 04 Apr 2001 14:23:04 -0700
6556              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
6557      Branch: perl
6558            ! pod/perlfaq9.pod
6559 ____________________________________________________________________________
6560 [  9554] By: jhi                                   on 2001/04/05  04:05:49
6561         Log: Downgrade also the "Wide character" diagnostic.
6562      Branch: perl
6563            ! pod/perldiag.pod
6564 ____________________________________________________________________________
6565 [  9553] By: jhi                                   on 2001/04/05  04:00:33
6566         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
6567              maintperl into mainline.
6568              
6569              "double" should be "NV"; standard typemap is missing entry
6570              for NV
6571              
6572              s/djSP/dSP/
6573              
6574              Downgrade "Wide character in print" to a warning.
6575              
6576              B::Deparse fix for ${^FOO} and documentation for PVX() method
6577              (from Robin Houston)
6578              
6579              tr/// doesn't null-terminate the result in some situations
6580              (from Gisle Aas)
6581      Branch: perl
6582           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
6583           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
6584           !> t/io/utf8.t t/op/tr.t
6585 ____________________________________________________________________________
6586 [  9552] By: jhi                                   on 2001/04/05  03:52:50
6587         Log: Retract changes #9542 and #9538 (from maintperl, integrated
6588              at #9540), shouldn't be needed because of the perlio changes.
6589      Branch: perl
6590            ! util.c
6591 ____________________________________________________________________________
6592 [  9551] By: gsar                                  on 2001/04/05  00:18:34
6593         Log: tr/// doesn't null-terminate the result in some situations
6594              (from Gisle Aas)
6595      Branch: maint-5.6/perl
6596            ! doop.c t/op/tr.t
6597 ____________________________________________________________________________
6598 [  9550] By: gsar                                  on 2001/04/04  20:04:17
6599         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
6600              (from Robin Houston)
6601      Branch: maint-5.6/perl
6602            ! ext/B/B.pm ext/B/B/Deparse.pm
6603 ____________________________________________________________________________
6604 [  9549] By: nick                                  on 2001/04/04  18:56:15
6605         Log: Downgrade "Wide character in print" to a warning.
6606      Branch: perlio
6607            ! doio.c t/io/utf8.t
6608 ____________________________________________________________________________
6609 [  9548] By: gsar                                  on 2001/04/04  18:51:49
6610         Log: integrate changes#9460,9462,9482,9521,9522
6611              
6612              Subject: PATCH: B::Debug should show LOOP-specific fields
6613              
6614              Subject: B::Deparse precedence bug. (Patch included.)
6615              
6616              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
6617              
6618              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
6619              
6620              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
6621      Branch: maint-5.6/perl
6622           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
6623           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
6624 ____________________________________________________________________________
6625 [  9547] By: gsar                                  on 2001/04/04  18:49:16
6626         Log: s/djSP/dSP/
6627      Branch: maint-5.6/perl
6628            ! ext/Thread/Thread.xs
6629 ____________________________________________________________________________
6630 [  9546] By: nick                                  on 2001/04/04  18:44:00
6631         Log: Integrate mainline.
6632      Branch: perlio
6633           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
6634           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
6635 ____________________________________________________________________________
6636 [  9545] By: gsar                                  on 2001/04/04  18:38:52
6637         Log: integrate change#8837 from mainline
6638              
6639              Subject: [patch] -Wall cleanup round 2
6640      Branch: maint-5.6/perl
6641           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6642           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
6643           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
6644           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6645           !> ext/SDBM_File/SDBM_File.xs
6646 ____________________________________________________________________________
6647 [  9544] By: gsar                                  on 2001/04/04  17:49:57
6648         Log: "double" should be "NV"; standard typemap is missing entry
6649              for NV
6650      Branch: maint-5.6/perl
6651            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
6652 ____________________________________________________________________________
6653 [  9543] By: jhi                                   on 2001/04/04  14:13:18
6654         Log: Thou shalt not (just) match for English error messages.
6655      Branch: perl
6656            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
6657            ! os2/OS2/Process/Process.pm
6658 ____________________________________________________________________________
6659 [  9542] By: jhi                                   on 2001/04/04  13:20:39
6660         Log: Make the stdio tricks of fflush_all() to exist only if
6661              stdio is being used.
6662      Branch: perl
6663            ! util.c
6664 ____________________________________________________________________________
6665 [  9541] By: jhi                                   on 2001/04/04  04:20:24
6666         Log: Subject: Re: [PATCH] Lighten up glob
6667              From: Benjamin Sugars <bsugars@canoe.ca>
6668              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
6669              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
6670      Branch: perl
6671            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
6672            ! util.c
6673 ____________________________________________________________________________
6674 [  9540] By: jhi                                   on 2001/04/04  04:03:57
6675         Log: Integrate changes #9538,9539 from maintperl into mainline.
6676              
6677              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
6678              for use with _fwalk() (fix for change#7705)
6679              
6680              another tweak needed for SunOS 4.1.x build (from Mike Guy)
6681              (cp -f is not portable)
6682      Branch: perl
6683           !> Makefile.SH util.c
6684 ____________________________________________________________________________
6685 [  9539] By: gsar                                  on 2001/04/04  03:01:14
6686         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
6687      Branch: maint-5.6/perl
6688            ! Makefile.SH
6689 ____________________________________________________________________________
6690 [  9538] By: gsar                                  on 2001/04/04  01:00:38
6691         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
6692              for use with _fwalk() (fix for change#7705)
6693      Branch: maint-5.6/perl
6694            ! util.c
6695 ____________________________________________________________________________
6696 [  9537] By: nick                                  on 2001/04/03  19:24:55
6697         Log: Integrate mainline
6698      Branch: perlio
6699           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
6700           +> lib/unicode/PropList.html
6701            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
6702           !> (integrate 69 files)
6703 ____________________________________________________________________________
6704 [  9536] By: jhi                                   on 2001/04/03  18:02:31
6705         Log: Integrate change #9533 from maintperl into mainline.
6706              
6707              better fix for change#9517 to accomodate UNC paths like
6708              \\server\share\foo, and paths with trailing backslash
6709              like c:\this\
6710      Branch: perl
6711           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
6712 ____________________________________________________________________________
6713 [  9535] By: jhi                                   on 2001/04/03  17:58:07
6714         Log: Change the push/unshift warning to be of class syntax, not misc.
6715      Branch: perl
6716            ! op.c pod/perldiag.pod t/pragma/warn/op
6717 ____________________________________________________________________________
6718 [  9534] By: jhi                                   on 2001/04/03  15:03:46
6719         Log: Change the push/unshift warning (#9532) to talk about "no values"
6720              instead of "no arguments".
6721      Branch: perl
6722            ! op.c pod/perldiag.pod t/pragma/warn/op
6723 ____________________________________________________________________________
6724 [  9533] By: gsar                                  on 2001/04/03  14:30:07
6725         Log: better fix for change#9517 to accomodate UNC paths like
6726              \\server\share\foo, and paths with trailing backslash
6727              like c:\this\
6728      Branch: maint-5.6/perl
6729            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
6730 ____________________________________________________________________________
6731 [  9532] By: jhi                                   on 2001/04/03  13:11:46
6732         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
6733              From: Robin Houston <robin@kitsite.com>
6734              Date: Mon, 2 Apr 2001 15:03:29 +0100
6735              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
6736      Branch: perl
6737            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
6738 ____________________________________________________________________________
6739 [  9531] By: jhi                                   on 2001/04/03  13:06:34
6740         Log: Integrate change #9530 from maintperl into mainline.
6741              
6742              accomodate VMS "mailbox overflow" quirk in testsuite (from
6743              Craig Berry)
6744      Branch: perl
6745           !> t/lib/socket.t
6746 ____________________________________________________________________________
6747 [  9530] By: gsar                                  on 2001/04/03  04:56:41
6748         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
6749              Craig Berry)
6750      Branch: maint-5.6/perl
6751            ! t/lib/socket.t
6752 ____________________________________________________________________________
6753 [  9529] By: jhi                                   on 2001/04/03  02:34:34
6754         Log: Update Changes.
6755      Branch: perl
6756            ! Changes patchlevel.h
6757 ____________________________________________________________________________
6758 [  9528] By: jhi                                   on 2001/04/03  01:27:57
6759         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
6760              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
6761              To: perl5-porters@perl.org
6762              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
6763      Branch: perl
6764            ! pod/perlfaq3.pod
6765 ____________________________________________________________________________
6766 [  9527] By: jhi                                   on 2001/04/03  01:22:09
6767         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
6768              From: Peter Prymmer <pvhp@forte.com>
6769              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
6770              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
6771      Branch: perl
6772            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
6773 ____________________________________________________________________________
6774 [  9526] By: jhi                                   on 2001/04/03  01:18:25
6775         Log: The metaconfig unit changes for #9525.
6776      Branch: metaconfig
6777            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
6778      Branch: metaconfig/U/perl
6779            ! use64bits.U
6780 ____________________________________________________________________________
6781 [  9525] By: jhi                                   on 2001/04/03  01:17:30
6782         Log: Configure sanity checks:
6783              * if use64bitall is attempted but pointers are only 32-bit,
6784              'downgrade' to use64bitint
6785              * if use64bitint is attempted but there's no quad type,
6786              forget about use64bitint (well, the default for it is 'n',
6787              the user can still override this)
6788              * if pointers are 64 bits, do not try to use Perl's malloc
6789      Branch: perl
6790            ! Configure
6791 ____________________________________________________________________________
6792 [  9524] By: gsar                                  on 2001/04/03  01:09:12
6793         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
6794      Branch: maint-5.6/perl
6795            ! pp_sys.c
6796 ____________________________________________________________________________
6797 [  9523] By: jhi                                   on 2001/04/03  00:02:31
6798         Log: (Retracted by #9609)
6799              
6800              Make it harder for parallel makes to enter 'test' before
6801              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
6802              should be unhappy enough, but sometimes parallel makes seem
6803              to sneak past both in Tru64 and AIX.)
6804      Branch: perl
6805            ! Makefile.SH
6806 ____________________________________________________________________________
6807 [  9522] By: jhi                                   on 2001/04/02  22:35:31
6808         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
6809              Date: Mon, 2 Apr 2001 22:54:10 +0100
6810              From: Robin Houston <robin@kitsite.com>
6811              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
6812      Branch: perl
6813            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
6814 ____________________________________________________________________________
6815 [  9521] By: jhi                                   on 2001/04/02  22:32:23
6816         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
6817              From: Robin Houston <robin@kitsite.com>
6818              Date: Mon, 2 Apr 2001 20:24:03 +0100
6819              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
6820      Branch: perl
6821            ! ext/B/B/Concise.pm
6822 ____________________________________________________________________________
6823 [  9520] By: jhi                                   on 2001/04/02  22:30:43
6824         Log: Subject: [PATCH] REALLY pedantic hv.h nit
6825              From: Simon Cozens <simon@netthink.co.uk>
6826              Date: Mon, 2 Apr 2001 15:43:06 +0100
6827              Message-ID: <20010402154306.A21711@netthink.co.uk>
6828      Branch: perl
6829            ! hv.h
6830 ____________________________________________________________________________
6831 [  9519] By: jhi                                   on 2001/04/02  22:28:04
6832         Log: Based on
6833              
6834              Subject: [foolperl] EPOC fix
6835              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6836              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
6837              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
6838      Branch: perl
6839            ! pp_sys.c
6840 ____________________________________________________________________________
6841 [  9518] By: jhi                                   on 2001/04/02  22:22:34
6842         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
6843              
6844              README.win32 tweaks; add a note about alternative location for
6845              getting a gcc-2.95.2 that will build perl properly on windows
6846              
6847              add some notes about gutsy threading matters
6848              
6849              many of the utilities interpolate literal paths within doublequotes
6850              (fails on dosish platforms where path contains backslashes)
6851      Branch: perl
6852           !> README.win32 pod/perlguts.pod utils/perldoc.PL
6853           !> x2p/find2perl.PL x2p/s2p.PL
6854 ____________________________________________________________________________
6855 [  9517] By: gsar                                  on 2001/04/02  19:52:21
6856         Log: many of the utilities interpolate literal paths within doublequotes
6857              (fails on dosish platforms where path contains backslashes)
6858      Branch: maint-5.6/perl
6859            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
6860 ____________________________________________________________________________
6861 [  9516] By: gsar                                  on 2001/04/02  05:49:37
6862         Log: a foolish release
6863      Branch: maint-5.6/perl
6864            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
6865            ! pod/perltoc.pod
6866 ____________________________________________________________________________
6867 [  9515] By: gsar                                  on 2001/04/02  05:04:29
6868         Log: add missing changelog summaries
6869      Branch: maint-5.6/perl
6870            ! Changes
6871 ____________________________________________________________________________
6872 [  9514] By: gsar                                  on 2001/04/02  04:07:13
6873         Log: add some notes about gutsy threading matters
6874      Branch: maint-5.6/perl
6875            ! pod/perlguts.pod
6876 ____________________________________________________________________________
6877 [  9513] By: gsar                                  on 2001/04/02  03:25:21
6878         Log: add more prominent caveat notices about experimental features
6879      Branch: maint-5.6/perl
6880            ! pod/perlfork.pod pod/perlunicode.pod
6881 ____________________________________________________________________________
6882 [  9512] By: gsar                                  on 2001/04/02  02:54:33
6883         Log: integrate changes#9479,9509 from mainline
6884              
6885              [PATCH] File::Glob stuff for Mac OS
6886              
6887              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
6888      Branch: maint-5.6/perl
6889           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6890           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
6891           !> t/lib/glob-taint.t
6892 ____________________________________________________________________________
6893 [  9511] By: gsar                                  on 2001/04/02  02:38:24
6894         Log: README.win32 tweaks; add a note about alternative location for
6895              getting a gcc-2.95.2 that will build perl properly on windows
6896      Branch: maint-5.6/perl
6897            ! README.win32
6898 ____________________________________________________________________________
6899 [  9510] By: jhi                                   on 2001/04/01  20:45:10
6900         Log: An ambiguosity warning.
6901      Branch: perl
6902            ! t/lib/trig.t
6903 ____________________________________________________________________________
6904 [  9509] By: jhi                                   on 2001/04/01  19:53:47
6905         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
6906              From: Jonathan Stowe <gellyfish@gellyfish.com>
6907              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
6908              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
6909      Branch: perl
6910            ! ext/File/Glob/bsd_glob.c
6911 ____________________________________________________________________________
6912 [  9508] By: jhi                                   on 2001/04/01  19:35:03
6913         Log: Update Changes.
6914      Branch: perl
6915            ! Changes patchlevel.h
6916 ____________________________________________________________________________
6917 [  9507] By: jhi                                   on 2001/04/01  19:24:01
6918         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
6919              from mainline to maintperl: pod tweaks.
6920      Branch: maint-5.6/perl
6921           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
6922           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
6923           !> pod/perlvar.pod
6924 ____________________________________________________________________________
6925 [  9506] By: jhi                                   on 2001/04/01  19:11:53
6926         Log: Commit Sarathy to April release of 5.6.1 :-)
6927      Branch: perl
6928            ! pod/perlfaq1.pod
6929 ____________________________________________________________________________
6930 [  9505] By: jhi                                   on 2001/04/01  19:03:15
6931         Log: Subject: PATCH 5.6.0 (perldebug.pod)
6932              From: Mark-Jason Dominus <mjd@plover.com>
6933              Date: Sun, 01 Apr 2001 14:25:11 -0400
6934              Message-ID: <20010401182511.9247.qmail@plover.com>
6935      Branch: perl
6936            ! pod/perldebug.pod
6937 ____________________________________________________________________________
6938 [  9504] By: jhi                                   on 2001/04/01  18:43:09
6939         Log: Add great_circle_direction().
6940      Branch: perl
6941            ! lib/Math/Trig.pm t/lib/trig.t
6942 ____________________________________________________________________________
6943 [  9503] By: jhi                                   on 2001/04/01  17:29:12
6944         Log: Unicode ReadMe update for Unicode 3.1.
6945      Branch: perl
6946            ! lib/unicode/ReadMe.txt
6947 ____________________________________________________________________________
6948 [  9502] By: jhi                                   on 2001/04/01  17:18:40
6949         Log: Integrate change #9501 from maintperl into mainline.
6950              
6951              fix the perlembed notes on multiple interpreters
6952              
6953              fix ExtUtils::Embed to work passably on Windows
6954      Branch: perl
6955           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
6956 ____________________________________________________________________________
6957 [  9501] By: gsar                                  on 2001/04/01  07:21:57
6958         Log: fix the perlembed notes on multiple interpreters
6959              
6960              fix ExtUtils::Embed to work passably on Windows
6961      Branch: maint-5.6/perl
6962            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
6963 ____________________________________________________________________________
6964 [  9500] By: jhi                                   on 2001/04/01  05:58:23
6965         Log: Test for #9499.
6966      Branch: perl
6967            ! t/op/tr.t
6968 ____________________________________________________________________________
6969 [  9499] By: jhi                                   on 2001/04/01  05:55:46
6970         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
6971      Branch: perl
6972            ! embed.h embed.pl op.c proto.h
6973 ____________________________________________________________________________
6974 [  9498] By: jhi                                   on 2001/04/01  05:44:34
6975         Log: Protect the workaround hunk more.
6976      Branch: perl
6977            ! toke.c
6978 ____________________________________________________________________________
6979 [  9497] By: jhi                                   on 2001/04/01  00:24:25
6980         Log: Integrate changes #9493,9494,9495,9496 from maintperl
6981              into mainline.
6982              
6983              fix a broken workaround for Borland compiler in change#4739
6984              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
6985              
6986              nits spotted by Borland compiler
6987              
6988              avoid redefinition warnings under Borland 5.02
6989              
6990              various nits identified by the Borland 5.5 compiler; remove suppression
6991              of a few warnings
6992      Branch: perl
6993           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
6994           !> win32/win32.h
6995 ____________________________________________________________________________
6996 [  9496] By: gsar                                  on 2001/03/31  23:22:28
6997         Log: various nits identified by the Borland 5.5 compiler; remove suppression
6998              of a few warnings
6999      Branch: maint-5.6/perl
7000            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
7001 ____________________________________________________________________________
7002 [  9495] By: gsar                                  on 2001/03/31  21:03:08
7003         Log: avoid redefinition warnings under Borland 5.02
7004      Branch: maint-5.6/perl
7005            ! win32/makefile.mk
7006 ____________________________________________________________________________
7007 [  9494] By: gsar                                  on 2001/03/31  20:18:59
7008         Log: nits spotted by Borland compiler
7009      Branch: maint-5.6/perl
7010            ! utf8.h win32/win32.h
7011 ____________________________________________________________________________
7012 [  9493] By: gsar                                  on 2001/03/31  20:18:05
7013         Log: fix a broken workaround for Borland compiler in change#4739
7014              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7015      Branch: maint-5.6/perl
7016            ! toke.c
7017 ____________________________________________________________________________
7018 [  9492] By: jhi                                   on 2001/03/31  18:36:24
7019         Log: Integrate change #9491 from maintperl into mainline.
7020              
7021              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7022              directory is relative (need to fetch the full path name *before*
7023              the chdir!)
7024      Branch: perl
7025           !> lib/Cwd.pm
7026 ____________________________________________________________________________
7027 [  9491] By: gsar                                  on 2001/03/31  17:01:56
7028         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7029              directory is relative (need to fetch the full path name *before*
7030              the chdir!)
7031              
7032              this is a followup patch for change#6749
7033      Branch: maint-5.6/perl
7034            ! lib/Cwd.pm
7035 ____________________________________________________________________________
7036 [  9490] By: jhi                                   on 2001/03/31  15:50:18
7037         Log: Subject: Re: [PATCH] av.h cosmetics
7038              From: Simon Cozens <simon@netthink.co.uk>
7039              Date: Sat, 31 Mar 2001 13:09:59 +0100
7040              Message-ID: <20010331130959.A22000@netthink.co.uk>
7041              
7042              Document AvALLOC.
7043      Branch: perl
7044            ! pod/perlguts.pod
7045 ____________________________________________________________________________
7046 [  9489] By: jhi                                   on 2001/03/31  15:48:44
7047         Log: Subject: [PATCH] Re: Math::Big* v1.21
7048              From: Tels <perl_dummy@bloodgate.com>
7049              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
7050              Message-Id: <200103311125.GAA377738@www08.hway.net>
7051      Branch: perl
7052            ! pod/perlop.pod
7053 ____________________________________________________________________________
7054 [  9488] By: jhi                                   on 2001/03/31  03:39:51
7055         Log: Debug output tweak.
7056      Branch: perl
7057            ! t/lib/cwd.t
7058 ____________________________________________________________________________
7059 [  9487] By: jhi                                   on 2001/03/31  03:33:02
7060         Log: OverVMSification.
7061      Branch: perl
7062            ! t/lib/cwd.t
7063 ____________________________________________________________________________
7064 [  9486] By: jhi                                   on 2001/03/31  03:01:40
7065         Log: Missed MANIFESTations in #9483.
7066      Branch: perl
7067            ! MANIFEST
7068 ____________________________________________________________________________
7069 [  9485] By: jhi                                   on 2001/03/31  02:58:17
7070         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
7071              From: Peter Prymmer <pvhp@forte.com>
7072              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
7073              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
7074      Branch: perl
7075            ! regexec.c t/lib/cwd.t
7076 ____________________________________________________________________________
7077 [  9484] By: jhi                                   on 2001/03/31  01:04:41
7078         Log: Obsolete file (see #3938)
7079      Branch: perl
7080            - lib/unicode/README.Ethiopic
7081            ! MANIFEST
7082 ____________________________________________________________________________
7083 [  9483] By: jhi                                   on 2001/03/31  00:52:42
7084         Log: Update to Unicode 3.1.
7085              (Rename Names.txt to NamesList.txt.)
7086      Branch: perl
7087            + lib/unicode/NamesList.txt lib/unicode/PropList.html
7088            - lib/unicode/Names.txt
7089            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
7090            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
7091            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
7092            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
7093            ! lib/unicode/UCD.html lib/unicode/Unicode.html
7094            ! lib/unicode/rename lib/unicode/version
7095 ____________________________________________________________________________
7096 [  9482] By: jhi                                   on 2001/03/30  23:33:44
7097         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
7098              From: Robin Houston <robin@kitsite.com>
7099              Date: Fri, 30 Mar 2001 20:07:22 +0100
7100              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
7101      Branch: perl
7102            ! ext/B/B/Deparse.pm
7103 ____________________________________________________________________________
7104 [  9481] By: jhi                                   on 2001/03/30  23:20:25
7105         Log: Subject: Re: [PATCH] CwdXS, Take 2
7106              From: Benjamin Sugars <bsugars@canoe.ca>
7107              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
7108              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
7109      Branch: perl
7110            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
7111            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
7112 ____________________________________________________________________________
7113 [  9480] By: jhi                                   on 2001/03/30  22:52:38
7114         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
7115              From: David Dyck <dcd@tc.fluke.com>
7116              Date: Fri, 30 Mar 2001 14:44:13 -0800
7117              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
7118              
7119              The t/rantests flags file creation was accidentally
7120              removed by #9217.
7121      Branch: perl
7122            ! Makefile.SH
7123 ____________________________________________________________________________
7124 [  9479] By: jhi                                   on 2001/03/30  22:45:45
7125         Log: Subject: [PATCH] File::Glob stuff for Mac OS
7126              From: Chris Nandor <pudge@pobox.com>
7127              Date: Fri, 30 Mar 2001 16:51:00 -0500
7128              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
7129      Branch: perl
7130            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7131            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7132            ! t/lib/glob-taint.t
7133 ____________________________________________________________________________
7134 [  9478] By: jhi                                   on 2001/03/30  22:43:12
7135         Log: Subject: fix for win32/buildext.pl
7136              From: "Vadim Konovalov" <watman@inbox.ru>
7137              Date: Sat, 31 Mar 2001 00:50:36 +0400
7138              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
7139      Branch: perl
7140            ! win32/buildext.pl
7141 ____________________________________________________________________________
7142 [  9477] By: jhi                                   on 2001/03/30  22:41:16
7143         Log: Subject: small base.pm doc patch
7144              From: Leon Brocard <acme@astray.com>
7145              Date: Fri, 30 Mar 2001 21:49:57 +0100
7146              Message-ID: <20010330214957.B8733@ns0.astray.com>
7147      Branch: perl
7148            ! lib/base.pm
7149 ____________________________________________________________________________
7150 [  9476] By: jhi                                   on 2001/03/30  18:16:57
7151         Log: Subject: [PATCH] av.h cosmetics
7152              From: Simon Cozens <simon@netthink.co.uk>
7153              Date: Fri, 30 Mar 2001 18:12:28 +0100
7154              Message-ID: <20010330181228.A9319@netthink.co.uk>
7155      Branch: perl
7156            ! av.h
7157 ____________________________________________________________________________
7158 [  9475] By: jhi                                   on 2001/03/30  18:15:50
7159         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
7160              From: "Philip Newton" <pnewton@gmx.de>
7161              Date: Fri, 30 Mar 2001 19:06:57 +0200
7162              Message-ID: <3AC4D951.14815.1AC7068@localhost>
7163      Branch: perl
7164            ! pod/perlhack.pod
7165 ____________________________________________________________________________
7166 [  9474] By: jhi                                   on 2001/03/30  18:14:02
7167         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
7168              From: Benjamin Sugars <bsugars@canoe.ca>
7169              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
7170              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
7171      Branch: perl
7172            ! t/lib/glob-basic.t
7173 ____________________________________________________________________________
7174 [  9473] By: jhi                                   on 2001/03/30  16:09:24
7175         Log: Update Changes.
7176      Branch: perl
7177            ! Changes patchlevel.h
7178 ____________________________________________________________________________
7179 [  9472] By: jhi                                   on 2001/03/30  15:16:08
7180         Log: Integrate perlio.
7181      Branch: perl
7182           !> t/lib/cwd.t t/lib/glob-basic.t
7183 ____________________________________________________________________________
7184 [  9471] By: nick                                  on 2001/03/30  14:47:10
7185         Log: Should be (^O eq 'MSWin32') not 'Win32'
7186              Fail #12 seems real - chdir is in wrong dir.
7187      Branch: perlio
7188            ! t/lib/cwd.t
7189 ____________________________________________________________________________
7190 [  9470] By: jhi                                   on 2001/03/30  14:41:11
7191         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
7192              From: Radu Greab <radu@netsoft.ro>
7193              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
7194              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
7195              
7196              Replace #9352.
7197      Branch: perl
7198            ! ext/Socket/Socket.xs pp_sys.c
7199 ____________________________________________________________________________
7200 [  9469] By: jhi                                   on 2001/03/30  14:37:51
7201         Log: Subject: PATCH pod/perldiag.pod
7202              From: Robin Houston <robin@kitsite.com>
7203              Date: Fri, 30 Mar 2001 14:10:36 +0100
7204              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
7205      Branch: perl
7206            ! pod/perldiag.pod t/lib/glob-basic.t
7207 ____________________________________________________________________________
7208 [  9468] By: jhi                                   on 2001/03/30  14:36:36
7209         Log: Subject: Better diagnostic in io/fs.t
7210              From: andreas.koenig@anima.de (Andreas J. Koenig)
7211              Date: 30 Mar 2001 10:11:43 +0200
7212              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
7213      Branch: perl
7214            ! t/io/fs.t
7215 ____________________________________________________________________________
7216 [  9467] By: nick                                  on 2001/03/30  14:25:43
7217         Log: Skip order test of glob if case-ignoring system cannot 
7218              create a.test and A.test
7219      Branch: perlio
7220            ! t/lib/glob-basic.t
7221 ____________________________________________________________________________
7222 [  9466] By: nick                                  on 2001/03/30  13:03:12
7223         Log: Integrate mainline.
7224      Branch: perlio
7225            - ext/re/hints/aix.pl
7226           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
7227           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
7228           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
7229           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
7230 ____________________________________________________________________________
7231 [  9465] By: jhi                                   on 2001/03/30  03:53:37
7232         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
7233              the tests sometimes hang, sometimes not.)
7234      Branch: perl
7235            ! t/lib/io_multihomed.t t/lib/io_sock.t
7236 ____________________________________________________________________________
7237 [  9464] By: jhi                                   on 2001/03/30  02:56:04
7238         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
7239              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7240              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
7241              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
7242      Branch: perl
7243            ! op.c
7244 ____________________________________________________________________________
7245 [  9463] By: jhi                                   on 2001/03/30  02:34:48
7246         Log: Test for #9462.
7247      Branch: perl
7248            ! t/lib/b.t
7249 ____________________________________________________________________________
7250 [  9462] By: jhi                                   on 2001/03/30  02:29:37
7251         Log: Subject: B::Deparse precedence bug. (Patch included.)
7252              From: Jeremy Madea <jmadea@inktomi.com>
7253              Date: Thu, 29 Mar 2001 12:05:02 -0800
7254              Message-ID: <20010329120502.A24881@dr.inktomi.com>
7255      Branch: perl
7256            ! ext/B/B/Deparse.pm
7257 ____________________________________________________________________________
7258 [  9461] By: jhi                                   on 2001/03/30  02:18:41
7259         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7260              From: Peter Prymmer <pvhp@forte.com>
7261              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
7262              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
7263      Branch: perl
7264            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
7265            ! t/lib/md5-file.t
7266 ____________________________________________________________________________
7267 [  9460] By: jhi                                   on 2001/03/30  02:17:07
7268         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
7269              From: Robin Houston <robin@kitsite.com>
7270              Date: Thu, 29 Mar 2001 20:47:56 +0100
7271              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
7272      Branch: perl
7273            ! ext/B/B/Debug.pm
7274 ____________________________________________________________________________
7275 [  9459] By: jhi                                   on 2001/03/30  02:16:05
7276         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
7277              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7278              Date: Wed, 28 Mar 2001 18:02:20 -0600
7279              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
7280      Branch: perl
7281            ! lib/ExtUtils/MM_VMS.pm
7282 ____________________________________________________________________________
7283 [  9458] By: jhi                                   on 2001/03/30  02:07:58
7284         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
7285              From: "Joshua E. Rodd" <jrodd@pbs.org>
7286              Date: Wed, 28 Mar 2001 17:29:12 -0500
7287              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
7288      Branch: perl
7289            ! pod/perlop.pod
7290 ____________________________________________________________________________
7291 [  9457] By: jhi                                   on 2001/03/30  02:04:33
7292         Log: Subject: ext/re/aix.pl can go
7293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7294              Date: Thu, 29 Mar 2001 12:03:28 +0200
7295              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
7296      Branch: perl
7297            - ext/re/hints/aix.pl
7298            ! MANIFEST
7299 ____________________________________________________________________________
7300 [  9456] By: jhi                                   on 2001/03/30  02:03:32
7301         Log: Integrate perlio.
7302      Branch: perl
7303           !> ext/Encode/Encode.xs installperl
7304 ____________________________________________________________________________
7305 [  9455] By: nick                                  on 2001/03/29  21:11:46
7306         Log: DLL name has changed so installperl needs to know
7307              (Why isn't it working it out or passed it?)
7308      Branch: perlio
7309            ! installperl
7310 ____________________________________________________________________________
7311 [  9454] By: nick                                  on 2001/03/29  20:56:12
7312         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
7313              and we don't get undef warnings.
7314      Branch: perlio
7315            ! ext/Encode/Encode.xs
7316 ____________________________________________________________________________
7317 [  9453] By: nick                                  on 2001/03/29  17:58:48
7318         Log: Integrate mainline
7319      Branch: perlio
7320           !> Changes patchlevel.h
7321 ____________________________________________________________________________
7322 [  9452] By: jhi                                   on 2001/03/29  16:44:55
7323         Log: Update Changes.
7324      Branch: perl
7325            ! Changes patchlevel.h
7326 ____________________________________________________________________________
7327 [  9451] By: nick                                  on 2001/03/29  16:31:38
7328         Log: Integrate mainline
7329      Branch: perlio
7330           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
7331           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
7332           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
7333           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
7334           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
7335 ____________________________________________________________________________
7336 [  9450] By: jhi                                   on 2001/03/29  16:29:17
7337         Log: Integrate perlio.
7338      Branch: perl
7339           !> win32/buildext.pl
7340 ____________________________________________________________________________
7341 [  9449] By: jhi                                   on 2001/03/29  15:50:01
7342         Log: Update Changes.
7343      Branch: perl
7344            ! Changes patchlevel.h
7345 ____________________________________________________________________________
7346 [  9448] By: nick                                  on 2001/03/29  15:47:15
7347         Log: Make sure buildext.pl finds Errno.pm
7348      Branch: perlio
7349            ! win32/buildext.pl
7350 ____________________________________________________________________________
7351 [  9447] By: jhi                                   on 2001/03/29  15:39:34
7352         Log: Integrate perlio.
7353      Branch: perl
7354           !> win32/makefile.mk
7355 ____________________________________________________________________________
7356 [  9446] By: nick                                  on 2001/03/29  15:30:03
7357         Log: Integrate win32/makefile.mk with mainline.
7358      Branch: perlio
7359           !> win32/makefile.mk
7360 ____________________________________________________________________________
7361 [  9445] By: nick                                  on 2001/03/29  15:27:32
7362         Log: Fix breakage ... 
7363      Branch: perlio
7364            ! win32/makefile.mk
7365 ____________________________________________________________________________
7366 [  9444] By: jhi                                   on 2001/03/29  15:03:08
7367         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
7368              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7369              Date: Thu, 29 Mar 2001 10:32:59 +0400
7370              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
7371      Branch: perl
7372            ! win32/makefile.mk
7373 ____________________________________________________________________________
7374 [  9443] By: jhi                                   on 2001/03/29  15:02:12
7375         Log: Integrate perlio.
7376      Branch: perl
7377           +> win32/buildext.pl
7378           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
7379           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
7380 ____________________________________________________________________________
7381 [  9442] By: nick                                  on 2001/03/29  14:59:11
7382         Log: Work in progress - determine win32 extensions to build via script.
7383      Branch: perlio
7384            + win32/buildext.pl
7385            ! MANIFEST win32/makefile.mk
7386 ____________________________________________________________________________
7387 [  9441] By: jhi                                   on 2001/03/29  14:51:47
7388         Log: Reintroduce the use of external pwd.
7389      Branch: perl
7390            ! t/lib/cwd.t
7391 ____________________________________________________________________________
7392 [  9440] By: jhi                                   on 2001/03/29  14:42:58
7393         Log: use warnings instead of -w.
7394      Branch: perl
7395            ! utils/h2xs.PL
7396 ____________________________________________________________________________
7397 [  9439] By: jhi                                   on 2001/03/29  14:41:52
7398         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
7399              From: Jonathan Stowe <gellyfish@gellyfish.com>
7400              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
7401              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
7402      Branch: perl
7403            ! utils/h2xs.PL
7404 ____________________________________________________________________________
7405 [  9438] By: jhi                                   on 2001/03/29  14:39:38
7406         Log: Subject: [PATCH perl@9424] minor pod nits
7407              From: Robin Barker <rmb1@cise.npl.co.uk>
7408              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
7409              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
7410      Branch: perl
7411            ! pod/perlhack.pod pod/perliol.pod
7412 ____________________________________________________________________________
7413 [  9437] By: jhi                                   on 2001/03/29  14:29:16
7414         Log: Subject: [PATCH perl@9424] typemap cast warning
7415              From: Robin Barker <rmb1@cise.npl.co.uk>
7416              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
7417              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
7418      Branch: perl
7419            ! lib/ExtUtils/typemap
7420 ____________________________________________________________________________
7421 [  9436] By: jhi                                   on 2001/03/29  14:26:03
7422         Log: Subject: [PATCH perl@9424] printf warning
7423              From: Robin Barker <rmb1@cise.npl.co.uk>
7424              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
7425              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
7426      Branch: perl
7427            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
7428            ! ext/Storable/Storable.xs toke.c
7429 ____________________________________________________________________________
7430 [  9435] By: nick                                  on 2001/03/29  14:23:31
7431         Log: Win32 has name conflict with ERROR
7432      Branch: perlio
7433            ! ext/PerlIO/Via/Via.xs
7434 ____________________________________________________________________________
7435 [  9434] By: jhi                                   on 2001/03/29  14:17:48
7436         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7437              From: Peter Prymmer <pvhp@forte.com>
7438              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
7439              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
7440      Branch: perl
7441            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
7442 ____________________________________________________________________________
7443 [  9433] By: jhi                                   on 2001/03/29  13:52:44
7444         Log: test-prep target was missing.
7445      Branch: perl
7446            ! Makefile.SH
7447 ____________________________________________________________________________
7448 [  9432] By: nick                                  on 2001/03/29  12:40:03
7449         Log: Make as-shipped compiler default to MSVC6 
7450      Branch: perlio
7451            ! win32/makefile.mk
7452 ____________________________________________________________________________
7453 [  9431] By: nick                                  on 2001/03/29  12:12:16
7454         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
7455              akin to PerlIO::Scalar.
7456      Branch: perlio
7457            ! perlio.c perlio.h
7458 ____________________________________________________________________________
7459 [  9430] By: nick                                  on 2001/03/29  10:56:35
7460         Log: Integrate mainline.
7461      Branch: perlio
7462           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7463           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7464           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7465           !> win32/makefile.mk win32/win32sck.c
7466 ____________________________________________________________________________
7467 [  9429] By: nick                                  on 2001/03/29  09:03:43
7468         Log: Noticed that two tests were skipped as perlio:: package
7469              isn't there any more. Changed the skip condition.
7470              Avoid core-dump if sv_utf8_upgrade() called on something
7471              that does not become SvPOK after SvPV() (e.g. a ref).
7472      Branch: perlio
7473            ! sv.c t/io/utf8.t t/lib/io_scalar.t
7474 ____________________________________________________________________________
7475 [  9428] By: jhi                                   on 2001/03/29  01:31:47
7476         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
7477              From: Benjamin Sugars <bsugars@canoe.ca> 
7478              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
7479              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
7480      Branch: perl
7481            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7482            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7483            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7484 ____________________________________________________________________________
7485 [  9427] By: jhi                                   on 2001/03/29  00:49:30
7486         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
7487              From: "Vadim Konovalov" <watman@inbox.ru>
7488              Date: Thu, 29 Mar 2001 01:50:12 +0400
7489              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
7490      Branch: perl
7491            ! win32/makefile.mk win32/win32sck.c
7492 ____________________________________________________________________________
7493 [  9426] By: gsar                                  on 2001/03/29  00:28:04
7494         Log: dmake can only handle == and != in comparisons; support building
7495              with Borland's VCL libraries (from Vadim Konovalov)
7496      Branch: maint-5.6/perl
7497            ! win32/makefile.mk
7498 ____________________________________________________________________________
7499 [  9425] By: nick                                  on 2001/03/28  19:29:56
7500         Log: Integrate (@snapshot)
7501      Branch: perlio
7502           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
7503 ____________________________________________________________________________
7504 [  9424] By: jhi                                   on 2001/03/28  19:03:16
7505         Log: Update Changes.
7506      Branch: perl
7507            ! Changes patchlevel.h
7508 ____________________________________________________________________________
7509 [  9423] By: jhi                                   on 2001/03/28  18:52:09
7510         Log: Rmdir lib/XS on cleanup.
7511      Branch: perl
7512            ! Makefile.SH
7513 ____________________________________________________________________________
7514 [  9422] By: jhi                                   on 2001/03/28  18:49:34
7515         Log: Integrate perlio.
7516      Branch: perl
7517           !> t/op/utf8decode.t
7518 ____________________________________________________________________________
7519 [  9421] By: nick                                  on 2001/03/28  18:46:44
7520         Log: Loose duplicate chunk.
7521      Branch: perlio
7522            ! t/op/utf8decode.t
7523 ____________________________________________________________________________
7524 [  9420] By: nick                                  on 2001/03/28  18:44:11
7525         Log: Integrate mainline.
7526      Branch: perlio
7527           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
7528           !> vms/vmsish.h
7529 ____________________________________________________________________________
7530 [  9419] By: jhi                                   on 2001/03/28  18:42:05
7531         Log: Can't trust external pwds
7532              (either shell builtins or external programs)
7533      Branch: perl
7534            ! t/lib/cwd.t
7535 ____________________________________________________________________________
7536 [  9418] By: jhi                                   on 2001/03/28  18:34:05
7537         Log: Integrate perlio.
7538      Branch: perl
7539            - lib/perlio.pm
7540           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7541           !> t/op/utf8decode.t
7542 ____________________________________________________________________________
7543 [  9417] By: nick                                  on 2001/03/28  18:24:02
7544         Log: PerlIO.pm / perlio.pm conflict.
7545              Update some pods.
7546              Make t/op/utf8decode.t a text file.
7547      Branch: perlio
7548            - lib/perlio.pm
7549            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7550            ! t/op/utf8decode.t
7551 ____________________________________________________________________________
7552 [  9416] By: jhi                                   on 2001/03/28  18:06:07
7553         Log: Integrate change #9409 from mainline to maintperl.
7554              
7555              Yet another tweak on AIX dynaloading.
7556      Branch: maint-5.6/perl
7557           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7558 ____________________________________________________________________________
7559 [  9415] By: gsar                                  on 2001/03/28  17:13:01
7560         Log: integrate changes#9377,9385,9401 from mainline
7561              
7562              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
7563              
7564              If directory entries compare equal case-insensitively,
7565              retry case-sensitively.
7566              
7567              Subject: [PATCH] B::Terse and warnings
7568      Branch: maint-5.6/perl
7569           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
7570           !> t/pragma/warn/perl
7571 ____________________________________________________________________________
7572 [  9414] By: jhi                                   on 2001/03/28  17:11:12
7573         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
7574              From: "Craig A. Berry" <craigberry@mac.com>
7575              Date: Wed, 28 Mar 2001 10:55:20 -0600
7576              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
7577      Branch: perl
7578            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
7579 ____________________________________________________________________________
7580 [  9413] By: jhi                                   on 2001/03/28  17:03:12
7581         Log: Dup hunk.
7582      Branch: perl
7583            ! t/op/utf8decode.t
7584 ____________________________________________________________________________
7585 [  9412] By: jhi                                   on 2001/03/28  17:02:36
7586         Log: Forced integrate from perlio.
7587      Branch: perl
7588           !> t/op/utf8decode.t
7589 ____________________________________________________________________________
7590 [  9411] By: nick                                  on 2001/03/28  16:50:03
7591         Log: Integrate mainline.
7592      Branch: perlio
7593           +> t/lib/cwd.t
7594           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7595           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
7596           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
7597           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
7598           !> t/pragma/warn/perl
7599 ____________________________________________________________________________
7600 [  9410] By: jhi                                   on 2001/03/28  16:44:23
7601         Log: Subject: Re: [PATCH] 9403 cannot be tested
7602              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7603              Date: Wed, 28 Mar 2001 18:33:56 +0200
7604              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
7605      Branch: perl
7606            ! makedef.pl
7607 ____________________________________________________________________________
7608 [  9409] By: jhi                                   on 2001/03/28  16:12:45
7609         Log: Yet another tweak on AIX dynaloading.
7610      Branch: perl
7611            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7612 ____________________________________________________________________________
7613 [  9408] By: jhi                                   on 2001/03/28  15:52:55
7614         Log: Subject: [PATCH] 9403 cannot be tested
7615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7616              Date: Wed, 28 Mar 2001 17:23:00 +0200
7617              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
7618              
7619              A missing symbol.
7620      Branch: perl
7621            ! makedef.pl
7622 ____________________________________________________________________________
7623 [  9407] By: jhi                                   on 2001/03/28  15:47:43
7624         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
7625      Branch: perl
7626            ! t/op/utf8decode.t
7627           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
7628           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
7629 ____________________________________________________________________________
7630 [  9406] By: jhi                                   on 2001/03/28  15:37:08
7631         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
7632              From: Benjamin Sugars <bsugars@canoe.ca> 
7633              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
7634              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
7635      Branch: perl
7636            + t/lib/cwd.t
7637            ! MANIFEST
7638 ____________________________________________________________________________
7639 [  9405] By: jhi                                   on 2001/03/28  15:13:18
7640         Log: pp_ne() needs a CORRECT boolean.
7641      Branch: perl
7642            ! pp.c
7643 ____________________________________________________________________________
7644 [  9404] By: jhi                                   on 2001/03/28  15:09:23
7645         Log: pp_ne() needs a boolean, not an integer.
7646      Branch: perl
7647            ! pp.c
7648 ____________________________________________________________________________
7649 [  9403] By: jhi                                   on 2001/03/28  14:47:43
7650         Log: (Retracted by #9404.)
7651      Branch: perl
7652            ! pp.c
7653 ____________________________________________________________________________
7654 [  9402] By: jhi                                   on 2001/03/28  14:43:59
7655         Log: Subject: Re: [PATCH] Typemap testing
7656              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
7657              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
7658              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
7659      Branch: perl
7660            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7661            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
7662 ____________________________________________________________________________
7663 [  9401] By: jhi                                   on 2001/03/28  14:42:14
7664         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
7665              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7666              Date: Sun, 25 Mar 2001 21:59:15 +0100
7667              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
7668              
7669              A variable will be checked for the "use once" warnings if:
7670              
7671              1. It is in the scope of a use warnings 'once'
7672              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
7673              
7674              Otherwise it won't be checked at all.
7675              
7676              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
7677              
7678              The enclosed patch partially fixes this issue. What I didn't
7679              get to work was the case where the "used once" warning is enabled
7680              in any file other than the main file.
7681      Branch: perl
7682            ! gv.c t/pragma/warn/perl
7683 ____________________________________________________________________________
7684 [  9400] By: nick                                  on 2001/03/28  14:38:24
7685         Log: More EBCDIC tweaks:
7686              - one more swash issue &~(0xA0-1) did not do the right thing,
7687              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
7688              - add "use re 'asciirange'" to make [!-~] etc. work
7689              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
7690              - Choose a key for t/op/each.t test which gets encoded.
7691              - Skip utf8decode if this is UTF-EBCDIC.
7692      Branch: perlio
7693            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
7694            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
7695 ____________________________________________________________________________
7696 [  9399] By: jhi                                   on 2001/03/28  14:21:00
7697         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
7698              Andreas Schwab.
7699      Branch: perl
7700            ! pp.c
7701 ____________________________________________________________________________
7702 [  9398] By: jhi                                   on 2001/03/28  00:55:56
7703         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
7704              From: David Dyck <dcd@tc.fluke.com>
7705              Date: Tue, 27 Mar 2001 15:16:24 -0800
7706              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
7707      Branch: perl
7708            ! ext/IO/lib/IO/Socket.pm
7709 ____________________________________________________________________________
7710 [  9397] By: jhi                                   on 2001/03/27  21:52:49
7711         Log: Integrate perlio.
7712      Branch: perl
7713           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
7714           +> ext/PerlIO/Via/Via.xs
7715           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
7716 ____________________________________________________________________________
7717 [  9396] By: nick                                  on 2001/03/27  21:45:13
7718         Log: Integrate mainline.
7719      Branch: perlio
7720           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
7721           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
7722 ____________________________________________________________________________
7723 [  9395] By: nick                                  on 2001/03/27  21:18:58
7724         Log: Outline docs for PerlIO and PerlIO::Scalar
7725      Branch: perlio
7726            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
7727 ____________________________________________________________________________
7728 [  9394] By: nick                                  on 2001/03/27  20:50:13
7729         Log: PerlIO::Via layer (alpha-ish).
7730      Branch: perlio
7731            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
7732            + ext/PerlIO/Via/Via.xs
7733            ! MANIFEST
7734 ____________________________________________________________________________
7735 [  9393] By: jhi                                   on 2001/03/27  20:49:55
7736         Log: Retract #9329 now that 9390 should take care of the matter.
7737      Branch: perl
7738            ! utils/h2xs.PL
7739 ____________________________________________________________________________
7740 [  9390] By: jhi                                   on 2001/03/27  20:47:50
7741         Log: Subject: Autoloading Errno.pm when %! is encountered
7742              From: Robin Houston <robin@kitsite.com>
7743              Date: Tue, 27 Mar 2001 20:57:11 +0100
7744              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
7745      Branch: perl
7746            ! embed.h embed.pl gv.c proto.h t/op/magic.t
7747 ____________________________________________________________________________
7748 [  9389] By: jhi                                   on 2001/03/27  20:24:31
7749         Log: Integrate perlio.
7750      Branch: perl
7751           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
7752           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
7753           !> utf8.c
7754 ____________________________________________________________________________
7755 [  9388] By: jhi                                   on 2001/03/27  20:21:38
7756         Log: Better have a three-element array if one is going to assign
7757              to the third element of that array. (from Tim Jenness)
7758      Branch: perl
7759            ! ext/XS/Typemap/Typemap.xs
7760 ____________________________________________________________________________
7761 [  9387] By: nick                                  on 2001/03/27  20:15:43
7762         Log: Integrate mainline.
7763      Branch: perlio
7764           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
7765           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7766           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
7767           +> t/lib/xs-typemap.t
7768           !> (integrate 34 files)
7769 ____________________________________________________________________________
7770 [  9386] By: jhi                                   on 2001/03/27  20:04:18
7771         Log: Subject: Re: perl@9359 breaks HTML::Parser
7772              From: Gisle Aas <gisle@ActiveState.com>
7773              Date: 27 Mar 2001 11:30:24 -0800
7774              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
7775              
7776              Clarify the UTF-8 issues of the API docs.
7777              (Slightly reworded and expanded.)
7778      Branch: perl
7779            ! pod/perlapi.pod sv.c sv.h
7780 ____________________________________________________________________________
7781 [  9385] By: jhi                                   on 2001/03/27  19:44:25
7782         Log: If directory entries compare equal case-insensitively,
7783              retry case-sensitively.
7784      Branch: perl
7785            ! ext/File/Glob/bsd_glob.c
7786 ____________________________________________________________________________
7787 [  9384] By: nick                                  on 2001/03/27  19:38:50
7788         Log: Various EBCDIC fixes:
7789              - major revelation that swash code is encoding aware,
7790              (or thought it was) - now it is ;-)
7791              - With that out of the way fix a slab of tr/// cases.
7792              - Fix Encode 'Unicode' to be true Unicode so tests pass.
7793              - As anticipated Base64.xs needed tweaks.
7794              - Until tr/// works right avoid old_encode64 in MIME tests.
7795      Branch: perlio
7796            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
7797            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
7798 ____________________________________________________________________________
7799 [  9383] By: jhi                                   on 2001/03/27  18:34:41
7800         Log: Add the std test suite BEGIN block.
7801      Branch: perl
7802            ! t/lib/xs-typemap.t
7803 ____________________________________________________________________________
7804 [  9382] By: jhi                                   on 2001/03/27  15:16:07
7805         Log: Add debugging output to the test.
7806      Branch: perl
7807            ! t/lib/glob-basic.t
7808 ____________________________________________________________________________
7809 [  9381] By: jhi                                   on 2001/03/27  15:08:10
7810         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
7811      Branch: perl
7812            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
7813            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7814            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
7815            + t/lib/xs-typemap.t
7816            ! MANIFEST
7817 ____________________________________________________________________________
7818 [  9380] By: jhi                                   on 2001/03/27  14:48:34
7819         Log: Subject: [PATCH] Typemap testing
7820              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
7821              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
7822              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
7823              
7824              (The first part of the patch.)
7825      Branch: perl
7826            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
7827 ____________________________________________________________________________
7828 [  9379] By: jhi                                   on 2001/03/27  14:44:56
7829         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
7830              From: Benjamin Sugars <bsugars@canoe.ca> 
7831              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
7832              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
7833      Branch: perl
7834            ! t/lib/glob-basic.t
7835 ____________________________________________________________________________
7836 [  9378] By: jhi                                   on 2001/03/27  14:42:30
7837         Log: Subject: [PATCH] perlvar nit
7838              From: Simon Cozens <simon@netthink.co.uk>
7839              Date: Tue, 27 Mar 2001 01:12:01 +0100
7840              Message-ID: <20010327011201.A19179@netthink.co.uk>
7841      Branch: perl
7842            ! pod/perlvar.pod
7843 ____________________________________________________________________________
7844 [  9377] By: jhi                                   on 2001/03/27  14:36:26
7845         Log: Subject: [PATCH] B::Terse and warnings
7846              From: Benjamin Sugars <ben.sugars@home.com>
7847              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
7848              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
7849      Branch: perl
7850            ! ext/B/B.pm ext/B/B/Terse.pm
7851 ____________________________________________________________________________
7852 [  9376] By: jhi                                   on 2001/03/27  14:31:31
7853         Log: Document sockatmark() some.
7854      Branch: perl
7855            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
7856            ! pod/perltoc.pod
7857 ____________________________________________________________________________
7858 [  9375] By: jhi                                   on 2001/03/27  14:00:24
7859         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
7860              noted by Gisle and fixed by NI-S.
7861      Branch: perl
7862            ! sv.c
7863 ____________________________________________________________________________
7864 [  9374] By: jhi                                   on 2001/03/27  05:50:01
7865         Log: Regen toc.
7866      Branch: perl
7867            ! pod/perltoc.pod
7868 ____________________________________________________________________________
7869 [  9373] By: jhi                                   on 2001/03/27  05:43:51
7870         Log: Pixie documenting.
7871      Branch: perl
7872            ! Makefile.SH pod/perlhack.pod
7873 ____________________________________________________________________________
7874 [  9372] By: jhi                                   on 2001/03/27  05:29:34
7875         Log: Metaconfig unit changes for #9371.
7876      Branch: metaconfig
7877            ! U/modified/myhostname.U
7878      Branch: metaconfig/U/perl
7879            + d_sockatmark.U
7880            ! gccvers.U
7881 ____________________________________________________________________________
7882 [  9371] By: jhi                                   on 2001/03/27  05:29:07
7883         Log: Add sockatmark() probing.
7884      Branch: perl
7885            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7886            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7887            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7888            ! vos/config.ga.h win32/config.bc win32/config.gc
7889            ! win32/config.vc
7890 ____________________________________________________________________________
7891 [  9370] By: jhi                                   on 2001/03/26  22:01:18
7892         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
7893              Really need to benchmark this.
7894      Branch: perl
7895            ! pp.c
7896 ____________________________________________________________________________
7897 [  9369] By: nick                                  on 2001/03/26  21:59:30
7898         Log: Integrate mainline.
7899      Branch: perlio
7900            ! ext/MIME/Base64/QuotedPrint.pm
7901           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
7902           !> patchlevel.h pod/perlhack.pod pp_sys.c
7903 ____________________________________________________________________________
7904 [  9368] By: jhi                                   on 2001/03/26  21:47:03
7905         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
7906              
7907              TODO1: perlbench.
7908              TODO2: le, lt, ge, gt?  Yech.
7909      Branch: perl
7910            ! pp.c
7911 ____________________________________________________________________________
7912 [  9367] By: jhi                                   on 2001/03/26  21:34:57
7913         Log: Too much cut-and-paste in #9363.
7914      Branch: perl
7915            ! pp_sys.c
7916 ____________________________________________________________________________
7917 [  9366] By: jhi                                   on 2001/03/26  21:20:53
7918         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
7919              From: Andreas Schwab <schwab@suse.de>
7920              Date: 26 Mar 2001 17:29:04 +0200
7921              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
7922              
7923              (The patch for 5.6.0 or so, this is a guess for bleadperl)
7924      Branch: perl
7925            ! pp_hot.c
7926 ____________________________________________________________________________
7927 [  9365] By: jhi                                   on 2001/03/26  21:07:54
7928         Log: Integrate perlio.
7929      Branch: perl
7930           !> perlio.c
7931 ____________________________________________________________________________
7932 [  9364] By: nick                                  on 2001/03/26  20:30:48
7933         Log: REFCNT botch in layer name cache hash.
7934      Branch: perlio
7935            ! perlio.c
7936 ____________________________________________________________________________
7937 [  9363] By: jhi                                   on 2001/03/26  18:44:32
7938         Log: Subject: [PATCH] socket() leaks file descriptors
7939              From: Benjamin Sugars <bsugars@canoe.ca>
7940              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
7941              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
7942              
7943              Also sockpair() fixed similarly.
7944      Branch: perl
7945            ! pp_sys.c
7946 ____________________________________________________________________________
7947 [  9362] By: jhi                                   on 2001/03/26  18:37:52
7948         Log: Integrate perlio.
7949      Branch: perl
7950           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
7951 ____________________________________________________________________________
7952 [  9361] By: nick                                  on 2001/03/26  17:32:06
7953         Log: Implement flush of linebuffered streams on read of a tty.
7954      Branch: perlio
7955            ! perlio.c perliol.h
7956 ____________________________________________________________________________
7957 [  9360] By: nick                                  on 2001/03/26  17:12:32
7958         Log: Memory tweaks and notes for OEMVS.
7959      Branch: perlio
7960            ! README.os390 miniperlmain.c t/op/pat.t
7961 ____________________________________________________________________________
7962 [  9359] By: jhi                                   on 2001/03/26  02:12:54
7963         Log: Update Changes.
7964      Branch: perl
7965            ! Changes patchlevel.h
7966 ____________________________________________________________________________
7967 [  9358] By: jhi                                   on 2001/03/26  02:05:32
7968         Log: Document the most common pixie options.
7969      Branch: perl
7970            ! pod/perlhack.pod
7971 ____________________________________________________________________________
7972 [  9357] By: jhi                                   on 2001/03/26  01:25:28
7973         Log: For perl.pixie check *before* compiling that optimize is -g,
7974              as for perl.third.
7975      Branch: perl
7976            ! Makefile.SH
7977 ____________________________________________________________________________
7978 [  9356] By: jhi                                   on 2001/03/26  01:13:41
7979         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
7980      Branch: perl
7981            ! Makefile.SH
7982 ____________________________________________________________________________
7983 [  9355] By: jhi                                   on 2001/03/26  01:11:19
7984         Log: Remove t/perl.third.
7985      Branch: perl
7986            ! Makefile.SH
7987 ____________________________________________________________________________
7988 [  9354] By: jhi                                   on 2001/03/26  00:23:38
7989         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
7990              IO::Sockatmark().
7991      Branch: perl
7992            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
7993 ____________________________________________________________________________
7994 [  9353] By: jhi                                   on 2001/03/25  22:25:04
7995         Log: Integrate perlio.
7996      Branch: perl
7997           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7998           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
7999           !> pp_hot.c win32/makefile.mk
8000 ____________________________________________________________________________
8001 [  9352] By: jhi                                   on 2001/03/25  22:21:41
8002         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
8003              From: Radu Greab <radu@netsoft.ro>
8004              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
8005              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
8006      Branch: perl
8007            ! pp_sys.c
8008 ____________________________________________________________________________
8009 [  9351] By: nick                                  on 2001/03/25  22:15:02
8010         Log: Fix readline in list mode to tell rest of world that it has
8011              things on the stack. Otherwise if perl code gets invoked
8012              underneath it it scribbles over results-so-far.
8013              (Why TIEHANDLE has not tripped on this is a mystery.)
8014      Branch: perlio
8015            ! pp_hot.c
8016 ____________________________________________________________________________
8017 [  9350] By: nick                                  on 2001/03/25  22:10:13
8018         Log: win32/makefile.mk typos
8019      Branch: perlio
8020            ! win32/makefile.mk
8021 ____________________________________________________________________________
8022 [  9349] By: nick                                  on 2001/03/25  21:31:14
8023         Log: Integrate now-non-binary file.
8024      Branch: perlio
8025           !> t/lib/mimeqp.t
8026 ____________________________________________________________________________
8027 [  9348] By: nick                                  on 2001/03/25  21:27:24
8028         Log: Make it text
8029      Branch: perlio
8030            ! t/lib/mimeqp.t
8031 ____________________________________________________________________________
8032 [  9347] By: nick                                  on 2001/03/25  21:25:37
8033         Log: Integrate mainline.
8034      Branch: perlio
8035           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8036           !> lib/Term/ReadLine.pm t/lib/md5-file.t
8037 ____________________________________________________________________________
8038 [  9346] By: nick                                  on 2001/03/25  20:58:15
8039         Log: Add destruct time hook to PerlIO (for work-in-process implementing
8040              layers in perl code. In such cases layers need to be popped before
8041              we loose the ability to run perl code.)
8042              Also back-out "PerlIO::object" hook - it isn't going to work like that...
8043      Branch: perlio
8044            ! perl.c perlio.c perlio.h perliol.h
8045 ____________________________________________________________________________
8046 [  9345] By: nick                                  on 2001/03/25  20:49:11
8047         Log: Avoid at leasy one of undefined warnings in Encode.
8048      Branch: perlio
8049            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8050 ____________________________________________________________________________
8051 [  9344] By: jhi                                   on 2001/03/25  20:37:43
8052         Log: A workaround for using Term::ReadLine in emacs minibuffer
8053              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
8054              additional tweaks from Ilya Zakharevich.
8055      Branch: perl
8056            ! lib/Term/ReadLine.pm
8057 ____________________________________________________________________________
8058 [  9343] By: nick                                  on 2001/03/25  20:21:14
8059         Log: Missing return value.
8060      Branch: perlio
8061            ! ext/PerlIO/Scalar/Scalar.xs
8062 ____________________________________________________________________________
8063 [  9342] By: jhi                                   on 2001/03/25  16:21:00
8064         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
8065              to equal the CPAN versions since no code changes have been made.
8066      Branch: perl
8067            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8068            ! t/lib/md5-file.t
8069 ____________________________________________________________________________
8070 [  9341] By: jhi                                   on 2001/03/25  16:01:48
8071         Log: Escape 8-bit characters.
8072      Branch: perl
8073            ! t/lib/mimeqp.t
8074 ____________________________________________________________________________
8075 [  9340] By: gsar                                  on 2001/03/25  15:50:53
8076         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
8077              chars)
8078      Branch: perl
8079            + t/lib/mimeqp.t
8080 ____________________________________________________________________________
8081 [  9339] By: gsar                                  on 2001/03/25  15:48:50
8082         Log: delete mimeqp.t for later with text mode set
8083      Branch: perl
8084            - t/lib/mimeqp.t
8085 ____________________________________________________________________________
8086 [  9338] By: nick                                  on 2001/03/25  09:01:57
8087         Log: Integrate mainline.
8088      Branch: perlio
8089           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8090           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8091           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8092           +> t/lib/mimeb64u.t t/lib/mimeqp.t
8093           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
8094           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
8095           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
8096 ____________________________________________________________________________
8097 [  9337] By: jhi                                   on 2001/03/25  04:23:24
8098         Log: Add MIME::Base64 here and there.  Again, a lot of
8099              optimism is in the air.
8100      Branch: perl
8101            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8102            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
8103 ____________________________________________________________________________
8104 [  9336] By: jhi                                   on 2001/03/25  04:12:43
8105         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
8106              this by ear as I do not do Win32 programming.)
8107      Branch: perl
8108            ! win32/Makefile win32/makefile.mk
8109 ____________________________________________________________________________
8110 [  9335] By: jhi                                   on 2001/03/25  04:03:50
8111         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
8112      Branch: perl
8113            ! t/lib/md5-file.t
8114 ____________________________________________________________________________
8115 [  9334] By: jhi                                   on 2001/03/25  03:58:53
8116         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
8117      Branch: perl
8118            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8119            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8120            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8121            + t/lib/mimeb64u.t t/lib/mimeqp.t
8122            ! MANIFEST
8123 ____________________________________________________________________________
8124 [  9333] By: jhi                                   on 2001/03/24  20:14:37
8125         Log: Integrate perlio.
8126      Branch: perl
8127           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
8128 ____________________________________________________________________________
8129 [  9332] By: nick                                  on 2001/03/24  19:40:34
8130         Log: Fix un-init variable leading to spurious "Out of Memory!"
8131      Branch: perlio
8132            ! doio.c
8133 ____________________________________________________________________________
8134 [  9331] By: nick                                  on 2001/03/24  19:09:59
8135         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
8136              and update layers internals doc.
8137      Branch: perlio
8138            ! pod/perlfunc.pod pod/perliol.pod
8139 ____________________________________________________________________________
8140 [  9330] By: jhi                                   on 2001/03/24  18:42:11
8141         Log: The length might be uninitialized garbage if the *svp is the undef.
8142      Branch: perl
8143            ! doio.c
8144 ____________________________________________________________________________
8145 [  9329] By: jhi                                   on 2001/03/24  18:26:57
8146         Log: (Retracted by #9393)
8147
8148              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
8149              From: Simon Cozens <simon@netthink.co.uk>
8150              Date: Sat, 24 Mar 2001 17:13:17 +0000
8151              Message-ID: <20010324171317.A13406@netthink.co.uk>
8152      Branch: perl
8153            ! utils/h2xs.PL
8154 ____________________________________________________________________________
8155 [  9328] By: nick                                  on 2001/03/24  17:22:02
8156         Log: Integrate mainline.
8157      Branch: perlio
8158           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
8159           !> lib/unicode/version
8160 ____________________________________________________________________________
8161 [  9327] By: nick                                  on 2001/03/24  17:16:02
8162         Log: Integrate mainline.
8163      Branch: perlio
8164           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8165           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
8166           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
8167           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
8168           +> t/lib/md5-file.t
8169           !> MANIFEST Makefile.SH configure.com djgpp/config.over
8170           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
8171           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
8172           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
8173           !> win32/makefile.mk
8174 ____________________________________________________________________________
8175 [  9326] By: jhi                                   on 2001/03/24  17:00:42
8176         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
8177      Branch: perl
8178            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
8179            ! lib/unicode/version
8180 ____________________________________________________________________________
8181 [  9325] By: jhi                                   on 2001/03/24  16:22:33
8182         Log: Subject: Re: B::Deparse bug (5.6.0)
8183              From: Robin Houston <robin@kitsite.com>
8184              Date: Sat, 24 Mar 2001 14:33:09 +0000
8185              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
8186      Branch: perl
8187            ! op.c pp.c t/lib/b.t t/op/repeat.t
8188 ____________________________________________________________________________
8189 [  9324] By: jhi                                   on 2001/03/24  16:21:56
8190         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
8191              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
8192              these additions may be too optimistic.
8193      Branch: perl
8194            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8195            ! hints/uwin.sh hints/vmesa.sh
8196 ____________________________________________________________________________
8197 [  9323] By: jhi                                   on 2001/03/24  16:06:01
8198         Log: Integrate perlio.
8199      Branch: perl
8200           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8201           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8202            ! Makefile.SH
8203           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
8204           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
8205           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
8206           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8207           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8208           !> win32/win32iop.h
8209 ____________________________________________________________________________
8210 [  9322] By: nick                                  on 2001/03/24  14:39:12
8211         Log: Routine Win32 regen_config_h - no real changes.
8212      Branch: perlio
8213            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8214 ____________________________________________________________________________
8215 [  9321] By: nick                                  on 2001/03/24  14:31:49
8216         Log: PerlIO fixups for Win32:
8217              - provide win33_popenlist() - non-functional as yet.
8218              - avoid need for aTHX in PerlIO_debug calls - even if not 
8219              enabled args are still evaluated so Win32 has trouble during fork().
8220              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
8221              - Fixup makedef.pl for latest set of symbols.
8222      Branch: perlio
8223            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
8224            ! win32/perlhost.h win32/win32.c win32/win32iop.h
8225 ____________________________________________________________________________
8226 [  9320] By: nick                                  on 2001/03/24  14:26:58
8227         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
8228              was gibberish - broke it on WIn32 at least.
8229      Branch: perlio
8230            ! ext/POSIX/POSIX.xs
8231 ____________________________________________________________________________
8232 [  9319] By: nick                                  on 2001/03/24  11:29:41
8233         Log: Generated files.
8234      Branch: perlio
8235            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8236 ____________________________________________________________________________
8237 [  9318] By: nick                                  on 2001/03/24  10:29:37
8238         Log: Implement:
8239              1.  open($fh,"+<",undef);  # add test to t/io/open.t
8240              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
8241      Branch: perlio
8242            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8243            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8244            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
8245            ! t/io/open.t t/io/utf8.t
8246 ____________________________________________________________________________
8247 [  9317] By: jhi                                   on 2001/03/23  23:41:25
8248         Log: AIX does seems to have optimization problems with its C compilers.
8249      Branch: perl
8250            ! hints/aix.sh
8251 ____________________________________________________________________________
8252 [  9316] By: jhi                                   on 2001/03/23  23:40:46
8253         Log: Integrate perlio.
8254      Branch: perl
8255           +> lib/PerlIO.pm
8256           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
8257           !> perliol.h
8258 ____________________________________________________________________________
8259 [  9315] By: jhi                                   on 2001/03/23  22:16:30
8260         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
8261      Branch: perl
8262            ! t/lib/md5-file.t
8263 ____________________________________________________________________________
8264 [  9314] By: nick                                  on 2001/03/23  20:49:02
8265         Log: Perlio internals re-organized.
8266              - open process creates AV of layer/arg pairs
8267              (appends layers from open() or open.pm to default list).
8268              - push arg is now an SV.
8269              - layer ->Open get passed the AV
8270              - open is no longer mandatory method.
8271              - topmost layer that has ->Open method does the open
8272              - any layers above are pushed once that returns.
8273              - vtable re-ordered so dummy layers need only provide push/pop methods.
8274      Branch: perlio
8275            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8276 ____________________________________________________________________________
8277 [  9313] By: nick                                  on 2001/03/23  16:27:41
8278         Log: Check in a stable (working) version before next round of tweaks.
8279              Changes include:
8280              - Move default layers code out of doio.c and into perlio.c
8281              - Single routine for parsing layer specification strings.
8282              - Skeleton support for demand loading of layers
8283              - Core-dump avoidance if PERLIO environment specifies loadable layer
8284              (does not _work_ as need IO to load and need load to do IO ...)
8285      Branch: perlio
8286            + lib/PerlIO.pm
8287            ! MANIFEST doio.c perlio.c
8288 ____________________________________________________________________________
8289 [  9312] By: gsar                                  on 2001/03/23  16:25:25
8290         Log: add execute bit to files with shebang lines in the repository;
8291              avoid clobbering execute bit in Porting/makerel 
8292      Branch: maint-5.6/perl
8293            ! (edit 144 files)
8294 ____________________________________________________________________________
8295 [  9311] By: jhi                                   on 2001/03/23  14:25:35
8296         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
8297      Branch: perl
8298            ! MANIFEST
8299 ____________________________________________________________________________
8300 [  9310] By: jhi                                   on 2001/03/23  13:45:04
8301         Log: Subject: [PATCH] Net::Ping
8302              From: Colin McMillen <mcmi0037@tc.umn.edu>
8303              Date: Thu, 22 Mar 2001 19:30:31 -0600
8304              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
8305      Branch: perl
8306            ! lib/Net/Ping.pm
8307 ____________________________________________________________________________
8308 [  9309] By: jhi                                   on 2001/03/23  13:39:13
8309         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
8310      Branch: perl
8311            ! t/lib/md5-aaa.t t/lib/md5-file.t
8312 ____________________________________________________________________________
8313 [  9308] By: jhi                                   on 2001/03/23  13:20:34
8314         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
8315              - bump the version to 2.14
8316              - drop the base64 tests since they require MIME::Base64
8317              - drop the rfc1321.txt
8318              - drop the hints/dec_osf.pl since it's only needed for
8319              pre-5.005_03 Perls
8320              Todo:
8321              - the U32 alignment testing is now removed; it needs to
8322              be reintroduced as as a Config variable (meaning also
8323              as a Configure test)
8324              - get the new EBCDIC md5sum for MD5.pm
8325              - test in Win32 to see how badly I botched the makefiles
8326      Branch: perl
8327            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8328            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
8329            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
8330            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
8331            + t/lib/md5-file.t
8332            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
8333            ! win32/Makefile win32/makefile.mk
8334 ____________________________________________________________________________
8335 [  9307] By: jhi                                   on 2001/03/23  12:56:14
8336         Log: Integrate change #9306 from maintperl into mainline,
8337              AIX dynaloader for AIXes without <load.h>.
8338      Branch: perl
8339           !> ext/DynaLoader/hints/aix.pl
8340 ____________________________________________________________________________
8341 [  9306] By: jhi                                   on 2001/03/23  12:51:36
8342         Log: There are AIXes without /usr/include/load.h,
8343              patch from H.Merijn Brand.
8344      Branch: maint-5.6/perl
8345            ! ext/DynaLoader/hints/aix.pl
8346 ____________________________________________________________________________
8347 [  9305] By: nick                                  on 2001/03/23  11:00:42
8348         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
8349      Branch: perlio
8350            ! ext/Encode/Encode.xs perlio.c perlio.h
8351 ____________________________________________________________________________
8352 [  9304] By: nick                                  on 2001/03/23  10:20:46
8353         Log: Render -Duseperlio functional again.
8354              - this is "quick fix" which calls PerlIO_apply_layers after opening,
8355              which is what old scheme did. New scheme needs to change that
8356              to make open(...,\$scalar) etc. work but this will do for now.
8357      Branch: perlio
8358            ! perlio.c
8359 ____________________________________________________________________________
8360 [  9303] By: nick                                  on 2001/03/23  09:53:20
8361         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
8362              -Uuseperlio now works again.
8363              -Duseperlio is still poorly. Don't merge yet...
8364      Branch: perlio
8365            ! doio.c perlio.h
8366 ____________________________________________________________________________
8367 [  9302] By: nick                                  on 2001/03/22  22:26:51
8368         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
8369              type code.
8370              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
8371              is its main caller. In particular now has access to "extra" args, and
8372              can tell when an open handle is "reopened" (or duped?).
8373              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
8374              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
8375              PerlIO_open() et. al. (i.e. other way round).
8376              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
8377              with args close to PerlIO_openn().
8378      Branch: perlio
8379            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8380 ____________________________________________________________________________
8381 [  9301] By: jhi                                   on 2001/03/22  20:58:04
8382         Log: Integrate perlio.
8383      Branch: perl
8384           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
8385           !> t/io/open.t util.c
8386 ____________________________________________________________________________
8387 [  9300] By: nick                                  on 2001/03/22  17:36:32
8388         Log: Don't include $@ in not ok message.
8389      Branch: perlio
8390            ! t/io/open.t
8391 ____________________________________________________________________________
8392 [  9299] By: gsar                                  on 2001/03/22  16:53:45
8393         Log: back out changes#7532,7521 for now (appears to have problems
8394              on IRIX)
8395      Branch: maint-5.6/perl
8396            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8397            ! ext/POSIX/typemap pod/perlvar.pod
8398 ____________________________________________________________________________
8399 [  9298] By: nick                                  on 2001/03/22  14:35:46
8400         Log: Give a meaning to '&' in n-arg open case:
8401              open($fh,"<&",$scalar);
8402              $scalar can be:
8403              - an integer which does "fdopen"
8404              open($fh,"<&",2); # like open($fh,"<&2")
8405              - something that will yield a file handle via sv_2io()
8406              useful for dup'ing anonymous handles.
8407              e.g.:
8408              open(my $fh,"<&",\*STDIN);
8409              open(my $dup,"<&",$fh);
8410      Branch: perlio
8411            ! doio.c t/io/open.t
8412 ____________________________________________________________________________
8413 [  9297] By: nick                                  on 2001/03/22  13:34:35
8414         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
8415      Branch: perlio
8416            ! util.c
8417 ____________________________________________________________________________
8418 [  9296] By: nick                                  on 2001/03/22  12:51:20
8419         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
8420      Branch: perlio
8421            ! perl.c
8422 ____________________________________________________________________________
8423 [  9295] By: nick                                  on 2001/03/22  11:59:44
8424         Log: If stdin, stdout or stderr get opened in unexpected read/write state
8425              then warn at time of open not at time of use.
8426      Branch: perlio
8427            ! doio.c pp_hot.c pp_sys.c
8428 ____________________________________________________________________________
8429 [  9294] By: nick                                  on 2001/03/22  10:54:35
8430         Log: Die on n-arg open(...,"",xxx,yyy,...)
8431              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
8432              - die on read/write cases so we can decide what it means later.
8433      Branch: perlio
8434            ! doio.c embed.pl iperlsys.h util.c
8435 ____________________________________________________________________________
8436 [  9293] By: nick                                  on 2001/03/22  09:02:45
8437         Log: perlio tweaks (reported by Nick Clark)
8438              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
8439              error check in Pendinf_read().
8440      Branch: perlio
8441            ! perlio.c
8442 ____________________________________________________________________________
8443 [  9292] By: gsar                                  on 2001/03/22  07:12:00
8444         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
8445              fixes)
8446      Branch: maint-5.6/perl
8447           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
8448 ____________________________________________________________________________
8449 [  9291] By: jhi                                   on 2001/03/22  06:06:44
8450         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
8451      Branch: perl
8452            ! t/op/re_tests
8453 ____________________________________________________________________________
8454 [  9290] By: jhi                                   on 2001/03/22  05:57:01
8455         Log: Move MacOS Classic higher in the list of supported platforms.
8456      Branch: maint-5.6/perl
8457            ! pod/perlport.pod
8458 ____________________________________________________________________________
8459 [  9289] By: gsar                                  on 2001/03/22  05:35:04
8460         Log: revert part of change#6438 for compatibility (av_reify()
8461              appears to be needed to implement av_splice()ish things
8462              in XS)
8463      Branch: maint-5.6/perl
8464            ! embed.pl global.sym objXSUB.h perlapi.c
8465 ____________________________________________________________________________
8466 [  9288] By: gsar                                  on 2001/03/22  03:09:19
8467         Log: update copyright year
8468      Branch: maint-5.6/perl
8469            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
8470            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
8471            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
8472            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
8473            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
8474            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
8475            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
8476            ! x2p/walk.c
8477 ____________________________________________________________________________
8478 [  9287] By: jhi                                   on 2001/03/21  20:30:54
8479         Log: Integrate perlio.
8480      Branch: perl
8481           !> ext/Data/Dumper/Dumper.xs
8482 ____________________________________________________________________________
8483 [  9286] By: gsar                                  on 2001/03/21  19:49:54
8484         Log: makefile.mk tweak
8485      Branch: maint-5.6/perl
8486            ! win32/Makefile win32/makefile.mk
8487 ____________________________________________________________________________
8488 [  9285] By: nick                                  on 2001/03/21  19:07:13
8489         Log: Multiplicity fix for Dumper.
8490      Branch: perlio
8491            ! ext/Data/Dumper/Dumper.xs
8492 ____________________________________________________________________________
8493 [  9284] By: nick                                  on 2001/03/21  19:01:07
8494         Log: Integrate mainline - (does not build xTHX issue in Dumper).
8495      Branch: perlio
8496           !> (integrate 27 files)
8497 ____________________________________________________________________________
8498 [  9283] By: jhi                                   on 2001/03/21  17:17:35
8499         Log: Integrate change #9282 from mainline into maintperl,
8500              4-arg UTF-8 substr().
8501      Branch: maint-5.6/perl
8502           !> pp.c
8503 ____________________________________________________________________________
8504 [  9282] By: jhi                                   on 2001/03/21  17:15:43
8505         Log: The #9270 would have leaked a scalar if pp_substr()
8506              returned early.
8507      Branch: perl
8508            ! pp.c
8509 ____________________________________________________________________________
8510 [  9281] By: gsar                                  on 2001/03/21  17:03:14
8511         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
8512      Branch: maint-5.6/perl
8513            ! win32/makefile.mk
8514 ____________________________________________________________________________
8515 [  9280] By: gsar                                  on 2001/03/21  17:01:20
8516         Log: some tweaks to change#9278 (fork() emulation should be enabled
8517              by setting BUILD_FLAVOR instead of changing the defaults)
8518      Branch: maint-5.6/perl
8519            ! win32/makefile.mk
8520 ____________________________________________________________________________
8521 [  9279] By: gsar                                  on 2001/03/21  16:47:19
8522         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
8523      Branch: maint-5.6/perl
8524            ! ext/File/Glob/Glob.pm
8525           !> lib/Cwd.pm
8526 ____________________________________________________________________________
8527 [  9278] By: jhi                                   on 2001/03/21  14:35:10
8528         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
8529              From: "Vadim Konovalov" <watman@inbox.ru>
8530              Date: Wed, 21 Mar 2001 01:53:51 +0300
8531              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
8532      Branch: maint-5.6/perl
8533            ! win32/makefile.mk win32/win32sck.c
8534 ____________________________________________________________________________
8535 [  9277] By: jhi                                   on 2001/03/21  13:58:28
8536         Log: Integrate change #9270 from mainline to maintperl:
8537              continued 4-arg UTF-8 substr() fixing.
8538      Branch: maint-5.6/perl
8539           !> pp.c t/op/substr.t
8540 ____________________________________________________________________________
8541 [  9276] By: jhi                                   on 2001/03/21  13:33:00
8542         Log: More pixie cleaning.
8543      Branch: perl
8544            ! Makefile.SH
8545 ____________________________________________________________________________
8546 [  9275] By: jhi                                   on 2001/03/21  03:54:17
8547         Log: Update Changes.
8548      Branch: perl
8549            ! Changes patchlevel.h
8550 ____________________________________________________________________________
8551 [  9274] By: jhi                                   on 2001/03/21  03:48:24
8552         Log: First stab at making Data::Dumper to grok Unicode.
8553              
8554              TODO: tests, EBCDICify.
8555      Branch: perl
8556            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8557 ____________________________________________________________________________
8558 [  9273] By: jhi                                   on 2001/03/21  02:23:00
8559         Log: Fix for
8560              
8561              Subject: Memory leak in unquoted print   
8562              From: Benjamin Sugars <bsugars@canoe.ca> 
8563              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
8564              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
8565      Branch: perl
8566            ! perlio.c
8567 ____________________________________________________________________________
8568 [  9272] By: jhi                                   on 2001/03/21  01:33:17
8569         Log: Subject: Re: [PATCH] POSIX::getcwd()
8570              From: Benjamin Sugars <bsugars@canoe.ca> 
8571              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
8572              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
8573      Branch: perl
8574            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8575 ____________________________________________________________________________
8576 [  9271] By: jhi                                   on 2001/03/21  01:22:52
8577         Log: Subject: [PATCH] Cwd.pm docs
8578              From: Benjamin Sugars <bsugars@canoe.ca>
8579              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
8580              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
8581      Branch: perl
8582            ! lib/Cwd.pm
8583 ____________________________________________________________________________
8584 [  9270] By: jhi                                   on 2001/03/21  01:16:29
8585         Log: Continue 4-arg substr() UTF-8 fixage.
8586      Branch: perl
8587            ! pp.c t/op/substr.t
8588 ____________________________________________________________________________
8589 [  9269] By: jhi                                   on 2001/03/21  00:46:14
8590         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
8591              
8592              revert the leak fix in change#9142 (problem needs a more experimental
8593              fix unsuitable for 5.6.1)
8594              
8595              do alphabetical sorting by default (for csh compatibility)
8596              
8597              cut-n-paste goof in change#9264
8598              
8599              VMS piping fixes (from Charles Lane)
8600      Branch: perl
8601           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8602           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
8603           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
8604 ____________________________________________________________________________
8605 [  9268] By: jhi                                   on 2001/03/21  00:37:04
8606         Log: Integrate perlio.
8607      Branch: perl
8608           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
8609           !> utf8.c utf8.h utfebcdic.h
8610 ____________________________________________________________________________
8611 [  9267] By: nick                                  on 2001/03/20  20:04:39
8612         Log: More EBCDIC stuff:
8613              - Loose the extra level of function on ASCII.
8614              - spotted a chr(0) issue in sv.c
8615              - re-work of UTF-X tr/// ranges to work in Unicode
8616              space. Still issues with the "0xff is illegal UTF-8" hack.
8617              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
8618              (why do it once when you can do it all over the place :-(
8619              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
8620              need utf8.pm for swashes.
8621              - Simplified and commented scan_const() in toke.c
8622              Still something wrong regexp and tr (swashes?).
8623      Branch: perlio
8624            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
8625            ! utf8.c utf8.h utfebcdic.h
8626 ____________________________________________________________________________
8627 [  9266] By: gsar                                  on 2001/03/20  19:16:43
8628         Log: VMS piping fixes (from Charles Lane)
8629      Branch: maint-5.6/perl
8630            ! vms/vms.c vms/vmspipe.com
8631 ____________________________________________________________________________
8632 [  9265] By: gsar                                  on 2001/03/20  17:53:52
8633         Log: cut-n-paste goof in change#9264
8634      Branch: maint-5.6/perl
8635            ! ext/File/Glob/Glob.xs
8636 ____________________________________________________________________________
8637 [  9264] By: gsar                                  on 2001/03/20  17:43:47
8638         Log: do alphabetical sorting by default (for csh compatibility);
8639              bsd_glob() does ASCII sort by default as usual, unless
8640              GLOB_ALPHASORT was specified
8641      Branch: maint-5.6/perl
8642            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
8643            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
8644            ! ext/File/Glob/bsd_glob.h
8645 ____________________________________________________________________________
8646 [  9263] By: gsar                                  on 2001/03/20  16:40:08
8647         Log: integrate change#9255 from mainline (unicode fix)
8648              
8649              substr($bytestr, i, n, $charstr)
8650      Branch: maint-5.6/perl
8651           !> Todo-5.6 pp.c t/op/substr.t
8652 ____________________________________________________________________________
8653 [  9262] By: gsar                                  on 2001/03/20  15:57:41
8654         Log: revert the leak fix in change#9142 (problem needs a more experimental
8655              fix unsuitable for 5.6.1)
8656      Branch: maint-5.6/perl
8657            ! scope.c
8658 ____________________________________________________________________________
8659 [  9261] By: jhi                                   on 2001/03/20  14:26:25
8660         Log: Integrate changes #9259,9260 from maintperl into mainline.
8661              
8662              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
8663              
8664              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
8665      Branch: perl
8666           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
8667 ____________________________________________________________________________
8668 [  9260] By: jhi                                   on 2001/03/20  14:05:46
8669         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
8670              From: Robin Barker <rmb1@cise.npl.co.uk>
8671              Date: Tue, 20 Mar 2001 10:12:04 GMT
8672              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
8673      Branch: maint-5.6/perl
8674            ! run.c
8675 ____________________________________________________________________________
8676 [  9259] By: jhi                                   on 2001/03/20  14:04:39
8677         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
8678              From: Chris Nandor <pudge@pobox.com>
8679              Date: Tue, 20 Mar 2001 00:40:56 -0500
8680              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
8681      Branch: maint-5.6/perl
8682            ! ext/POSIX/POSIX.xs lib/File/Path.pm
8683 ____________________________________________________________________________
8684 [  9258] By: jhi                                   on 2001/03/20  05:09:34
8685         Log: Update Changes.
8686      Branch: perl
8687            ! Changes patchlevel.h
8688 ____________________________________________________________________________
8689 [  9257] By: jhi                                   on 2001/03/20  05:04:25
8690         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
8691      Branch: perl
8692            ! t/op/tr.t
8693 ____________________________________________________________________________
8694 [  9256] By: jhi                                   on 2001/03/20  04:43:12
8695         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
8696              From: Peter Prymmer <pvhp@forte.com>
8697              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
8698              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
8699      Branch: maint-5.6/perl
8700            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
8701 ____________________________________________________________________________
8702 [  9255] By: jhi                                   on 2001/03/19  23:17:17
8703         Log: substr($bytestr, i, n, $charstr)
8704
8705              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
8706      Branch: perl
8707            ! Todo-5.6 pp.c t/op/substr.t
8708 ____________________________________________________________________________
8709 [  9254] By: jhi                                   on 2001/03/19  22:25:09
8710         Log: Rearrange the make test target prerequisites so that
8711              in a parallel make 'all' is finished before 'test'.
8712      Branch: perl
8713            ! Makefile.SH
8714 ____________________________________________________________________________
8715 [  9253] By: jhi                                   on 2001/03/19  21:48:07
8716         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
8717              From: Robin Houston <robin@kitsite.com>
8718              Date: Mon, 19 Mar 2001 15:48:41 +0000
8719              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
8720      Branch: perl
8721            ! pp_ctl.c
8722 ____________________________________________________________________________
8723 [  9252] By: jhi                                   on 2001/03/19  21:42:27
8724         Log: Integrate perlio.
8725      Branch: perl
8726           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
8727           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
8728           !> utfebcdic.h vms/perly_c.vms
8729 ____________________________________________________________________________
8730 [  9251] By: jhi                                   on 2001/03/19  21:31:28
8731         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
8732              
8733              Dynaloading in 64-bit AIX with vac.
8734      Branch: perl
8735           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8736           !> hints/aix.sh
8737 ____________________________________________________________________________
8738 [  9250] By: jhi                                   on 2001/03/19  21:18:00
8739         Log: A more robust solution for the 64bitall AIX dynaloading
8740              problem, from Jens-Uwe Mager.
8741      Branch: maint-5.6/perl
8742            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8743 ____________________________________________________________________________
8744 [  9249] By: nick                                  on 2001/03/19  20:59:37
8745         Log: Integrate mainline.
8746      Branch: perlio
8747           !> (integrate 42 files)
8748 ____________________________________________________________________________
8749 [  9248] By: nick                                  on 2001/03/19  20:22:07
8750         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
8751              (Building on OS390 uses native YACC and YYDEBUG has other
8752              side effects.)
8753      Branch: perlio
8754            ! perly.c perly.y vms/perly_c.vms
8755 ____________________________________________________________________________
8756 [  9247] By: jhi                                   on 2001/03/19  19:59:53
8757         Log: 64-bit AIX dynaloading problem (see #9244) idea
8758              from Jens-Uwe Mager.
8759      Branch: maint-5.6/perl
8760            ! ext/DynaLoader/dl_aix.xs
8761 ____________________________________________________________________________
8762 [  9246] By: nick                                  on 2001/03/19  19:27:57
8763         Log: More EBCDIC fixes.
8764      Branch: perlio
8765            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
8766            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
8767 ____________________________________________________________________________
8768 [  9245] By: jhi                                   on 2001/03/19  19:05:19
8769         Log: Integrate change #9243 from mainline into maintperl.
8770              
8771              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
8772      Branch: maint-5.6/perl
8773           !> README.vmesa
8774 ____________________________________________________________________________
8775 [  9244] By: jhi                                   on 2001/03/19  19:03:15
8776         Log: Get 64bitall AIX building, but still does not test okay:
8777              dynaloading anything fails, for example for op/defins:
8778              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
8779              (update: fixed by #9247,9250)
8780      Branch: maint-5.6/perl
8781            ! hints/aix.sh
8782 ____________________________________________________________________________
8783 [  9243] By: jhi                                   on 2001/03/19  19:00:16
8784         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
8785              From: Robin Barker <rmb1@cise.npl.co.uk>
8786              Date: Mon, 19 Mar 2001 18:01:57 GMT
8787              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
8788      Branch: perl
8789            ! README.vmesa
8790 ____________________________________________________________________________
8791 [  9242] By: jhi                                   on 2001/03/19  18:58:43
8792         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
8793              
8794              TODO: tests.
8795      Branch: perl
8796            ! doop.c op.c
8797 ____________________________________________________________________________
8798 [  9241] By: gsar                                  on 2001/03/19  17:34:46
8799         Log: VMSify tests (from Charles Lane)
8800      Branch: maint-5.6/perl
8801            ! t/lib/filehand.t t/lib/texttabs.t
8802 ____________________________________________________________________________
8803 [  9240] By: jhi                                   on 2001/03/19  14:24:26
8804         Log: Integrate change #9233 from maintperl into mainline.
8805              
8806              some refcounts were incorrect in perl_clone()
8807      Branch: perl
8808           !> sv.c
8809 ____________________________________________________________________________
8810 [  9239] By: gsar                                  on 2001/03/19  09:23:17
8811         Log: this is 5.6.1-trial3
8812      Branch: maint-5.6/perl
8813            ! Changes
8814 ____________________________________________________________________________
8815 [  9238] By: gsar                                  on 2001/03/19  08:47:04
8816         Log: some new symbols are only available under ithreads
8817      Branch: maint-5.6/perl
8818            ! makedef.pl
8819 ____________________________________________________________________________
8820 [  9237] By: gsar                                  on 2001/03/19  08:42:28
8821         Log: update patchlevel.h, Changes, &c.
8822      Branch: maint-5.6/perl
8823            ! Changes patchlevel.h pod/perlhist.pod
8824           !> AUTHORS
8825 ____________________________________________________________________________
8826 [  9236] By: gsar                                  on 2001/03/19  08:17:49
8827         Log: integrate changes#8068,8717 from mainline
8828              
8829              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
8830              
8831              [PATCH CPAN 1.59_51] warning message (not!)
8832      Branch: maint-5.6/perl
8833           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
8834           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
8835           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
8836           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
8837           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
8838 ____________________________________________________________________________
8839 [  9235] By: gsar                                  on 2001/03/19  08:07:09
8840         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
8841              
8842              [PATCH] Add missing CV flags to dump.c
8843              
8844              Re: [patch] Re: PL_ptr_table
8845              
8846              Fixup non-ithread build after 8713
8847              
8848              Generated files form 8713 etc.
8849              
8850              Correct the correction :-(
8851              
8852              Documenting coderef @INC (Re: CPAN "make this script work" feature)
8853              
8854              Subject: Re: sync sync sync: have I missed any patches?
8855              Replace djSP with dSP.
8856      Branch: maint-5.6/perl
8857           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
8858           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
8859           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
8860           !> sv.c sv.h win32/perlhost.h
8861 ____________________________________________________________________________
8862 [  9234] By: gsar                                  on 2001/03/19  07:22:05
8863         Log: revert the change#9090 integrate for now (change looks somewhat
8864              incomplete in that [ha]v_exists() need something similar; lacks
8865              tests; &c.)
8866      Branch: maint-5.6/perl
8867            ! hv.c
8868 ____________________________________________________________________________
8869 [  9233] By: gsar                                  on 2001/03/19  07:10:01
8870         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
8871              destruction when there are unreferenced scalars (SvREFCNT==0)
8872      Branch: maint-5.6/perl
8873            ! sv.c
8874 ____________________________________________________________________________
8875 [  9232] By: jhi                                   on 2001/03/19  05:11:02
8876         Log: Regen api and toc.
8877      Branch: maint-5.6/perl
8878            ! pod/perlapi.pod pod/perltoc.pod
8879 ____________________________________________________________________________
8880 [  9231] By: jhi                                   on 2001/03/19  04:06:03
8881         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
8882              add a lost line in pp.c:pp_chop(), update to new op/chop.
8883              
8884              Clarify the description differentiating for and while; inspired by
8885              
8886              Subject: [ID 20010306.004] || != named unary operator
8887              
8888              The $Is_MacOS needs to be declared.
8889      Branch: maint-5.6/perl
8890            ! pp.c t/op/chop.t
8891           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
8892 ____________________________________________________________________________
8893 [  9230] By: jhi                                   on 2001/03/19  03:48:16
8894         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
8895              9079,9083,9089,9090,9091 from mainline to maintperl.
8896              
8897              Quieten some noise in Win32 builds
8898              
8899              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
8900              
8901              The perlretut was still talking about the old \p and \P
8902              definitions.
8903              
8904              More tweakage on the Unicode character class descriptions.
8905              
8906              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
8907              
8908              Subject: 'no *POSIX' Patch speeding up make on BS2000 
8909              
8910              Subject: [PATCH] perldata.pod here-doc docs
8911              
8912              Add /sbin and /usr/sbin to the list of directories scanned
8913              for setuid programs.  Takes care of bug id 20010309.003.
8914              
8915              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
8916              
8917              In op/stat #35 better to scan all the potential directories
8918              for setuids, not just the first one.
8919      Branch: maint-5.6/perl
8920            ! Makefile.SH
8921           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
8922           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
8923           !> t/op/stat.t toke.c win32/win32.h
8924 ____________________________________________________________________________
8925 [  9229] By: jhi                                   on 2001/03/19  02:31:50
8926         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
8927              From: Chris Nandor <pudge@pobox.com>
8928              Date: Sat, 10 Mar 2001 14:22:19 -0500
8929              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
8930      Branch: maint-5.6/perl
8931            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
8932            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
8933            ! t/lib/b.t t/lib/errno.t
8934 ____________________________________________________________________________
8935 [  9228] By: jhi                                   on 2001/03/19  02:29:59
8936         Log: Integrate changes #9113,9122 from mainline into maintperl.
8937              
8938              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?)
8939      Branch: maint-5.6/perl
8940           !> Configure README.os390 hints/os390.sh
8941 ____________________________________________________________________________
8942 [  9227] By: jhi                                   on 2001/03/19  02:22:35
8943         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
8944              into maintperl.
8945              
8946              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
8947              
8948              Forgot to check-in the larger part of #9120, duh.
8949              
8950              Subject: Another patch for integer.pm POD 
8951              
8952              h2ph strictness and cleanliness from Kurt Starsinic.
8953              
8954              Borland filename case problem.
8955              
8956              h2ph strictness and cleanliness from Kurt Starsinic.
8957              
8958              Subject: [PATCH] the uncontroversial doc patches
8959      Branch: maint-5.6/perl
8960           +> win32/sncfnmcs.pl
8961           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
8962           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
8963           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
8964           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
8965           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
8966           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
8967           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
8968 ____________________________________________________________________________
8969 [  9226] By: jhi                                   on 2001/03/19  02:10:21
8970         Log: Integrate changes #9207,9214 from mainline into maintperl.
8971              
8972              podchecker relaxations: =over has an *optional* number after it,
8973              and whitespace in L<> is okay.
8974      Branch: maint-5.6/perl
8975           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
8976           !> t/pod/poderrs.xr
8977 ____________________________________________________________________________
8978 [  9225] By: jhi                                   on 2001/03/19  02:07:38
8979         Log: Integrate change #9219 from maintperl into mainline.
8980              
8981              remove duplicated tests
8982      Branch: perl
8983           !> t/op/re_tests
8984 ____________________________________________________________________________
8985 [  9224] By: jhi                                   on 2001/03/19  02:06:11
8986         Log: Integrate change #9223 from mainline to maintperl.
8987              
8988              Document -Dmksymlinks.
8989      Branch: maint-5.6/perl
8990           !> INSTALL
8991 ____________________________________________________________________________
8992 [  9223] By: jhi                                   on 2001/03/19  02:01:25
8993         Log: Document -Dmksymlinks.
8994      Branch: perl
8995            ! INSTALL
8996 ____________________________________________________________________________
8997 [  9222] By: jhi                                   on 2001/03/19  01:15:35
8998         Log: The -Dmksymlinks wasn't working for maintperl.
8999      Branch: maint-5.6/perl
9000            ! Configure
9001 ____________________________________________________________________________
9002 [  9221] By: jhi                                   on 2001/03/19  00:49:43
9003         Log: Cleanup pixie residue.
9004      Branch: perl
9005            ! Makefile.SH
9006 ____________________________________________________________________________
9007 [  9220] By: jhi                                   on 2001/03/19  00:44:47
9008         Log: Document the use of pixie/prof; create make targets for it.
9009              
9010              TODO: make t/TEST pixie-aware.
9011      Branch: perl
9012            ! Makefile.SH pod/perlhack.pod
9013 ____________________________________________________________________________
9014 [  9219] By: gsar                                  on 2001/03/19  00:16:55
9015         Log: remove duplicated tests
9016      Branch: maint-5.6/perl
9017            ! t/op/re_tests
9018 ____________________________________________________________________________
9019 [  9218] By: jhi                                   on 2001/03/18  23:59:31
9020         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
9021      Branch: perl
9022            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
9023 ____________________________________________________________________________
9024 [  9217] By: jhi                                   on 2001/03/18  23:25:20
9025         Log: Rewrite the tests section of Makefile to be less redundant
9026              and to allow for more flexible test targets, many recursive
9027              make calls introduced.
9028      Branch: perl
9029            ! Makefile.SH
9030 ____________________________________________________________________________
9031 [  9216] By: jhi                                   on 2001/03/18  22:30:04
9032         Log: Document the use of Third Degree (sparsely).
9033      Branch: perl
9034            ! pod/perlhack.pod t/TEST
9035 ____________________________________________________________________________
9036 [  9215] By: jhi                                   on 2001/03/18  22:10:30
9037         Log: Make targets for testing with Third Degree.
9038      Branch: perl
9039            ! Makefile.SH
9040 ____________________________________________________________________________
9041 [  9214] By: jhi                                   on 2001/03/18  21:08:53
9042         Log: The podchecker relaxations need to mirrored also at the tests.
9043      Branch: perl
9044            ! t/pod/poderrs.xr
9045 ____________________________________________________________________________
9046 [  9213] By: jhi                                   on 2001/03/18  20:56:21
9047         Log: Update Changes.
9048      Branch: perl
9049            ! Changes patchlevel.h
9050 ____________________________________________________________________________
9051 [  9212] By: jhi                                   on 2001/03/18  20:36:59
9052         Log: Looking for config.sh in parent directories isn't
9053              very useful for the toplevel Makefile.
9054      Branch: perl
9055            ! Makefile.SH
9056 ____________________________________________________________________________
9057 [  9211] By: jhi                                   on 2001/03/18  20:33:37
9058         Log: On "make clean" take care of Third Degree droppings.
9059      Branch: perl
9060            ! Makefile.SH
9061 ____________________________________________________________________________
9062 [  9210] By: jhi                                   on 2001/03/18  20:21:34
9063         Log: Add a hook for running the tests under the Third Degree
9064              debugging tool (set $ENV{PERL_3LOG} to non-zero)
9065              
9066              TODO: Document the use of Third Degree.
9067      Branch: perl
9068            ! t/TEST
9069 ____________________________________________________________________________
9070 [  9209] By: jhi                                   on 2001/03/18  20:19:07
9071         Log: Regen toc and api pods.
9072      Branch: perl
9073            ! pod/perlapi.pod pod/perltoc.pod
9074 ____________________________________________________________________________
9075 [  9208] By: jhi                                   on 2001/03/18  20:12:12
9076         Log: Integrate changes #8128,9132 from mainline into maintperl,
9077              Tie::SubstrHash fixes.
9078      Branch: maint-5.6/perl
9079           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
9080 ____________________________________________________________________________
9081 [  9207] By: jhi                                   on 2001/03/18  20:07:43
9082         Log: podchecker relaxations from Michael Stevens.
9083      Branch: perl
9084            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9085 ____________________________________________________________________________
9086 [  9206] By: jhi                                   on 2001/03/18  20:04:24
9087         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
9088      Branch: perl
9089            ! lib/Locale/Constants.pm lib/Locale/Country.pm
9090            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
9091            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
9092 ____________________________________________________________________________
9093 [  9205] By: jhi                                   on 2001/03/18  19:54:45
9094         Log: Integrate changes #9161,9162 from maintperl to mainline.
9095              
9096              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
9097              results
9098      Branch: perl
9099           !> t/op/magic.t
9100 ____________________________________________________________________________
9101 [  9204] By: jhi                                   on 2001/03/18  19:37:46
9102         Log: Make perl.third checks more understandable to the builder.
9103      Branch: perl
9104            ! Makefile.SH
9105 ____________________________________________________________________________
9106 [  9203] By: jhi                                   on 2001/03/18  19:20:54
9107         Log: Re-integrate #9138 from maintperl to mainline,
9108              the squelching of the unneeded "Scalars leaked" messages.
9109      Branch: perl
9110           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9111           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9112           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9113 ____________________________________________________________________________
9114 [  9202] By: jhi                                   on 2001/03/18  18:48:36
9115         Log: More robust and more paranoid perl.third target.
9116      Branch: perl
9117            ! Makefile.SH
9118 ____________________________________________________________________________
9119 [  9201] By: jhi                                   on 2001/03/18  18:39:21
9120         Log: Integrate change #9197 from maintperl to mainline.
9121              
9122              more thorough cleaning of arenas.
9123      Branch: perl
9124           !> embed.pl perl.c proto.h sv.c t/op/sort.t
9125 ____________________________________________________________________________
9126 [  9200] By: jhi                                   on 2001/03/18  18:25:17
9127         Log: Integrate perlio.
9128      Branch: perl
9129           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
9130           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
9131           !> t/lib/encode.t toke.c universal.c utf8.c
9132 ____________________________________________________________________________
9133 [  9199] By: nick                                  on 2001/03/18  15:23:51
9134         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
9135              is the sense of the test being done. Avoid some magical 127 and 128 values
9136              by using macros.
9137      Branch: perlio
9138            ! doop.c pp_ctl.c sv.c toke.c
9139 ____________________________________________________________________________
9140 [  9198] By: nick                                  on 2001/03/18  14:18:12
9141         Log: UTF-X encoding invariance for Encode:
9142              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
9143              - move the XS code for those to universal.c (so in miniperl)
9144              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
9145              - change ext/Encode/compile to use above.
9146              - Fix t/lib/encode.t for above
9147              - Teach t/lib/b.t to expect -uutf8
9148              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
9149              utf8.pm is needed.
9150      Branch: perlio
9151            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9152            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
9153 ____________________________________________________________________________
9154 [  9197] By: gsar                                  on 2001/03/18  12:15:57
9155         Log: more thorough cleaning of arenas--keep going until no more
9156              SvREFCNT_dec()s occur (this fixes the problem that causes the
9157              pesky "Scalars leaked" warnings)
9158      Branch: maint-5.6/perl
9159            ! embed.pl perl.c proto.h sv.c t/op/sort.t
9160 ____________________________________________________________________________
9161 [  9196] By: nick                                  on 2001/03/18  10:57:29
9162         Log: Fix pragma/utf8.t # 15
9163              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
9164              are SvUTF8 as well.
9165      Branch: perlio
9166            ! toke.c
9167 ____________________________________________________________________________
9168 [  9195] By: nick                                  on 2001/03/18  09:27:06
9169         Log: Integrate mainline
9170      Branch: perlio
9171           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
9172           !> t/op/pat.t
9173 ____________________________________________________________________________
9174 [  9194] By: jhi                                   on 2001/03/18  05:29:59
9175         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
9176              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
9177      Branch: perl
9178            ! op.c op.h t/op/misc.t t/op/pat.t
9179 ____________________________________________________________________________
9180 [  9193] By: jhi                                   on 2001/03/18  05:15:06
9181         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
9182      Branch: perl
9183            ! mg.c t/op/pat.t
9184 ____________________________________________________________________________
9185 [  9192] By: jhi                                   on 2001/03/18  04:22:43
9186         Log: tr/// UTF-8 patches from Inaba Hiroto.
9187      Branch: perl
9188            ! doop.c op.c
9189 ____________________________________________________________________________
9190 [  9191] By: jhi                                   on 2001/03/18  04:21:17
9191         Log: Integrate perlio.
9192      Branch: perl
9193           !> utf8.c utfebcdic.h
9194 ____________________________________________________________________________
9195 [  9190] By: nick                                  on 2001/03/17  20:32:01
9196         Log: Correct #if EBCDIC side typos.
9197              Builds and passes many tests on OS390.
9198      Branch: perlio
9199            ! utf8.c utfebcdic.h
9200 ____________________________________________________________________________
9201 [  9189] By: jhi                                   on 2001/03/17  18:55:49
9202         Log: Add prerequisites for the perl.third target.
9203      Branch: perl
9204            ! Makefile.SH
9205 ____________________________________________________________________________
9206 [  9188] By: jhi                                   on 2001/03/17  18:46:00
9207         Log: Integrate perlio.
9208      Branch: perl
9209           +> utfebcdic.h
9210           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
9211 ____________________________________________________________________________
9212 [  9187] By: jhi                                   on 2001/03/17  18:38:47
9213         Log: Add a make rule for perl.third (the Third Degree memory debugging
9214              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
9215      Branch: perl
9216            ! Makefile.SH
9217 ____________________________________________________________________________
9218 [  9186] By: nick                                  on 2001/03/17  18:34:48
9219         Log: MANIFEST addition :-(
9220      Branch: perlio
9221            ! MANIFEST
9222 ____________________________________________________________________________
9223 [  9185] By: nick                                  on 2001/03/17  18:29:50
9224         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
9225              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
9226              a superset of ASCII are invariant under the encoding. This is EBCDIC
9227              friendly as an encoded string can be looked at as being EBCDIC by lexer
9228              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
9229              ASCII on ASCII machines.
9230              
9231              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
9232              seperate.
9233              - Add some more macros to comprehend different shift amounts and
9234              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
9235              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
9236              and conditionaly #include it.
9237              
9238              EBCDIC build as yet untested.  ASCII still fails the one test.
9239      Branch: perlio
9240            + utfebcdic.h
9241            ! utf8.c utf8.h
9242 ____________________________________________________________________________
9243 [  9184] By: nick                                  on 2001/03/17  17:44:16
9244         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
9245      Branch: perlio
9246            ! doop.c perl.h pp.c utf8.h
9247 ____________________________________________________________________________
9248 [  9183] By: jhi                                   on 2001/03/17  15:55:42
9249         Log: Integrate perlio.
9250      Branch: perl
9251            ! MANIFEST
9252           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
9253 ____________________________________________________________________________
9254 [  9182] By: nick                                  on 2001/03/17  09:16:06
9255         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
9256      Branch: perlio
9257            ! t/op/pat.t
9258 ____________________________________________________________________________
9259 [  9181] By: nick                                  on 2001/03/17  09:15:11
9260         Log: Integrate mainline.
9261      Branch: perlio
9262           +> lib/Locale/Constants.pm lib/Locale/Country.pm
9263           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
9264           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
9265           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
9266           !> (integrate 83 files)
9267 ____________________________________________________________________________
9268 [  9180] By: nick                                  on 2001/03/16  17:23:21
9269         Log: EBCDIC Fixes.
9270      Branch: perlio
9271            ! perl.h sv.c toke.c utf8.c utf8.h
9272 ____________________________________________________________________________
9273 [  9179] By: jhi                                   on 2001/03/16  14:10:12
9274         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
9275              a change needed to work around an AIX compiler bug.
9276      Branch: perl
9277            ! ext/Storable/Storable.xs
9278 ____________________________________________________________________________
9279 [  9178] By: jhi                                   on 2001/03/16  03:19:59
9280         Log: With Damian's approval synchronize damian's modules'
9281              licensing with Perl's standard module licensing.
9282      Branch: perl
9283            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
9284 ____________________________________________________________________________
9285 [  9177] By: jhi                                   on 2001/03/16  03:15:34
9286         Log: Make the Filter::Util:Call files have their own copies
9287              of the Perl standard module licensing, from Paul Marquess.
9288      Branch: perl
9289            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9290 ____________________________________________________________________________
9291 [  9176] By: jhi                                   on 2001/03/16  02:56:04
9292         Log: Subject: [PATCH] more pod patches
9293              From: Michael Stevens <michael@etla.org>
9294              Date: Thu, 15 Mar 2001 21:25:18 +0000
9295              Message-ID: <20010315212518.A18870@firedrake.org>
9296      Branch: perl
9297            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
9298            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
9299            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
9300            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
9301            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
9302            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
9303            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
9304            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
9305            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
9306            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
9307            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
9308            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
9309            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
9310            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
9311            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
9312            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
9313            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
9314            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
9315            ! lib/Locale/Country.pm lib/Locale/Language.pm
9316            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
9317            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
9318            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
9319            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
9320            ! os2/OS2/Process/Process.pm
9321 ____________________________________________________________________________
9322 [  9175] By: jhi                                   on 2001/03/16  02:53:32
9323         Log: Subject: [PATCH] the uncontroversial doc patches
9324              From: Michael Stevens <michael@etla.org>
9325              Date: Thu, 15 Mar 2001 20:01:12 +0000
9326              Message-ID: <20010315200112.A7636@firedrake.org>
9327      Branch: perl
9328            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
9329            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
9330            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
9331            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
9332            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
9333 ____________________________________________________________________________
9334 [  9174] By: jhi                                   on 2001/03/16  02:50:49
9335         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
9336              From: Paul Lindner <lindner@inuus.com>
9337              Date: Fri, 16 Mar 2001 11:28:03 -0800
9338              Message-ID: <20010316112803.A7577@inuus.com>
9339      Branch: perl
9340            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9341 ____________________________________________________________________________
9342 [  9173] By: nick                                  on 2001/03/15  20:21:03
9343         Log: 1st day's EBCDIC fixes:
9344              - toke.c's parsing of strings needed attention
9345              needed to conditionally e2a if string was already UTF-8
9346              - e2a/a2e tables where wrong way round.
9347              - new macros in utf8.h
9348      Branch: perlio
9349            ! perl.h toke.c utf8.h
9350 ____________________________________________________________________________
9351 [  9172] By: jhi                                   on 2001/03/15  15:17:17
9352         Log: Update Changes.
9353      Branch: perl
9354            ! Changes patchlevel.h
9355 ____________________________________________________________________________
9356 [  9171] By: jhi                                   on 2001/03/15  15:09:32
9357         Log: Subject: Re: Another Borland C++ problem.
9358              From: "Vadim Konovalov" <watman@inbox.ru>
9359              Date: Sat, 10 Mar 2001 19:26:07 +0300
9360              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
9361              
9362              Borland filename case problem.
9363      Branch: perl
9364            + win32/sncfnmcs.pl
9365            ! MANIFEST README.win32
9366 ____________________________________________________________________________
9367 [  9170] By: jhi                                   on 2001/03/15  14:54:23
9368         Log: Add Locale::Codes 1.06, from Neil Bowers.
9369      Branch: perl
9370            + lib/Locale/Constants.pm lib/Locale/Country.pm
9371            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
9372            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
9373            + t/lib/lc-language.t t/lib/lc-uk.t
9374            ! MANIFEST
9375 ____________________________________________________________________________
9376 [  9169] By: jhi                                   on 2001/03/15  14:19:01
9377         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
9378      Branch: perl
9379            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9380            ! ext/Storable/Storable.xs
9381 ____________________________________________________________________________
9382 [  9168] By: jhi                                   on 2001/03/15  14:13:22
9383         Log: Integrate changes #9120,9167 from mainline to maintperl.
9384              
9385              Subject: [PATCH 5.6.1] OS/2 docs
9386              
9387              Subject: [PATCH 5.6.1] perldoc
9388      Branch: maint-5.6/perl
9389           !> os2/Changes utils/perldoc.PL
9390 ____________________________________________________________________________
9391 [  9167] By: jhi                                   on 2001/03/15  14:07:42
9392         Log: Subject: [PATCH 5.6.1] perldoc
9393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9394              Date: Wed, 14 Mar 2001 23:46:52 -0500
9395              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
9396      Branch: perl
9397            ! utils/perldoc.PL
9398 ____________________________________________________________________________
9399 [  9166] By: jhi                                   on 2001/03/15  13:53:15
9400         Log: sigaction test condition tweakage.
9401      Branch: perl
9402            ! t/lib/sigaction.t
9403 ____________________________________________________________________________
9404 [  9165] By: alanbur                               on 2001/03/15  03:49:17
9405         Log: Resynchronised with parent
9406      Branch: maint-5.6/pureperl
9407           +> os2/os2add.sym t/op/anonsub.t
9408           !> (integrate 72 files)
9409 ____________________________________________________________________________
9410 [  9164] By: jhi                                   on 2001/03/15  01:05:01
9411         Log: Avoid stomping off the beginning of an array in tr///.
9412      Branch: perl
9413            ! op.c
9414 ____________________________________________________________________________
9415 [  9163] By: jhi                                   on 2001/03/15  00:58:57
9416         Log: h2ph strictness and cleanliness from Kurt Starsinic.
9417      Branch: perl
9418            ! utils/h2ph.PL
9419 ____________________________________________________________________________
9420 [  9162] By: gsar                                  on 2001/03/15  00:56:53
9421         Log: avoid warnings
9422      Branch: maint-5.6/perl
9423            ! t/op/magic.t
9424 ____________________________________________________________________________
9425 [  9161] By: gsar                                  on 2001/03/15  00:52:09
9426         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
9427              results
9428      Branch: maint-5.6/perl
9429            ! t/op/magic.t
9430 ____________________________________________________________________________
9431 [  9160] By: jhi                                   on 2001/03/14  22:02:10
9432         Log: Do not use the Perl malloc in IRIX, suggested by
9433              Helmus Jarausch.
9434      Branch: perl
9435            ! hints/irix_6.sh
9436 ____________________________________________________________________________
9437 [  9159] By: nick                                  on 2001/03/14  21:45:59
9438         Log: Integrate mainline
9439      Branch: perlio
9440           +> t/op/loopctl.t
9441           !> (integrate 41 files)
9442 ____________________________________________________________________________
9443 [  9158] By: jhi                                   on 2001/03/14  21:10:09
9444         Log: The Day of the Retractions continues: the #9138
9445              (integrated in #9144) doesn't work well in mainline.
9446      Branch: perl
9447            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9448            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9449            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9450 ____________________________________________________________________________
9451 [  9157] By: jhi                                   on 2001/03/14  20:58:12
9452         Log: The #9145 CANNOT be enabled: the clear_pmop code still
9453              dumps core all over in Tru64.
9454      Branch: perl
9455            ! op.c op.h t/op/pat.t
9456 ____________________________________________________________________________
9457 [  9156] By: jhi                                   on 2001/03/14  20:48:06
9458         Log: Integrate change #9154 from maintperl to mainline.
9459              
9460              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9461              (caused Storable 1.0.10 to break on windows)
9462      Branch: perl
9463           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9464           !> perlapi.c proto.h
9465 ____________________________________________________________________________
9466 [  9155] By: jhi                                   on 2001/03/14  20:23:53
9467         Log: Retract #9136: breaks threading (and binary compatibility).
9468      Branch: perl
9469            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9470 ____________________________________________________________________________
9471 [  9154] By: gsar                                  on 2001/03/14  17:48:18
9472         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9473              (caused Storable 1.0.10 to break on windows)
9474      Branch: maint-5.6/perl
9475            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9476            ! perlapi.c proto.h
9477 ____________________________________________________________________________
9478 [  9153] By: jhi                                   on 2001/03/14  13:35:21
9479         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
9480      Branch: perl
9481            ! t/lib/sigaction.t
9482 ____________________________________________________________________________
9483 [  9152] By: gsar                                  on 2001/03/14  07:29:40
9484         Log: back out changes#9012,9010,9009 and parts of change#9016
9485              (causes ABRs under purify, and some prerequisites don't
9486              seem to be there in 5.6.x)
9487      Branch: maint-5.6/perl
9488            ! doop.c op.c t/op/tr.t toke.c
9489 ____________________________________________________________________________
9490 [  9151] By: gsar                                  on 2001/03/14  07:01:29
9491         Log: reenable change#9145 (the test was busted due to a missing
9492              C<print "ok 27\n">)
9493      Branch: perl
9494            ! op.c op.h t/op/pat.t
9495 ____________________________________________________________________________
9496 [  9150] By: jhi                                   on 2001/03/14  06:38:36
9497         Log: Retract #9145.
9498      Branch: perl
9499            ! op.c op.h t/op/pat.t
9500 ____________________________________________________________________________
9501 [  9149] By: jhi                                   on 2001/03/14  06:14:56
9502         Log: Retract #9143.
9503      Branch: perl
9504            ! op.c
9505 ____________________________________________________________________________
9506 [  9148] By: gsar                                  on 2001/03/14  06:13:02
9507         Log: Uninitialized Memory Read in regexec.c
9508      Branch: perl
9509            ! regexec.c
9510 ____________________________________________________________________________
9511 [  9147] By: jhi                                   on 2001/03/14  04:59:54
9512         Log: Subject: PATCH: make goto work in nested eval ""
9513              From: Robin Houston <robin@kitsite.com>
9514              Date: Wed, 14 Mar 2001 04:16:10 +0000
9515              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
9516      Branch: perl
9517            ! pp_ctl.c t/op/goto.t
9518 ____________________________________________________________________________
9519 [  9146] By: jhi                                   on 2001/03/14  04:42:54
9520         Log: Preserve the #ifdef PERL_CORE in perly.h.
9521      Branch: perl
9522            ! perly.fixer
9523 ____________________________________________________________________________
9524 [  9145] By: jhi                                   on 2001/03/14  03:57:41
9525         Log: (Retracted by #9150.)
9526      Branch: perl
9527            ! op.c op.h t/op/pat.t
9528 ____________________________________________________________________________
9529 [  9144] By: jhi                                   on 2001/03/14  03:50:38
9530         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
9531              
9532              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
9533              
9534              remove squelch controls for "Scalars leaked" messages in most places
9535              (these are now cured)
9536              
9537              fix another memory leak reported by purify (tie callbacks that
9538              croak can leak when wiping out magic)
9539      Branch: perl
9540           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
9541           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
9542           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
9543           !> t/pragma/warnings.t
9544 ____________________________________________________________________________
9545 [  9143] By: jhi                                   on 2001/03/14  03:37:53
9546         Log: (Retracted by #9149.)
9547      Branch: perl
9548            ! op.c
9549 ____________________________________________________________________________
9550 [  9142] By: gsar                                  on 2001/03/14  03:20:48
9551         Log: fix another memory leak reported by purify (tie callbacks that
9552              croak can leak when wiping out magic)
9553      Branch: maint-5.6/perl
9554            ! scope.c
9555 ____________________________________________________________________________
9556 [  9141] By: jhi                                   on 2001/03/14  02:55:00
9557         Log: Subject: PATCH for [ID 20010305.003]
9558              From: Robin Houston <robin@kitsite.com>
9559              Date: Wed, 14 Mar 2001 02:45:51 +0000
9560              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
9561      Branch: perl
9562            ! pp_ctl.c t/op/eval.t
9563 ____________________________________________________________________________
9564 [  9140] By: jhi                                   on 2001/03/14  02:41:54
9565         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9566              Date: Wed, 14 Mar 2001 01:52:51 +0000
9567              From: Robin Houston <robin@kitsite.com>
9568              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
9569              
9570              Fix for 2000313.004.
9571      Branch: perl
9572            ! pp_ctl.c t/op/goto.t
9573 ____________________________________________________________________________
9574 [  9139] By: jhi                                   on 2001/03/14  02:40:50
9575         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9576              From: Robin Houston <robin@kitsite.com>
9577              Date: Wed, 14 Mar 2001 00:43:45 +0000
9578              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
9579      Branch: perl
9580            + t/op/loopctl.t
9581            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
9582            ! vms/perly_c.vms
9583 ____________________________________________________________________________
9584 [  9138] By: gsar                                  on 2001/03/14  01:18:00
9585         Log: remove squelch controls for "Scalars leaked" messages in most places
9586              (these are now cured)
9587      Branch: maint-5.6/perl
9588            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9589            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9590            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9591 ____________________________________________________________________________
9592 [  9137] By: gsar                                  on 2001/03/14  00:57:04
9593         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
9594      Branch: maint-5.6/perl
9595            ! regcomp.c
9596 ____________________________________________________________________________
9597 [  9136] By: jhi                                   on 2001/03/13  23:12:24
9598         Log: (Retracted by #9155)
9599              
9600              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
9601              From: Jens-Uwe Mager <jum@helios.de>
9602              Date: Wed, 21 Feb 2001 21:32:04 +0100
9603              Message-ID: <20010221213203.A18340@ans.helios.de>
9604      Branch: perl
9605            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9606 ____________________________________________________________________________
9607 [  9135] By: jhi                                   on 2001/03/13  22:50:05
9608         Log: Integrate perlio.
9609      Branch: perl
9610           !> pp.c
9611 ____________________________________________________________________________
9612 [  9134] By: jhi                                   on 2001/03/13  22:49:05
9613         Log: Integrate change #9131 from maintperl into mainline.
9614              
9615              make the error text look more consistent in hints/hpux.sh
9616      Branch: perl
9617           !> hints/hpux.sh
9618 ____________________________________________________________________________
9619 [  9133] By: gsar                                  on 2001/03/13  22:46:20
9620         Log: integrate change#9067 from mainline
9621              
9622              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
9623      Branch: maint-5.6/perl
9624           !> lib/ExtUtils/MM_Unix.pm
9625 ____________________________________________________________________________
9626 [  9132] By: jhi                                   on 2001/03/13  22:41:21
9627         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9628              From: "John P. Linderman" <jpl@research.att.com>
9629              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
9630              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
9631              
9632              A more correct prime finder.
9633      Branch: perl
9634            ! lib/Tie/SubstrHash.pm
9635 ____________________________________________________________________________
9636 [  9131] By: gsar                                  on 2001/03/13  22:30:42
9637         Log: make the error text look more consistent in hints/hpux.sh
9638      Branch: maint-5.6/perl
9639            ! hints/hpux.sh
9640 ____________________________________________________________________________
9641 [  9130] By: jhi                                   on 2001/03/13  22:23:44
9642         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
9643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9644              Date: Tue, 13 Mar 2001 18:41:26 +0100
9645              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
9646              
9647              If the test is run non-interactively the default handler
9648              is different.
9649      Branch: perl
9650            ! t/lib/sigaction.t
9651 ____________________________________________________________________________
9652 [  9129] By: jhi                                   on 2001/03/13  22:20:21
9653         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
9654              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9655              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
9656              Date:     Tue, 13 Mar 2001 16:44:32 EST
9657      Branch: perl
9658            ! t/lib/1_compile.t
9659 ____________________________________________________________________________
9660 [  9128] By: jhi                                   on 2001/03/13  22:18:34
9661         Log: Subject: Another patch for integer.pm POD 
9662              From: "John L. Allen" <allen@grumman.com>
9663              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
9664              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
9665      Branch: perl
9666            ! lib/integer.pm
9667 ____________________________________________________________________________
9668 [  9127] By: nick                                  on 2001/03/13  21:26:30
9669         Log: Integrate mainline.
9670      Branch: perlio
9671           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
9672           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
9673           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
9674           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
9675           !> Changes Configure MANIFEST README.os2 README.os390
9676           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
9677           !> os2/Changes patchlevel.h win32/perlhost.h
9678 ____________________________________________________________________________
9679 [  9126] By: nick                                  on 2001/03/13  20:39:51
9680         Log: #ifdef'ed out code to make packed side of pack/unpack
9681              octets. (i.e. pack('U') => encode_utf8).
9682      Branch: perlio
9683            ! pp.c
9684 ____________________________________________________________________________
9685 [  9125] By: jhi                                   on 2001/03/13  15:07:16
9686         Log: Update Changes.
9687      Branch: perl
9688            ! Changes patchlevel.h
9689 ____________________________________________________________________________
9690 [  9124] By: jhi                                   on 2001/03/13  14:22:45
9691         Log: Workaround for the buggy ("internal compiler error")
9692              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
9693              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
9694              of Andreas König.
9695      Branch: perl
9696            ! ext/re/Makefile.PL hints/aix.sh
9697 ____________________________________________________________________________
9698 [  9123] By: jhi                                   on 2001/03/13  03:24:34
9699         Log: Typo in #9114.
9700      Branch: metaconfig
9701            ! U/modified/myhostname.U
9702 ____________________________________________________________________________
9703 [  9122] By: jhi                                   on 2001/03/13  03:24:06
9704         Log: Typo in #9113.
9705      Branch: perl
9706            ! Configure
9707 ____________________________________________________________________________
9708 [  9121] By: jhi                                   on 2001/03/13  01:53:05
9709         Log: Forgot to check-in the larger part of #9120, duh.
9710      Branch: perl
9711            ! README.os2
9712 ____________________________________________________________________________
9713 [  9120] By: jhi                                   on 2001/03/13  01:51:31
9714         Log: Subject: [PATCH 5.6.1] OS/2 docs
9715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9716              Date: Mon, 12 Mar 2001 03:27:32 -0500
9717              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
9718      Branch: perl
9719            ! os2/Changes
9720 ____________________________________________________________________________
9721 [  9119] By: jhi                                   on 2001/03/13  01:49:41
9722         Log: Integrate change #9116 from maintperl into mainline.
9723              
9724              Win32::GetCwd() returns C: instead of C:\ in the root directory
9725              under ithreads
9726      Branch: perl
9727           !> win32/perlhost.h
9728 ____________________________________________________________________________
9729 [  9118] By: jhi                                   on 2001/03/13  01:13:39
9730         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
9731      Branch: perl
9732            + lib/Switch.pm t/lib/switch.t
9733            ! MANIFEST
9734 ____________________________________________________________________________
9735 [  9117] By: jhi                                   on 2001/03/13  01:03:17
9736         Log: Add Text::Balanced 1.83.
9737      Branch: perl
9738            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
9739            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
9740            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
9741            + t/lib/tb-xvari.t
9742            ! MANIFEST
9743 ____________________________________________________________________________
9744 [  9116] By: gsar                                  on 2001/03/13  00:55:53
9745         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
9746              under ithreads
9747      Branch: maint-5.6/perl
9748            ! win32/perlhost.h
9749 ____________________________________________________________________________
9750 [  9115] By: jhi                                   on 2001/03/13  00:54:09
9751         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
9752              From: "John L. Allen" <allen@grumman.com>
9753              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
9754              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
9755              
9756              use integer document clarification.
9757      Branch: perl
9758            ! lib/integer.pm
9759 ____________________________________________________________________________
9760 [  9114] By: jhi                                   on 2001/03/13  00:38:54
9761         Log: Metaconfig unit change for #9113.
9762      Branch: metaconfig
9763            ! U/modified/myhostname.U
9764 ____________________________________________________________________________
9765 [  9113] By: jhi                                   on 2001/03/13  00:38:35
9766         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?)
9767              From: Peter Prymmer <pvhp@forte.com>
9768              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
9769              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
9770      Branch: perl
9771            ! Configure README.os390 hints/os390.sh
9772 ____________________________________________________________________________
9773 [  9112] By: jhi                                   on 2001/03/13  00:29:00
9774         Log: Integrate perlio.
9775      Branch: perl
9776           !> sv.c utf8.h
9777 ____________________________________________________________________________
9778 [  9111] By: nick                                  on 2001/03/12  21:16:33
9779         Log: Integrate mainline.
9780      Branch: perlio
9781           +> t/op/anonsub.t
9782           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
9783           !> proto.h sv.c
9784 ____________________________________________________________________________
9785 [  9110] By: nick                                  on 2001/03/12  21:00:13
9786         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
9787      Branch: perlio
9788            ! sv.c utf8.h
9789 ____________________________________________________________________________
9790 [  9109] By: jhi                                   on 2001/03/12  16:04:47
9791         Log: Integrate change #9108 from maintperl to mainline.
9792              
9793              fix memory leak in C<sub X { sub {} }> arising from a refcount
9794              loop between the outer sub and the inner prototype anonsub
9795              
9796              this also enables closures returned by subroutines that
9797              subsequently get redefined to work without generating coredumps :)
9798              
9799              completely removed the free_closures() hack--it shouldn't be
9800              needed anymore
9801      Branch: perl
9802           +> t/op/anonsub.t
9803           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
9804           !> proto.h sv.c
9805 ____________________________________________________________________________
9806 [  9108] By: gsar                                  on 2001/03/12  10:21:31
9807         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
9808              loop between the outer sub and the inner prototype anonsub
9809              
9810              this also enables closures returned by subroutines that
9811              subsequently get redefined to work without generating coredumps :)
9812              
9813              completely removed the free_closures() hack--it shouldn't be
9814              needed anymore
9815      Branch: maint-5.6/perl
9816            + t/op/anonsub.t
9817            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
9818            ! proto.h sv.c
9819 ____________________________________________________________________________
9820 [  9107] By: jhi                                   on 2001/03/12  05:15:31
9821         Log: Integrate perlio.
9822      Branch: perl
9823           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
9824 ____________________________________________________________________________
9825 [  9106] By: nick                                  on 2001/03/11  20:10:12
9826         Log: regcomp.c is working in native space, not Unicode space (if different)
9827              as it is doing compare against 'W' in \W etc.
9828      Branch: perlio
9829            ! regcomp.c
9830 ____________________________________________________________________________
9831 [  9105] By: nick                                  on 2001/03/11  19:39:34
9832         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
9833              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
9834      Branch: perlio
9835            ! regcomp.c toke.c utf8.c
9836 ____________________________________________________________________________
9837 [  9104] By: nick                                  on 2001/03/11  18:15:44
9838         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
9839      Branch: perlio
9840            ! sv.c
9841 ____________________________________________________________________________
9842 [  9103] By: nick                                  on 2001/03/11  18:03:28
9843         Log: Integrate mainline (for regexp stuff).
9844      Branch: perlio
9845           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9846           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
9847           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
9848           !> t/lib/errno.t t/op/pat.t
9849 ____________________________________________________________________________
9850 [  9102] By: nick                                  on 2001/03/11  17:44:20
9851         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
9852              - exclude layer syms in makedef.pl for sfio
9853              - also inhibit Encode from trying to build ":encode()" layer.
9854      Branch: perlio
9855            ! ext/Encode/Encode.xs makedef.pl
9856 ____________________________________________________________________________
9857 [  9101] By: jhi                                   on 2001/03/10  22:38:13
9858         Log: The $Is_MacOS needs to be declared.
9859      Branch: perl
9860            ! lib/ExtUtils/Manifest.pm
9861 ____________________________________________________________________________
9862 [  9100] By: jhi                                   on 2001/03/10  22:14:29
9863         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
9864              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
9865              pollute the symbolspace if using sfio.
9866      Branch: perl
9867            ! ext/Encode/Encode.xs
9868 ____________________________________________________________________________
9869 [  9099] By: jhi                                   on 2001/03/10  21:58:48
9870         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
9871              Date: Sat, 10 Mar 2001 14:23:55 -0500
9872              From: Chris Nandor <pudge@pobox.com>
9873              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
9874      Branch: perl
9875            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9876            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
9877            ! t/lib/errno.t
9878 ____________________________________________________________________________
9879 [  9098] By: jhi                                   on 2001/03/10  21:38:30
9880         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
9881      Branch: perl
9882            ! regcomp.c regexec.c t/op/pat.t
9883 ____________________________________________________________________________
9884 [  9097] By: jhi                                   on 2001/03/10  14:38:07
9885         Log: Integrate perlio.
9886      Branch: perl
9887           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
9888           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
9889           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
9890 ____________________________________________________________________________
9891 [  9096] By: nick                                  on 2001/03/10  11:55:43
9892         Log: EBCDIC sanity - phase I
9893              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
9894              - use utf8n_xxxx (c.f. pvn) for forms which take length.
9895              - back out vN.N and $^V exceptions to e2a/a2e
9896              - make "locale" isxxx macros be uvchr (may be redundant?)
9897              
9898              Not clear yet that toUPPER_uni et. al. return being handled correctly.
9899              The tr// and rexexp stuff still needs an audit, assumption is they are working
9900              in Unicode space.
9901              
9902              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
9903      Branch: perlio
9904            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
9905            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
9906            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
9907 ____________________________________________________________________________
9908 [  9095] By: jhi                                   on 2001/03/09  22:10:01
9909         Log: Integrate perlio.
9910      Branch: perl
9911           !> dump.c
9912 ____________________________________________________________________________
9913 [  9094] By: nick                                  on 2001/03/09  17:36:38
9914         Log: Builds an passes all tests after integrate and this tweak.
9915      Branch: perlio
9916            ! dump.c
9917 ____________________________________________________________________________
9918 [  9093] By: nick                                  on 2001/03/09  17:16:03
9919         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
9920      Branch: perlio
9921           +> lib/unicode/Scripts.txt t/lib/sigaction.t
9922           !> (integrate 79 files)
9923 ____________________________________________________________________________
9924 [  9092] By: jhi                                   on 2001/03/09  15:28:26
9925         Log: Update Changes.
9926      Branch: perl
9927            ! Changes patchlevel.h
9928 ____________________________________________________________________________
9929 [  9091] By: jhi                                   on 2001/03/09  15:25:05
9930         Log: In op/stat #35 better to scan all the potential directories
9931              for setuids, not just the first one.
9932      Branch: perl
9933            ! t/op/stat.t
9934 ____________________________________________________________________________
9935 [  9090] By: jhi                                   on 2001/03/09  15:01:27
9936         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
9937              From: rspier@pobox.com (Robert Spier)
9938              Date: Fri, 9 Mar 2001 03:30:20 -0500
9939              Message-ID: <15016.38044.381174.160189@rls.cx>
9940              
9941              EXISTS() returning undef mistakenly triggered a FETCH().
9942      Branch: perl
9943            ! hv.c
9944 ____________________________________________________________________________
9945 [  9089] By: jhi                                   on 2001/03/09  14:59:02
9946         Log: Add /sbin and /usr/sbin to the list of directories scanned
9947              for setuid programs.  Takes care of bug id 20010309.003.
9948      Branch: perl
9949            ! t/op/stat.t
9950 ____________________________________________________________________________
9951 [  9088] By: jhi                                   on 2001/03/09  14:48:32
9952         Log: Regen perlapi, perltoc.
9953      Branch: perl
9954            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
9955 ____________________________________________________________________________
9956 [  9087] By: jhi                                   on 2001/03/09  14:38:56
9957         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
9958              From: David Mitchell <davem@fdgroup.co.uk>
9959              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
9960              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
9961      Branch: perl
9962            ! dump.c perl.c perl.h pod/perlrun.pod
9963 ____________________________________________________________________________
9964 [  9086] By: jhi                                   on 2001/03/09  01:47:16
9965         Log: A modified version of
9966              
9967              Subject: [ID 20010307.005] POSIX::sigaction has various problems
9968              From: anders@broadcom.com
9969              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
9970              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
9971              
9972              Currently the sigaction.t test #6 fails (and is fudged to look
9973              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
9974              This may well be a genuine bug in Linux sigaction() (since at
9975              least Tru64, Solaris, and HP-UX disagree with Linux).
9976              Anyone with POSIX / SUSv2 tome handy?  The problem is that
9977              the flags of the oldaction don't match with the flags in
9978              the previously installed disposition.
9979      Branch: perl
9980            + t/lib/sigaction.t
9981            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9982 ____________________________________________________________________________
9983 [  9085] By: jhi                                   on 2001/03/09  01:30:13
9984         Log: Subject: Re: mission impossible for the day
9985              From: Alex Gough <alex@rcon.org>
9986              Date: Thu, 08 Mar 2001 17:18:19 +0000
9987              Message-ID: <3AA7BEDB.8070409@rcon.org>
9988              
9989              If references (are overloaded) and can be directly stringified,
9990              show that instead of "stringified".
9991              
9992              (The problem, infinite mutual recursion caused by overloaded bool
9993              in Switch.pm, tracked by David Mitchell)
9994      Branch: perl
9995            ! lib/Carp/Heavy.pm
9996 ____________________________________________________________________________
9997 [  9084] By: jhi                                   on 2001/03/09  01:20:39
9998         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
9999              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
10000              From: David Mitchell <davem@fdgroup.co.uk>
10001              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
10002      Branch: perl
10003            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
10004            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
10005 ____________________________________________________________________________
10006 [  9083] By: jhi                                   on 2001/03/09  01:16:51
10007         Log: Subject: [PATCH] perldata.pod here-doc docs
10008              From: Jeff Pinyan <jeffp@crusoe.net>
10009              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
10010              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
10011      Branch: perl
10012            ! pod/perldata.pod
10013 ____________________________________________________________________________
10014 [  9082] By: jhi                                   on 2001/03/09  01:01:27
10015         Log: Subject: Re: Unicode/EBCDIC
10016              From: Peter Prymmer <pvhp@forte.com>
10017              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
10018              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
10019      Branch: perl
10020            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
10021 ____________________________________________________________________________
10022 [  9081] By: jhi                                   on 2001/03/08  13:41:30
10023         Log: Subject: Ooops, wrong 'no *POSIX' Patch
10024              From: Dorner Thomas <Thomas.Dorner@start.de>
10025              Date: Thu, 8 Mar 2001 08:43:28 +0100
10026              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
10027      Branch: perl
10028            ! hints/posix-bc.sh
10029 ____________________________________________________________________________
10030 [  9080] By: jhi                                   on 2001/03/08  13:11:42
10031         Log: It's Scripts.txt, not Script.txt.
10032      Branch: perl
10033            ! MANIFEST
10034 ____________________________________________________________________________
10035 [  9079] By: jhi                                   on 2001/03/08  12:59:05
10036         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10037              From: Dorner Thomas <Thomas.Dorner@start.de>
10038              Date: Wed, 7 Mar 2001 14:13:31 +0100
10039              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10040      Branch: perl
10041            ! makedepend.SH
10042 ____________________________________________________________________________
10043 [  9078] By: jhi                                   on 2001/03/08  12:57:43
10044         Log: Retract #9069, wrong patch.
10045      Branch: perl
10046            ! Makefile.SH
10047 ____________________________________________________________________________
10048 [  9077] By: jhi                                   on 2001/03/08  01:06:13
10049         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
10050      Branch: perl
10051            + lib/unicode/Scripts.txt
10052            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
10053            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
10054            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
10055            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10056            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10057            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10058            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10059            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10060            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10061            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10062            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10063            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10064            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10065            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10066            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10067            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10068            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
10069            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
10070            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
10071            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
10072            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
10073            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
10074            ! lib/unicode/version
10075 ____________________________________________________________________________
10076 [  9076] By: jhi                                   on 2001/03/07  22:59:39
10077         Log: Integrate change #7784 from mainline into maintperl.
10078              
10079              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
10080      Branch: maint-5.6/perl
10081           !> pp_ctl.c t/op/pat.t
10082 ____________________________________________________________________________
10083 [  9075] By: jhi                                   on 2001/03/07  22:05:11
10084         Log: More UTF-8 test tweaks.
10085      Branch: perl
10086            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
10087 ____________________________________________________________________________
10088 [  9074] By: nick                                  on 2001/03/07  21:39:29
10089         Log: Integrate mainline.
10090      Branch: perlio
10091           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
10092           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
10093           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
10094           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
10095           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
10096 ____________________________________________________________________________
10097 [  9073] By: jhi                                   on 2001/03/07  16:37:09
10098         Log: Update Changes.
10099      Branch: perl
10100            ! Changes patchlevel.h
10101 ____________________________________________________________________________
10102 [  9072] By: jhi                                   on 2001/03/07  16:32:30
10103         Log: Subject: [ID 20010306.004] || != named unary operator
10104              From: abela@geneanet.org
10105              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
10106              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
10107      Branch: perl
10108            ! pod/perlop.pod
10109 ____________________________________________________________________________
10110 [  9071] By: jhi                                   on 2001/03/07  15:14:11
10111         Log: Subject: downgrading to bytes for common functions
10112              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
10113              Date: Wed, 7 Mar 2001 02:36:55 -0500
10114              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
10115      Branch: perl
10116            ! pp_sys.c
10117 ____________________________________________________________________________
10118 [  9070] By: jhi                                   on 2001/03/07  15:04:58
10119         Log: Clarify the description differentiating for and while; inspired by
10120              
10121              Subject: [ID 20010306.002] for/while difference in for definition
10122              From: abela@geneanet.org
10123              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
10124              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
10125      Branch: perl
10126            ! pod/perlsyn.pod
10127 ____________________________________________________________________________
10128 [  9069] By: jhi                                   on 2001/03/07  14:55:30
10129         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10130              From: Dorner Thomas <Thomas.Dorner@start.de>
10131              Date: Wed, 7 Mar 2001 14:13:31 +0100
10132              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10133      Branch: perl
10134            ! Makefile.SH
10135 ____________________________________________________________________________
10136 [  9068] By: jhi                                   on 2001/03/07  14:51:17
10137         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
10138              From: Radu Greab <radu@netsoft.ro>
10139              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
10140              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
10141      Branch: perl
10142            ! pp.c t/op/chop.t
10143 ____________________________________________________________________________
10144 [  9067] By: jhi                                   on 2001/03/07  14:48:57
10145         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10146              From: Simon Cozens <simon@netthink.co.uk>
10147              Date: Wed, 7 Mar 2001 13:59:28 +0000
10148              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
10149              
10150              In order to allow MakeMaker to build correct Makefiles,
10151              you need to change the order of the arguments in MM_Unix.pm
10152              as well. (Unless you have C89_CCMODE set, but we're trying
10153              to be POSIXly correct)
10154              
10155              Thanks to Merijn Broeren for tracking this down.
10156      Branch: perl
10157            ! lib/ExtUtils/MM_Unix.pm
10158 ____________________________________________________________________________
10159 [  9066] By: jhi                                   on 2001/03/07  14:30:02
10160         Log: Floating point too messy.
10161      Branch: perl
10162            ! t/camel-III/vstring.t
10163 ____________________________________________________________________________
10164 [  9065] By: jhi                                   on 2001/03/07  14:17:44
10165         Log: Integrate change #9064 from maintperl into mainline.
10166              
10167              fix memory leak in pack("Bb",...)
10168      Branch: perl
10169           !> perl.c
10170 ____________________________________________________________________________
10171 [  9064] By: gsar                                  on 2001/03/07  06:29:24
10172         Log: fix memory leak in pack("Bb",...)
10173      Branch: maint-5.6/perl
10174            ! perl.c
10175 ____________________________________________________________________________
10176 [  9063] By: jhi                                   on 2001/03/07  00:55:04
10177         Log: Major utf8 test reorganisation and rewrite.
10178              Hopefully no tests were lost in the shuffle.
10179              (The beginning of pragma/utf8 was lost intentionally,
10180              the tests were rather bogus and incomplete.)
10181      Branch: perl
10182            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
10183            ! t/pragma/utf8.t
10184 ____________________________________________________________________________
10185 [  9062] By: jhi                                   on 2001/03/07  00:41:16
10186         Log: More tweakage on the Unicode character class descriptions.
10187      Branch: perl
10188            ! lib/unicode/mktables.PL pod/perlretut.pod
10189 ____________________________________________________________________________
10190 [  9061] By: jhi                                   on 2001/03/06  23:12:38
10191         Log: The perlretut was still talking about the old \p and \P
10192              definitions.
10193      Branch: perl
10194            ! pod/perlretut.pod
10195 ____________________________________________________________________________
10196 [  9060] By: nick                                  on 2001/03/06  20:52:37
10197         Log: Integrate mainline (make test works again now).
10198      Branch: perlio
10199           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
10200 ____________________________________________________________________________
10201 [  9059] By: jhi                                   on 2001/03/06  15:36:14
10202         Log: 0.999... does equal 1.0, doesn't it?
10203      Branch: perl
10204            ! t/camel-III/vstring.t
10205 ____________________________________________________________________________
10206 [  9058] By: jhi                                   on 2001/03/06  15:34:00
10207         Log: Make /x{abcd}/ to work without use utf8.
10208      Branch: perl
10209            ! regcomp.c
10210 ____________________________________________________________________________
10211 [  9057] By: jhi                                   on 2001/03/06  03:02:36
10212         Log: Easier to outcomment all the three reset() tests for now.
10213      Branch: perl
10214            ! t/op/pat.t
10215 ____________________________________________________________________________
10216 [  9056] By: jhi                                   on 2001/03/06  02:30:02
10217         Log: Comment out the deadly reset; until the 20010301.005
10218              is finally fixed.
10219      Branch: perl
10220            ! t/op/pat.t
10221 ____________________________________________________________________________
10222 [  9055] By: jhi                                   on 2001/03/06  02:21:26
10223         Log: Integrate the change #9054 from mainline:
10224              retract the PMOP cleanup patch pending further investigation.
10225      Branch: maint-5.6/perl
10226           !> op.c op.h
10227 ____________________________________________________________________________
10228 [  9054] By: jhi                                   on 2001/03/06  02:19:57
10229         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
10230              with oddly familiar stack traces.
10231      Branch: perl
10232            ! op.c op.h
10233 ____________________________________________________________________________
10234 [  9053] By: jhi                                   on 2001/03/05  23:20:28
10235         Log: Integrate perlio.
10236      Branch: perl
10237           +> ext/Encode/Encode/koi8-r.ucm
10238           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10239           !> makedef.pl
10240 ____________________________________________________________________________
10241 [  9052] By: nick                                  on 2001/03/05  23:08:17
10242         Log: skipping USE_PERLIO symbols correction.
10243      Branch: perlio
10244            ! makedef.pl
10245 ____________________________________________________________________________
10246 [  9051] By: nick                                  on 2001/03/05  22:35:07
10247         Log: More Encode alias tidying.
10248      Branch: perlio
10249            + ext/Encode/Encode/koi8-r.ucm
10250            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10251 ____________________________________________________________________________
10252 [  9050] By: jhi                                   on 2001/03/05  21:44:29
10253         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
10254              Sarathy's fix for ID 20010301.005.
10255      Branch: maint-5.6/perl
10256           !> op.c op.h
10257 ____________________________________________________________________________
10258 [  9049] By: nick                                  on 2001/03/05  19:54:04
10259         Log: Integrate Jarkko's Encode.pm tweak.
10260      Branch: perlio
10261           !> ext/Encode/Encode.pm
10262 ____________________________________________________________________________
10263 [  9048] By: nick                                  on 2001/03/05  19:47:57
10264         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
10265      Branch: perlio
10266           +> os2/os2add.sym
10267           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
10268           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
10269           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
10270           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
10271           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
10272 ____________________________________________________________________________
10273 [  9047] By: jhi                                   on 2001/03/05  19:25:26
10274         Log: Regen perlapi.
10275      Branch: perl
10276            ! pod/perlapi.pod
10277 ____________________________________________________________________________
10278 [  9046] By: jhi                                   on 2001/03/05  19:12:14
10279         Log: Integrate perlio.
10280      Branch: perl
10281           +> t/camel-III/vstring.t
10282           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
10283 ____________________________________________________________________________
10284 [  9045] By: jhi                                   on 2001/03/05  19:10:36
10285         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
10286      Branch: perl
10287            ! ext/Encode/Encode.pm
10288 ____________________________________________________________________________
10289 [  9044] By: jhi                                   on 2001/03/05  18:49:12
10290         Log: Forgot the other half of the PMOP patch (#9033).
10291      Branch: perl
10292            ! op.h
10293 ____________________________________________________________________________
10294 [  9043] By: nick                                  on 2001/03/05  18:14:47
10295         Log: Update MANIFEST for new test.
10296      Branch: perlio
10297            ! MANIFEST
10298 ____________________________________________________________________________
10299 [  9042] By: nick                                  on 2001/03/05  18:12:41
10300         Log: Some tests for Camel 3rd edition features.
10301              Make gethostbyaddr() test in above work.
10302      Branch: perlio
10303            + t/camel-III/vstring.t
10304            ! pp.h pp_sys.c t/TEST t/harness
10305 ____________________________________________________________________________
10306 [  9041] By: jhi                                   on 2001/03/05  17:41:48
10307         Log: Add more ISO 8859 encoding aliases.
10308      Branch: perl
10309            ! ext/Encode/Encode.pm
10310 ____________________________________________________________________________
10311 [  9040] By: jhi                                   on 2001/03/05  17:30:43
10312         Log: Integrate perlio.
10313      Branch: perl
10314           !> MANIFEST sv.c
10315 ____________________________________________________________________________
10316 [  9039] By: nick                                  on 2001/03/05  17:11:36
10317         Log: Missed added file.
10318      Branch: perlio
10319            ! MANIFEST
10320 ____________________________________________________________________________
10321 [  9038] By: jhi                                   on 2001/03/05  15:58:01
10322         Log: Add tr tests for EBCDIC, from Karsten Sperling.
10323      Branch: perl
10324            ! t/op/tr.t
10325 ____________________________________________________________________________
10326 [  9037] By: nick                                  on 2001/03/05  15:56:35
10327         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
10328              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
10329              
10330              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
10331              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
10332              - uses SvPV() rather than sv_2pv() in case it isn't a string.
10333      Branch: perlio
10334            ! sv.c
10335 ____________________________________________________________________________
10336 [  9036] By: jhi                                   on 2001/03/05  15:49:15
10337         Log: Add matching tests currently failing in EBCDIC,
10338              suggested by Karsten Sperling.
10339      Branch: perl
10340            ! t/op/pat.t
10341 ____________________________________________________________________________
10342 [  9035] By: jhi                                   on 2001/03/05  15:36:55
10343         Log: The #9034 needs a MANIFESTation.
10344      Branch: perl
10345            ! MANIFEST
10346 ____________________________________________________________________________
10347 [  9034] By: jhi                                   on 2001/03/05  15:35:14
10348         Log: Integrate perlio.
10349      Branch: perl
10350           +> ext/Encode/Encode/Tcl.pm
10351           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10352           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
10353           !> ext/Encode/Encode/iso8859-1.ucm
10354           !> ext/Encode/Encode/iso8859-10.ucm
10355           !> ext/Encode/Encode/iso8859-13.ucm
10356           !> ext/Encode/Encode/iso8859-14.ucm
10357           !> ext/Encode/Encode/iso8859-15.ucm
10358           !> ext/Encode/Encode/iso8859-16.ucm
10359           !> ext/Encode/Encode/iso8859-2.ucm
10360           !> ext/Encode/Encode/iso8859-3.ucm
10361           !> ext/Encode/Encode/iso8859-4.ucm
10362           !> ext/Encode/Encode/iso8859-5.ucm
10363           !> ext/Encode/Encode/iso8859-6.ucm
10364           !> ext/Encode/Encode/iso8859-7.ucm
10365           !> ext/Encode/Encode/iso8859-8.ucm
10366           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
10367           !> t/lib/encode.t
10368 ____________________________________________________________________________
10369 [  9033] By: jhi                                   on 2001/03/05  15:33:18
10370         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
10371              From: Gurusamy Sarathy <gsar@ActiveState.com>
10372              Date: Sun, 04 Mar 2001 22:33:15 -0800
10373              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
10374              
10375              PMOPs need to remember their own stash so that they can
10376              gracefully remove themselves from their linked list.
10377      Branch: perl
10378            ! op.c
10379 ____________________________________________________________________________
10380 [  9032] By: nick                                  on 2001/03/05  14:51:50
10381         Log: Encode implementation "completion"
10382              Implement and document define_encoding()
10383              Implement and document encoding aliases including define_alias()
10384              Make Encode::XS use define_encoding() rather than back-door.
10385              Move run-time *.enc to separate Encode::Tcl module.
10386              Make 'compile' honour <codeset_name>
10387              Change canonical names of to iso-8859-* and US-ascii.
10388      Branch: perlio
10389            + ext/Encode/Encode/Tcl.pm
10390            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10391            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
10392            ! ext/Encode/Encode/iso8859-1.ucm
10393            ! ext/Encode/Encode/iso8859-10.ucm
10394            ! ext/Encode/Encode/iso8859-13.ucm
10395            ! ext/Encode/Encode/iso8859-14.ucm
10396            ! ext/Encode/Encode/iso8859-15.ucm
10397            ! ext/Encode/Encode/iso8859-16.ucm
10398            ! ext/Encode/Encode/iso8859-2.ucm
10399            ! ext/Encode/Encode/iso8859-3.ucm
10400            ! ext/Encode/Encode/iso8859-4.ucm
10401            ! ext/Encode/Encode/iso8859-5.ucm
10402            ! ext/Encode/Encode/iso8859-6.ucm
10403            ! ext/Encode/Encode/iso8859-7.ucm
10404            ! ext/Encode/Encode/iso8859-8.ucm
10405            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
10406            ! t/lib/encode.t
10407 ____________________________________________________________________________
10408 [  9031] By: jhi                                   on 2001/03/05  13:51:17
10409         Log: Integrate change #9030 from maintperl into mainline.
10410              
10411              Subject: [PATCH 5.6.1] OS/2 cleanup
10412      Branch: perl
10413           +> os2/os2add.sym
10414           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10415           !> makedef.pl os2/Changes os2/Makefile.SHs
10416           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
10417           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
10418           !> os2/os2.sym os2/os2ish.h
10419 ____________________________________________________________________________
10420 [  9030] By: jhi                                   on 2001/03/05  13:46:49
10421         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
10422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10423              Date: Mon, 5 Mar 2001 02:29:44 -0500
10424              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
10425      Branch: maint-5.6/perl
10426            + os2/os2add.sym
10427            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10428            ! makedef.pl os2/Changes os2/Makefile.SHs
10429            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
10430            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
10431            ! os2/os2.sym os2/os2ish.h
10432 ____________________________________________________________________________
10433 [  9029] By: jhi                                   on 2001/03/05  13:40:35
10434         Log: Integrate change #9028 from maintperl into mainline.
10435              
10436              various nits in MM_Unix.pm found by disabling SelfLoader
10437      Branch: perl
10438           !> lib/ExtUtils/MM_Unix.pm
10439 ____________________________________________________________________________
10440 [  9028] By: gsar                                  on 2001/03/05  09:58:38
10441         Log: various nits in MM_Unix.pm found by disabling SelfLoader
10442      Branch: maint-5.6/perl
10443            ! lib/ExtUtils/MM_Unix.pm
10444 ____________________________________________________________________________
10445 [  9027] By: nick                                  on 2001/03/05  08:35:22
10446         Log: Integrate mainline
10447      Branch: perlio
10448           !> (integrate 28 files)
10449 ____________________________________________________________________________
10450 [  9026] By: jhi                                   on 2001/03/05  02:14:59
10451         Log: Integrate change #9025 from mainline to maintperl,
10452              retract \N{U+HHHH}.
10453      Branch: maint-5.6/perl
10454           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10455           !> t/lib/charnames.t toke.c
10456 ____________________________________________________________________________
10457 [  9025] By: jhi                                   on 2001/03/05  02:13:09
10458         Log: Retracting \N{U+HHHH}.
10459      Branch: perl
10460            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10461            ! t/lib/charnames.t toke.c
10462 ____________________________________________________________________________
10463 [  9024] By: jhi                                   on 2001/03/04  20:51:07
10464         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
10465              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10466              Date: Fri, 02 Mar 2001 18:25:26 +0100
10467              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
10468              
10469              Casting problem.
10470      Branch: perl
10471            ! ext/Storable/Storable.xs
10472 ____________________________________________________________________________
10473 [  9023] By: jhi                                   on 2001/03/04  19:46:45
10474         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
10475              From: nick@talking.bollo.cx
10476              Date: Sat, 03 Mar 2001 21:41:33 +0000
10477              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
10478              
10479              Revert the workaround.
10480      Branch: perl
10481            ! perlio.c
10482 ____________________________________________________________________________
10483 [  9022] By: jhi                                   on 2001/03/04  19:36:28
10484         Log: Update Changes.
10485      Branch: perl
10486            ! Changes patchlevel.h
10487 ____________________________________________________________________________
10488 [  9021] By: jhi                                   on 2001/03/04  18:41:00
10489         Log: makedef.pl updates suggested by Chris Nandor; double-checking
10490              the changes in AIX, OS/2 Win32 would be nice.
10491      Branch: perl
10492            ! makedef.pl
10493 ____________________________________________________________________________
10494 [  9020] By: jhi                                   on 2001/03/04  18:23:58
10495         Log: Integrate change #9012 from maintperl into mainline,
10496              quench a compiler warning.
10497      Branch: perl
10498           !> toke.c
10499 ____________________________________________________________________________
10500 [  9019] By: jhi                                   on 2001/03/04  18:18:43
10501         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
10502              
10503              \N{U+HHHH} fix.
10504              
10505              pattern in G_ARRAY context
10506      Branch: maint-5.6/perl
10507           !> pp_hot.c t/op/pat.t toke.c
10508 ____________________________________________________________________________
10509 [  9018] By: jhi                                   on 2001/03/04  18:07:48
10510         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
10511              From: Jeff Pinyan <jeffp@crusoe.net>
10512              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
10513              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
10514      Branch: perl
10515            ! pp_hot.c t/op/pat.t
10516 ____________________________________________________________________________
10517 [  9017] By: jhi                                   on 2001/03/04  18:06:21
10518         Log: I thought I tested the #9014.
10519      Branch: perl
10520            ! toke.c
10521 ____________________________________________________________________________
10522 [  9016] By: jhi                                   on 2001/03/04  17:41:22
10523         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
10524              
10525              Tweak the get*ent() OS/2 prototypes.
10526              
10527              Add the \N{U+HHHH} syntax.
10528              
10529              More tr/// UTF-8 fixes from Inaba Hiroto.
10530      Branch: maint-5.6/perl
10531           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
10532           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
10533 ____________________________________________________________________________
10534 [  9015] By: jhi                                   on 2001/03/04  17:36:04
10535         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
10536      Branch: perl
10537            ! doop.c t/op/tr.t
10538 ____________________________________________________________________________
10539 [  9014] By: jhi                                   on 2001/03/04  17:24:49
10540         Log: Add the \N{U+HHHH} syntax.
10541      Branch: perl
10542            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10543            ! t/lib/charnames.t toke.c
10544 ____________________________________________________________________________
10545 [  9013] By: jhi                                   on 2001/03/04  17:20:45
10546         Log: Tweak the get*ent() OS/2 prototypes.
10547      Branch: perl
10548            ! os2/os2.c
10549 ____________________________________________________________________________
10550 [  9012] By: gsar                                  on 2001/03/04  06:26:14
10551         Log: avoid warning (nit in change#9009)
10552      Branch: maint-5.6/perl
10553            ! toke.c
10554 ____________________________________________________________________________
10555 [  9011] By: gsar                                  on 2001/03/04  06:15:24
10556         Log: lib/charnames.t fails in 5.6.x because of older Unicode
10557              data
10558              
10559              TODO: need to revisit this after updating lib/unicode/...
10560      Branch: maint-5.6/perl
10561            ! t/lib/charnames.t
10562 ____________________________________________________________________________
10563 [  9010] By: gsar                                  on 2001/03/04  06:08:36
10564         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
10565      Branch: maint-5.6/perl
10566            ! toke.c
10567 ____________________________________________________________________________
10568 [  9009] By: jhi                                   on 2001/03/03  19:27:20
10569         Log: Integrate change #9008 from mainline to maintperl,
10570              UTF-8 tr/// fixes from Inaba Hiroto.
10571      Branch: maint-5.6/perl
10572           !> doop.c op.c t/op/tr.t toke.c
10573 ____________________________________________________________________________
10574 [  9008] By: jhi                                   on 2001/03/03  19:19:42
10575         Log: UTF8 tr/// fixes from Inaba Hiroto.
10576      Branch: perl
10577            ! doop.c op.c t/op/tr.t toke.c
10578 ____________________________________________________________________________
10579 [  9007] By: jhi                                   on 2001/03/03  19:00:30
10580         Log: Integrate change #9006 from maintperl to mainline,
10581              more robust quest for the infinite.
10582      Branch: perl
10583           !> lib/Math/Complex.pm
10584 ____________________________________________________________________________
10585 [  9006] By: jhi                                   on 2001/03/03  18:58:06
10586         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
10587              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10588              Date: Sat, 3 Mar 2001 12:51:50 -0500
10589              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
10590              
10591              Be more robust in our quest for the infinite.
10592      Branch: maint-5.6/perl
10593            ! lib/Math/Complex.pm
10594 ____________________________________________________________________________
10595 [  9005] By: jhi                                   on 2001/03/03  17:55:50
10596         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
10597      Branch: maint-5.6/perl
10598            ! doio.c
10599 ____________________________________________________________________________
10600 [  9004] By: jhi                                   on 2001/03/03  17:40:14
10601         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
10602              so that picky compilers like IRIX won't get huffy about
10603              "statements without effect" (like 1;).
10604      Branch: perl
10605            ! toke.c
10606 ____________________________________________________________________________
10607 [  9003] By: jhi                                   on 2001/03/03  17:15:52
10608         Log: Integrate change #9002 from mainline to maintperl.
10609              
10610              Subject: [perl-5.6.x, perl-current] accept for EPOC
10611      Branch: maint-5.6/perl
10612           !> pp_sys.c
10613 ____________________________________________________________________________
10614 [  9002] By: jhi                                   on 2001/03/03  17:14:30
10615         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
10616              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10617              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
10618              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
10619      Branch: perl
10620            ! pp_sys.c
10621 ____________________________________________________________________________
10622 [  9001] By: jhi                                   on 2001/03/03  17:13:13
10623         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
10624              From: "Craig A. Berry" <craigberry@mac.com>
10625              Date: Fri, 02 Mar 2001 17:44:40 -0600
10626              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
10627      Branch: perl
10628            ! t/pod/find.t
10629 ____________________________________________________________________________
10630 [  9000] By: jhi                                   on 2001/03/03  17:11:55
10631         Log: Integrate changes #8997,8999 from maintperl.
10632              
10633              Subject: [PATCH 5.6.1] compiling on OS/2
10634              (Better error message from hints/os2.sh)
10635              
10636              Subject: [PATCH 5.6.1] syslog.t
10637      Branch: perl
10638           !> hints/os2.sh t/lib/syslog.t
10639 ____________________________________________________________________________
10640 [  8999] By: jhi                                   on 2001/03/03  17:09:28
10641         Log: Subject: [PATCH 5.6.1] syslog.t
10642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10643              Date: Sat, 3 Mar 2001 02:11:17 -0500
10644              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
10645      Branch: maint-5.6/perl
10646            ! t/lib/syslog.t
10647 ____________________________________________________________________________
10648 [  8998] By: jhi                                   on 2001/03/03  17:07:50
10649         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
10650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10651              Date: Sat, 3 Mar 2001 01:53:52 -0500
10652              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
10653      Branch: maint-5.6/perl
10654            ! opcode.pl os2/os2.c
10655 ____________________________________________________________________________
10656 [  8997] By: jhi                                   on 2001/03/03  17:03:30
10657         Log: Subject: [PATCH 5.6.1] compiling on OS/2
10658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10659              Date: Sat, 3 Mar 2001 01:59:59 -0500
10660              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
10661      Branch: maint-5.6/perl
10662            ! hints/os2.sh
10663 ____________________________________________________________________________
10664 [  8996] By: jhi                                   on 2001/03/03  00:55:58
10665         Log: Regen files for mainline.
10666      Branch: perl
10667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10668            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
10669 ____________________________________________________________________________
10670 [  8995] By: jhi                                   on 2001/03/03  00:35:22
10671         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
10672              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
10673              to maintperl.
10674              
10675              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
10676              
10677              Add Configure option -Dmksymlinks which will create a symlink
10678              forest if the current/build differs from the source directory.
10679              (8218,8220,8221,8317,8318,8971)
10680              
10681              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
10682              (Document APPLLIB_EXP in INSTALL.)
10683              
10684              If running byacc write-enable also perly.h.
10685              
10686              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
10687              
10688              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
10689              
10690              Sanity check for conflicting thread flavours.
10691              
10692              Fix the sys/fcntl.h problem reported by Peter Prymmer.
10693              
10694              Add few CPUs/architectures to the Cppsym scan,
10695              add -perlio to archname if so selected (modified 8890)
10696              
10697              Be more helpful for devel builders, suggested by John L. Allen.
10698              (admittedly pointless change for maintperl, but the usedevel
10699              code is there already)
10700      Branch: maint-5.6/perl
10701           !> Configure INSTALL Makefile.SH Porting/Glossary
10702           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
10703           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
10704           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
10705           !> win32/config.bc win32/config.gc win32/config.vc
10706 ____________________________________________________________________________
10707 [  8994] By: jhi                                   on 2001/03/02  23:31:41
10708         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
10709      Branch: metaconfig/U/perl
10710            ! gccvers.U
10711 ____________________________________________________________________________
10712 [  8993] By: jhi                                   on 2001/03/02  23:22:12
10713         Log: Regenerate various files for maint.
10714      Branch: maint-5.6/perl
10715            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
10716            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
10717 ____________________________________________________________________________
10718 [  8992] By: alanbur                               on 2001/03/02  22:48:34
10719         Log: Resync wuth parent
10720      Branch: maint-5.6/pureperl
10721           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
10722           !> (integrate 60 files)
10723 ____________________________________________________________________________
10724 [  8991] By: jhi                                   on 2001/03/02  21:00:08
10725         Log: Retract the #8742 part of #8986, backward compat.
10726      Branch: maint-5.6/perl
10727            ! embed.pl
10728 ____________________________________________________________________________
10729 [  8990] By: jhi                                   on 2001/03/02  20:40:07
10730         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
10731      Branch: maint-5.6/perl
10732            ! hv.c
10733 ____________________________________________________________________________
10734 [  8989] By: jhi                                   on 2001/03/02  19:59:56
10735         Log: Update Changes.
10736      Branch: perl
10737            ! Changes patchlevel.h
10738 ____________________________________________________________________________
10739 [  8988] By: jhi                                   on 2001/03/02  19:57:08
10740         Log: Integrate perlio.
10741      Branch: perl
10742           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
10743           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
10744           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
10745           !> ext/Encode/Encode/iso8859-10.ucm
10746           !> ext/Encode/Encode/iso8859-13.ucm
10747           !> ext/Encode/Encode/iso8859-14.ucm
10748           !> ext/Encode/Encode/iso8859-15.ucm
10749           !> ext/Encode/Encode/iso8859-16.ucm
10750           !> ext/Encode/Encode/iso8859-2.ucm
10751           !> ext/Encode/Encode/iso8859-3.ucm
10752           !> ext/Encode/Encode/iso8859-4.ucm
10753           !> ext/Encode/Encode/iso8859-5.ucm
10754           !> ext/Encode/Encode/iso8859-6.ucm
10755           !> ext/Encode/Encode/iso8859-7.ucm
10756           !> ext/Encode/Encode/iso8859-8.ucm
10757           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
10758           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
10759 ____________________________________________________________________________
10760 [  8987] By: jhi                                   on 2001/03/02  19:43:40
10761         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
10762              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
10763              8950,8952,8955 from mainline to maintperl.
10764              
10765              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
10766              
10767              Put to rest the 20010205.001, the email address checking (not) regex.
10768              
10769              fork() not everywhere, cleanup temp files.
10770              
10771              The #8843 wasn't quite right: %Config needs to imported.
10772              
10773              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
10774              (#8849: the glob-basic hunk needed massaging as it depended
10775              on Schwern's large-scale (unintegrated) patches)
10776              
10777              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
10778              
10779              Upgrade to CGI.pm 2.752, from Lincoln Stein.
10780              (Note: there were some conflicts due to EBCDIC and EPOC
10781              patches, in general I preferred the repository code.)
10782              (When 2.753 comes out, we need to synchronize.)
10783              
10784              Subject: [PATCH] fix for charnames above FFFF
10785              
10786              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
10787              
10788              If no sfio, no -lsfio.
10789              
10790              Run run/*.t also in minitest.
10791              
10792              Subject:  [PATCH perl 5.7.0] malloc message address offset
10793              
10794              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
10795              
10796              Subject: fix for parameter -Dm (for perl@8867)
10797              
10798              Subject: [PATCH: perl@8892] was Re: hashing order difference?
10799              (make the test more portable)
10800              
10801              Subject: Re: [PATCH] fix for charnames above FFFF
10802              
10803              Subject: Re: I'm losing the war...
10804              (hv_store() not working correctly in ENV_IS_CASELESS case.)
10805              
10806              Subject: Modified README.bs2000 
10807              
10808              Subject: [PATCH: perl@8935] -Dt padsv($var)
10809              
10810              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
10811              
10812              Subject: PATCH: extra tests to check on negative float to unsigned cast
10813              
10814              Subject: [PATCH] XPUSH[insp] was Re: progress
10815              
10816              Subject: Re: Compile with perlcc..
10817      Branch: maint-5.6/perl
10818           !> (integrate 36 files)
10819 ____________________________________________________________________________
10820 [  8986] By: jhi                                   on 2001/03/02  18:51:25
10821         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
10822              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
10823              to maintperl.
10824              
10825              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
10826              
10827              Subject: [DOC PATCH] overload.pm nits
10828              
10829              Add header for LIB$ prototypes (C. Berry)
10830              
10831              Convert fwrite()s to sockets to write()s, since some socket stacks
10832              don't take kindly to stdio.
10833              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10834              (for often optional LNMs)
10835              Correct a few typos
10836              (C. Bailey)
10837              
10838              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
10839              
10840              De-cut-and-pasto.
10841              
10842              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
10843              
10844              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
10845              
10846              Upgrade to CPAN 1.59_54, from Andreas König.
10847              
10848              Bogus shebang.
10849              
10850              Subject: [PATCH] Document makepatch in Porting/patching
10851              
10852              UTF-8 documentation.
10853              
10854              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
10855              
10856              Sort the MANIFEST.
10857              
10858              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
10859              
10860              Subject: [PATCH @8807] toke.c cleanup: scan_str()
10861              
10862              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
10863              
10864              Add run/*.t to testables.
10865              
10866              TODO: integrate #8784.
10867      Branch: maint-5.6/perl
10868           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
10869           !> (integrate 28 files)
10870 ____________________________________________________________________________
10871 [  8985] By: nick                                  on 2001/03/02  18:15:45
10872         Log: Integrate mainline
10873      Branch: perlio
10874           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
10875           !> vms/vms.c
10876 ____________________________________________________________________________
10877 [  8984] By: jhi                                   on 2001/03/02  16:00:17
10878         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
10879              
10880              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
10881              5.004_05, and mention the suidperl August 2000 security problem.
10882              (#8978,#8981)
10883              
10884              Subject: [ID 20010301.004] Technically speaking in perldata
10885              
10886              Subject: [PATCH] File::Copy for bleadperl, maintperl
10887              
10888              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
10889              
10890              (The #8982, fix for 20010221.005 and 20010221.008,
10891              would be nice too but it didn't integrate cleanly.)
10892      Branch: maint-5.6/perl
10893           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
10894 ____________________________________________________________________________
10895 [  8983] By: jhi                                   on 2001/03/02  15:51:16
10896         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
10897              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10898              Date:     Thu, 1 Mar 2001 15:54:09 EST
10899              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
10900      Branch: perl
10901            ! vms/vms.c
10902 ____________________________________________________________________________
10903 [  8982] By: jhi                                   on 2001/03/02  15:43:31
10904         Log: Subject: Re: sync sync sync: have I missed any patches?
10905              From: Radu Greab <radu@netsoft.ro> 
10906              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
10907              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
10908              
10909              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
10910              was checking argv[0] regardless of whether a different pathname
10911              will actually be executed."  Test case not supplied because 
10912              drafting that, ironically enough, revealed another bug
10913              (or a feature).
10914      Branch: perl
10915            ! doio.c
10916 ____________________________________________________________________________
10917 [  8981] By: jhi                                   on 2001/03/02  15:28:03
10918         Log: Misdate in #8978.
10919      Branch: perl
10920            ! pod/perlfaq1.pod
10921 ____________________________________________________________________________
10922 [  8980] By: jhi                                   on 2001/03/02  15:24:20
10923         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
10924              From: Chris Nandor <pudge@pobox.com>
10925              Date: Wed, 28 Feb 2001 22:10:15 -0500
10926              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
10927      Branch: perl
10928            ! lib/File/Copy.pm
10929 ____________________________________________________________________________
10930 [  8979] By: jhi                                   on 2001/03/02  15:17:16
10931         Log: Subject: [ID 20010301.004] Technically speaking in perldata
10932              From: abela@geneanet.org
10933              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
10934              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
10935      Branch: perl
10936            ! pod/perldata.pod
10937 ____________________________________________________________________________
10938 [  8978] By: jhi                                   on 2001/03/02  15:15:27
10939         Log: Subject: [ID 20010301.003] ref to 5.004
10940              From: abela@geneanet.org
10941              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
10942              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
10943              
10944              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
10945              and mention the suidperl August 2000 security problem.
10946      Branch: perl
10947            ! pod/perlfaq1.pod
10948 ____________________________________________________________________________
10949 [  8977] By: alanbur                               on 2001/03/02  14:17:45
10950         Log: Resynchronised with parent
10951      Branch: maint-5.6/pureperl
10952           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
10953           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
10954           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
10955           !> vms/descrip_mms.template win32/win32.c win32/win32.h
10956           !> win32/win32iop.h
10957 ____________________________________________________________________________
10958 [  8976] By: nick                                  on 2001/03/01  23:25:30
10959         Log: Integrate mainline.
10960      Branch: perlio
10961            - t/op/qu.t
10962           !> (integrate 55 files)
10963 ____________________________________________________________________________
10964 [  8975] By: jhi                                   on 2001/03/01  16:51:34
10965         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
10966      Branch: perl
10967           !> toke.c
10968 ____________________________________________________________________________
10969 [  8974] By: gsar                                  on 2001/03/01  16:28:21
10970         Log: fix for bugid 20010226.008
10971              
10972              the problem was that some of the pointers (PL_last_lop and
10973              PL_last_uni specifically) into the lex buffers weren't correctly
10974              being invalidated when the buffer changed; this would leave the
10975              pointers pointing at an arbitrary location in the buffer if
10976              the buffer didn't need to be reallocated, or point into freed
10977              memory if the buffer had to be realloced
10978              
10979              TODO item for bugdb maintainers: check other seemingly random
10980              parser-related bugs--they might be cured by this
10981      Branch: maint-5.6/perl
10982            ! toke.c
10983 ____________________________________________________________________________
10984 [  8973] By: jhi                                   on 2001/03/01  02:23:25
10985         Log: Retract #8970 because of a completely mysterious core dump:
10986              adding the tests 241..244 causes op/pat dump core at test #25.
10987              The test needs a lot of whittling down before the bug can be solved.
10988      Branch: perl
10989            ! t/op/pat.t
10990 ____________________________________________________________________________
10991 [  8972] By: jhi                                   on 2001/03/01  01:58:38
10992         Log: Regen perlapi.
10993      Branch: perl
10994            ! pod/perlapi.pod
10995 ____________________________________________________________________________
10996 [  8971] By: jhi                                   on 2001/03/01  01:34:09
10997         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))
10998              From: Nicholas Clark <nick@ccl4.org>
10999              Date: Wed, 28 Feb 2001 23:28:49 +0000
11000              Message-ID: <20010228232849.A55187@plum.flirble.org>
11001              
11002              Allow a completely write protected source code tree
11003              when using the Configure -Dmksymlinks.
11004      Branch: perl
11005            ! embed.pl warnings.pl
11006 ____________________________________________________________________________
11007 [  8970] By: jhi                                   on 2001/03/01  01:32:04
11008         Log: Add back the EBCDIC character range tests (for matching).
11009      Branch: perl
11010            ! t/op/pat.t
11011 ____________________________________________________________________________
11012 [  8969] By: nick                                  on 2001/02/28  18:18:01
11013         Log: Add charname comments to .ucm files writen by 'compile',
11014              also order charmaps in those files by source encoding.
11015              regenerate distrubuted .ucm files
11016      Branch: perlio
11017            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11018            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11019            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11020            ! ext/Encode/Encode/iso8859-10.ucm
11021            ! ext/Encode/Encode/iso8859-13.ucm
11022            ! ext/Encode/Encode/iso8859-14.ucm
11023            ! ext/Encode/Encode/iso8859-15.ucm
11024            ! ext/Encode/Encode/iso8859-16.ucm
11025            ! ext/Encode/Encode/iso8859-2.ucm
11026            ! ext/Encode/Encode/iso8859-3.ucm
11027            ! ext/Encode/Encode/iso8859-4.ucm
11028            ! ext/Encode/Encode/iso8859-5.ucm
11029            ! ext/Encode/Encode/iso8859-6.ucm
11030            ! ext/Encode/Encode/iso8859-7.ucm
11031            ! ext/Encode/Encode/iso8859-8.ucm
11032            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11033            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
11034 ____________________________________________________________________________
11035 [  8968] By: jhi                                   on 2001/02/28  16:26:37
11036         Log: Expand usemorebits early if d_casti32 needs to be undefined.
11037      Branch: perl
11038            ! hints/hpux.sh hints/irix_6.sh
11039 ____________________________________________________________________________
11040 [  8967] By: jhi                                   on 2001/02/28  16:22:26
11041         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
11042              retract toke.c/qu parts of #8583, retract #8485, retract
11043              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
11044              op/length.t, and MANIFEST, and delete t/op/qu.t.
11045      Branch: perl
11046            - t/op/qu.t
11047            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
11048            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
11049            ! t/op/length.t toke.c
11050 ____________________________________________________________________________
11051 [  8966] By: jhi                                   on 2001/02/28  15:00:27
11052         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
11053              by not changing from pre-Unicode days into being Unicode-aware.
11054              Sniff.
11055      Branch: perl
11056            ! pp.c t/op/pack.t t/op/qu.t
11057 ____________________________________________________________________________
11058 [  8965] By: jhi                                   on 2001/02/28  14:37:55
11059         Log: Subject: Re: Errors in core PODs
11060              From: Michael Stevens <michael@etla.org> 
11061              Date: Fri, 23 Feb 2001 15:47:56 +0000
11062              Message-ID: <20010223154756.A7723@firedrake.org> 
11063      Branch: perl
11064            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
11065            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
11066            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
11067            ! x2p/a2p.pod
11068 ____________________________________________________________________________
11069 [  8964] By: jhi                                   on 2001/02/28  14:35:35
11070         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
11071              (The #8961 was too bold.)
11072      Branch: perl
11073            ! hints/hpux.sh hints/irix_6.sh
11074 ____________________________________________________________________________
11075 [  8963] By: jhi                                   on 2001/02/28  14:33:39
11076         Log: Subject: Re: sync sync sync: have I missed any patches?
11077              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11078              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
11079              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
11080              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
11081              
11082              Replace djSP with dSP.
11083      Branch: perl
11084            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
11085            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
11086            ! win32/perlhost.h
11087 ____________________________________________________________________________
11088 [  8962] By: jhi                                   on 2001/02/27  23:21:14
11089         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
11090      Branch: perl
11091            ! lib/Filter/Simple.pm
11092 ____________________________________________________________________________
11093 [  8961] By: jhi                                   on 2001/02/27  22:55:26
11094         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
11095              and this would be it.
11096      Branch: perl
11097            ! hints/hpux.sh hints/irix_6.sh
11098 ____________________________________________________________________________
11099 [  8960] By: jhi                                   on 2001/02/27  22:51:33
11100         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11101              From: "Craig A. Berry" <craigberry@mac.com>
11102              Date: Tue, 27 Feb 2001 16:11:44 -0600
11103              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11104      Branch: maint-5.6/perl
11105            ! configure.com vms/descrip_mms.template
11106 ____________________________________________________________________________
11107 [  8959] By: jhi                                   on 2001/02/27  22:47:23
11108         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11109              From: "Craig A. Berry" <craigberry@mac.com>
11110              Date: Tue, 27 Feb 2001 16:11:44 -0600
11111              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11112      Branch: perl
11113            ! configure.com vms/descrip_mms.template
11114 ____________________________________________________________________________
11115 [  8958] By: jhi                                   on 2001/02/27  15:16:42
11116         Log: Update Changes.
11117      Branch: perl
11118            ! Changes patchlevel.h
11119 ____________________________________________________________________________
11120 [  8957] By: jhi                                   on 2001/02/27  06:15:07
11121         Log: Subject: [5.6.x] EPOC additions
11122              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11123              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
11124              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
11125      Branch: maint-5.6/perl
11126            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
11127 ____________________________________________________________________________
11128 [  8956] By: jhi                                   on 2001/02/27  06:12:11
11129         Log: Subject: [perl-current] EPOC 
11130              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11131              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
11132              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
11133      Branch: perl
11134            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
11135            ! epoc/epocish.c epoc/epocish.h pp_sys.c
11136 ____________________________________________________________________________
11137 [  8955] By: jhi                                   on 2001/02/27  05:59:50
11138         Log: Subject: Re: Compile with perlcc..
11139              From: Edward Peschko <edwardp@excitehome.net>
11140              Date: Mon, 26 Feb 2001 18:51:58 -0800
11141              Message-ID: <20010226185158.A9871@excitehome.net>
11142              
11143              plus add a simple usage message if no arguments given.
11144      Branch: perl
11145            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
11146            ! utils/Makefile utils/perlcc.PL win32/pod.mak
11147 ____________________________________________________________________________
11148 [  8954] By: nick                                  on 2001/02/26  21:02:59
11149         Log: Integrate mainline
11150      Branch: perlio
11151           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
11152           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
11153           !> t/op/sprintf.t
11154 ____________________________________________________________________________
11155 [  8953] By: jhi                                   on 2001/02/26  14:43:54
11156         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
11157              From: Nicholas Clark <nick@ccl4.org>
11158              Date: Mon, 26 Feb 2001 00:42:07 +0000
11159              Message-ID: <20010226004207.F23333@plum.flirble.org>
11160      Branch: perl
11161            ! pp_ctl.c
11162 ____________________________________________________________________________
11163 [  8952] By: jhi                                   on 2001/02/26  14:42:13
11164         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
11165              From: Simon Cozens <simon@netthink.co.uk>
11166              Date: Mon, 26 Feb 2001 12:23:48 +0000
11167              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
11168      Branch: perl
11169            ! pod/perlguts.pod
11170 ____________________________________________________________________________
11171 [  8951] By: jhi                                   on 2001/02/26  14:39:15
11172         Log: Subject: [PATCH] perlio - unknown layer
11173              From: Nicholas Clark <nick@ccl4.org>
11174              Date: Mon, 26 Feb 2001 00:27:19 +0000
11175              Message-ID: <20010226002719.E23333@plum.flirble.org>
11176      Branch: perl
11177            ! perlio.c
11178 ____________________________________________________________________________
11179 [  8950] By: jhi                                   on 2001/02/26  14:38:04
11180         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
11181              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
11182              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
11183              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
11184      Branch: perl
11185            ! t/op/bop.t
11186 ____________________________________________________________________________
11187 [  8949] By: jhi                                   on 2001/02/26  14:37:07
11188         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
11189              From: Peter Prymmer <pvhp@forte.com>
11190              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
11191              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
11192      Branch: perl
11193            ! lib/Test.pm
11194 ____________________________________________________________________________
11195 [  8948] By: jhi                                   on 2001/02/26  14:35:53
11196         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11197              From: Radu Greab <radu@netsoft.ro>
11198              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
11199              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
11200      Branch: perl
11201            ! pod/perlop.pod
11202 ____________________________________________________________________________
11203 [  8947] By: jhi                                   on 2001/02/26  14:34:46
11204         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
11205              From: David Mitchell <davem@fdgroup.co.uk>
11206              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
11207              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
11208      Branch: perl
11209            ! run.c
11210 ____________________________________________________________________________
11211 [  8946] By: jhi                                   on 2001/02/26  14:32:37
11212         Log: Subject: Modified README.bs2000 
11213              From: Dorner Thomas <Thomas.Dorner@start.de>
11214              Date: Mon, 26 Feb 2001 09:22:17 +0100
11215              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
11216      Branch: perl
11217            ! README.bs2000
11218 ____________________________________________________________________________
11219 [  8945] By: jhi                                   on 2001/02/26  14:19:53
11220         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
11221              to maintperl, listing the known failures on the tests 129 and 130.
11222      Branch: maint-5.6/perl
11223           !> t/op/sprintf.t
11224 ____________________________________________________________________________
11225 [  8944] By: jhi                                   on 2001/02/26  14:14:15
11226         Log: Add more known sprintf failures.
11227      Branch: perl
11228            ! t/op/sprintf.t
11229 ____________________________________________________________________________
11230 [  8943] By: jhi                                   on 2001/02/26  13:56:22
11231         Log: perlglob.exe needs to be found in Win32, patch from
11232              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
11233              which needs external glob at mini-perl time."
11234      Branch: perl
11235            ! ext/Encode/compile
11236 ____________________________________________________________________________
11237 [  8942] By: jhi                                   on 2001/02/26  13:52:19
11238         Log: A missing dTHX from Vadim Konovalov.
11239      Branch: perl
11240            ! perlio.c
11241 ____________________________________________________________________________
11242 [  8941] By: jhi                                   on 2001/02/26  13:37:05
11243         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
11244      Branch: perl
11245            ! op.c
11246 ____________________________________________________________________________
11247 [  8940] By: jhi                                   on 2001/02/26  13:35:40
11248         Log: Integrate perlio.
11249      Branch: perl
11250           !> ext/Encode/Encode.pm
11251 ____________________________________________________________________________
11252 [  8939] By: nick                                  on 2001/02/25  23:47:09
11253         Log: Integrate mainline.
11254      Branch: perlio
11255           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
11256           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
11257 ____________________________________________________________________________
11258 [  8938] By: nick                                  on 2001/02/25  19:36:28
11259         Log: Encode implementations docs.
11260      Branch: perlio
11261            ! ext/Encode/Encode.pm
11262 ____________________________________________________________________________
11263 [  8937] By: jhi                                   on 2001/02/25  19:26:16
11264         Log: Script wasn't aligned with reality.
11265      Branch: perl
11266            ! t/pod/find.t
11267 ____________________________________________________________________________
11268 [  8936] By: jhi                                   on 2001/02/25  18:54:55
11269         Log: Update Changes.
11270      Branch: perl
11271            ! Changes patchlevel.h
11272 ____________________________________________________________________________
11273 [  8935] By: jhi                                   on 2001/02/25  18:46:36
11274         Log: Retract #8929,8930,8932,8933 for now.
11275      Branch: perl
11276            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
11277 ____________________________________________________________________________
11278 [  8934] By: jhi                                   on 2001/02/25  17:34:35
11279         Log: Integrate perlio.
11280      Branch: perl
11281           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
11282           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
11283           !> t/lib/encode.t
11284 ____________________________________________________________________________
11285 [  8933] By: jhi                                   on 2001/02/25  17:33:12
11286         Log: (Retracted by #8395.)
11287              
11288              Slight tweaks in scan_const(), not fixes yet, it seems like
11289              lots of work remains to be done...
11290      Branch: perl
11291            ! toke.c
11292 ____________________________________________________________________________
11293 [  8932] By: jhi                                   on 2001/02/25  17:27:11
11294         Log: (Retracted by #8395.)
11295              
11296              Missing from #8930.
11297      Branch: perl
11298            ! perl.h
11299 ____________________________________________________________________________
11300 [  8931] By: jhi                                   on 2001/02/25  17:26:19
11301         Log: A comment tweak.
11302      Branch: perl
11303            ! utf8.c
11304 ____________________________________________________________________________
11305 [  8930] By: jhi                                   on 2001/02/25  17:25:47
11306         Log: (Retracted by #8395.)
11307              
11308              Attempt to fix the EBCDIC character range problwm with //.
11309      Branch: perl
11310            ! regcomp.c
11311 ____________________________________________________________________________
11312 [  8929] By: jhi                                   on 2001/02/25  17:23:45
11313         Log: (Retracted by #8395.)
11314              
11315              Expand the EBCDIC character range tests, and add few nasty
11316              tr tests from Karsten Sperling.
11317      Branch: perl
11318            ! t/op/pat.t t/op/tr.t
11319 ____________________________________________________________________________
11320 [  8928] By: jhi                                   on 2001/02/25  17:18:49
11321         Log: Missing check-in.
11322      Branch: perl
11323            ! lib/Pod/Find.pm
11324 ____________________________________________________________________________
11325 [  8927] By: nick                                  on 2001/02/25  11:30:22
11326         Log: Change method names in Encode implementation classes to something
11327              less confusing (preparing to "go public").
11328      Branch: perlio
11329            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
11330 ____________________________________________________________________________
11331 [  8926] By: nick                                  on 2001/02/25  10:53:24
11332         Log: GCC __atribute__ / printf fix
11333      Branch: perlio
11334            ! perl.h
11335 ____________________________________________________________________________
11336 [  8925] By: nick                                  on 2001/02/25  10:52:25
11337         Log: Checked in the wrong one ...
11338      Branch: perlio
11339            ! ext/Encode/Encode.pm
11340 ____________________________________________________________________________
11341 [  8924] By: nick                                  on 2001/02/24  18:46:51
11342         Log: Integrate mainline - to see what Jarkko has in ...
11343      Branch: perlio
11344           +> t/pod/testpods/lib/Pod/Stuff.pm
11345           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
11346 ____________________________________________________________________________
11347 [  8923] By: nick                                  on 2001/02/24  17:05:23
11348         Log: Encode API documentation nd tidy up.
11349              Minor additions to test.
11350              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
11351              Adds STRLEN to standard typemap.
11352      Branch: perlio
11353            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
11354            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
11355 ____________________________________________________________________________
11356 [  8922] By: jhi                                   on 2001/02/24  16:38:12
11357         Log: Add a test for the "character range should match in EBCDIC
11358              if specified using explicit numerics" bug found by Karsten
11359              Sperling.
11360      Branch: perl
11361            ! t/op/pat.t
11362 ____________________________________________________________________________
11363 [  8921] By: jhi                                   on 2001/02/24  16:30:16
11364         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
11365              From: schwern@pobox.com
11366              Date: Fri, 23 Feb 2001 03:21:37 -0500
11367              Message-ID: <20010223032137.A26022@magnonel.guild.net>
11368              
11369              plus Charles Lane's fixes, plus tweaks.
11370      Branch: perl
11371            + t/pod/testpods/lib/Pod/Stuff.pm
11372            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
11373 ____________________________________________________________________________
11374 [  8920] By: nick                                  on 2001/02/24  10:30:11
11375         Log: Integrate mainline
11376      Branch: perlio
11377           !> (integrate 33 files)
11378 ____________________________________________________________________________
11379 [  8919] By: jhi                                   on 2001/02/24  00:23:35
11380         Log: Subject: Re: I'm losing the war...
11381              From: "Vadim Konovalov" <watman@inbox.ru>
11382              Date: Sat, 24 Feb 2001 00:10:14 +0300
11383              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
11384              
11385              hv_store() not working correctly in ENV_IS_CASELESS case.
11386      Branch: perl
11387            ! hv.c
11388 ____________________________________________________________________________
11389 [  8918] By: jhi                                   on 2001/02/24  00:20:09
11390         Log: Subject: Re: [PATCH] fix for charnames above FFFF
11391              From: andreas.koenig@anima.de (Andreas J. Koenig)
11392              Date: 23 Feb 2001 02:39:03 +0100
11393              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
11394              
11395              A further efficiency tweak.
11396      Branch: perl
11397            ! lib/charnames.pm
11398 ____________________________________________________________________________
11399 [  8917] By: jhi                                   on 2001/02/23  20:27:51
11400         Log: Integrate change #8916 from mainline,
11401              do away with USE_WIN32_RTL_ENV.
11402      Branch: maint-5.6/perl
11403           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
11404 ____________________________________________________________________________
11405 [  8916] By: jhi                                   on 2001/02/23  20:02:25
11406         Log: Abolish USE_WIN32_RTL_ENV.
11407      Branch: perl
11408            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
11409 ____________________________________________________________________________
11410 [  8915] By: jhi                                   on 2001/02/23  19:36:00
11411         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
11412              later protected by some #define.
11413      Branch: perl
11414            ! gv.c
11415 ____________________________________________________________________________
11416 [  8914] By: jhi                                   on 2001/02/23  19:31:38
11417         Log: Retract #8902 for now, requested by Charles Lane, the correct
11418              fix will be something else.
11419      Branch: perl
11420            ! op.c
11421 ____________________________________________________________________________
11422 [  8913] By: jhi                                   on 2001/02/23  19:11:36
11423         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
11424              From: Peter Prymmer <pvhp@forte.com>
11425              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
11426              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
11427      Branch: perl
11428            ! t/op/lex_assign.t
11429 ____________________________________________________________________________
11430 [  8912] By: jhi                                   on 2001/02/23  18:38:20
11431         Log: Subject: [patch] perlio + useithreads
11432              From: Doug MacEachern <dougm@covalent.net>
11433              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
11434              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
11435              
11436              Gets things running but not complete.
11437      Branch: perl
11438            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
11439 ____________________________________________________________________________
11440 [  8911] By: jhi                                   on 2001/02/23  04:20:02
11441         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
11442              
11443              Duplicated environment freeing, File::Temp 0.12,
11444              op/append portability (EBCDIC) tweak.
11445      Branch: maint-5.6/perl
11446           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11447           !> t/op/append.t
11448 ____________________________________________________________________________
11449 [  8910] By: jhi                                   on 2001/02/23  02:07:33
11450         Log: Integrate change #8909 from mainline, a better Borland
11451              putenv() workaround.
11452      Branch: maint-5.6/perl
11453           !> perl.c
11454 ____________________________________________________________________________
11455 [  8909] By: jhi                                   on 2001/02/23  02:05:46
11456         Log: A better workaround for Borland putenv() brokenness from Sarathy.
11457      Branch: perl
11458            ! perl.c
11459 ____________________________________________________________________________
11460 [  8908] By: jhi                                   on 2001/02/23  02:04:14
11461         Log: Subject: fix for parameter -Dm (for perl@8867)
11462              From: "Vadim Konovalov" <watman@inbox.ru>
11463              Date: Thu, 22 Feb 2001 17:30:12 +0300
11464              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
11465      Branch: perl
11466            ! perl.h
11467 ____________________________________________________________________________
11468 [  8907] By: jhi                                   on 2001/02/23  01:58:20
11469         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
11470              From: Peter Prymmer <pvhp@forte.com>
11471              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
11472              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
11473      Branch: perl
11474            ! t/op/append.t
11475 ____________________________________________________________________________
11476 [  8906] By: jhi                                   on 2001/02/23  01:48:34
11477         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
11478      Branch: perl
11479            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11480 ____________________________________________________________________________
11481 [  8905] By: jhi                                   on 2001/02/23  01:43:30
11482         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
11483              From: Peter Prymmer <pvhp@forte.com>
11484              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
11485              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
11486      Branch: perl
11487            ! t/lib/st-06compat.t
11488 ____________________________________________________________________________
11489 [  8904] By: jhi                                   on 2001/02/23  01:42:39
11490         Log: Metaconfig unit change for #8903.
11491      Branch: metaconfig/U/perl
11492            ! Devel.U
11493 ____________________________________________________________________________
11494 [  8903] By: jhi                                   on 2001/02/23  01:42:12
11495         Log: Be more helpful for devel builders, suggested by John L. Allen.
11496      Branch: perl
11497            ! Configure
11498 ____________________________________________________________________________
11499 [  8902] By: jhi                                   on 2001/02/23  01:37:41
11500         Log: (Retracted by #8914)
11501              (Wrongly, reinstated by #8941)             
11502
11503              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11504              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11505              Date:     Thu, 22 Feb 2001 09:43:57 EST
11506              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
11507      Branch: perl
11508            ! op.c
11509 ____________________________________________________________________________
11510 [  8901] By: jhi                                   on 2001/02/23  01:20:32
11511         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
11512              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11513              Date:     Thu, 22 Feb 2001 08:01:35 EST
11514              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
11515      Branch: perl
11516            ! malloc.c
11517 ____________________________________________________________________________
11518 [  8900] By: jhi                                   on 2001/02/23  01:18:02
11519         Log: Integrate changes #8898,8899 from mainline, environ handling.
11520      Branch: maint-5.6/perl
11521           !> perl.c
11522 ____________________________________________________________________________
11523 [  8899] By: jhi                                   on 2001/02/23  01:16:25
11524         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
11525              putenv() is not to be relied on, they are either broken or leaky
11526              or both.)
11527      Branch: perl
11528            ! perl.c
11529 ____________________________________________________________________________
11530 [  8898] By: jhi                                   on 2001/02/22  23:36:59
11531         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
11532              and safesysfree() must be used.
11533      Branch: perl
11534            ! perl.c
11535 ____________________________________________________________________________
11536 [  8897] By: jhi                                   on 2001/02/22  23:25:45
11537         Log: With environ one must use safesysmalloc()/safesysfree().
11538      Branch: perl
11539            ! perl.c
11540 ____________________________________________________________________________
11541 [  8896] By: jhi                                   on 2001/02/22  22:13:18
11542         Log: If we have a duplicated environment free it
11543              if PERL_DESTRUCT_LEVEL.
11544      Branch: perl
11545            ! perl.c
11546 ____________________________________________________________________________
11547 [  8895] By: alanbur                               on 2001/02/22  19:31:57
11548         Log: Synchronised with parent
11549      Branch: maint-5.6/pureperl
11550           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
11551 ____________________________________________________________________________
11552 [  8894] By: gsar                                  on 2001/02/22  19:06:18
11553         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
11554              
11555              fix memory leak in method call optimization (change#3768);
11556              made C<eval "$x->foo()"> leak
11557              
11558              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
11559      Branch: maint-5.6/perl
11560           !> op.c
11561 ____________________________________________________________________________
11562 [  8893] By: jhi                                   on 2001/02/22  18:35:27
11563         Log: (Retracted by #8915.)
11564              
11565              Third Degree finding:
11566              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
11567      Branch: perl
11568            ! gv.c
11569 ____________________________________________________________________________
11570 [  8892] By: jhi                                   on 2001/02/22  14:28:32
11571         Log: Update Changes.
11572      Branch: perl
11573            ! Changes patchlevel.h
11574 ____________________________________________________________________________
11575 [  8891] By: jhi                                   on 2001/02/22  13:22:45
11576         Log: Metaconfig unit changes for #8890.
11577      Branch: metaconfig
11578            ! U/modified/Cppsym.U U/threads/archname.U
11579 ____________________________________________________________________________
11580 [  8890] By: jhi                                   on 2001/02/22  13:22:12
11581         Log: Add -stdio to the archname if no perlio selected,
11582              no -perlio added since that is now the default.
11583              
11584              Add few CPUs/architectures to the Cppsym scan.
11585      Branch: perl
11586            ! Configure config_h.SH
11587 ____________________________________________________________________________
11588 [  8889] By: jhi                                   on 2001/02/22  13:05:59
11589         Log: Metaconfig unit change for #8888.
11590      Branch: metaconfig/U/perl
11591            ! useperlio.U
11592 ____________________________________________________________________________
11593 [  8888] By: jhi                                   on 2001/02/22  13:05:28
11594         Log: *drum roll*  Make perlio the default.
11595      Branch: perl
11596            ! Configure config_h.SH
11597 ____________________________________________________________________________
11598 [  8887] By: jhi                                   on 2001/02/22  12:50:52
11599         Log: Integrate change #8665 from maintperl to mainline,
11600              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
11601      Branch: perl
11602           !> ext/POSIX/POSIX.xs
11603 ____________________________________________________________________________
11604 [  8886] By: jhi                                   on 2001/02/22  12:49:24
11605         Log: Integrate changes #8883,8884 from mainline to maintperl.
11606              
11607              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
11608              Subject: Re: File::Temp::_gettemp warning
11609      Branch: maint-5.6/perl
11610           !> embed.h embed.pl lib/File/Temp.pm
11611 ____________________________________________________________________________
11612 [  8885] By: jhi                                   on 2001/02/22  12:43:59
11613         Log: Based on
11614              
11615              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
11616              From: schwab@suse.de
11617              Date: Thu, 22 Feb 2001 13:08:09 +0100
11618              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
11619              
11620              but the fix done slightly differently because the other
11621              half was already done in #8664.
11622      Branch: maint-5.6/perl
11623            ! ext/POSIX/POSIX.xs
11624 ____________________________________________________________________________
11625 [  8884] By: jhi                                   on 2001/02/22  12:37:15
11626         Log: Subject: Re: File::Temp::_gettemp warning
11627              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11628              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
11629              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
11630              
11631              This patch to File::Temp does two things:
11632              
11633              1. Fixes the problem with CGI::Carp when determining
11634              the Fcntl constants
11635              
11636              2. Removes most of the carps and consolidates them so that all the
11637              reasons are included in a single die that is caught by the test. This
11638              means that the correct skipping behaviour is displayed by the test.
11639      Branch: perl
11640            ! lib/File/Temp.pm
11641 ____________________________________________________________________________
11642 [  8883] By: jhi                                   on 2001/02/22  12:29:19
11643         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
11644              From: Peter Prymmer <pvhp@forte.com>
11645              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
11646              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
11647      Branch: perl
11648            ! embed.h embed.pl
11649 ____________________________________________________________________________
11650 [  8882] By: jhi                                   on 2001/02/21  19:41:33
11651         Log: Integrate change #8881 from mainlin to maintperl.
11652              
11653              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
11654      Branch: maint-5.6/perl
11655           !> op.c
11656 ____________________________________________________________________________
11657 [  8881] By: jhi                                   on 2001/02/21  19:38:57
11658         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
11659              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11660              Date:     Wed, 21 Feb 2001 13:08:03 EST
11661              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
11662      Branch: perl
11663            ! op.c
11664 ____________________________________________________________________________
11665 [  8880] By: jhi                                   on 2001/02/21  19:34:34
11666         Log: Retract #8875, cannot let go of the old semantics of unpack U
11667              without rethinking utf8decode.t.
11668      Branch: perl
11669            ! pp.c t/op/pack.t
11670 ____________________________________________________________________________
11671 [  8879] By: jhi                                   on 2001/02/21  19:08:02
11672         Log: Run run/*.t also in minitest.
11673      Branch: perl
11674            ! Makefile.SH
11675 ____________________________________________________________________________
11676 [  8878] By: nick                                  on 2001/02/21  18:55:37
11677         Log: Integrate mainline
11678      Branch: perlio
11679           !> (integrate 76 files)
11680 ____________________________________________________________________________
11681 [  8877] By: jhi                                   on 2001/02/21  15:09:33
11682         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
11683      Branch: metaconfig
11684            ! U/compline/nblock_io.U
11685      Branch: perl
11686            ! Configure config_h.SH
11687 ____________________________________________________________________________
11688 [  8876] By: jhi                                   on 2001/02/21  14:54:45
11689         Log: If no sfio, no -lsfio.
11690      Branch: metaconfig/U/perl
11691            ! d_sfio.U
11692      Branch: perl
11693            ! Configure config_h.SH
11694 ____________________________________________________________________________
11695 [  8875] By: jhi                                   on 2001/02/21  14:54:00
11696         Log: Make unpack C and unpack C truly equivalent.
11697      Branch: perl
11698            ! pp.c t/op/pack.t
11699 ____________________________________________________________________________
11700 [  8874] By: jhi                                   on 2001/02/21  14:26:02
11701         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
11702              From: Peter Prymmer <pvhp@forte.com>
11703              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
11704              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
11705      Branch: perl
11706            ! pod/perlport.pod
11707 ____________________________________________________________________________
11708 [  8873] By: jhi                                   on 2001/02/21  14:24:31
11709         Log: Subject: [PATCH] fix for charnames above FFFF
11710              From: andreas.koenig@anima.de (Andreas J. Koenig)
11711              Date: 21 Feb 2001 07:05:45 +0100
11712              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
11713      Branch: perl
11714            ! lib/charnames.pm t/lib/charnames.t
11715 ____________________________________________________________________________
11716 [  8872] By: jhi                                   on 2001/02/21  14:15:25
11717         Log: Integrate change #8868 from pureperl to mainline.
11718              
11719              Fixed reference count loop caused by sv_magic.
11720      Branch: perl
11721           !> sv.c
11722 ____________________________________________________________________________
11723 [  8871] By: jhi                                   on 2001/02/21  14:07:29
11724         Log: Integrate change #8868 from pureperl to maintperl.
11725              
11726              Fixed reference count loop caused by sv_magic.
11727      Branch: maint-5.6/perl
11728           !> sv.c
11729 ____________________________________________________________________________
11730 [  8870] By: jhi                                   on 2001/02/21  14:04:41
11731         Log: Put back the #8840, it was innocent.
11732      Branch: perl
11733            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11734            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
11735 ____________________________________________________________________________
11736 [  8869] By: jhi                                   on 2001/02/21  14:00:03
11737         Log: unpack("C", ...) was left slightly unfinished by #8865.
11738      Branch: perl
11739            ! pp.c t/op/pack.t
11740 ____________________________________________________________________________
11741 [  8868] By: alanbur                               on 2001/02/21  01:33:45
11742         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
11743              from gv_fetchpv to create single-character magic variables (e.g. $!),
11744              and it is passed a sv and the gv that contains the sv as the mg_obj
11745              value.  When sv_magic stores the mg_obj pointer it increments the gv
11746              refcount, thus causing a sv-gv pair that can't be freed.  There is
11747              already a check for sv == obj which is used to prevent such reference
11748              loops.  This change extends the check to cover the case described above.
11749      Branch: maint-5.6/pureperl
11750            ! sv.c
11751 ____________________________________________________________________________
11752 [  8867] By: jhi                                   on 2001/02/21  00:52:39
11753         Log: Update Changes.
11754      Branch: perl
11755            ! Changes patchlevel.h
11756 ____________________________________________________________________________
11757 [  8866] By: jhi                                   on 2001/02/21  00:34:20
11758         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
11759              (Note: there were some conflicts due to EBCDIC and EPOC
11760              patches, in general I preferred the repository code.)
11761              (When 2.753 comes out, we need to synchronize.)
11762      Branch: perl
11763            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
11764            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
11765            ! t/lib/cgi-html.t
11766 ____________________________________________________________________________
11767 [  8865] By: jhi                                   on 2001/02/21  00:24:22
11768         Log: Make pack("C", 0x100) to create Unicode, unless under the
11769              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
11770              will understand Unicode, unless you under know what.
11771      Branch: perl
11772            ! pp.c t/op/pack.t t/op/qu.t
11773 ____________________________________________________________________________
11774 [  8864] By: alanbur                               on 2001/02/20  22:35:34
11775         Log: Resynchronised with parent
11776      Branch: maint-5.6/pureperl
11777           !> README.win32 ext/GDBM_File/GDBM_File.pm
11778           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
11779           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
11780           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11781           !> t/lib/sdbm.t util.c
11782 ____________________________________________________________________________
11783 [  8863] By: jhi                                   on 2001/02/20  20:55:11
11784         Log: Integrate change #8860,8861 from mainline into maintperl.
11785              
11786              "pseudo-literal j"
11787              
11788              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
11789      Branch: maint-5.6/perl
11790           !> lib/Test.pm pod/perlop.pod
11791 ____________________________________________________________________________
11792 [  8862] By: jhi                                   on 2001/02/20  20:30:07
11793         Log: Don't do casting between pointers pointing to differently sized
11794              integers.
11795      Branch: perl
11796            ! hv.c sv.c
11797 ____________________________________________________________________________
11798 [  8861] By: jhi                                   on 2001/02/20  19:53:44
11799         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
11800              From: Peter Prymmer <pvhp@forte.com>
11801              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
11802              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
11803      Branch: perl
11804            ! lib/Test.pm
11805 ____________________________________________________________________________
11806 [  8860] By: jhi                                   on 2001/02/20  19:48:02
11807         Log: "pseudo-literal j", a documentation glitch reported to Debian.
11808              The text recovered from Perl 5.005_03, and pseudo-literal replaced
11809              by "backtick string".
11810      Branch: perl
11811            ! pod/perlop.pod
11812 ____________________________________________________________________________
11813 [  8859] By: jhi                                   on 2001/02/20  19:15:46
11814         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
11815              from Chris Nandor.
11816      Branch: perl
11817            ! makedef.pl
11818 ____________________________________________________________________________
11819 [  8858] By: jhi                                   on 2001/02/20  17:36:53
11820         Log: Integrate pureperl changes #8844,8845,8850 to mainline
11821              (via maintperl #8855).
11822              
11823              Fixed %^H scoping bug
11824              
11825              Removed GV <-> CV refcount loop
11826              
11827              Removed %ENV refcount loop
11828      Branch: perl
11829           !> gv.c op.c perl.c pp.c scope.c
11830 ____________________________________________________________________________
11831 [  8857] By: jhi                                   on 2001/02/20  17:34:32
11832         Log: Integrate changes #8853,8854 from maintperl to mainline.
11833              
11834              EBDIC fixes, README.win32 Borland update.
11835      Branch: perl
11836           !> README.win32 handy.h util.c
11837 ____________________________________________________________________________
11838 [  8856] By: jhi                                   on 2001/02/20  17:33:16
11839         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
11840      Branch: maint-5.6/perl
11841           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11842           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
11843           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
11844 ____________________________________________________________________________
11845 [  8855] By: jhi                                   on 2001/02/20  17:32:13
11846         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
11847              
11848              Fixed %^H scoping bug
11849              
11850              Removed GV <-> CV refcount loop
11851              
11852              Removed %ENV refcount loop
11853      Branch: maint-5.6/perl
11854           !> gv.c op.c perl.c pp.c scope.c
11855 ____________________________________________________________________________
11856 [  8854] By: jhi                                   on 2001/02/20  17:25:06
11857         Log: Subject: Addition to readme.win32 for Borland C++ compilers
11858              Date: Tue, 20 Feb 2001 02:15:25 +0300
11859              From: "Vadim Konovalov" <watman@inbox.ru>
11860              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
11861              
11862              Document Borland compiler misbehaviour.
11863      Branch: maint-5.6/perl
11864            ! README.win32
11865 ____________________________________________________________________________
11866 [  8853] By: jhi                                   on 2001/02/20  17:22:25
11867         Log: The assimilation of ebcdic.c didn't quite work at the first try,
11868              patches from Thomas Dorner.
11869      Branch: maint-5.6/perl
11870            ! handy.h util.c
11871 ____________________________________________________________________________
11872 [  8852] By: jhi                                   on 2001/02/20  17:20:15
11873         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
11874              From: Chris Nandor <pudge@pobox.com>
11875              Date: Tue, 20 Feb 2001 08:32:45 -0500
11876              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
11877      Branch: maint-5.6/perl
11878            ! makedef.pl mg.c
11879 ____________________________________________________________________________
11880 [  8851] By: jhi                                   on 2001/02/20  17:15:52
11881         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
11882      Branch: perl
11883            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
11884            ! t/lib/filter-util.t
11885 ____________________________________________________________________________
11886 [  8850] By: alanbur                               on 2001/02/20  17:12:40
11887         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
11888              and the magic pointer points back to the GV that contains the
11889              %ENV hash.  This creates a refcount loop that prevents members
11890              of %ENV from being freed correctly.  This change removes the
11891              refcount loop - the magic pointer was never used anyway, the
11892              only use of the magic was to check the type ('E') so that the
11893              appropriate environment manipulation code is called when %ENV
11894              is modified.
11895      Branch: maint-5.6/pureperl
11896            ! perl.c
11897 ____________________________________________________________________________
11898 [  8849] By: jhi                                   on 2001/02/20  17:12:20
11899         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
11900              From: "Craig A. Berry" <craigberry@mac.com>
11901              Date: Mon, 19 Feb 2001 23:36:12 -0600
11902              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
11903              
11904              Case-forgiving systems match TestInit.pm with TES*.
11905      Branch: perl
11906            ! t/lib/glob-basic.t
11907 ____________________________________________________________________________
11908 [  8848] By: jhi                                   on 2001/02/20  17:10:02
11909         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
11910      Branch: perl
11911            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11912            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
11913            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
11914 ____________________________________________________________________________
11915 [  8847] By: jhi                                   on 2001/02/20  15:34:41
11916         Log: The #8843 wasn't quite right: %Config needs to imported.
11917      Branch: perl
11918            ! t/run/runenv.t
11919 ____________________________________________________________________________
11920 [  8846] By: jhi                                   on 2001/02/20  15:31:50
11921         Log: Retract the #8838 and #8840 for now because of
11922              the DB_File tie problem.
11923      Branch: perl
11924            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
11925            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
11926            ! proto.h sv.c
11927 ____________________________________________________________________________
11928 [  8845] By: alanbur                               on 2001/02/20  14:25:41
11929         Log: Removed GV <-> CV refcount loop
11930              CvGV(mycv) points to the parent GV of the CV, and was previously
11931              refcounted.  The pointer remains, but the refcounting has been removed
11932              as it causes a refcount loop between the CV and GV that means the CV
11933              can't ever be deleted.
11934      Branch: maint-5.6/pureperl
11935            ! gv.c op.c pp.c
11936 ____________________________________________________________________________
11937 [  8844] By: alanbur                               on 2001/02/20  14:23:13
11938         Log: Fixed %^H scoping bug
11939      Branch: maint-5.6/pureperl
11940            ! scope.c
11941 ____________________________________________________________________________
11942 [  8843] By: jhi                                   on 2001/02/19  13:38:08
11943         Log: fork() not everywhere, cleanup temp files.
11944      Branch: perl
11945            ! t/run/runenv.t
11946 ____________________________________________________________________________
11947 [  8842] By: alanbur                               on 2001/02/19  12:42:07
11948         Log: Resynchronised with parent
11949      Branch: maint-5.6/pureperl
11950           !> pod/perlfaq4.pod sv.c utf8.c
11951 ____________________________________________________________________________
11952 [  8841] By: jhi                                   on 2001/02/19  03:35:51
11953         Log: Update Changes.
11954      Branch: perl
11955            ! Changes patchlevel.h
11956 ____________________________________________________________________________
11957 [  8840] By: jhi                                   on 2001/02/19  00:23:41
11958         Log: Subject: [patch] add sv_setref_uv
11959              From: Doug MacEachern <dougm@covalent.net>
11960              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
11961              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
11962      Branch: perl
11963            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11964            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
11965 ____________________________________________________________________________
11966 [  8839] By: jhi                                   on 2001/02/19  00:01:38
11967         Log: Put to rest the 20010205.001, the email address checking (not) regex.
11968      Branch: perl
11969            ! pod/perlfaq9.pod
11970 ____________________________________________________________________________
11971 [  8838] By: jhi                                   on 2001/02/18  22:17:54
11972         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
11973              From: Doug MacEachern <dougm@covalent.net>
11974              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
11975              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
11976      Branch: perl
11977            ! lib/ExtUtils/xsubpp
11978 ____________________________________________________________________________
11979 [  8837] By: jhi                                   on 2001/02/18  22:16:50
11980         Log: Subject: [patch] -Wall cleanup round 2
11981              From: Doug MacEachern <dougm@covalent.net>
11982              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
11983              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
11984      Branch: perl
11985            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
11986            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
11987            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
11988            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
11989            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11990            ! ext/SDBM_File/SDBM_File.xs
11991 ____________________________________________________________________________
11992 [  8836] By: jhi                                   on 2001/02/18  22:11:20
11993         Log: Misapplied regex optimizations when \C is present.
11994              Fixes 20001230.002.
11995              
11996              What still remains broken is that the submatches that
11997              have \C in them get their UTF8 flag on because their
11998              parent SV has it on.  This will result in malformed
11999              UTF8 if a \C happened to match a non-ASCII byte.
12000      Branch: perl
12001            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
12002            ! t/pragma/utf8.t
12003 ____________________________________________________________________________
12004 [  8835] By: jhi                                   on 2001/02/18  20:12:02
12005         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
12006              
12007              The hash key got wrongly UTF8fied.
12008      Branch: perl
12009            ! pod/perlapi.pod toke.c utf8.c
12010 ____________________________________________________________________________
12011 [  8834] By: jhi                                   on 2001/02/18  19:44:25
12012         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
12013              don't warn on magical or overloaded things.
12014      Branch: perl
12015            ! pp_hot.c
12016 ____________________________________________________________________________
12017 [  8833] By: nick                                  on 2001/02/18  19:31:22
12018         Log: Integrate mainline
12019      Branch: perlio
12020           +> t/TestInit.pm t/run/runenv.t
12021            - t/UTEST
12022           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
12023           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
12024           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
12025           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
12026           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12027           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
12028           !> utf8.c
12029 ____________________________________________________________________________
12030 [  8832] By: jhi                                   on 2001/02/18  19:21:18
12031         Log: Integrate perlio.
12032      Branch: perl
12033           !> perlio.c pod/perldiag.pod
12034 ____________________________________________________________________________
12035 [  8831] By: jhi                                   on 2001/02/18  19:14:20
12036         Log: Integrate change #8827 from mainline.
12037              
12038              UTF8 tweaks.
12039      Branch: maint-5.6/perl
12040           !> sv.c utf8.c
12041 ____________________________________________________________________________
12042 [  8830] By: nick                                  on 2001/02/18  19:10:34
12043         Log: Apply the spirit of patch from Nick Clark:
12044              Subject: [PATCH] Re: extensions that provide layers
12045              From: Nicholas Clark <nick@ccl4.org>
12046              Date: Mon, 12 Feb 2001 16:43:51 +0000
12047              Message-Id: <20010212164350.Q3652@plum.flirble.org>
12048      Branch: perlio
12049            ! perlio.c pod/perldiag.pod
12050 ____________________________________________________________________________
12051 [  8829] By: jhi                                   on 2001/02/18  19:03:25
12052         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
12053              From: schwern@pobox.com 
12054              Date: Sun, 18 Feb 2001 13:44:35 -0500
12055              Message-ID: <20010218134435.A17544@magnonel.guild.net>
12056              
12057              Applied, but as t/TestInit.pm.
12058      Branch: perl
12059            + t/TestInit.pm
12060            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
12061            ! t/op/subst_wamp.t
12062 ____________________________________________________________________________
12063 [  8828] By: jhi                                   on 2001/02/18  18:43:52
12064         Log: Integrate perlio.
12065      Branch: perl
12066           !> perlio.c
12067 ____________________________________________________________________________
12068 [  8827] By: jhi                                   on 2001/02/18  18:41:33
12069         Log: UTF-8 tweaks.
12070      Branch: perl
12071            ! sv.c utf8.c
12072 ____________________________________________________________________________
12073 [  8826] By: nick                                  on 2001/02/18  17:40:59
12074         Log: Fix [ID 20010217.002]
12075              open FOO, "<:raw:perlio", ...
12076              :raw now inserts default base layer below itself.
12077              Also
12078              open FOO, "<:unix", ...
12079              works as well - but leaves buffer layer on stack under the unix layer.
12080      Branch: perlio
12081            ! perlio.c
12082 ____________________________________________________________________________
12083 [  8825] By: jhi                                   on 2001/02/18  17:15:39
12084         Log: Integrate perlio.
12085      Branch: perl
12086           !> perlio.c perliol.h
12087 ____________________________________________________________________________
12088 [  8824] By: jhi                                   on 2001/02/18  17:10:53
12089         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
12090              From: schwern@pobox.com
12091              Date: Sun, 18 Feb 2001 01:48:50 -0500
12092              Message-ID: <20010218014850.C19957@magnonel.guild.net>
12093      Branch: perl
12094            ! lib/Test/Harness.pm t/TEST t/op/chop.t
12095 ____________________________________________________________________________
12096 [  8823] By: jhi                                   on 2001/02/18  17:01:06
12097         Log: Add run/*.t to testables.
12098      Branch: perl
12099            ! t/TEST
12100 ____________________________________________________________________________
12101 [  8822] By: jhi                                   on 2001/02/18  16:58:58
12102         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
12103              From: schwern@pobox.com
12104              Date: Sun, 18 Feb 2001 01:11:35 -0500
12105              Message-ID: <20010218011135.A19957@magnonel.guild.net>
12106              
12107              Revive mjd's and Simon's PERL5OPT fix.
12108      Branch: perl
12109            + t/run/runenv.t
12110            ! MANIFEST perl.c
12111 ____________________________________________________________________________
12112 [  8821] By: jhi                                   on 2001/02/18  16:53:46
12113         Log: Subject: Re: Why t/TEST and not Test::Harness?
12114              From: schwern@pobox.com
12115              Date: Sat, 17 Feb 2001 22:44:44 -0500
12116              Message-ID: <20010217224444.A6679@magnonel.guild.net>
12117              
12118              Replace UTEST with TEST -utf8.
12119      Branch: perl
12120            - t/UTEST
12121            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
12122            ! t/lib/glob-basic.t
12123 ____________________________________________________________________________
12124 [  8820] By: nick                                  on 2001/02/18  13:06:16
12125         Log: Clean up a few core dumps when layers are used in unexpected ways.
12126              (Still not "right"...)
12127      Branch: perlio
12128            ! perlio.c perliol.h
12129 ____________________________________________________________________________
12130 [  8819] By: jhi                                   on 2001/02/18  02:25:55
12131         Log: Integrate change #8818 from maintperl, a FAQ nit.
12132      Branch: perl
12133           !> pod/perlfaq4.pod
12134 ____________________________________________________________________________
12135 [  8818] By: jhi                                   on 2001/02/18  02:24:50
12136         Log: FAQ nit from Chris Fedde.
12137      Branch: maint-5.6/perl
12138            ! pod/perlfaq4.pod
12139 ____________________________________________________________________________
12140 [  8817] By: nick                                  on 2001/02/17  18:20:14
12141         Log: Integrate mainline
12142      Branch: perlio
12143           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12144           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12145           +> pod/perlclib.pod
12146            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12147            - lib/unicode/Unicode.301
12148           !> (integrate 324 files)
12149 ____________________________________________________________________________
12150 [  8816] By: jhi                                   on 2001/02/17  16:56:58
12151         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
12152      Branch: perl
12153            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12154            ! ext/Storable/Storable.xs t/lib/st-06compat.t
12155            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12156 ____________________________________________________________________________
12157 [  8815] By: jhi                                   on 2001/02/17  16:40:07
12158         Log: Subject: [patch] -Wall
12159              From: Doug MacEachern <dougm@covalent.net>
12160              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
12161              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
12162      Branch: perl
12163            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
12164            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
12165 ____________________________________________________________________________
12166 [  8814] By: jhi                                   on 2001/02/16  19:27:18
12167         Log: Document qu better.
12168      Branch: perl
12169            ! pod/perlop.pod
12170 ____________________________________________________________________________
12171 [  8813] By: jhi                                   on 2001/02/15  13:54:37
12172         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
12173              From: Hugo <hv@crypt.compulink.co.uk>
12174              Date: Thu, 15 Feb 2001 13:39:49 +0000
12175              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
12176      Branch: perl
12177            ! toke.c
12178 ____________________________________________________________________________
12179 [  8812] By: alanbur                               on 2001/02/15  13:52:16
12180         Log: Resynchronised with parent
12181      Branch: maint-5.6/pureperl
12182            - ebcdic.c
12183           !> (integrate 36 files)
12184 ____________________________________________________________________________
12185 [  8811] By: jhi                                   on 2001/02/15  13:51:16
12186         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
12187              
12188              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
12189              From: Jan Dubois <JanD@ActiveState.com>
12190              Date: Wed, 31 Jan 2001 21:17:03 -0800
12191              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
12192              
12193              tweak change#8659 to keep it simple
12194              
12195              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12196              From: Russ Allbery <rra@stanford.edu>
12197              Date: 14 Feb 2001 10:15:41 -0800
12198              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12199              
12200              (8809 empty)
12201
12202              Upgrade to podlators 1.08, from Russ Allbery.
12203      Branch: perl
12204           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
12205           !> utils/perldoc.PL
12206 ____________________________________________________________________________
12207 [  8810] By: jhi                                   on 2001/02/15  13:35:08
12208         Log: Upgrade to podlators 1.08, from Russ Allbery.
12209      Branch: maint-5.6/perl
12210            ! lib/Pod/Man.pm lib/Pod/Text.pm
12211 ____________________________________________________________________________
12212 [  8809] By: jhi                                   on 2001/02/15  13:26:38
12213         Log: (accidentally empty check-in)
12214      Branch: maint-5.6/perl
12215            ! lib/Test/Harness.pm
12216 ____________________________________________________________________________
12217 [  8808] By: jhi                                   on 2001/02/15  13:23:47
12218         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12219              From: Russ Allbery <rra@stanford.edu>
12220              Date: 14 Feb 2001 10:15:41 -0800
12221              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12222              
12223              perldoc was hardcoding $Config{installscript}, which breaks
12224              when install* isn't where Perl ends up (such as with AFS).
12225              
12226              Use $Config{scriptdir} instead.
12227      Branch: maint-5.6/perl
12228            ! utils/perldoc.PL
12229 ____________________________________________________________________________
12230 [  8807] By: jhi                                   on 2001/02/14  14:37:27
12231         Log: Update Changes.
12232      Branch: perl
12233            ! Changes patchlevel.h
12234 ____________________________________________________________________________
12235 [  8806] By: jhi                                   on 2001/02/14  14:25:31
12236         Log: Integrate changes #8803,8804,8805 from mainline.
12237              
12238              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12239              
12240              Don't skip too much of the locale error message if no environ array,
12241              from Chris Nandor.
12242              
12243              More MacOS Classic fixes from Chris Nandor.
12244      Branch: maint-5.6/perl
12245           !> doop.c lib/Cwd.pm perl.c perl.h util.c
12246 ____________________________________________________________________________
12247 [  8805] By: jhi                                   on 2001/02/14  03:29:01
12248         Log: More MacOS Classic fixes from Chris Nandor.
12249      Branch: perl
12250            ! doop.c lib/Cwd.pm
12251 ____________________________________________________________________________
12252 [  8804] By: jhi                                   on 2001/02/14  03:18:35
12253         Log: Don't skip too much of the locale error message if no environ array,
12254              from Chris Nandor.
12255      Branch: perl
12256            ! util.c
12257 ____________________________________________________________________________
12258 [  8803] By: jhi                                   on 2001/02/14  03:14:14
12259         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12260      Branch: perl
12261            ! perl.c perl.h
12262 ____________________________________________________________________________
12263 [  8802] By: jhi                                   on 2001/02/13  18:31:33
12264         Log: AUTHORS update.
12265      Branch: perl
12266            ! AUTHORS
12267 ____________________________________________________________________________
12268 [  8801] By: jhi                                   on 2001/02/13  17:55:19
12269         Log: Integrate change #8792 from mainline.
12270              
12271              Subject: buncha MacPerl patches for bleadperl
12272              From: Chris Nandor <pudge@pobox.com>
12273              Date: Tue, 13 Feb 2001 00:02:43 -0500
12274              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
12275      Branch: maint-5.6/perl
12276           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12277           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
12278           !> t/lib/basename.t toke.c util.h
12279 ____________________________________________________________________________
12280 [  8800] By: jhi                                   on 2001/02/13  17:46:43
12281         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
12282              to be forced to Off_t.
12283              
12284              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
12285              From: nick@ccl4.org
12286              Date: Thu, 1 Feb 2001 12:01:04 +0000
12287              Message-Id: <20010201120103.E11401@plum.flirble.org>
12288      Branch: maint-5.6/perl
12289            ! iperlsys.h perlio.c
12290 ____________________________________________________________________________
12291 [  8799] By: jhi                                   on 2001/02/13  16:52:51
12292         Log: Duplex duplex hunk hunk.
12293      Branch: maint-5.6/perl
12294            ! Makefile.SH
12295 ____________________________________________________________________________
12296 [  8797] By: jhi                                   on 2001/02/13  14:52:04
12297         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
12298              From: "Craig A. Berry" <craigberry@mac.com>
12299              Date: Mon, 12 Feb 2001 11:05:25 -0600
12300              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
12301      Branch: perl
12302            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
12303 ____________________________________________________________________________
12304 [  8796] By: jhi                                   on 2001/02/13  14:36:47
12305         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
12306              From: simon.cozens@pembroke.oxford.ac.uk 
12307              Date: Sat, 10 Feb 2001 17:57:02 +0000
12308              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
12309              
12310              Now it does include.
12311      Branch: perl
12312            ! pod/perldiag.pod
12313 ____________________________________________________________________________
12314 [  8795] By: jhi                                   on 2001/02/13  14:30:11
12315         Log: Sort the MANIFEST.
12316      Branch: perl
12317            ! MANIFEST
12318 ____________________________________________________________________________
12319 [  8794] By: jhi                                   on 2001/02/13  14:26:51
12320         Log: Integrate change #8793 from mainline, FAQ updates.
12321      Branch: maint-5.6/perl
12322           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
12323 ____________________________________________________________________________
12324 [  8793] By: jhi                                   on 2001/02/13  14:25:13
12325         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
12326      Branch: perl
12327            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
12328 ____________________________________________________________________________
12329 [  8792] By: jhi                                   on 2001/02/13  14:22:50
12330         Log: Subject: buncha MacPerl patches for bleadperl
12331              From: Chris Nandor <pudge@pobox.com>
12332              Date: Tue, 13 Feb 2001 00:02:43 -0500
12333              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
12334      Branch: perl
12335            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12336            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
12337            ! t/lib/basename.t toke.c util.h
12338 ____________________________________________________________________________
12339 [  8791] By: jhi                                   on 2001/02/13  14:10:39
12340         Log: Integrate change #8790 from mainline.
12341              
12342              environ array wrongly assumed in Perl_init_i18nl10n(),
12343      Branch: maint-5.6/perl
12344           !> util.c
12345 ____________________________________________________________________________
12346 [  8790] By: jhi                                   on 2001/02/13  14:06:15
12347         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
12348              noticed by Chris Nandor in MacOS Classic.
12349      Branch: perl
12350            ! util.c
12351 ____________________________________________________________________________
12352 [  8789] By: jhi                                   on 2001/02/13  13:58:07
12353         Log: Integrate changes #8373,8487,8544,8783 from mainline.
12354              
12355              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
12356              hints files, the dynaloading, assimilate ebcdic into util.c.
12357      Branch: maint-5.6/perl
12358            - ebcdic.c
12359            ! MANIFEST hints/posix-bc.sh
12360           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
12361           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
12362           !> perlapi.c proto.h util.c
12363 ____________________________________________________________________________
12364 [  8788] By: alanbur                               on 2001/02/13  10:33:13
12365         Log: Integrated changes from maint-5.6
12366      Branch: maint-5.6/pureperl
12367           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
12368           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
12369           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12370           !> vos/config.ga.h vos/configure_perl.cm
12371 ____________________________________________________________________________
12372 [  8787] By: jhi                                   on 2001/02/13  05:56:36
12373         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
12374      Branch: perl
12375           !> Makefile.SH
12376 ____________________________________________________________________________
12377 [  8786] By: jhi                                   on 2001/02/13  05:54:34
12378         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
12379              From: Dorner Thomas <Thomas.Dorner@start.de>
12380              Date: Mon, 12 Feb 2001 15:06:26 +0100
12381              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
12382      Branch: maint-5.6/perl
12383            ! Makefile.SH
12384 ____________________________________________________________________________
12385 [  8785] By: jhi                                   on 2001/02/13  05:29:04
12386         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
12387      Branch: perl
12388           !> hints/openbsd.sh
12389 ____________________________________________________________________________
12390 [  8784] By: jhi                                   on 2001/02/13  02:25:24
12391         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
12392              From: Peter Prymmer <pvhp@forte.com>
12393              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
12394              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
12395      Branch: perl
12396            ! pod/perlclib.pod
12397 ____________________________________________________________________________
12398 [  8783] By: jhi                                   on 2001/02/13  02:22:36
12399         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
12400      Branch: perl
12401            - ebcdic.c
12402            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
12403            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
12404            ! util.c
12405 ____________________________________________________________________________
12406 [  8782] By: jhi                                   on 2001/02/13  02:00:07
12407         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
12408      Branch: maint-5.6/perl
12409            ! pod/perlport.pod
12410 ____________________________________________________________________________
12411 [  8781] By: jhi                                   on 2001/02/13  01:58:44
12412         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
12413      Branch: maint-5.6/perl
12414            ! hints/openbsd.sh
12415 ____________________________________________________________________________
12416 [  8780] By: jhi                                   on 2001/02/13  01:57:33
12417         Log: Synchronize the regexp tests between maintperl and mainline.
12418      Branch: maint-5.6/perl
12419           !> t/op/re_tests
12420 ____________________________________________________________________________
12421 [  8779] By: jhi                                   on 2001/02/13  01:49:35
12422         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
12423              From: Hugo <hv@crypt.compulink.co.uk>
12424              Date: Tue, 13 Feb 2001 00:11:11 +0000
12425              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
12426      Branch: perl
12427            ! regcomp.c t/op/re_tests
12428 ____________________________________________________________________________
12429 [  8778] By: jhi                                   on 2001/02/13  00:23:10
12430         Log: Comments do not nest.
12431      Branch: perl
12432            ! perl.h
12433 ____________________________________________________________________________
12434 [  8777] By: jhi                                   on 2001/02/13  00:17:54
12435         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
12436              From: Hugo <hv@crypt.compulink.co.uk>
12437              Date: Tue, 13 Feb 2001 00:11:11 +0000
12438              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
12439      Branch: maint-5.6/perl
12440            ! regcomp.c t/op/re_tests
12441 ____________________________________________________________________________
12442 [  8776] By: jhi                                   on 2001/02/12  23:25:52
12443         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
12444      Branch: maint-5.6/perl
12445            ! pod/perlport.pod
12446 ____________________________________________________________________________
12447 [  8775] By: jhi                                   on 2001/02/12  23:04:28
12448         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
12449      Branch: maint-5.6/perl
12450            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
12451            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12452            ! vos/configure_perl.cm
12453 ____________________________________________________________________________
12454 [  8774] By: jhi                                   on 2001/02/12  22:59:11
12455         Log: Subject: Re: [patch] context for 'U' magic functions
12456              From: Doug MacEachern <dougm@covalent.net>
12457              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
12458              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
12459              
12460              plus the suggestion by Nick Ing-Simmons to name the macro
12461              as PERL_MG_UFUNC to avoid namespace pollution, plus add
12462              the advice by Doug for XS writers to perl.h
12463      Branch: perl
12464            ! mg.c perl.h
12465 ____________________________________________________________________________
12466 [  8773] By: jhi                                   on 2001/02/11  20:14:12
12467         Log: Update Changes.
12468      Branch: perl
12469            ! Changes patchlevel.h
12470 ____________________________________________________________________________
12471 [  8772] By: jhi                                   on 2001/02/11  18:47:52
12472         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
12473              From: Simon Cozens <simon@cozens.net>
12474              Date: Wed, 31 Jan 2001 16:31:43 +0000
12475              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
12476      Branch: perl
12477            + pod/perlclib.pod
12478            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
12479            ! pod/perltoc.pod
12480 ____________________________________________________________________________
12481 [  8771] By: jhi                                   on 2001/02/11  18:36:48
12482         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
12483              
12484              Blocks-4d3.beta.txt
12485              CaseFolding-3d4.beta.txt
12486              CompositionExclusions-3d6.beta.txt
12487              EastAsianWidth-4d4.beta.txt
12488              LineBreak-6d3.beta.txt
12489              NamesList-3.1.0d1.beta.txt
12490              PropList-3.1.0d4.beta.txt
12491              SpecialCasing-4d1.beta.txt
12492              UnicodeData-3.1.0d6.beta.txt
12493      Branch: perl
12494            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12495           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12496            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12497            - lib/unicode/Unicode.301
12498            ! (edit 257 files)
12499 ____________________________________________________________________________
12500 [  8770] By: jhi                                   on 2001/02/11  17:26:22
12501         Log: UTF-8 documentation.
12502      Branch: perl
12503            ! utf8.h
12504 ____________________________________________________________________________
12505 [  8769] By: jhi                                   on 2001/02/11  17:12:49
12506         Log: Retract #8762.
12507      Branch: perl
12508            ! regexec.c
12509 ____________________________________________________________________________
12510 [  8768] By: jhi                                   on 2001/02/11  16:54:45
12511         Log: Subject: [PATCH] Test::Harness
12512              From: andreas.koenig@anima.de (Andreas J. Koenig)
12513              Date: 11 Feb 2001 14:37:00 +0100
12514              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
12515      Branch: perl
12516            ! lib/Test/Harness.pm
12517 ____________________________________________________________________________
12518 [  8767] By: jhi                                   on 2001/02/11  16:53:52
12519         Log: Subject: [PATCH] Document makepatch in Porting/patching
12520              From: andreas.koenig@anima.de (Andreas J. Koenig)
12521              Date: 11 Feb 2001 16:46:28 +0100
12522              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
12523      Branch: perl
12524            ! Porting/patching.pod
12525 ____________________________________________________________________________
12526 [  8766] By: jhi                                   on 2001/02/11  06:30:23
12527         Log: Subject: Re: [patch] GvSHARED
12528              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
12529              From: Doug MacEachern <dougm@covalent.net>
12530              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
12531              
12532              Subject: Re: [patch] GvSHARED
12533              From: Doug MacEachern <dougm@covalent.net>
12534              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
12535              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
12536              
12537              Subject: [patch] attributes.pm support for `shared'
12538              From: Doug MacEachern <dougm@covalent.net>
12539              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
12540              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
12541              
12542              our() attributes were ignored, our :shared pieces missing,
12543              allow attributes.pm to turn on shared.
12544      Branch: perl
12545            ! op.c t/op/attrs.t toke.c xsutils.c
12546 ____________________________________________________________________________
12547 [  8765] By: alanbur                               on 2001/02/10  23:11:19
12548         Log: Resync with parent (hopefully sucessfully this time)
12549      Branch: maint-5.6/pureperl
12550           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
12551           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
12552           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12553           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12554           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12555           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12556           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
12557 ____________________________________________________________________________
12558 [  8764] By: jhi                                   on 2001/02/10  22:54:38
12559         Log: Make TEST and UTEST more verbose in case something goes
12560              wrong in running/compiling a script, suggested by Doug
12561              MacEachern.
12562      Branch: perl
12563            ! t/TEST t/UTEST
12564 ____________________________________________________________________________
12565 [  8763] By: jhi                                   on 2001/02/10  22:11:34
12566         Log: Bogus shebang.
12567      Branch: perl
12568            ! t/lib/texttabs.t
12569 ____________________________________________________________________________
12570 [  8762] By: jhi                                   on 2001/02/10  21:56:02
12571         Log: (Retracted by #8769)
12572      Branch: perl
12573            ! regexec.c
12574 ____________________________________________________________________________
12575 [  8761] By: jhi                                   on 2001/02/10  21:26:15
12576         Log: Subject: Re: [patch] GvSHARED 
12577              From: Doug MacEachern <dougm@covalent.net>
12578              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
12579              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
12580              
12581              our @EXPORT : shared = (...);
12582      Branch: perl
12583            ! toke.c
12584 ____________________________________________________________________________
12585 [  8760] By: jhi                                   on 2001/02/10  21:25:07
12586         Log: Subject: [patch] GvSHARED
12587              From: Doug MacEachern <dougm@covalent.net>
12588              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
12589              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
12590      Branch: perl
12591            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
12592 ____________________________________________________________________________
12593 [  8759] By: alanbur                               on 2001/02/10  21:24:27
12594         Log: Backed out mismerge.
12595      Branch: maint-5.6/pureperl
12596            ! MANIFEST README.hpux README.vmesa gv.c installhtml
12597            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
12598            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12599            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12600            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12601            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12602            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
12603 ____________________________________________________________________________
12604 [  8758] By: jhi                                   on 2001/02/10  18:01:17
12605         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
12606              
12607              Fixed UMRs and leak in Perl_pmtrans()
12608              
12609              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
12610              associated UTFied tr/// code.  Also fixed scoping leak of
12611              PL_reg_start_tmp.
12612              
12613              newATTRSUB leaks when an attempt to redefine the active sort sub is
12614              made.
12615      Branch: maint-5.6/perl
12616           !> op.c regcomp.c
12617 ____________________________________________________________________________
12618 [  8757] By: alanbur                               on 2001/02/10  17:56:46
12619         Log: Resynchronised with parent
12620      Branch: maint-5.6/pureperl
12621           +> README.bs2000
12622            - README.posix-bc
12623            ! gv.c perl.c sv.c
12624           !> MANIFEST README.hpux README.vmesa installhtml
12625           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
12626           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12627           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12628           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12629           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12630           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
12631 ____________________________________________________________________________
12632 [  8756] By: alanbur                               on 2001/02/10  17:51:15
12633         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
12634              made.
12635      Branch: maint-5.6/pureperl
12636            ! op.c
12637 ____________________________________________________________________________
12638 [  8755] By: jhi                                   on 2001/02/09  22:41:35
12639         Log: Upgrade to CPAN 1.59_54, from Andreas König.
12640      Branch: perl
12641            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12642 ____________________________________________________________________________
12643 [  8754] By: jhi                                   on 2001/02/09  22:29:20
12644         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
12645              
12646              Didn't upgrade the fill.t since it has a dependency to File::Slurp
12647              purely for debugging purposes, the actual test hasn't changed.
12648      Branch: perl
12649            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
12650            ! t/lib/textwrap.t
12651 ____________________________________________________________________________
12652 [  8753] By: jhi                                   on 2001/02/09  20:17:50
12653         Log: Integrate change #8682 from maintperl.
12654              
12655              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
12656              to work correctly.
12657      Branch: perl
12658           !> hints/irix_6.sh
12659 ____________________________________________________________________________
12660 [  8752] By: jhi                                   on 2001/02/09  20:00:46
12661         Log: Update Changes.
12662      Branch: perl
12663            ! Changes patchlevel.h
12664 ____________________________________________________________________________
12665 [  8751] By: nick                                  on 2001/02/09  19:48:37
12666         Log: Integrate mainline
12667      Branch: perlio
12668           +> README.bs2000 t/lib/cgi-esc.t
12669            - README.posix-bc
12670           !> (integrate 53 files)
12671 ____________________________________________________________________________
12672 [  8750] By: nick                                  on 2001/02/09  19:25:16
12673         Log: Subject: RE: Biannual Competition to Improve Hashing Function
12674              From: Fisher Mark <fisherm@tce.com>
12675              Date: Thu, 8 Feb 2001 10:44:00 -0500
12676              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
12677              Date: Thu, 8 Feb 2001 15:02:47 -0500
12678              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
12679      Branch: perl
12680            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
12681 ____________________________________________________________________________
12682 [  8749] By: jhi                                   on 2001/02/09  19:02:35
12683         Log: Forgotten fragment.
12684      Branch: perl
12685            ! pod/perlapi.pod
12686 ____________________________________________________________________________
12687 [  8748] By: jhi                                   on 2001/02/09  18:31:34
12688         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
12689              plus manual tweakage.
12690              
12691              Sync the perlfaq2 between mainline and maintperl.
12692      Branch: maint-5.6/perl
12693            ! pod/perlfaq2.pod
12694      Branch: perl
12695           !> pod/perlfaq2.pod
12696 ____________________________________________________________________________
12697 [  8747] By: jhi                                   on 2001/02/09  18:12:04
12698         Log: Subject: versiononly and installperl
12699              From: abigail@foad.org
12700              Date: Wed, 7 Feb 2001 22:43:12 +0100
12701              Message-ID: <20010207214312.7045.qmail@foad.org>    
12702              
12703              Add +v flag to force a normal install of the perl binary
12704              and the utilities.
12705              
12706              Subject: [PATCH] installperl
12707              From: Nicholas Clark <nick@ccl4.org>
12708              Date: Fri, 9 Feb 2001 16:28:57 +0000
12709              Message-ID: <20010209162857.B10931@plum.flirble.org>
12710              
12711              Add -A flag which also hardlinks the binary with
12712              the full architecture name.
12713      Branch: perl
12714            ! installperl
12715 ____________________________________________________________________________
12716 [  8746] By: jhi                                   on 2001/02/09  18:03:43
12717         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
12718              
12719              Subject: perlfaq2, re: perlmongers
12720              
12721              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
12722              
12723              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
12724              
12725              Subject: [ID 20010205.001] typo in perlfaq9
12726              
12727              Subject: [ID 20010208.002] unordered explanation in perlcall
12728      Branch: maint-5.6/perl
12729           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12730           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
12731           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
12732 ____________________________________________________________________________
12733 [  8745] By: jhi                                   on 2001/02/09  17:59:09
12734         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
12735              From: abela@geneanet.org
12736              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
12737              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
12738      Branch: perl
12739            ! pod/perlcall.pod
12740 ____________________________________________________________________________
12741 [  8744] By: jhi                                   on 2001/02/09  17:48:16
12742         Log: Subject: [ID 20010205.001] typo in perlfaq9
12743              From: eserte@vran.herceg.de
12744              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
12745              Message-Id: <200102042244.XAA21926@vran.herceg.de>
12746      Branch: perl
12747            ! pod/perlfaq9.pod
12748 ____________________________________________________________________________
12749 [  8743] By: jhi                                   on 2001/02/09  17:25:12
12750         Log: Integrate change #8695 from maintperl.
12751              
12752              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
12753      Branch: perl
12754           !> thread.h
12755 ____________________________________________________________________________
12756 [  8742] By: jhi                                   on 2001/02/09  17:21:22
12757         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
12758              From: Andy Dougherty <doughera@lafayette.edu>
12759              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
12760              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
12761      Branch: perl
12762            ! embed.pl
12763 ____________________________________________________________________________
12764 [  8741] By: jhi                                   on 2001/02/09  17:05:19
12765         Log: Integrate changes #8738,8739,8740 from maintperl.
12766              
12767              Html files will be installed in a more logical and easier to
12768              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
12769              
12770              Html files will be generated with a header to make them look
12771              a little less bare.
12772              
12773              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
12774      Branch: perl
12775           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
12776 ____________________________________________________________________________
12777 [  8740] By: jhi                                   on 2001/02/09  17:03:46
12778         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
12779              From: "Brendan O'Dea" <bod@compusol.com.au>
12780              Date: Sun, 4 Feb 2001 11:17:56 +1100
12781              Message-ID: <20010204111756.A16301@compusol.com.au>
12782      Branch: maint-5.6/perl
12783            ! pod/perlfaq3.pod
12784 ____________________________________________________________________________
12785 [  8739] By: jhi                                   on 2001/02/09  17:01:59
12786         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
12787              From: "Indy Singh" <indy@nusphere.com>
12788              Date: Fri, 2 Feb 2001 15:09:59 -0500
12789              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
12790              
12791              Html files will be generated with a header to make them look
12792              a little less bare.
12793      Branch: maint-5.6/perl
12794            ! installhtml
12795 ____________________________________________________________________________
12796 [  8738] By: jhi                                   on 2001/02/09  16:58:48
12797         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
12798              From: "Indy Singh" <indy@nusphere.com>
12799              Date: Fri, 2 Feb 2001 15:08:23 -0500
12800              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
12801              
12802              Html files will be installed in a more logical and easier to
12803              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
12804      Branch: maint-5.6/perl
12805            ! win32/Makefile win32/makefile.mk
12806 ____________________________________________________________________________
12807 [  8737] By: jhi                                   on 2001/02/09  16:46:54
12808         Log: Integrate changes #8687,8736 from maintperl.
12809              
12810              HP-UX thread patches from Merijn H. Brand.
12811              
12812              Latin nit from Philip Newton.
12813      Branch: perl
12814           !> README.hpux hints/hpux.sh
12815 ____________________________________________________________________________
12816 [  8736] By: jhi                                   on 2001/02/09  16:42:31
12817         Log: Latin nit from Philip Newton.
12818      Branch: maint-5.6/perl
12819            ! README.hpux
12820 ____________________________________________________________________________
12821 [  8735] By: jhi                                   on 2001/02/09  16:24:03
12822         Log: Integrate changes #8704,8710 from pureperl.
12823              
12824              Fixed UMRs and leak in Perl_pmtrans()
12825              
12826              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
12827              associated UTFied tr/// code.  Also fixed scoping leak of
12828              PL_reg_start_tmp.
12829      Branch: perl
12830           !> op.c regcomp.c
12831 ____________________________________________________________________________
12832 [  8734] By: jhi                                   on 2001/02/09  15:40:21
12833         Log: Integrate change #8733 from maintperl.
12834              
12835              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
12836      Branch: perl
12837           !> pod/perlre.pod
12838 ____________________________________________________________________________
12839 [  8733] By: jhi                                   on 2001/02/09  15:35:47
12840         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
12841              From: Prymmer/Kahn <pvhp@best.com>
12842              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
12843              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
12844      Branch: maint-5.6/perl
12845            ! pod/perlre.pod
12846 ____________________________________________________________________________
12847 [  8732] By: jhi                                   on 2001/02/09  15:26:17
12848         Log: Rename README.posix-bc to README.bs2000 (to avoid the
12849              confusion of a "perlposix-bc.pod"), add a few missing
12850              arch pods, regen toc.
12851      Branch: maint-5.6/perl
12852           +> README.bs2000
12853            - README.posix-bc
12854            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
12855            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12856 ____________________________________________________________________________
12857 [  8731] By: jhi                                   on 2001/02/09  15:23:39
12858         Log: De-cut-and-pasto.
12859      Branch: perl
12860            ! pod/perl.pod
12861 ____________________________________________________________________________
12862 [  8730] By: jhi                                   on 2001/02/09  15:11:13
12863         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
12864              when people think that perlposix-bc.pod tells anything about
12865              Perl and POSIX.  Regen toc.
12866      Branch: perl
12867           +> README.bs2000
12868            - README.posix-bc
12869            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
12870            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12871 ____________________________________________________________________________
12872 [  8729] By: jhi                                   on 2001/02/09  14:52:28
12873         Log: The README.vmesa part of #8712 from maintperl.
12874      Branch: perl
12875            ! README.vmesa
12876 ____________________________________________________________________________
12877 [  8728] By: jhi                                   on 2001/02/09  14:46:06
12878         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
12879              From: Peter Prymmer <pvhp@forte.com>
12880              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
12881              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
12882      Branch: maint-5.6/perl
12883            ! README.vmesa win32/Makefile win32/makefile.mk
12884 ____________________________________________________________________________
12885 [  8727] By: jhi                                   on 2001/02/09  14:33:25
12886         Log: Integrate change #8712 from mainline.
12887              
12888              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
12889      Branch: maint-5.6/perl
12890           !> lib/Pod/Find.pm
12891 ____________________________________________________________________________
12892 [  8726] By: jhi                                   on 2001/02/09  14:30:28
12893         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
12894              From: Peter Prymmer <pvhp@forte.com>
12895              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
12896              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
12897      Branch: perl
12898            + t/lib/cgi-esc.t
12899            ! MANIFEST lib/CGI/Util.pm
12900 ____________________________________________________________________________
12901 [  8725] By: jhi                                   on 2001/02/09  04:56:47
12902         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
12903      Branch: maint-5.6/perl
12904            ! pod/perlport.pod
12905 ____________________________________________________________________________
12906 [  8724] By: jhi                                   on 2001/02/09  04:40:59
12907         Log: Integrate changes 7819,7820 from vmsperl into mainline.
12908              
12909              Add header for LIB$ prototypes (C. Berry)
12910              
12911              Convert fwrite()s to sockets to write()s, since some socket stacks
12912              don't take kindly to stdio.
12913              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
12914              (for often optional LNMs)
12915              Correct a few typos
12916              (C. Bailey)
12917      Branch: perl
12918           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
12919 ____________________________________________________________________________
12920 [  8723] By: jhi                                   on 2001/02/09  03:29:29
12921         Log: Integrate change #8722 from mainline.
12922              
12923              The Im() function wasn't returning zero for non-Math::Complex
12924              arguments.  The bug reported by John Gamble.
12925      Branch: maint-5.6/perl
12926           !> lib/Math/Complex.pm
12927 ____________________________________________________________________________
12928 [  8722] By: jhi                                   on 2001/02/09  03:28:33
12929         Log: The Im() function wasn't returning zero for non-Math::Complex
12930              arguments.  The bug reported by John Gamble.
12931      Branch: perl
12932            ! lib/Math/Complex.pm
12933 ____________________________________________________________________________
12934 [  8721] By: nick                                  on 2001/02/08  22:11:35
12935         Log: Correct the correction :-(
12936      Branch: perl
12937            ! perl.c
12938 ____________________________________________________________________________
12939 [  8720] By: bailey                                on 2001/02/08  20:59:22
12940         Log: Convert frwite()s to sockets to write()s, since some socket stacks
12941              don't take kindly to stdio.
12942              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
12943              (for often optional LNMs)
12944              Correct a few typos
12945              (C. Bailey)
12946      Branch: vmsperl
12947            ! vms/vms.c vms/vmsish.h
12948 ____________________________________________________________________________
12949 [  8719] By: bailey                                on 2001/02/08  20:51:02
12950         Log: Add header for LIB$ prototypes (C. Berry)
12951      Branch: vmsperl
12952            ! ext/Devel/DProf/DProf.xs
12953 ____________________________________________________________________________
12954 [  8718] By: bailey                                on 2001/02/08  20:49:00
12955         Log: SYN SYN
12956      Branch: vmsperl
12957           +> pod/perliol.pod t/lib/sample-tests/bailout
12958           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
12959           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
12960           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
12961           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
12962           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
12963           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
12964            - lib/unicode/Is/DCinital.pl
12965           !> (integrate 101 files)
12966 ____________________________________________________________________________
12967 [  8717] By: nick                                  on 2001/02/08  19:38:48
12968         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
12969              From: Robin Barker <rmb1@cise.npl.co.uk>
12970              Date: Thu, 8 Feb 2001 14:38:07 GMT
12971              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
12972      Branch: perl
12973            ! lib/CPAN.pm
12974 ____________________________________________________________________________
12975 [  8716] By: nick                                  on 2001/02/08  19:29:07
12976         Log: Generated files form 8713 etc.
12977      Branch: perl
12978            ! embed.h global.sym objXSUB.h perlapi.c proto.h
12979 ____________________________________________________________________________
12980 [  8715] By: nick                                  on 2001/02/08  19:26:08
12981         Log: Fixup non-ithread build after 8713
12982      Branch: perl
12983            ! perl.c
12984 ____________________________________________________________________________
12985 [  8714] By: nick                                  on 2001/02/08  19:17:45
12986         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
12987              From: nick@ccl4.org
12988              Date: Wed, 7 Feb 2001 00:27:47 +0000
12989              Message-Id: <20010207002747.B63724@plum.flirble.org>
12990      Branch: perl
12991            ! sv.c toke.c
12992 ____________________________________________________________________________
12993 [  8713] By: nick                                  on 2001/02/08  19:15:58
12994         Log: Subject: Re: [patch] Re: PL_ptr_table
12995              From: Doug Maceachern <dougm@covalent.net>
12996              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
12997              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
12998      Branch: perl
12999            ! embed.pl perl.c sv.c sv.h
13000 ____________________________________________________________________________
13001 [  8712] By: nick                                  on 2001/02/08  19:12:47
13002         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
13003              From: Peter Prymmer <pvhp@forte.com>
13004              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
13005              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
13006      Branch: perl
13007            ! lib/Pod/Find.pm
13008 ____________________________________________________________________________
13009 [  8711] By: nick                                  on 2001/02/07  21:06:11
13010         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
13011              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
13012              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13013              Date: Tue, 06 Feb 2001 23:37:01 +0000
13014              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
13015      Branch: perl
13016            ! regcomp.c
13017 ____________________________________________________________________________
13018 [  8710] By: alanbur                               on 2001/02/07  00:22:04
13019         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13020              associated UTFied tr/// code.  Also fixed scoping leak of
13021              PL_reg_start_tmp.
13022      Branch: maint-5.6/pureperl
13023            ! op.c regcomp.c
13024 ____________________________________________________________________________
13025 [  8709] By: nick                                  on 2001/02/06  21:16:49
13026         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13027              From: Michael G Schwern <schwern@pobox.com>
13028              Date: Sun, 4 Feb 2001 19:47:14 -0500
13029              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
13030      Branch: perl
13031            ! pod/perlapi.pod pod/perlmodlib.PL
13032 ____________________________________________________________________________
13033 [  8708] By: nick                                  on 2001/02/06  20:41:20
13034         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13035              From: Michael G Schwern <schwern@pobox.com>
13036              Date: Sun, 4 Feb 2001 21:17:49 -0500
13037              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
13038      Branch: perl
13039            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
13040            ! pod/perltootc.pod
13041 ____________________________________________________________________________
13042 [  8707] By: nick                                  on 2001/02/06  20:29:11
13043         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
13044              From: Michael G Schwern <schwern@pobox.com>
13045              Date: Tue, 6 Feb 2001 05:54:30 -0500
13046              Message-Id: <20010206055430.A951@blackrider.aocn.com>
13047      Branch: perl
13048            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
13049 ____________________________________________________________________________
13050 [  8706] By: nick                                  on 2001/02/06  20:21:40
13051         Log: Subject: RE: some win32 fixes
13052              Date: Tue, 6 Feb 2001 09:23:20 +0300
13053              From: Vadim Konovalov <vkonovalov@lucent.com>
13054              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
13055      Branch: perl
13056            ! toke.c win32/Makefile win32/config.bc win32/config.gc
13057            ! win32/config.vc win32/config_H.bc win32/makefile.mk
13058 ____________________________________________________________________________
13059 [  8705] By: alanbur                               on 2001/02/06  15:00:03
13060         Log: Synchronised with parent
13061      Branch: maint-5.6/pureperl
13062            ! regexec.c
13063           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13064           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
13065 ____________________________________________________________________________
13066 [  8704] By: alanbur                               on 2001/02/06  14:55:24
13067         Log: Fixed UMRs and leak in Perl_pmtrans()
13068      Branch: maint-5.6/pureperl
13069            ! op.c
13070 ____________________________________________________________________________
13071 [  8703] By: gsar                                  on 2001/02/06  02:29:37
13072         Log: $(MAKE) distclean doesn't clean up properly on windows
13073      Branch: maint-5.6/perl
13074            ! win32/Makefile win32/makefile.mk
13075 ____________________________________________________________________________
13076 [  8702] By: gsar                                  on 2001/02/06  01:00:46
13077         Log: tweak change#8659 to keep it simple
13078      Branch: maint-5.6/perl
13079            ! utils/perldoc.PL
13080 ____________________________________________________________________________
13081 [  8701] By: gsar                                  on 2001/02/05  22:45:41
13082         Log: change#8693 was missing testsuite changes
13083      Branch: maint-5.6/perl
13084           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13085 ____________________________________________________________________________
13086 [  8700] By: nick                                  on 2001/02/05  20:32:52
13087         Log: Integrate mainline
13088      Branch: perlio
13089           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
13090           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13091           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13092           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13093           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13094           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13095           +> t/lib/test-harness.t
13096           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
13097           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
13098           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
13099           !> pod/perlutil.pod t/TEST utils/h2xs.PL
13100 ____________________________________________________________________________
13101 [  8699] By: nick                                  on 2001/02/05  19:41:07
13102         Log: Subject: perlfaq2, re: perlmongers
13103              From: David H. Adler <dha@panix.com>
13104              Date: Sun, 4 Feb 2001 23:48:23 -0500
13105              Message-Id: <20010204234823.A13429@panix.com>
13106      Branch: perl
13107            ! pod/perlfaq2.pod
13108 ____________________________________________________________________________
13109 [  8698] By: nick                                  on 2001/02/05  19:39:31
13110         Log: Missed file f#rom the testharness mess.
13111      Branch: perl
13112            + t/lib/test-harness.t
13113 ____________________________________________________________________________
13114 [  8697] By: nick                                  on 2001/02/05  19:37:21
13115         Log: Subject: [DOC PATCH] overload.pm nits
13116              From: John Tobey <jtobey@john-edwin-tobey.org>
13117              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
13118              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
13119      Branch: perl
13120            ! lib/overload.pm
13121 ____________________________________________________________________________
13122 [  8696] By: alanbur                               on 2001/02/05  11:56:00
13123         Log: Sync with parent
13124      Branch: maint-5.6/pureperl
13125           !> thread.h
13126 ____________________________________________________________________________
13127 [  8695] By: gsar                                  on 2001/02/05  03:27:34
13128         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13129      Branch: maint-5.6/perl
13130            ! thread.h
13131 ____________________________________________________________________________
13132 [  8694] By: alanbur                               on 2001/02/05  00:07:47
13133         Log: Initial branch creation from //depot/maint-5.6/perl
13134      Branch: maint-5.6/pureperl
13135           +> (branch 1719 files)
13136 ____________________________________________________________________________
13137 [  8693] By: gsar                                  on 2001/02/04  22:38:49
13138         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
13139              changes)
13140      Branch: maint-5.6/perl
13141           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13142           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13143           !> ext/DB_File/version.c
13144 ____________________________________________________________________________
13145 [  8692] By: nick                                  on 2001/02/04  18:15:57
13146         Log: The missed t/TEST part of the grand testharness upgrade.
13147      Branch: perl
13148            ! t/TEST
13149 ____________________________________________________________________________
13150 [  8691] By: nick                                  on 2001/02/04  18:05:17
13151         Log: New improved test harness
13152              Subject: Re: [PATCH Test::Harness] Third time's a charm?
13153              From: Michael G Schwern <schwern@pobox.com>
13154              Date: Sun, 4 Feb 2001 08:01:20 -0500
13155              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
13156      Branch: perl
13157            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
13158            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13159            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13160            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13161            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13162            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13163            ! MANIFEST lib/Test/Harness.pm
13164 ____________________________________________________________________________
13165 [  8690] By: nick                                  on 2001/02/04  17:57:51
13166         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
13167              From: Jonathan Stowe <gellyfish@gellyfish.com>
13168              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
13169              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
13170      Branch: perl
13171            ! utils/h2xs.PL
13172 ____________________________________________________________________________
13173 [  8689] By: nick                                  on 2001/02/04  17:55:24
13174         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
13175              From: Michael G Schwern <schwern@pobox.com>
13176              Date: Sat, 3 Feb 2001 22:46:38 -0500
13177              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
13178      Branch: perl
13179            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
13180            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
13181 ____________________________________________________________________________
13182 [  8688] By: nick                                  on 2001/02/04  17:43:55
13183         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
13184              length byfailing to spot lack of closing )
13185              From: nick@talking.bollo.cx
13186              Date: Sat, 03 Feb 2001 23:53:16 +0000
13187              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
13188      Branch: perl
13189            ! perlio.c pod/perldiag.pod
13190 ____________________________________________________________________________
13191 [  8687] By: jhi                                   on 2001/02/03  17:11:42
13192         Log: HP-UX thread patches from Merijn H. Brand.
13193      Branch: maint-5.6/perl
13194            ! README.hpux hints/hpux.sh
13195 ____________________________________________________________________________
13196 [  8686] By: jhi                                   on 2001/02/03  16:40:12
13197         Log: Metaconfig changes for #8685.
13198      Branch: metaconfig
13199            ! U/installdirs/instubperl.U
13200      Branch: metaconfig/U/perl
13201            ! Devel.U versiononly.U
13202 ____________________________________________________________________________
13203 [  8685] By: jhi                                   on 2001/02/03  16:39:49
13204         Log: For -Dusedevel builds turn off installusrbinperl and turn on
13205              versiononly, a combined idea of Richard Soderberg and Merijn
13206              H. Brand.  You can still override both of these from the command
13207              line if you need to, -Dinstallusrbinperl and -Uversiononly.
13208      Branch: perl
13209            ! Configure
13210 ____________________________________________________________________________
13211 [  8684] By: jhi                                   on 2001/02/03  16:16:34
13212         Log: Metaconfig unit fix for #8683.
13213      Branch: metaconfig
13214            ! U/compline/nblock_io.U
13215 ____________________________________________________________________________
13216 [  8683] By: jhi                                   on 2001/02/03  16:16:12
13217         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
13218              reported by Peter Prymmer for 5.6-TRIAL1.
13219      Branch: perl
13220            ! Configure
13221 ____________________________________________________________________________
13222 [  8682] By: jhi                                   on 2001/02/03  05:52:11
13223         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
13224              to work correctly.
13225      Branch: maint-5.6/perl
13226            ! hints/irix_6.sh
13227 ____________________________________________________________________________
13228 [  8681] By: jhi                                   on 2001/02/03  05:47:33
13229         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
13230      Branch: maint-5.6/perl
13231            ! pod/perlport.pod
13232 ____________________________________________________________________________
13233 [  8680] By: jhi                                   on 2001/02/02  21:39:49
13234         Log: perlport update from Peter Prymmer.
13235      Branch: maint-5.6/perl
13236            ! pod/perlport.pod
13237 ____________________________________________________________________________
13238 [  8679] By: nick                                  on 2001/02/02  20:50:48
13239         Log: Integrate mainline
13240      Branch: perlio
13241           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
13242           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
13243           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
13244 ____________________________________________________________________________
13245 [  8678] By: gsar                                  on 2001/02/02  16:02:12
13246         Log: note about bincompat, slightly modified (from Lupe Christoph)
13247      Branch: maint-5.6/perl
13248            ! README.solaris
13249 ____________________________________________________________________________
13250 [  8677] By: jhi                                   on 2001/02/02  15:46:20
13251         Log: Supported platforms updates.
13252      Branch: maint-5.6/perl
13253            ! pod/perlport.pod
13254 ____________________________________________________________________________
13255 [  8676] By: jhi                                   on 2001/02/02  03:41:26
13256         Log: A couple more perlfaq2 tweaks.
13257      Branch: maint-5.6/perl
13258            ! pod/perlfaq2.pod
13259 ____________________________________________________________________________
13260 [  8675] By: jhi                                   on 2001/02/02  03:17:44
13261         Log: Misedit in #8661.
13262      Branch: maint-5.6/perl
13263            ! Configure
13264 ____________________________________________________________________________
13265 [  8674] By: jhi                                   on 2001/02/02  03:14:38
13266         Log: Damien again.
13267      Branch: maint-5.6/perl
13268            ! pod/perlfaq2.pod
13269 ____________________________________________________________________________
13270 [  8673] By: jhi                                   on 2001/02/02  03:12:40
13271         Log: perlfaq update from Elaine Ashton.
13272      Branch: maint-5.6/perl
13273            ! pod/perlfaq2.pod
13274 ____________________________________________________________________________
13275 [  8672] By: jhi                                   on 2001/02/02  03:07:08
13276         Log: UTF-8 s/// patch from Inaba Hiroto.
13277      Branch: maint-5.6/perl
13278            ! pp_ctl.c pp_hot.c
13279 ____________________________________________________________________________
13280 [  8671] By: jhi                                   on 2001/02/01  22:34:31
13281         Log: Update Changes.
13282      Branch: perl
13283            ! Changes patchlevel.h
13284 ____________________________________________________________________________
13285 [  8670] By: jhi                                   on 2001/02/01  22:15:29
13286         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
13287              from maintperl.
13288              
13289              Upgrade to Getopt::Long 2.25, from Johan Vromans.
13290              
13291              more files need to be writable in the source distribution
13292              
13293              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
13294              
13295              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
13296              
13297              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13298              
13299              Allow the float to be fuzzier.
13300              
13301              need to use INT2PTR instead of a straight cast or ia64 fails
13302              
13303              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
13304              
13305              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
13306      Branch: perl
13307           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
13308           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
13309           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
13310 ____________________________________________________________________________
13311 [  8669] By: jhi                                   on 2001/02/01  21:57:02
13312         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13313              From: Robin Barker <rmb1@cise.npl.co.uk>
13314              Date: Thu, 1 Feb 2001 16:59:05 GMT
13315              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
13316      Branch: maint-5.6/perl
13317            ! pod/perlmodlib.PL
13318 ____________________________________________________________________________
13319 [  8668] By: nick                                  on 2001/02/01  19:41:40
13320         Log: Integrate mainline
13321      Branch: perlio
13322           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
13323           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
13324           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
13325 ____________________________________________________________________________
13326 [  8667] By: gsar                                  on 2001/02/01  16:59:11
13327         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
13328      Branch: maint-5.6/perl
13329            ! embed.pl embedvar.h
13330 ____________________________________________________________________________
13331 [  8666] By: gsar                                  on 2001/02/01  16:34:51
13332         Log: add missing entries to win32/config.?c
13333      Branch: maint-5.6/perl
13334            ! win32/config.bc win32/config.gc win32/config.vc
13335            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13336 ____________________________________________________________________________
13337 [  8665] By: jhi                                   on 2001/02/01  14:58:51
13338         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
13339              From: "Stephen P. Potter" <spp@spotter.yi.org>
13340              Date: Thu, 01 Feb 2001 10:45:46 -0500
13341              Message-Id: <200102011545.KAA31479@spotter.yi.org>
13342      Branch: maint-5.6/perl
13343            ! pod/perlfunc.pod
13344 ____________________________________________________________________________
13345 [  8664] By: gsar                                  on 2001/02/01  14:52:37
13346         Log: need to use INT2PTR instead of a straight cast or ia64 fails
13347              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
13348      Branch: maint-5.6/perl
13349            ! ext/POSIX/POSIX.xs
13350 ____________________________________________________________________________
13351 [  8663] By: jhi                                   on 2001/02/01  14:09:13
13352         Log: Allow the float to be fuzzier.
13353      Branch: maint-5.6/perl
13354            ! t/lib/peek.t
13355 ____________________________________________________________________________
13356 [  8662] By: jhi                                   on 2001/02/01  13:59:00
13357         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13358              From: Robin Barker <rmb1@cise.npl.co.uk>
13359              Date: Thu, 1 Feb 2001 13:05:39 GMT
13360              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
13361      Branch: maint-5.6/perl
13362            ! pod/perlmodlib.pod
13363 ____________________________________________________________________________
13364 [  8661] By: jhi                                   on 2001/02/01  13:57:38
13365         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
13366              Date: Thu, 01 Feb 2001 14:15:41 +0100
13367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13368              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
13369              
13370              Have the $ccflags in the gcc version test (strange, this change
13371              is claimed to be have been integrated already)
13372      Branch: maint-5.6/perl
13373            ! Configure
13374 ____________________________________________________________________________
13375 [  8660] By: jhi                                   on 2001/02/01  13:44:10
13376         Log: Integrate changes #7950,7964,7962 from mainline.
13377              
13378              Find the stdchar signedness using cpp, should fix some of
13379              the Solaris compiler warnings reported by Alan Burlison.
13380      Branch: maint-5.6/perl
13381           !> Configure config_h.SH
13382 ____________________________________________________________________________
13383 [  8659] By: jhi                                   on 2001/02/01  05:35:32
13384         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
13385              From: Jan Dubois <JanD@ActiveState.com>
13386              Date: Wed, 31 Jan 2001 21:17:03 -0800
13387              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
13388      Branch: maint-5.6/perl
13389            ! utils/perldoc.PL
13390 ____________________________________________________________________________
13391 [  8658] By: jhi                                   on 2001/02/01  04:33:17
13392         Log: Integrate the README.os390 and README.posix-bc parts of mainline
13393              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
13394              installperl parts were taken care of by #8657.)
13395      Branch: maint-5.6/perl
13396           !> README.os390 README.posix-bc
13397 ____________________________________________________________________________
13398 [  8657] By: jhi                                   on 2001/02/01  04:29:21
13399         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
13400              From: Peter Prymmer <pvhp@forte.com>
13401              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
13402              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
13403      Branch: maint-5.6/perl
13404            + ext/DynaLoader/dl_dllload.xs
13405            ! MANIFEST Makefile.SH hints/os390.sh installperl
13406 ____________________________________________________________________________
13407 [  8656] By: jhi                                   on 2001/02/01  04:25:45
13408         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
13409              From: Peter Prymmer <pvhp@forte.com>
13410              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
13411              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
13412      Branch: maint-5.6/perl
13413            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
13414 ____________________________________________________________________________
13415 [  8655] By: jhi                                   on 2001/02/01  04:14:47
13416         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
13417              From: troc@netrus.net
13418              Date: Wed, 31 Jan 2001 22:31:26 -0500
13419              Message-Id: <200102010331.WAA117.85@rocco.homenet>
13420      Branch: maint-5.6/perl
13421            ! os2/os2.c
13422 ____________________________________________________________________________
13423 [  8654] By: jhi                                   on 2001/02/01  04:12:52
13424         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
13425              as reported by Alan Burlison.
13426      Branch: maint-5.6/perl
13427            ! pp.h
13428 ____________________________________________________________________________
13429 [  8653] By: jhi                                   on 2001/02/01  04:05:12
13430         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
13431              From: dsugalski@northernlight.com
13432              Date: Wed, 31 Jan 2001 18:54:11 -0500
13433              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
13434      Branch: maint-5.6/perl
13435            ! configure.com
13436 ____________________________________________________________________________
13437 [  8652] By: jhi                                   on 2001/02/01  04:03:11
13438         Log: Misplaced #endif.
13439              
13440              Subject: [perl-5-6-1-trial2] patches for EPOC
13441              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13442              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13443              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13444      Branch: maint-5.6/perl
13445            ! epoc/epocish.c
13446 ____________________________________________________________________________
13447 [  8651] By: jhi                                   on 2001/02/01  04:00:25
13448         Log: Integrate changes #8647,8648,8650 from mainline.
13449              
13450              Macrofy a magic UTF-8 test.
13451              
13452              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
13453              
13454              Watch out for cross compiling for EPOC (usually done on linux).
13455      Branch: maint-5.6/perl
13456           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
13457 ____________________________________________________________________________
13458 [  8650] By: jhi                                   on 2001/02/01  03:56:20
13459         Log: Watch out for cross compiling for EPOC (usually done on linux)
13460              
13461              Subject: [perl-5-6-1-trial2] patches for EPOC
13462              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13463              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13464              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13465      Branch: perl
13466            ! ext/Errno/Errno_pm.PL
13467 ____________________________________________________________________________
13468 [  8649] By: gsar                                  on 2001/02/01  00:46:00
13469         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
13470      Branch: maint-5.6/perl
13471            ! sv.c
13472 ____________________________________________________________________________
13473 [  8648] By: jhi                                   on 2001/01/31  23:35:36
13474         Log: All the uses of PL_numeric_radix must be protected by
13475              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
13476              
13477              Subject: [perl-5-6-1-trial2] patches for EPOC
13478              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13479              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13480              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13481      Branch: perl
13482            ! sv.c
13483 ____________________________________________________________________________
13484 [  8647] By: jhi                                   on 2001/01/31  22:56:16
13485         Log: Macrofy a magic UTF-8 test.
13486      Branch: perl
13487            ! utf8.c utf8.h
13488 ____________________________________________________________________________
13489 [  8646] By: gsar                                  on 2001/01/31  15:55:12
13490         Log: update Changes
13491      Branch: maint-5.6/perl
13492            ! Changes
13493 ____________________________________________________________________________
13494 [  8645] By: gsar                                  on 2001/01/31  15:10:14
13495         Log: Configure tweak suggested by Peter Prymmer
13496      Branch: maint-5.6/perl
13497            ! Configure
13498 ____________________________________________________________________________
13499 [  8644] By: gsar                                  on 2001/01/31  15:06:32
13500         Log: more files need to be writable in the source distribution
13501      Branch: maint-5.6/perl
13502            ! Porting/makerel
13503 ____________________________________________________________________________
13504 [  8643] By: jhi                                   on 2001/01/31  14:59:46
13505         Log: Integrate changes #8258,8278,8279 from mainline.
13506              
13507              Make the large file tests more robust/talkative.
13508      Branch: maint-5.6/perl
13509           !> t/lib/syslfs.t t/op/lfs.t
13510 ____________________________________________________________________________
13511 [  8642] By: gsar                                  on 2001/01/31  14:53:48
13512         Log: integrate changes#8311,8334 from mainline
13513              
13514              Add a new MakeMaker variable PM_FILTER that defines a Unix
13515              filter to be run on each .pm during the pm_to_blib() phase,
13516              a fixed version of
13517              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
13518              
13519              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
13520              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
13521              accurate reading of the "atime".  
13522      Branch: maint-5.6/perl
13523           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
13524           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13525           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
13526 ____________________________________________________________________________
13527 [  8641] By: jhi                                   on 2001/01/31  14:46:37
13528         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
13529      Branch: maint-5.6/perl
13530            ! lib/Getopt/Long.pm
13531 ____________________________________________________________________________
13532 [  8640] By: gsar                                  on 2001/01/31  14:40:24
13533         Log: make regen_all
13534      Branch: maint-5.6/perl
13535            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
13536 ____________________________________________________________________________
13537 [  8639] By: gsar                                  on 2001/01/31  14:37:25
13538         Log: refresh windows config files
13539      Branch: maint-5.6/perl
13540            ! win32/Makefile win32/config_H.bc win32/config_H.gc
13541            ! win32/config_H.vc win32/makefile.mk
13542 ____________________________________________________________________________
13543 [  8638] By: gsar                                  on 2001/01/31  14:28:10
13544         Log: makefile tweaks for windows: introduce a bulk-switch to enable
13545              same options as ActivePerl; sync changes with makefile.mk
13546      Branch: maint-5.6/perl
13547            ! win32/Makefile win32/makefile.mk
13548 ____________________________________________________________________________
13549 [  8637] By: jhi                                   on 2001/01/31  04:41:30
13550         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
13551              From: Nicholas Clark <nick@ccl4.org>
13552              Date: Tue, 30 Jan 2001 19:51:05 +0000
13553              Message-ID: <20010130195105.R76607@plum.flirble.org> 
13554              
13555              op/inc cure.
13556      Branch: perl
13557            ! pp.c pp.h pp_hot.c t/op/arith.t
13558 ____________________________________________________________________________
13559 [  8636] By: jhi                                   on 2001/01/31  02:38:32
13560         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
13561              no perlio],8257,8380,8479,8515 from mainline.
13562              
13563              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
13564              
13565              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13566              Subject: [PATCH perl@8133] fix-up for VMS extensions
13567              
13568              In VMS embedded perls couldn't access the statically built Socket.
13569              
13570              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
13571              
13572              Further VMS piping fixes from Charles Lane.
13573              
13574              Subject:  [PATCH] make t/op/misc.t work on VMS
13575              
13576              Add tracing for debugging extensions builds in VMS.
13577              
13578              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
13579      Branch: maint-5.6/perl
13580           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
13581           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
13582           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
13583 ____________________________________________________________________________
13584 [  8635] By: jhi                                   on 2001/01/31  01:46:41
13585         Log: Integrate change #7732 from mainline.
13586              
13587              Sparc 64-bit pack() fix from Jens Hamisch.
13588      Branch: maint-5.6/perl
13589           !> pp.c
13590 ____________________________________________________________________________
13591 [  8634] By: jhi                                   on 2001/01/31  01:41:16
13592         Log: One spot missing from #8626.
13593      Branch: maint-5.6/perl
13594            ! sv.c
13595 ____________________________________________________________________________
13596 [  8633] By: jhi                                   on 2001/01/31  00:49:17
13597         Log: Integrate change #7495 from mainline.
13598              
13599              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
13600      Branch: maint-5.6/perl
13601           !> MANIFEST ext/re/Makefile.PL
13602 ____________________________________________________________________________
13603 [  8632] By: jhi                                   on 2001/01/30  23:38:49
13604         Log: Integrate change #8396 from mainline.
13605              
13606              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
13607              better multicast support (resend)
13608      Branch: maint-5.6/perl
13609           !> ext/Socket/Socket.pm
13610 ____________________________________________________________________________
13611 [  8631] By: jhi                                   on 2001/01/30  23:28:03
13612         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
13613              
13614              More AIX lore. (7514, ext/re/hints/aix.pl)
13615              
13616              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
13617              
13618              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)
13619              
13620              Subject: [ID 20001214.002] Net::Ping patch
13621              
13622              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
13623              
13624              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
13625              
13626              Add ReuseAddr as a (preferred) alias for Reuse as we now
13627              also have ReusePort.
13628              
13629              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
13630      Branch: maint-5.6/perl
13631           +> ext/re/hints/aix.pl
13632           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
13633           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
13634 ____________________________________________________________________________
13635 [  8630] By: jhi                                   on 2001/01/30  23:03:59
13636         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
13637              
13638              read() documentation tweak for 20001121.004.
13639              
13640              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
13641      Branch: maint-5.6/perl
13642           !> pod/perlfunc.pod pod/perlre.pod
13643 ____________________________________________________________________________
13644 [  8629] By: jhi                                   on 2001/01/30  22:41:57
13645         Log: Integrate change #8098 from mainline.
13646              
13647              fastgetcwd is defined using a glob alias on a $^O dependent basis
13648              and there was no default assignment or perl subroutine.
13649      Branch: maint-5.6/perl
13650           !> lib/Cwd.pm
13651 ____________________________________________________________________________
13652 [  8628] By: jhi                                   on 2001/01/30  21:58:52
13653         Log: Integrate change #7866 from mainline.
13654              
13655              File::Temp 0.11.
13656      Branch: maint-5.6/perl
13657           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
13658 ____________________________________________________________________________
13659 [  8627] By: jhi                                   on 2001/01/30  21:39:44
13660         Log: Integrate changes #8075,8086,8228 from mainline.  
13661              
13662              Darwin is not Windows. (8075,8086)
13663              
13664              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
13665      Branch: maint-5.6/perl
13666           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
13667           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
13668           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
13669           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
13670 ____________________________________________________________________________
13671 [  8626] By: jhi                                   on 2001/01/30  21:22:11
13672         Log: Integrate with tweakery the change #8625 from mainline,
13673              the multibyte decimal separator fix ("fa_IR locale failure").
13674      Branch: maint-5.6/perl
13675            ! embedvar.h perlapi.h
13676           !> intrpvar.h perl.c perl.h sv.c util.c
13677 ____________________________________________________________________________
13678 [  8625] By: jhi                                   on 2001/01/30  20:26:33
13679         Log: Fix for the fa_IR locale failure.  The reason for the failure
13680              was that Perl was assuming the decimal separator aka the radix
13681              separator is one character.  The Farsi-Iranian locale crushed
13682              that bad assumption since there the separator is 'Momayyez',
13683              glyphwise looking somewhat like a slash, and in Unicode UTF-8
13684              encoded in two bytes, 0xd9 0xab.
13685      Branch: perl
13686            ! intrpvar.h perl.c perl.h sv.c util.c
13687 ____________________________________________________________________________
13688 [  8624] By: gsar                                  on 2001/01/30  20:17:03
13689         Log: regen_headers
13690      Branch: maint-5.6/perl
13691            ! Makefile.SH pod/perlintern.pod
13692 ____________________________________________________________________________
13693 [  8623] By: gsar                                  on 2001/01/30  19:42:34
13694         Log: backout change#7431 and its dependents (causes spurious rebuilds
13695              of autogenerated files)
13696              
13697              fix benign b.t failure
13698      Branch: maint-5.6/perl
13699            ! Makefile.SH t/lib/b.t
13700 ____________________________________________________________________________
13701 [  8622] By: jhi                                   on 2001/01/30  19:41:41
13702         Log: Microperl sync.
13703      Branch: perl
13704            ! mg.c perl.h
13705 ____________________________________________________________________________
13706 [  8621] By: gsar                                  on 2001/01/30  19:24:47
13707         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
13708              from mainline
13709              
13710              Subject: podlators 1.06 released
13711              
13712              Subject: [PATCH @8436] Eliminate op_children
13713              
13714              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
13715              
13716              (Replaced by #8448)  More op_children traces (cleanup of #8442).
13717              
13718              Subject: [PATCH #3 @8436] Re: Eliminate op_children
13719              Replace #8444 and #8445.
13720              
13721              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
13722              at the setting of the ofs_sv in new_struct_thread() as the
13723              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
13724              uninitialized fields are, uh, initialized with),
13725              SvREFCNT_inc()ing that invited a core dump.
13726              
13727              podlators 1.07, from Russ Allbery.
13728              
13729              Subject: [PATCH] regcomp.c old feature removal
13730              From: mjd@plover.com
13731              Date: 16 Jan 2001 14:43:18 -0000 
13732              Message-ID: <20010116144318.7140.qmail@plover.com> 
13733      Branch: maint-5.6/perl
13734           +> lib/Pod/Text/Overstrike.pm
13735           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
13736           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
13737           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
13738           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
13739           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
13740           !> util.c
13741 ____________________________________________________________________________
13742 [  8620] By: gsar                                  on 2001/01/30  18:48:32
13743         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
13744              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
13745              now fails one test)
13746              
13747              Subject: [PATCH] lvalue AUTOLOAD. No, really.
13748              
13749              Subject: [PATCH] Interesting syntax idea
13750              Make opens + bareword assigns do typeglob assigns.
13751              
13752              Tests for #8254.
13753              
13754              Subject: [PATCH @8269] Continue blocks and B::Deparse
13755              Make the peephole optimizer to bypass more null ops and
13756              and rewrite the deparse handling of continue blocks.
13757              
13758              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
13759              Doc tweak on #8313.
13760              
13761              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
13762              
13763              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
13764              
13765              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
13766              
13767              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
13768              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
13769              according to the platform.
13770              
13771              Subject: [PATCH @8404] Consolidated lvalue sub changes
13772              
13773              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
13774              
13775              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
13776              
13777              Subject: B::Concise -- an improved replacement for B::Terse 
13778              
13779              The B::Terse drop-in replacement wasn't quite drop-in.
13780              
13781              The LVRET macro needed an aTHX.
13782              
13783              Use the /^Perl_/-less form of is_lvalue_sub().
13784              
13785              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
13786      Branch: maint-5.6/perl
13787           +> ext/B/B/Concise.pm
13788           !> (integrate 27 files)
13789 ____________________________________________________________________________
13790 [  8619] By: nick                                  on 2001/01/30  18:40:28
13791         Log: Integrate mainline
13792      Branch: perlio
13793           !> (integrate 40 files)
13794 ____________________________________________________________________________
13795 [  8618] By: jhi                                   on 2001/01/30  18:37:18
13796         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
13797              Date: Mon, 29 Jan 2001 22:51:29 -0600
13798              From: "Craig A. Berry" <craigberry@mac.com>
13799              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
13800      Branch: perl
13801            ! vms/test.com
13802 ____________________________________________________________________________
13803 [  8617] By: jhi                                   on 2001/01/30  18:34:53
13804         Log: Subject: [PATCH] Add missing CV flags to dump.c
13805              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13806              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
13807              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
13808      Branch: perl
13809            ! dump.c
13810 ____________________________________________________________________________
13811 [  8616] By: jhi                                   on 2001/01/30  18:20:58
13812         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
13813              part isn't applicable to maintperl.
13814              
13815              UTF-8 nit from Inaba Hiroto.
13816      Branch: maint-5.6/perl
13817           !> pod/perlapi.pod utf8.c
13818 ____________________________________________________________________________
13819 [  8615] By: jhi                                   on 2001/01/30  18:18:51
13820         Log: UTF-8 nit from Inaba Hiroto.
13821      Branch: perl
13822            ! pod/perlapi.pod t/op/each.t utf8.c
13823 ____________________________________________________________________________
13824 [  8614] By: jhi                                   on 2001/01/30  18:13:38
13825         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
13826              
13827              perl's internal variables are not for public consumption,
13828              move their docs from perlapi.pod to perlintern.pod
13829              
13830              support for -Dusethreads build under HP-UX 10.20 and DCE threads
13831              library (11.0 and later have pthreads but 10.x don't)
13832              
13833              avoid uninitialized value warnings
13834              
13835              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
13836              gets weird results)
13837              
13838              perldoc nit on windows
13839              
13840              make it possible to run the tests outside the source tree
13841              (there's still a dependency on ../lib being the library
13842              location)
13843      Branch: perl
13844           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
13845           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
13846           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
13847           !> win32/bin/search.pl win32/vdir.h
13848 ____________________________________________________________________________
13849 [  8613] By: gsar                                  on 2001/01/30  16:39:59
13850         Log: make it possible to run the tests outside the source tree
13851              (there's still a dependency on ../lib being the library
13852              location)
13853      Branch: maint-5.6/perl
13854            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
13855 ____________________________________________________________________________
13856 [  8612] By: gsar                                  on 2001/01/30  16:31:12
13857         Log: perldoc nit on windows
13858      Branch: maint-5.6/perl
13859            ! utils/perldoc.PL
13860 ____________________________________________________________________________
13861 [  8611] By: gsar                                  on 2001/01/30  16:22:54
13862         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
13863              gets weird results)
13864      Branch: maint-5.6/perl
13865            ! win32/vdir.h
13866 ____________________________________________________________________________
13867 [  8610] By: gsar                                  on 2001/01/30  16:12:45
13868         Log: avoid uninitialized value warnings
13869      Branch: maint-5.6/perl
13870            ! win32/bin/search.pl
13871 ____________________________________________________________________________
13872 [  8609] By: gsar                                  on 2001/01/30  16:08:01
13873         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
13874              library (11.0 and later have pthreads but 10.x don't)
13875      Branch: maint-5.6/perl
13876            ! hints/hpux.sh thread.h
13877 ____________________________________________________________________________
13878 [  8608] By: gsar                                  on 2001/01/30  15:48:55
13879         Log: perl's internal variables are not for public consumption,
13880              move their docs from perlapi.pod to perlintern.pod
13881      Branch: maint-5.6/perl
13882            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
13883            ! thrdvar.h
13884 ____________________________________________________________________________
13885 [  8607] By: gsar                                  on 2001/01/30  15:44:27
13886         Log: mistakenly branched perl56delta.pod, revert
13887      Branch: maint-5.6/perl
13888            - pod/perl56delta.pod
13889           !> pod/perldelta.pod
13890 ____________________________________________________________________________
13891 [  8606] By: gsar                                  on 2001/01/30  14:20:24
13892         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
13893              dTHR which has been a noop for a while now, except for the
13894              compatibility definition in thread.h)
13895      Branch: maint-5.6/perl
13896           !> (integrate 45 files)
13897 ____________________________________________________________________________
13898 [  8605] By: jhi                                   on 2001/01/30  05:43:58
13899         Log: Mark the UTF-8 APIs as experimental.
13900      Branch: maint-5.6/perl
13901            ! embed.pl pod/perlapi.pod
13902 ____________________________________________________________________________
13903 [  8604] By: jhi                                   on 2001/01/30  05:38:40
13904         Log: Nits from earlier integrates.
13905      Branch: maint-5.6/perl
13906            ! lib/Carp/Heavy.pm
13907           !> sv.c
13908 ____________________________________________________________________________
13909 [  8603] By: jhi                                   on 2001/01/30  05:27:26
13910         Log: Regenerate Porting files.
13911      Branch: maint-5.6/perl
13912            ! Porting/Glossary Porting/config.sh Porting/config_H
13913 ____________________________________________________________________________
13914 [  8602] By: jhi                                   on 2001/01/30  05:14:59
13915         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
13916              8310,8339,8447,8492,8493,8505,8525: documentation changes.
13917              
13918              Subject: Re: perlfaq style changes
13919              
13920              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
13921              
13922              Subject: [PATCH] docs on NaN
13923              
13924              Subject: [patch] perlfaq7
13925              
13926              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
13927              
13928              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
13929              
13930              Subject: [PATCH] open() example in perlfunc.pod
13931              
13932              Podify README.mpeix (a new version from the web)
13933              
13934              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
13935              
13936              Subject: [PATCH] format and rewording in perlfaq.pod
13937              
13938              Subject: [PATCH] API Variable documentation   
13939              
13940              Memory management calls documentation.
13941              
13942              Subject: [PATCH: perl@8482] README.vms URL updates
13943              
13944              Subject: Minor typos in perlfaq2.pod
13945              
13946              Subject: [PATCH] pod/perlvar.pod
13947      Branch: maint-5.6/perl
13948           +> pod/perl56delta.pod
13949            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13950           !> README.amiga README.epoc README.mpeix README.vms
13951           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
13952           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
13953           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
13954           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
13955           !> pod/perlvar.pod thrdvar.h
13956 ____________________________________________________________________________
13957 [  8601] By: jhi                                   on 2001/01/30  04:38:35
13958         Log: Integrate changes #8036,8096,8253 from mainline:
13959              hints changes.
13960              
13961              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13962              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
13963              
13964              Output the (apparent) version of gcc in Tru64.
13965      Branch: maint-5.6/perl
13966           +> ext/POSIX/hints/svr4.pl
13967           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
13968           !> hints/svr4.sh t/lib/bigfltpm.t
13969 ____________________________________________________________________________
13970 [  8600] By: jhi                                   on 2001/01/30  04:04:01
13971         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
13972              locale fixes.
13973              
13974              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
13975              
13976              Debian allows /usr/bin/locale to exist without any locales. (7868)
13977              
13978              Allow the locale test needing POSIX and the taint test
13979              needing IPC::SysV to run under 'minitest' (basically,
13980              bail out if loading the extension fails). (8384)
13981              
13982              Cleanup the locale.t output  (8480)
13983      Branch: maint-5.6/perl
13984           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
13985           !> t/pragma/locale.t
13986 ____________________________________________________________________________
13987 [  8599] By: jhi                                   on 2001/01/30  03:51:04
13988         Log: Missing generated files from #8598.
13989      Branch: maint-5.6/perl
13990            ! embed.h global.sym objXSUB.h perlapi.c proto.h
13991 ____________________________________________________________________________
13992 [  8598] By: jhi                                   on 2001/01/30  03:41:54
13993         Log: Integrate change #8555 from mainline, manually integrate parts
13994              of changes 8452 and 8583.
13995              
13996              Subject: [PATCH] utf8.c documentation (8452)
13997              
13998              No point in checking the length if the pointer is bogus. (8555)
13999              
14000              Introduce bytes_from_utf8() and implement sv_eq() using it,
14001              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
14002              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
14003              was malformed. (8583)
14004      Branch: maint-5.6/perl
14005            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
14006           !> pod/perlapi.pod sv.c utf8.c
14007 ____________________________________________________________________________
14008 [  8597] By: gsar                                  on 2001/01/30  02:37:26
14009         Log: get PERL_OBJECT build going again on windows
14010      Branch: maint-5.6/perl
14011            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14012            ! pod/perlapi.pod proto.h sv.c
14013 ____________________________________________________________________________
14014 [  8596] By: jhi                                   on 2001/01/30  02:16:17
14015         Log: Signedness nit.
14016      Branch: perl
14017            ! sv.c
14018 ____________________________________________________________________________
14019 [  8595] By: jhi                                   on 2001/01/30  02:11:07
14020         Log: EBCDIC patch for Storable, from Peter Prymmer.
14021      Branch: perl
14022            ! t/lib/st-06compat.t
14023 ____________________________________________________________________________
14024 [  8594] By: jhi                                   on 2001/01/30  01:04:48
14025         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
14026              From: Peter Prymmer <pvhp@forte.com>
14027              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
14028              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
14029      Branch: perl
14030            ! t/lib/b.t
14031 ____________________________________________________________________________
14032 [  8593] By: jhi                                   on 2001/01/30  00:56:47
14033         Log: Subject: [PATCH: perl@8585] pod problems in io
14034              From: Peter Prymmer <pvhp@forte.com>
14035              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
14036              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
14037      Branch: perl
14038            ! pod/perlapio.pod pod/perliol.pod
14039 ____________________________________________________________________________
14040 [  8592] By: jhi                                   on 2001/01/30  00:48:20
14041         Log: Integrate perlio.
14042      Branch: perl
14043           !> pod/perlapio.pod pod/perliol.pod
14044 ____________________________________________________________________________
14045 [  8591] By: nick                                  on 2001/01/29  22:02:28
14046         Log: GNU 'merge' Simon's copy of perliol.pod with version
14047              patched by Craig's patch.
14048      Branch: perlio
14049            ! pod/perliol.pod
14050 ____________________________________________________________________________
14051 [  8590] By: nick                                  on 2001/01/29  21:55:10
14052         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
14053      Branch: perlio
14054            ! pod/perlapio.pod pod/perliol.pod
14055 ____________________________________________________________________________
14056 [  8589] By: jhi                                   on 2001/01/29  15:35:33
14057         Log: Integrate change #8586 from maint-5.6/perl.
14058              
14059              make the BOM detection code not call tell() until it has to
14060              (meant to fix esoteric compatibility issues where PL_rsfp
14061              is overridden)
14062      Branch: perl
14063           !> toke.c
14064 ____________________________________________________________________________
14065 [  8588] By: jhi                                   on 2001/01/29  15:29:11
14066         Log: Subject: MAking Solaris malloc() the default
14067              From: Lupe Christoph <lupe@lupe-christoph.de>
14068              Date: Mon, 29 Jan 2001 12:59:36 +0100
14069              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
14070              
14071              The README.solaris part slightly tweaked.
14072      Branch: perl
14073            ! README.solaris hints/solaris_2.sh
14074 ____________________________________________________________________________
14075 [  8587] By: jhi                                   on 2001/01/29  15:17:34
14076         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
14077              From: root@ak-75.mind.de
14078              Date: Sun, 28 Jan 2001 20:32:29 +0100
14079              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
14080      Branch: perl
14081            ! pod/perlre.pod
14082 ____________________________________________________________________________
14083 [  8586] By: gsar                                  on 2001/01/29  13:43:44
14084         Log: make the BOM detection code not call tell() until it has to
14085              (meant to fix esoteric compatibility issues where PL_rsfp
14086              is overridden)
14087      Branch: maint-5.6/perl
14088            ! toke.c
14089 ____________________________________________________________________________
14090 [  8585] By: jhi                                   on 2001/01/28  20:05:45
14091         Log: Update Changes.
14092      Branch: perl
14093            ! Changes patchlevel.h
14094 ____________________________________________________________________________
14095 [  8584] By: jhi                                   on 2001/01/28  19:30:02
14096         Log: Integrate perlio.
14097      Branch: perl
14098           +> pod/perliol.pod
14099           !> MANIFEST pod/perlapio.pod
14100 ____________________________________________________________________________
14101 [  8583] By: jhi                                   on 2001/01/28  19:28:40
14102         Log: Patch from Inaba Hiroto:
14103              - canonical UTF-8 hash keys: if a key string for a hash is
14104              UTF8-on, try downgrade the string and use it if
14105              unicode::distinct is not in effect.
14106              For the task, I added a function bytes_from_utf8() to utf8.c.
14107              It might resemble utf8_to_bytes() but it is not convenient
14108              to the task.
14109              Made a test for it and added to t/op/each.t
14110              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
14111              the mortal copy of the argument SV.
14112              And changed t/io/utf8.t test 18 which expects print() to
14113              upgrade its argument.
14114              - re-implement sv_eq with bytes_from_utf8()
14115              - some bug fixes
14116              - tr/// does not handle UTF8 range (\x{}-\x{})
14117              - \ before raw UTF8 character produced
14118              "Malformed UTF-8 character" warning.
14119              - "\x{100}\N{CENT SIGN}" is Malformed.
14120              Added tests for these 3.
14121              - and one silly bug (by me) with qu operator.
14122      Branch: perl
14123            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
14124            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
14125            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
14126 ____________________________________________________________________________
14127 [  8582] By: nick                                  on 2001/01/28  19:25:04
14128         Log: Add pod/perliol.pod to MANIFEST :-(
14129      Branch: perlio
14130            ! MANIFEST
14131 ____________________________________________________________________________
14132 [  8581] By: nick                                  on 2001/01/28  19:22:40
14133         Log: PerlIO documentation. Proofing and sub-editing requested.
14134      Branch: perlio
14135            + pod/perliol.pod
14136            ! pod/perlapio.pod
14137 ____________________________________________________________________________
14138 [  8580] By: jhi                                   on 2001/01/28  05:16:25
14139         Log: Revert the change to sv_2pv() done by #8054: Someone who
14140              did SvNV_set() on a scalar that also happened to be POK,
14141              followed by sv_2pv() won't get the right coercion anymore.
14142              [Sarathy]
14143      Branch: maint-5.6/perl
14144            ! sv.c
14145 ____________________________________________________________________________
14146 [  8579] By: jhi                                   on 2001/01/28  05:15:04
14147         Log: Remove the #8084 effect: do not allow -Q to be interpreted
14148              as -&Q(), this is too much wiggle room.
14149      Branch: maint-5.6/perl
14150            ! toke.c
14151 ____________________________________________________________________________
14152 [  8578] By: jhi                                   on 2001/01/28  05:12:45
14153         Log: Needed bits of #8439 (should have been in #8576),
14154              mainly for lval substr().
14155      Branch: maint-5.6/perl
14156            ! mg.c pp.c pp_hot.c
14157 ____________________________________________________________________________
14158 [  8577] By: jhi                                   on 2001/01/28  05:02:46
14159         Log: A missing check-in.
14160      Branch: maint-5.6/perl
14161            ! utf8.c
14162 ____________________________________________________________________________
14163 [  8576] By: jhi                                   on 2001/01/28  04:26:18
14164         Log: Integrate changes #8425,8436,8439,8517 from mainline.
14165              The 8439 was not truly integrated because it had too many
14166              dependencies on the development branch and because it introduced
14167              concepts too bold for a maintenance branch (such as the qu operator).
14168              
14169              Subject: [PATCH perl@8342] -Wformat
14170              
14171              Tighten some of the UTF-8 tests a bit.
14172              
14173              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
14174              - The substr lval was still not okay.
14175              - Now pp_stringify and sv_setsv copies source's UTF8 flag
14176              even if IN_BYTE.  pp_stringify is called from fold_constants
14177              at optimization phase and "\x{100}" was made SvUTF8_off under
14178              use bytes (the bytes pragma is for "byte semantics" and not
14179              for "do not produce UTF8 data")
14180      Branch: maint-5.6/perl
14181            ! t/lib/charnames.t t/op/substr.t toke.c
14182           !> sv.c t/pragma/utf8.t
14183 ____________________________________________________________________________
14184 [  8575] By: jhi                                   on 2001/01/28  04:01:51
14185         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
14186              
14187              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
14188              
14189              Subject: [ID 20001230.003] UTF-8 tr still hurts
14190              
14191              Test cases for #8385 (from Simon's "torture.pl")
14192              
14193              Start fixing UTF-8 lval substr() (8405)
14194      Branch: maint-5.6/perl
14195           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
14196           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
14197 ____________________________________________________________________________
14198 [  8574] By: jhi                                   on 2001/01/28  03:09:06
14199         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
14200              from mainline.
14201              
14202              UTF-8 cleanup.
14203              
14204              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
14205              
14206              "\x{FF}\xFF" was broken.
14207              
14208              Tests for #8329 and #8330.
14209              
14210              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
14211              
14212              IRIX compiler noticed that the bof initialization might be
14213              bypassed by control flow.
14214              
14215              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
14216      Branch: maint-5.6/perl
14217           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14218           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
14219 ____________________________________________________________________________
14220 [  8573] By: jhi                                   on 2001/01/28  02:06:12
14221         Log: Retract #8552.
14222      Branch: perl
14223            ! lib/Text/Wrap.pm t/lib/textwrap.t
14224 ____________________________________________________________________________
14225 [  8572] By: jhi                                   on 2001/01/28  02:04:49
14226         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
14227              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
14228              not really integrated but instead salvaged by hand
14229              (they had too many dependencies on the development release
14230              to be cleanly integratable).
14231              
14232              Subject: more UTF8 test suites and an UTF8 patch
14233              
14234              Tweak for MULTIPLICITY/USE_PERLIO
14235              
14236              Signedness nit.
14237              
14238              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14239              
14240              Use the UTF8_XXX macros in is_utf8_char().
14241              
14242              Rewrite pp_concat() in terms of sv_catsv().  The . operator
14243              should now be UTF-8-proof.
14244              
14245              Subject: [PATCH perl@8269] scanning two hex-constants
14246              fails on EBCDIC environment (script length.t)
14247              
14248              Add some Unicode chop() tests.
14249      Branch: maint-5.6/perl
14250            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
14251           !> sv.c t/op/chop.t utf8.h
14252 ____________________________________________________________________________
14253 [  8571] By: jhi                                   on 2001/01/28  00:35:59
14254         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
14255              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
14256              
14257              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
14258              
14259              The maxiters upper limit sanity check (guarding against
14260              non-progress) assumed bytes instead of characters in s///
14261              and split().
14262              
14263              Signedness nit.
14264              
14265              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
14266              join() should now be UTF-8-proof.
14267              
14268              More split // UTF-8 tests. (8250)
14269      Branch: maint-5.6/perl
14270           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
14271           !> util.c
14272 ____________________________________________________________________________
14273 [  8570] By: jhi                                   on 2001/01/27  22:15:46
14274         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
14275              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
14276              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
14277              8084,8204,8244,8333 from mainline.
14278              
14279              For -Q where Q might be a one-letter sub name one does no more
14280              get a warning about an unknown filetest (7941,7943,7944,8084).
14281              
14282              Subject: Re: [ID 20001130.011] expression parsing bug ?
14283              
14284              Make uv_to_utf8() to zero-terminate its output buffer.
14285              
14286              Split off t/op/length.t (7995)
14287              
14288              Split off t/op/utf8decode.t (7996)
14289              
14290              Remove an unnecessary 'use utf8' from the utf8.t (7998)
14291              
14292              Split off t/op/concat.t (8004)
14293              
14294              Split off t/op/ver.t (8005)
14295              
14296              Document utf8_length(), utf8_distance(), and utf8_hop().
14297              
14298              Document utf8_to_uv() better.
14299              
14300              Introduce macros for UTF8 decoding (8028,8033).
14301              
14302              Add test for reverse() (8030,8031).
14303              
14304              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
14305              
14306              Do not return the Unicode replacement character    on UTF-8
14307              decoding failure.
14308              
14309              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
14310              not this_utf8 i.e. the output string has one, but don't mess
14311              with source assumption. (8052,8053)
14312              
14313              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
14314              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
14315              was not expecting to be called with something that was already
14316              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
14317              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
14318              (8054)
14319              
14320              Recode the naughty binary bytes in utf8decode.t using the \xHH.
14321              
14322              Make some panic messages a bit more logical.
14323      Branch: maint-5.6/perl
14324           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
14325           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
14326           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
14327           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
14328           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
14329           !> utf8.c utf8.h
14330 ____________________________________________________________________________
14331 [  8569] By: jhi                                   on 2001/01/27  19:16:43
14332         Log: Integrate changes #7750 from perlio and #8566 from mainline.
14333      Branch: maint-5.6/perl
14334           !> regexec.c sv.c
14335 ____________________________________________________________________________
14336 [  8568] By: jhi                                   on 2001/01/27  18:06:51
14337         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
14338              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
14339              7935[-perlio.c],7936,7959,7965 from mainline.
14340              
14341              Change the "big byte" error message to "Wide character".
14342              (7355, the croak-if-wide-chars-in-print part ignored)
14343              
14344              Use UINT64_C().
14345              
14346              Introduce Perl_utf8_length().
14347              
14348              diff -se shows these as different (7753, forgotten check-ins)
14349              
14350              Subject: [PATCH] doop.c - UTF8 tr///
14351              
14352              If we use (aTHX_ ...) then put Perl_ on the front.
14353              
14354              Make utf8_length() and utf8_distance() to be less forgiving
14355              about bad UTF-8.
14356              
14357              Test line numbers are different with utf8.
14358              
14359              No need to scan till infinity, 13 is enough. (7872,7911)
14360              
14361              Subject: [PATCH] Tokeniser debugging
14362              
14363              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
14364              
14365              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
14366              
14367              Be more careful in Perl_sv_utf8_downgrade().
14368              
14369              Use DO_UTF8().
14370              
14371              Raw zero bytes in text files confuse at least GNU patch 2.1.
14372      Branch: maint-5.6/perl
14373           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
14374           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
14375           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
14376           !> t/pragma/utf8.t toke.c utf8.c utf8.h
14377 ____________________________________________________________________________
14378 [  8567] By: nick                                  on 2001/01/27  11:10:38
14379         Log: Integrate mainline
14380      Branch: perlio
14381           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
14382           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
14383           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
14384           !> toke.c
14385 ____________________________________________________________________________
14386 [  8566] By: jhi                                   on 2001/01/27  06:22:48
14387         Log: More documentation for the regexp context stack.
14388      Branch: perl
14389            ! regexec.c
14390 ____________________________________________________________________________
14391 [  8565] By: jhi                                   on 2001/01/27  05:21:57
14392         Log: Update Changes.
14393      Branch: perl
14394            ! Changes patchlevel.h
14395 ____________________________________________________________________________
14396 [  8564] By: jhi                                   on 2001/01/27  04:44:04
14397         Log: Threadedness patch for #8562 from Doug MacEachern.
14398      Branch: perl
14399            ! toke.c
14400 ____________________________________________________________________________
14401 [  8563] By: jhi                                   on 2001/01/27  04:26:24
14402         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
14403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14404              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
14405              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
14406      Branch: perl
14407            ! op.c
14408 ____________________________________________________________________________
14409 [  8562] By: jhi                                   on 2001/01/27  04:20:30
14410         Log: Subject: Re: Announce : Tokener reporting patch
14411              From: Simon Cozens <simon@cozens.net>
14412              Date: Mon, 22 Jan 2001 02:17:22 +0000
14413              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
14414      Branch: perl
14415            ! embed.h embed.pl proto.h toke.c
14416 ____________________________________________________________________________
14417 [  8561] By: jhi                                   on 2001/01/27  04:17:24
14418         Log: Forgot from #8545.  Oops.
14419      Branch: perl
14420            ! pp.c t/pragma/overload.t
14421 ____________________________________________________________________________
14422 [  8560] By: jhi                                   on 2001/01/27  03:01:47
14423         Log: A better module compilation test, use MANIFEST as suggested
14424              by Spider.
14425      Branch: perl
14426            ! t/lib/1_compile.t
14427 ____________________________________________________________________________
14428 [  8559] By: jhi                                   on 2001/01/27  02:50:48
14429         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
14430              From: Peter Prymmer <pvhp@forte.com>
14431              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
14432              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
14433      Branch: perl
14434            ! t/lib/b.t
14435 ____________________________________________________________________________
14436 [  8558] By: jhi                                   on 2001/01/27  02:27:05
14437         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
14438              From: Peter Prymmer <pvhp@forte.com>
14439              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
14440              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
14441      Branch: perl
14442            ! t/pragma/sub_lval.t
14443 ____________________________________________________________________________
14444 [  8557] By: jhi                                   on 2001/01/27  02:26:03
14445         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
14446              From: Peter Prymmer <pvhp@forte.com>
14447              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
14448              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
14449      Branch: perl
14450            ! t/lib/st-06compat.t
14451 ____________________________________________________________________________
14452 [  8556] By: jhi                                   on 2001/01/27  02:24:33
14453         Log: Subject: [PATCH: perl@8531] minor update to README.os390
14454              From: Peter Prymmer <pvhp@forte.com>
14455              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
14456              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
14457      Branch: perl
14458            ! README.os390
14459 ____________________________________________________________________________
14460 [  8555] By: jhi                                   on 2001/01/27  00:35:47
14461         Log: No point in checking the length before we know whether the pointer
14462              is bogus or not, fixes Abigail's odbm failures in Linux.
14463      Branch: perl
14464            ! sv.c
14465 ____________________________________________________________________________
14466 [  8554] By: nick                                  on 2001/01/26  19:01:31
14467         Log: Integrate mainline
14468      Branch: perlio
14469           !> lib/Text/Wrap.pm t/lib/textwrap.t
14470 ____________________________________________________________________________
14471 [  8553] By: jhi                                   on 2001/01/26  15:19:39
14472         Log: Integrate change #7792 from perlio (multiplicity fix),
14473              fix the AV leak in regex DEBUGGING (tiny part of the
14474              polymorphic regexp patch #8143).
14475      Branch: maint-5.6/perl
14476            ! regcomp.c
14477           !> scope.h
14478 ____________________________________________________________________________
14479 [  8552] By: jhi                                   on 2001/01/26  15:03:23
14480         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
14481              From: Michael G Schwern <schwern@pobox.com>
14482              Date: Fri, 26 Jan 2001 09:28:31 -0500
14483              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
14484      Branch: perl
14485            ! lib/Text/Wrap.pm t/lib/textwrap.t
14486 ____________________________________________________________________________
14487 [  8551] By: jhi                                   on 2001/01/26  02:33:19
14488         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
14489              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
14490              
14491              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
14492              
14493              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
14494              
14495              Message nit.
14496              
14497              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
14498              
14499              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
14500              
14501              (the cleanup of unused submatches in regtry() and regcppop())
14502              
14503              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
14504              stored and restored, and thusly was trounced by the utf8 swash
14505              routines.
14506              
14507              use utf8 not required to use \x{}.
14508              
14509              Removed two more tests that make no sense in UTF-8 since the test
14510              data is not in UTF-8.
14511              
14512              Get the three different space character classes right under utf8.
14513              
14514              Implement ANYOFUTF8 regprop() dumping.
14515              
14516              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
14517              
14518              Document the regex context pushing/popping a bit better.
14519      Branch: maint-5.6/perl
14520           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
14521           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
14522           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
14523           !> t/op/regmesg.t utf8.c
14524 ____________________________________________________________________________
14525 [  8550] By: nick                                  on 2001/01/25  19:42:30
14526         Log: Integrate mainline
14527      Branch: perlio
14528           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
14529           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
14530           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
14531           !> t/lib/bigint.t t/lib/bigintpm.t
14532 ____________________________________________________________________________
14533 [  8549] By: jhi                                   on 2001/01/25  15:22:28
14534         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
14535      Branch: maint-5.6/perl
14536            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
14537 ____________________________________________________________________________
14538 [  8548] By: jhi                                   on 2001/01/25  15:02:55
14539         Log: Integrate changes #7997,8063,8492,8547 from mainline.
14540              
14541              Subject: Re: STRLEN - what?
14542              
14543              Subject: [PATCH] perlguts.pod
14544              
14545              Memory management calls documentation.
14546              
14547              Layout using tabulator is not a good idea in a pod.
14548      Branch: maint-5.6/perl
14549           !> pod/perlguts.pod
14550 ____________________________________________________________________________
14551 [  8547] By: jhi                                   on 2001/01/25  14:49:05
14552         Log: Layout using tabulator is not a good idea in a pod.
14553      Branch: perl
14554            ! pod/perlguts.pod
14555 ____________________________________________________________________________
14556 [  8546] By: jhi                                   on 2001/01/25  14:31:12
14557         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
14558              from mainline.
14559              
14560              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
14561              
14562              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
14563              
14564              More Win32 editor/IDE/shell hints.
14565              
14566              More Win32 Perling.
14567              
14568              Yet another editor edit.
14569              
14570              Edit edit edit.
14571              
14572              IDE/editor section tweaking.
14573              
14574              Few more IDE/editor nits from p5p.
14575      Branch: maint-5.6/perl
14576           !> pod/perlfaq3.pod
14577 ____________________________________________________________________________
14578 [  8545] By: jhi                                   on 2001/01/25  04:16:32
14579         Log: Subject: [PATCH 5.7.0] overload int()
14580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14581              Date: Wed, 24 Jan 2001 19:06:57 -0500
14582              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
14583      Branch: perl
14584            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
14585            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
14586            ! t/lib/bigintpm.t
14587 ____________________________________________________________________________
14588 [  8544] By: jhi                                   on 2001/01/25  04:15:11
14589         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
14590              From: Peter Prymmer <pvhp@forte.com>
14591              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
14592              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
14593      Branch: perl
14594            ! Makefile.SH README.os390 hints/os390.sh installperl
14595 ____________________________________________________________________________
14596 [  8543] By: jhi                                   on 2001/01/25  03:52:08
14597         Log: Integrate change #8462,8469 from mainline.
14598              
14599              In VMS Perl subversion (perl -V) is undef.
14600      Branch: maint-5.6/perl
14601           !> configure.com
14602 ____________________________________________________________________________
14603 [  8542] By: jhi                                   on 2001/01/25  03:44:55
14604         Log: Integrate changes #7835,7850,8315,8316 from mainline.
14605              
14606              Solaris hints.
14607      Branch: maint-5.6/perl
14608           !> hints/solaris_2.sh
14609 ____________________________________________________________________________
14610 [  8541] By: jhi                                   on 2001/01/25  03:39:28
14611         Log: Integrate #8336 from mainline.
14612      Branch: maint-5.6/perl
14613           !> hv.c
14614 ____________________________________________________________________________
14615 [  8540] By: jhi                                   on 2001/01/25  03:23:50
14616         Log: Retract #8539.
14617      Branch: maint-5.6/perl
14618            ! pod/perlfaq3.pod
14619 ____________________________________________________________________________
14620 [  8539] By: jhi                                   on 2001/01/25  03:21:55
14621         Log: (Retracted by #5940.)
14622      Branch: maint-5.6/perl
14623            ! pod/perlfaq3.pod
14624 ____________________________________________________________________________
14625 [  8538] By: jhi                                   on 2001/01/25  03:14:07
14626         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
14627              From: Peter Prymmer <pvhp@forte.com>
14628              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
14629              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
14630              
14631              The VMS bits.
14632      Branch: maint-5.6/perl
14633            ! configure.com vms/descrip_mms.template
14634 ____________________________________________________________________________
14635 [  8537] By: jhi                                   on 2001/01/25  03:06:09
14636         Log: Integrate #7710,7824,7973 from mainline.
14637      Branch: maint-5.6/perl
14638           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14639           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
14640           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
14641           !> vos/config.ga.def vos/config.ga.h win32/config.bc
14642           !> win32/config.gc win32/config.vc
14643 ____________________________________________________________________________
14644 [  8536] By: jhi                                   on 2001/01/24  13:50:20
14645         Log: Revert the edits made by me so far to the 5.6 branch since
14646              the TRIAL1 since I did edits when I should have been using
14647              integrates.  Bad programmer.   (Will integrate them properly later.)
14648              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
14649              The #8353 will not be reapplied at least for now since
14650              the UTF-8 hash keys need more thinking.
14651              (The patches #8347, #8354, #8454, #8473 were okay since they
14652              were original edits made specifically for the 5.6.1-TRIAL1.)
14653      Branch: maint-5.6/perl
14654            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14655            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
14656            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
14657            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
14658            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
14659            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14660            ! win32/config.bc win32/config.gc win32/config.vc
14661 ____________________________________________________________________________
14662 [  8535] By: bailey                                on 2001/01/24  06:37:02
14663         Log: SYN SYN
14664      Branch: vmsperl
14665           +> (branch 26 files)
14666           !> (integrate 130 files)
14667 ____________________________________________________________________________
14668 [  8534] By: nick                                  on 2001/01/23  19:30:57
14669         Log: Integrate mainline.
14670      Branch: perlio
14671           !> Changes Configure Porting/Glossary Porting/config.sh
14672           !> Porting/config_H embed.h embed.pl ext/Encode/compile
14673           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
14674           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
14675           !> pod/perlvar.pod proto.h t/lib/1_compile.t
14676 ____________________________________________________________________________
14677 [  8533] By: jhi                                   on 2001/01/23  16:15:46
14678         Log: Forgotten from #8501.
14679      Branch: perl
14680            ! Porting/Glossary Porting/config.sh Porting/config_H
14681 ____________________________________________________________________________
14682 [  8532] By: jhi                                   on 2001/01/23  16:13:27
14683         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
14684              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14685              Date: Mon, 22 Jan 2001 17:51:58 +0100
14686              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
14687      Branch: perl
14688            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
14689 ____________________________________________________________________________
14690 [  8531] By: jhi                                   on 2001/01/23  15:46:01
14691         Log: Update Changes.
14692      Branch: perl
14693            ! Changes patchlevel.h
14694 ____________________________________________________________________________
14695 [  8530] By: jhi                                   on 2001/01/23  15:38:39
14696         Log: De-cut-and-pasto.
14697      Branch: perl
14698            ! t/lib/1_compile.t
14699 ____________________________________________________________________________
14700 [  8529] By: jhi                                   on 2001/01/23  15:11:04
14701         Log: Document the mkdir trailing slashes case.
14702      Branch: perl
14703            ! pod/perlfunc.pod
14704 ____________________________________________________________________________
14705 [  8528] By: jhi                                   on 2001/01/23  15:08:28
14706         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
14707              get installed:
14708              
14709              Subject: lib/lib.pm
14710              From: <abigail@foad.org>
14711              Date: Mon, 28 Aug 2000 20:35:08 -0400
14712              Message-ID: <20000829003508.21281.qmail@foad.org>
14713      Branch: perl
14714            ! installperl
14715 ____________________________________________________________________________
14716 [  8527] By: jhi                                   on 2001/01/23  14:44:04
14717         Log: Metaconfig unit change for #8526.
14718      Branch: metaconfig
14719            ! U/threads/archname.U
14720 ____________________________________________________________________________
14721 [  8526] By: jhi                                   on 2001/01/23  14:43:19
14722         Log: Attach -perlio to the archname if so selected.
14723      Branch: perl
14724            ! Configure
14725 ____________________________________________________________________________
14726 [  8525] By: jhi                                   on 2001/01/23  14:24:01
14727         Log: Subject: [PATCH] pod/perlvar.pod
14728              From: abigail@foad.org
14729              Date: Tue, 23 Jan 2001 01:41:10 +0100
14730              Message-ID: <20010123004110.22259.qmail@foad.org>
14731      Branch: perl
14732            ! pod/perlvar.pod
14733 ____________________________________________________________________________
14734 [  8524] By: jhi                                   on 2001/01/23  14:22:32
14735         Log: A bug introduced in #8217 (the undefined variable in the
14736              lib/safe1_t #3) fixed, by Charles Lane:
14737              
14738              The earlier patch made it so that stuff running in Safe
14739              compartments could do a "caller" and see "main".  That
14740              little change in name is done right before the code in
14741              the compartment is run, and apparantly the parser
14742              was picking up the stash name before it got changed.
14743              
14744              (why it was threaded vs. unthreaded Perl that was sensitive to this
14745              I still don't know...and it probably doesn't matter).
14746              
14747              I tryed removing the stash name-change and saw that threaded Perl
14748              did indeed pass the lib/safe1.t tests.
14749              
14750              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
14751              do the name change (and to connect _ in the compartment to the global
14752              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
14753              to call _safe_pkg_prep when creating a new compartment.
14754              
14755              Passes all tests with threaded perl on linux; passes all tests
14756              with unthreaded perl on VMS.
14757              
14758              At some point I'll probably want to revisit Safe and Opcode to
14759              provide more sensible handling of global variables...and to get
14760              formats working in Safe compartments, which they don't do currently.
14761      Branch: perl
14762            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
14763 ____________________________________________________________________________
14764 [  8523] By: jhi                                   on 2001/01/23  14:11:58
14765         Log: Also the lib/Thread.pm itself needs to be ignored if
14766              the Thread extension hasn't been built.
14767      Branch: perl
14768            ! t/lib/1_compile.t
14769 ____________________________________________________________________________
14770 [  8522] By: jhi                                   on 2001/01/23  13:51:28
14771         Log: print() instead of warn() so that stderr doesn't get
14772              unncessarily polluted.
14773      Branch: perl
14774            ! ext/Encode/compile
14775 ____________________________________________________________________________
14776 [  8521] By: jhi                                   on 2001/01/23  13:49:48
14777         Log: Integrate perlio.
14778      Branch: perl
14779           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
14780           !> ext/Encode/encode.h
14781 ____________________________________________________________________________
14782 [  8520] By: nick                                  on 2001/01/22  21:44:00
14783         Log: More messing with Encode:
14784              Extra fields in header to allow multiple names and to record
14785              other things "compile" knows.
14786              Re-organise compile to factor out common output routines.
14787      Branch: perlio
14788            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
14789 ____________________________________________________________________________
14790 [  8519] By: nick                                  on 2001/01/22  20:33:50
14791         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
14792      Branch: perlio
14793            ! ext/Encode/Makefile.PL ext/Encode/compile
14794 ____________________________________________________________________________
14795 [  8518] By: nick                                  on 2001/01/22  20:28:13
14796         Log: Integrate mainline
14797      Branch: perlio
14798           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
14799           !> vos/config.alpha.def vos/config.alpha.h
14800 ____________________________________________________________________________
14801 [  8517] By: jhi                                   on 2001/01/22  15:37:17
14802         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
14803              by Inaba Hiroto.
14804      Branch: perl
14805            ! sv.c
14806 ____________________________________________________________________________
14807 [  8516] By: jhi                                   on 2001/01/22  14:55:15
14808         Log: More SIG_SIZE fixes.
14809      Branch: perl
14810            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
14811 ____________________________________________________________________________
14812 [  8515] By: jhi                                   on 2001/01/22  14:50:27
14813         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
14814              From: "Craig A. Berry" <craigberry@mac.com>
14815              Date: Mon, 22 Jan 2001 00:42:24 -0600
14816              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
14817      Branch: perl
14818            ! configure.com
14819 ____________________________________________________________________________
14820 [  8514] By: jhi                                   on 2001/01/22  14:31:17
14821         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
14822              From: "Craig A. Berry" <craigberry@mac.com>
14823              Date: Sun, 21 Jan 2001 23:03:25 -0600
14824              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
14825      Branch: perl
14826            ! configure.com
14827 ____________________________________________________________________________
14828 [  8513] By: jhi                                   on 2001/01/22  14:14:00
14829         Log: Add the .ucm encoding tables to the MANIFEST.
14830      Branch: perl
14831            ! MANIFEST
14832 ____________________________________________________________________________
14833 [  8512] By: jhi                                   on 2001/01/22  13:43:33
14834         Log: Integrate perlio.
14835      Branch: perl
14836           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
14837           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14838           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
14839           +> ext/Encode/Encode/iso8859-10.ucm
14840           +> ext/Encode/Encode/iso8859-13.ucm
14841           +> ext/Encode/Encode/iso8859-14.ucm
14842           +> ext/Encode/Encode/iso8859-15.ucm
14843           +> ext/Encode/Encode/iso8859-16.ucm
14844           +> ext/Encode/Encode/iso8859-2.ucm
14845           +> ext/Encode/Encode/iso8859-3.ucm
14846           +> ext/Encode/Encode/iso8859-4.ucm
14847           +> ext/Encode/Encode/iso8859-5.ucm
14848           +> ext/Encode/Encode/iso8859-6.ucm
14849           +> ext/Encode/Encode/iso8859-7.ucm
14850           +> ext/Encode/Encode/iso8859-8.ucm
14851           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
14852           +> ext/Encode/Encode/symbol.ucm
14853           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
14854           !> perliol.h
14855 ____________________________________________________________________________
14856 [  8511] By: nick                                  on 2001/01/21  23:44:47
14857         Log: Make "real" layers of ":utf8" and ":raw".
14858              So now PERLIO=utf8 perl ...
14859              does what Andreas wanted.
14860              Fix arg passing in open.pm (still have a Carp issue).
14861      Branch: perlio
14862            ! lib/open.pm perlio.c perliol.h
14863 ____________________________________________________________________________
14864 [  8510] By: jhi                                   on 2001/01/21  22:56:53
14865         Log: Document the regex context pushing/popping a bit better.
14866      Branch: perl
14867            ! regexec.c
14868 ____________________________________________________________________________
14869 [  8509] By: jhi                                   on 2001/01/21  22:55:44
14870         Log: Tweak the mkdir trailing slash code some more.
14871              
14872              TO DO: the same handling should probably be done for
14873              all the other filesystem functions that can have directories
14874              as their arguments.
14875      Branch: perl
14876            ! pp_sys.c
14877 ____________________________________________________________________________
14878 [  8508] By: nick                                  on 2001/01/21  21:37:43
14879         Log: Switch "compiled in" encodings to .ucm format.
14880              (Leave others as .enc till we can run-time load .ucm,
14881              or find some other way to load them.)
14882      Branch: perlio
14883            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
14884            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14885            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
14886            + ext/Encode/Encode/iso8859-10.ucm
14887            + ext/Encode/Encode/iso8859-13.ucm
14888            + ext/Encode/Encode/iso8859-14.ucm
14889            + ext/Encode/Encode/iso8859-15.ucm
14890            + ext/Encode/Encode/iso8859-16.ucm
14891            + ext/Encode/Encode/iso8859-2.ucm
14892            + ext/Encode/Encode/iso8859-3.ucm
14893            + ext/Encode/Encode/iso8859-4.ucm
14894            + ext/Encode/Encode/iso8859-5.ucm
14895            + ext/Encode/Encode/iso8859-6.ucm
14896            + ext/Encode/Encode/iso8859-7.ucm
14897            + ext/Encode/Encode/iso8859-8.ucm
14898            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
14899            + ext/Encode/Encode/symbol.ucm
14900            ! ext/Encode/Makefile.PL ext/Encode/compile
14901 ____________________________________________________________________________
14902 [  8507] By: nick                                  on 2001/01/21  21:02:03
14903         Log: Integrate (partial) mainline.
14904      Branch: perlio
14905           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
14906           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
14907           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14908 ____________________________________________________________________________
14909 [  8506] By: jhi                                   on 2001/01/21  20:09:30
14910         Log: Update Changes.
14911      Branch: perl
14912            ! Changes patchlevel.h
14913 ____________________________________________________________________________
14914 [  8505] By: jhi                                   on 2001/01/21  19:39:59
14915         Log: Subject: Minor typos in perlfaq2.pod
14916              From: "Stephen P. Potter" <spp@spotter.yi.org>
14917              Message-Id: <200101192101.QAA11911@spotter.yi.org>
14918              Date: Fri, 19 Jan 2001 16:01:13 -0500
14919              
14920              with a nit from Philip Netwon.
14921      Branch: perl
14922            ! pod/perlfaq2.pod
14923 ____________________________________________________________________________
14924 [  8504] By: jhi                                   on 2001/01/21  19:33:05
14925         Log: Metaconfig change for #8503.
14926      Branch: metaconfig
14927            ! U/threads/usethreads.U
14928 ____________________________________________________________________________
14929 [  8503] By: jhi                                   on 2001/01/21  19:32:21
14930         Log: Sanity check for conflicting thread flavours.
14931      Branch: perl
14932            ! Configure config_h.SH
14933 ____________________________________________________________________________
14934 [  8502] By: jhi                                   on 2001/01/21  19:23:00
14935         Log: Metaconfig change for #8501.
14936      Branch: metaconfig
14937            ! U/modified/sig_name.U
14938 ____________________________________________________________________________
14939 [  8501] By: jhi                                   on 2001/01/21  19:22:26
14940         Log: The SIG_SIZE is the number of the elements *excluding*
14941              the terminating NULL.
14942      Branch: perl
14943            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
14944            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
14945            ! win32/config_H.vc
14946 ____________________________________________________________________________
14947 [  8500] By: jhi                                   on 2001/01/21  18:31:31
14948         Log: Integrate perlio.
14949      Branch: perl
14950           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
14951           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
14952           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
14953           !> pp_sys.c proto.h sv.c
14954 ____________________________________________________________________________
14955 [  8499] By: jhi                                   on 2001/01/21  17:43:57
14956         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
14957              From: Hugo <hv@crypt.compulink.co.uk>
14958              Date: Sun, 21 Jan 2001 13:34:05 +0000
14959              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
14960              
14961              In sprintf UTF8ize only if necessary.
14962      Branch: perl
14963            ! sv.c
14964 ____________________________________________________________________________
14965 [  8498] By: nick                                  on 2001/01/21  16:25:32
14966         Log: Encode cleanup.
14967              Add command line control over "compile" so that Makefile.PL
14968              needs can be combined with other uses.
14969              Use command line options in Makefile.PL.
14970              Fix multi-byte parsing in .ucm files.
14971      Branch: perlio
14972            ! ext/Encode/Makefile.PL ext/Encode/compile
14973 ____________________________________________________________________________
14974 [  8497] By: nick                                  on 2001/01/21  12:56:27
14975         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
14976      Branch: perlio
14977            ! ext/Encode/Encode.xs
14978 ____________________________________________________________________________
14979 [  8496] By: nick                                  on 2001/01/21  12:18:45
14980         Log: Fixup after integrate:
14981              missed the .sym files that are changed by regen_headers
14982              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
14983      Branch: perlio
14984            ! global.sym pp.sym sv.c
14985 ____________________________________________________________________________
14986 [  8495] By: nick                                  on 2001/01/21  11:51:07
14987         Log: Integrate mainline.
14988      Branch: perlio
14989           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
14990           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
14991           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
14992           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
14993           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
14994           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
14995           !> win32/Makefile win32/makefile.mk
14996 ____________________________________________________________________________
14997 [  8494] By: jhi                                   on 2001/01/20  23:12:11
14998         Log: Forgot the expect_number() prototype.
14999      Branch: perl
15000            ! embed.h embed.pl proto.h
15001 ____________________________________________________________________________
15002 [  8493] By: jhi                                   on 2001/01/20  22:56:39
15003         Log: Subject: [PATCH: perl@8482] README.vms URL updates
15004              From: Peter Prymmer <pvhp@forte.com>
15005              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
15006              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
15007              
15008              Plus Craig A. Berry's suggestion to use compaq.com instead
15009              of digital.com.
15010      Branch: perl
15011            ! README.vms
15012 ____________________________________________________________________________
15013 [  8492] By: jhi                                   on 2001/01/20  22:50:05
15014         Log: Memory management calls documentation.
15015      Branch: perl
15016            ! pod/perlguts.pod
15017 ____________________________________________________________________________
15018 [  8491] By: jhi                                   on 2001/01/20  22:38:33
15019         Log: Signedness nit plus few memcpy/Copy nits.
15020      Branch: perl
15021            ! sv.c
15022 ____________________________________________________________________________
15023 [  8490] By: jhi                                   on 2001/01/20  22:25:53
15024         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
15025              From: Peter Prymmer <pvhp@forte.com>
15026              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
15027              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
15028      Branch: perl
15029            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
15030 ____________________________________________________________________________
15031 [  8489] By: jhi                                   on 2001/01/20  22:24:41
15032         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
15033              From: Peter Prymmer <pvhp@forte.com>
15034              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
15035              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
15036      Branch: perl
15037            ! win32/Makefile win32/makefile.mk
15038 ____________________________________________________________________________
15039 [  8488] By: jhi                                   on 2001/01/20  22:22:27
15040         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
15041              From: Peter Prymmer <pvhp@forte.com>
15042              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
15043              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
15044      Branch: perl
15045            ! Makefile.SH
15046 ____________________________________________________________________________
15047 [  8487] By: jhi                                   on 2001/01/20  22:21:18
15048         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
15049              From: Peter Prymmer <pvhp@forte.com>
15050              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
15051              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
15052      Branch: perl
15053            + ext/DynaLoader/dl_dllload.xs
15054            ! MANIFEST Makefile.SH hints/os390.sh
15055 ____________________________________________________________________________
15056 [  8486] By: jhi                                   on 2001/01/20  22:17:53
15057         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
15058              From: Peter Prymmer <pvhp@forte.com>
15059              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
15060              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
15061      Branch: perl
15062            ! README.os390 README.posix-bc
15063 ____________________________________________________________________________
15064 [  8485] By: jhi                                   on 2001/01/20  20:15:30
15065         Log: Document and test the new qu operator.
15066      Branch: perl
15067            + t/op/qu.t
15068            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
15069            ! pod/perlretut.pod pod/perlunicode.pod
15070 ____________________________________________________________________________
15071 [  8484] By: nick                                  on 2001/01/20  19:42:30
15072         Log: Infrastructure to allow:
15073              open($fh,"|-",@array);
15074              to be implemented
15075              i.e. mark pp_open as needing a stack mark, and make pp_open
15076              process its args in that style (and pass them _all_ to tied handles OPEN).
15077              Invent do_openn() which takes SV ** at allow it to see multiple args.
15078              Note this does not _do_ anything yet.
15079      Branch: perlio
15080            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
15081            ! perlapi.c pp_proto.h pp_sys.c proto.h
15082 ____________________________________________________________________________
15083 [  8483] By: nick                                  on 2001/01/20  17:23:14
15084         Log: Integrate mainline.
15085      Branch: perlio
15086           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
15087           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
15088 ____________________________________________________________________________
15089 [  8482] By: jhi                                   on 2001/01/19  15:37:49
15090         Log: Update Changes.
15091      Branch: perl
15092            ! Changes patchlevel.h
15093 ____________________________________________________________________________
15094 [  8481] By: jhi                                   on 2001/01/19  14:41:24
15095         Log: Subject: Re: new feature: s?printf parameter reordering 
15096              From: Hugo <hv@crypt.compulink.co.uk>
15097              Date: Thu, 11 Jan 2001 17:09:03 +0000
15098              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
15099              
15100              - support reordering for all parameters: %, *v, *, .*
15101              - lay down that the reordering specification must immediately
15102              follow that parameter: %3$, *v3$, *3$, .*3$
15103              - fix vectorisation of a zero-length string
15104              - factor out the code choosing the argument to format
15105              
15106              Possibly unwanted side-effects:
15107              - the special format specifiers ' +-0' must now precede any
15108              vectorisation specifier. Tests in op/sprintf and op/ver
15109              have been changed to reflect this.
15110              - sprintf.t test #214 changed its expectations because in many
15111              cases, the next parameter has already been consumed when an
15112              invalid type letter is detected.
15113              
15114              Probably wanted side-effects:
15115              - attempts to format a non-existent parameter will warn as if C<undef>
15116              - attempt to write to non-existent parameter with '%n' will complain
15117              of "attempt to modify read-only value" instead of being silent
15118      Branch: perl
15119            ! sv.c t/op/sprintf.t t/op/ver.t
15120 ____________________________________________________________________________
15121 [  8480] By: jhi                                   on 2001/01/19  14:08:37
15122         Log: Subject: PATCH pragma/locale.t
15123              From: andreas.koenig@anima.de (Andreas J. Koenig)
15124              Date: 18 Jan 2001 09:45:37 +0100
15125              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
15126      Branch: perl
15127            ! t/pragma/locale.t
15128 ____________________________________________________________________________
15129 [  8479] By: jhi                                   on 2001/01/19  13:19:58
15130         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
15131      Branch: perl
15132            ! configure.com
15133 ____________________________________________________________________________
15134 [  8478] By: jhi                                   on 2001/01/19  02:12:35
15135         Log: Automate 1_compile.t.
15136      Branch: perl
15137            ! t/lib/1_compile.t
15138 ____________________________________________________________________________
15139 [  8477] By: jhi                                   on 2001/01/19  01:49:56
15140         Log: Integrate perlio.
15141      Branch: perl
15142           !> sv.c win32/config.bc win32/config.gc win32/config.vc
15143           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15144 ____________________________________________________________________________
15145 [  8476] By: nick                                  on 2001/01/18  21:51:52
15146         Log: Integrate mainline
15147      Branch: perlio
15148           +> t/lib/1_compile.t t/lib/compmod.pl
15149           !> MANIFEST configure.com lib/unicode/distinct.pm
15150 ____________________________________________________________________________
15151 [  8475] By: nick                                  on 2001/01/18  21:48:02
15152         Log: Win32 "safe signals" co-existance fix.
15153              Fix SIG_SIZE value.
15154              Clear PL_sig_pending when cloning (fork).
15155      Branch: perlio
15156            ! sv.c win32/config.bc win32/config.gc win32/config.vc
15157            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15158 ____________________________________________________________________________
15159 [  8474] By: jhi                                   on 2001/01/18  14:40:57
15160         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
15161      Branch: perl
15162            ! t/lib/1_compile.t
15163 ____________________________________________________________________________
15164 [  8473] By: gsar                                  on 2001/01/18  11:42:31
15165         Log: unsubmitted trial1 change
15166      Branch: maint-5.6/perl
15167            ! Changes
15168 ____________________________________________________________________________
15169 [  8472] By: jhi                                   on 2001/01/18  04:30:24
15170         Log: The first bug found by 1_compile.t.
15171      Branch: perl
15172            ! lib/unicode/distinct.pm
15173 ____________________________________________________________________________
15174 [  8471] By: jhi                                   on 2001/01/18  04:29:42
15175         Log: Add Schwern's 1_compile test.  The compile_module script renamed
15176              to be a bit shorter for the 8.3 people.
15177      Branch: perl
15178            + t/lib/1_compile.t t/lib/compmod.pl
15179            ! MANIFEST
15180 ____________________________________________________________________________
15181 [  8470] By: jhi                                   on 2001/01/18  04:16:00
15182         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)
15183              From: Peter Prymmer <pvhp@forte.com>
15184              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15185              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15186              Replace #8463.
15187      Branch: maint-5.6/perl
15188            ! configure.com
15189 ____________________________________________________________________________
15190 [  8469] By: jhi                                   on 2001/01/18  04:13:02
15191         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)
15192              From: Peter Prymmer <pvhp@forte.com>
15193              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15194              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15195              Replace #8462.
15196      Branch: perl
15197            ! configure.com
15198 ____________________________________________________________________________
15199 [  8468] By: jhi                                   on 2001/01/18  03:42:08
15200         Log: Integrate perlio.
15201      Branch: perl
15202           !> gv.c mg.c perlio.c util.c
15203 ____________________________________________________________________________
15204 [  8467] By: nick                                  on 2001/01/17  22:41:10
15205         Log: "Safe" signals - trial implementation.
15206              gv.c tweaked to zero PL_sig_pend array
15207              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
15208              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
15209              Odd thing is that it "works" with PERLIO=stdio as well (linux).
15210      Branch: perlio
15211            ! gv.c mg.c perlio.c util.c
15212 ____________________________________________________________________________
15213 [  8466] By: nick                                  on 2001/01/17  20:40:20
15214         Log: Integrate mainline.
15215      Branch: perlio
15216           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15217           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15218           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
15219           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15220           !> vos/config.ga.h win32/config.bc win32/config.gc
15221           !> win32/config.vc
15222 ____________________________________________________________________________
15223 [  8465] By: jhi                                   on 2001/01/17  18:37:13
15224         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15225              From: Nicholas Clark <nick@ccl4.org>
15226              Date: Wed, 17 Jan 2001 17:31:33 +0000
15227              Message-ID: <20010117173133.I2633@plum.flirble.org>
15228      Branch: perl
15229            ! t/op/int.t
15230 ____________________________________________________________________________
15231 [  8464] By: jhi                                   on 2001/01/17  14:43:17
15232         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15233              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15234              Date: Wed, 17 Jan 2001 15:16:43 +0100
15235              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
15236              
15237              pp_int() was dropping an NV to the floor,
15238              int(279964589018079/59) either returned not an integer
15239              4745162525730.15, or one got "Attempt to free unreferenced scalar."
15240      Branch: perl
15241            ! pp.c
15242 ____________________________________________________________________________
15243 [  8463] By: jhi                                   on 2001/01/17  06:12:42
15244         Log: (Replaced by #8470)
15245              
15246              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)
15247              From: "Craig A. Berry" <craigberry@mac.com>
15248              Date: Tue, 16 Jan 2001 23:38:46 -0600
15249              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15250      Branch: maint-5.6/perl
15251            ! configure.com
15252 ____________________________________________________________________________
15253 [  8462] By: jhi                                   on 2001/01/17  06:11:31
15254         Log: (Replaced by #8469)
15255              
15256              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)
15257              From: "Craig A. Berry" <craigberry@mac.com>
15258              Date: Tue, 16 Jan 2001 23:38:46 -0600
15259              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15260      Branch: perl
15261            ! configure.com
15262 ____________________________________________________________________________
15263 [  8461] By: jhi                                   on 2001/01/17  05:56:12
15264         Log: Allow for one trailing slash in the directory of mkdir().
15265      Branch: perl
15266            ! pp_sys.c
15267 ____________________________________________________________________________
15268 [  8460] By: jhi                                   on 2001/01/17  03:26:01
15269         Log: Metaconfig unit changes for #8459.
15270      Branch: metaconfig
15271            ! U/modified/Loc.U U/modified/sig_name.U
15272 ____________________________________________________________________________
15273 [  8459] By: jhi                                   on 2001/01/17  03:24:48
15274         Log: Define SIG_SIZE, the number of elements in the sig_name and
15275              sig_num arrays, including the final NULL entry.
15276      Branch: perl
15277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15278            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15279            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
15280            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15281            ! win32/config.bc win32/config.gc win32/config.vc
15282 ____________________________________________________________________________
15283 [  8458] By: jhi                                   on 2001/01/17  01:41:33
15284         Log: Integrate perlio.
15285      Branch: perl
15286           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
15287           !> perlapi.h proto.h sv.c
15288 ____________________________________________________________________________
15289 [  8457] By: nick                                  on 2001/01/16  22:07:26
15290         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
15291              Provides all the "cost" but no benefit yet - it is to allow cost
15292              to be measured, and implementation experiments (just in mg.c?).
15293      Branch: perlio
15294            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
15295            ! perlapi.h proto.h sv.c
15296 ____________________________________________________________________________
15297 [  8456] By: nick                                  on 2001/01/16  21:07:07
15298         Log: Integrate mainline.
15299      Branch: perlio
15300           !> (integrate 51 files)
15301 ____________________________________________________________________________
15302 [  8455] By: jhi                                   on 2001/01/16  18:13:43
15303         Log: Subject: [PATCH] regcomp.c old feature removal
15304              From: mjd@plover.com
15305              Date: 16 Jan 2001 14:43:18 -0000 
15306              Message-ID: <20010116144318.7140.qmail@plover.com> 
15307      Branch: perl
15308            ! regcomp.c
15309 ____________________________________________________________________________
15310 [  8454] By: jhi                                   on 2001/01/16  16:12:39
15311         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
15312              From: "Indy Singh" <indy@nusphere.com>
15313              Date: Wed, 10 Jan 2001 20:17:49 -0500
15314              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
15315      Branch: maint-5.6/perl
15316            ! win32/Makefile
15317 ____________________________________________________________________________
15318 [  8453] By: jhi                                   on 2001/01/16  16:09:33
15319         Log: Update Changes.
15320      Branch: perl
15321            ! Changes patchlevel.h
15322 ____________________________________________________________________________
15323 [  8452] By: jhi                                   on 2001/01/16  15:42:04
15324         Log: Subject: Re: API Cleanup
15325              To: perl5-porters@perl.org
15326              Date: Tue, 16 Jan 2001 13:42:30 +0000
15327              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
15328              
15329              Subject: [PATCH] utf8.c documentation
15330              From: Simon Cozens <simon@cozens.net>
15331              Date: Tue, 16 Jan 2001 13:52:48 +0000
15332              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
15333              
15334              Subject: Re: API Cleanup
15335              From: Simon Cozens <simon@cozens.net>
15336              Date: Tue, 16 Jan 2001 14:58:55 +0000
15337              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
15338              
15339              UTF-8 doc patches.
15340      Branch: perl
15341            ! embed.pl pod/perlapi.pod utf8.c
15342 ____________________________________________________________________________
15343 [  8451] By: jhi                                   on 2001/01/16  14:41:39
15344         Log: podlators 1.07, from Russ Allbery.
15345      Branch: perl
15346            ! lib/Pod/Man.pm
15347 ____________________________________________________________________________
15348 [  8450] By: jhi                                   on 2001/01/16  14:24:19
15349         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
15350              From: "Indy Singh" <indy@nusphere.com>
15351              Date: Mon, 15 Jan 2001 20:59:40 -0500
15352              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
15353      Branch: perl
15354            ! win32/Makefile
15355 ____________________________________________________________________________
15356 [  8449] By: jhi                                   on 2001/01/16  03:42:55
15357         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
15358              at the setting of the ofs_sv in new_struct_thread() as the
15359              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
15360              that invited a core dump.
15361      Branch: perl
15362            ! util.c
15363 ____________________________________________________________________________
15364 [  8448] By: jhi                                   on 2001/01/16  01:49:07
15365         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
15366              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15367              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
15368              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
15369              
15370              Replace #8444 and #8445.
15371      Branch: perl
15372            ! ext/B/B.xs ext/B/B/Debug.pm
15373 ____________________________________________________________________________
15374 [  8447] By: jhi                                   on 2001/01/15  21:05:35
15375         Log: Subject: [PATCH] API Variable documentation   
15376              From: Simon Cozens <simon@cozens.net>
15377              Date: Mon, 15 Jan 2001 19:35:54 +0000
15378              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
15379      Branch: perl
15380            ! pod/perlapi.pod thrdvar.h
15381 ____________________________________________________________________________
15382 [  8446] By: jhi                                   on 2001/01/15  20:49:20
15383         Log: Signedness nit.
15384      Branch: perl
15385            ! pp_ctl.c
15386 ____________________________________________________________________________
15387 [  8445] By: jhi                                   on 2001/01/15  20:28:48
15388         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
15389      Branch: perl
15390            ! ext/B/B/Debug.pm
15391 ____________________________________________________________________________
15392 [  8444] By: jhi                                   on 2001/01/15  13:09:10
15393         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
15394      Branch: perl
15395            ! ext/B/B.xs
15396 ____________________________________________________________________________
15397 [  8443] By: jhi                                   on 2001/01/15  13:06:26
15398         Log: Missing from #8439.
15399      Branch: perl
15400            ! keywords.h mg.c
15401 ____________________________________________________________________________
15402 [  8442] By: jhi                                   on 2001/01/15  13:02:38
15403         Log: Subject: [PATCH @8436] Eliminate op_children
15404              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15405              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
15406              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
15407              
15408              Subject: [PATCH @8436] Re: Eliminate op_children
15409              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15410              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
15411              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
15412      Branch: perl
15413            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
15414            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15415            ! op.c op.h
15416 ____________________________________________________________________________
15417 [  8441] By: jhi                                   on 2001/01/15  12:57:08
15418         Log: Use the /^Perl_/-less form of is_lvalue_sub().
15419      Branch: perl
15420            ! pp.h
15421 ____________________________________________________________________________
15422 [  8440] By: jhi                                   on 2001/01/15  05:13:09
15423         Log: Revert #8437 and #8438, the Linux large files story is more complex.
15424      Branch: metaconfig/U/perl
15425            ! d_fpos64_t.U d_off64_t.U
15426      Branch: perl
15427            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15428            ! config_h.SH configure.com epoc/config.sh perl.h
15429            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15430            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15431            ! win32/config.bc win32/config.gc win32/config.vc
15432 ____________________________________________________________________________
15433 [  8439] By: jhi                                   on 2001/01/15  05:02:24
15434         Log: More UTF-8 patches from Inaba Hiroto.
15435              - The substr lval was still not okay.
15436              - Now pp_stringify and sv_setsv copies source's UTF8 flag
15437              even if IN_BYTE.  pp_stringify is called from fold_constants
15438              at optimization phase and "\x{100}" was made SvUTF8_off under
15439              use bytes (the bytes pragma is for "byte semantics" and not
15440              for "do not produce UTF8 data")
15441              - New `qu' operator to generate UTF8 string explicitly.
15442              Though I agree with the policy "0x00-0xff always produce bytes",
15443              sometimes want to such a string to be coded in UTF8.
15444              I can use pack"U0a*" but it requires more typing and has
15445              runtime overhead.
15446              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
15447              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
15448              string is not UTF8_on and has char 0x80-0xff.
15449              
15450              TODO: document and test qu.
15451      Branch: perl
15452            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
15453            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
15454            ! toke.c
15455 ____________________________________________________________________________
15456 [  8438] By: jhi                                   on 2001/01/14  05:10:23
15457         Log: Metaconfig unit changes for #8437.
15458      Branch: metaconfig/U/perl
15459            ! d_fpos64_t.U d_off64_t.U
15460 ____________________________________________________________________________
15461 [  8437] By: jhi                                   on 2001/01/14  04:55:34
15462         Log: Add <features.h> probing, seems to be needed for (some?)
15463              Linux largefileness.
15464      Branch: perl
15465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15466            ! config_h.SH configure.com epoc/config.sh perl.h
15467            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15468            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15469            ! win32/config.bc win32/config.gc win32/config.vc
15470 ____________________________________________________________________________
15471 [  8436] By: jhi                                   on 2001/01/13  17:47:21
15472         Log: Tighten some of the tests a bit.
15473      Branch: perl
15474            ! t/pragma/utf8.t
15475 ____________________________________________________________________________
15476 [  8435] By: jhi                                   on 2001/01/13  17:31:54
15477         Log: Integrate perlio.
15478      Branch: perl
15479           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
15480           !> win32/config_H.gc win32/config_H.vc
15481 ____________________________________________________________________________
15482 [  8434] By: nick                                  on 2001/01/13  11:36:53
15483         Log: Run dmake regen_config_h for Win32
15484      Branch: perlio
15485            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15486 ____________________________________________________________________________
15487 [  8433] By: nick                                  on 2001/01/13  11:31:55
15488         Log: VMS friendly patch to Encode compile process
15489      Branch: perlio
15490            ! ext/Encode/Makefile.PL ext/Encode/compile
15491 ____________________________________________________________________________
15492 [  8432] By: nick                                  on 2001/01/13  11:06:44
15493         Log: Integrate mainline
15494      Branch: perlio
15495           +> ext/B/B/Concise.pm
15496           !> (integrate 52 files)
15497 ____________________________________________________________________________
15498 [  8431] By: jhi                                   on 2001/01/13  05:55:55
15499         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
15500              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15501              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
15502              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
15503      Branch: perl
15504            ! ext/B/B/Concise.pm
15505 ____________________________________________________________________________
15506 [  8430] By: jhi                                   on 2001/01/13  04:24:18
15507         Log: The LVRET macro needed an aTHX.
15508      Branch: perl
15509            ! pp.h
15510 ____________________________________________________________________________
15511 [  8429] By: jhi                                   on 2001/01/13  02:12:42
15512         Log: Update Changes.
15513      Branch: perl
15514            ! Changes patchlevel.h
15515 ____________________________________________________________________________
15516 [  8428] By: jhi                                   on 2001/01/13  02:08:50
15517         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
15518              From: Peter Prymmer <pvhp@forte.com>
15519              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
15520              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
15521              
15522              Add a BEGIN guard for sloppy floating point division.
15523      Branch: perl
15524            ! lib/Math/BigInt.pm lib/bigint.pl
15525 ____________________________________________________________________________
15526 [  8427] By: jhi                                   on 2001/01/13  01:47:16
15527         Log: The B::Terse drop-in replacement wasn't quite drop-in.
15528      Branch: perl
15529            ! ext/B/B/Terse.pm
15530 ____________________________________________________________________________
15531 [  8426] By: jhi                                   on 2001/01/12  21:20:43
15532         Log: Use UVXf.
15533      Branch: perl
15534            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15535            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
15536            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15537            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15538            ! win32/config.gc win32/config.vc
15539 ____________________________________________________________________________
15540 [  8425] By: jhi                                   on 2001/01/12  20:20:14
15541         Log: Subject: [PATCH perl@8342] -Wformat
15542              From: Robin Barker <rmb1@cise.npl.co.uk>
15543              Date: Fri, 12 Jan 2001 20:03:14 GMT
15544              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
15545      Branch: perl
15546            ! ext/Encode/Encode.xs mg.c sv.c toke.c
15547 ____________________________________________________________________________
15548 [  8424] By: jhi                                   on 2001/01/12  20:01:48
15549         Log: Subject: B::Concise -- an improved replacement for B::Terse 
15550              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15551              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
15552              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
15553      Branch: perl
15554            + ext/B/B/Concise.pm
15555            ! MANIFEST ext/B/B/Terse.pm
15556 ____________________________________________________________________________
15557 [  8423] By: jhi                                   on 2001/01/12  19:24:02
15558         Log: The new metaconfig unit from the #8421.
15559      Branch: metaconfig/U/perl
15560            + d_sigprocmask.U
15561 ____________________________________________________________________________
15562 [  8422] By: jhi                                   on 2001/01/12  19:23:43
15563         Log: Forgot the microperl config from the #8421.
15564      Branch: perl
15565            ! uconfig.h uconfig.sh
15566 ____________________________________________________________________________
15567 [  8421] By: jhi                                   on 2001/01/12  19:05:27
15568         Log: Add sigprocmask() probe, regen Configure, regen toc.
15569      Branch: perl
15570            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15571            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
15572            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15573            ! vos/config.ga.h win32/config.bc win32/config.gc
15574            ! win32/config.vc
15575 ____________________________________________________________________________
15576 [  8420] By: jhi                                   on 2001/01/12  18:34:31
15577         Log: Add sockatmark() to the todo list.
15578      Branch: perl
15579            ! Todo-5.6
15580 ____________________________________________________________________________
15581 [  8419] By: jhi                                   on 2001/01/12  18:09:46
15582         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
15583      Branch: perl
15584            ! op.c
15585 ____________________________________________________________________________
15586 [  8418] By: jhi                                   on 2001/01/12  18:05:30
15587         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
15588              From: Radu Greab <radu@netsoft.ro>
15589              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
15590              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
15591      Branch: perl
15592            ! op.c t/pragma/sub_lval.t
15593 ____________________________________________________________________________
15594 [  8417] By: jhi                                   on 2001/01/12  16:09:09
15595         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
15596              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
15597              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
15598              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
15599      Branch: perl
15600            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
15601            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
15602            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
15603            ! t/pragma/sub_lval.t toke.c
15604 ____________________________________________________________________________
15605 [  8416] By: jhi                                   on 2001/01/12  15:42:06
15606         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
15607              From: "Richard Soderberg" <rs@crystalflame.net>
15608              Date: Fri, 12 Jan 2001 04:49:35 -0800
15609              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
15610              
15611              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
15612              according to the platform.
15613      Branch: perl
15614            ! op.c
15615 ____________________________________________________________________________
15616 [  8415] By: jhi                                   on 2001/01/12  15:33:41
15617         Log: One more UTF-8 fix from Inaba Hiroto.
15618      Branch: perl
15619            ! pp.c regexec.c t/pragma/utf8.t
15620 ____________________________________________________________________________
15621 [  8414] By: jhi                                   on 2001/01/12  15:30:18
15622         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
15623      Branch: perl
15624            ! regexec.c
15625 ____________________________________________________________________________
15626 [  8413] By: jhi                                   on 2001/01/12  15:22:10
15627         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
15628              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15629              Date: Thu, 11 Jan 2001 12:53:36 +0100
15630              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
15631      Branch: perl
15632            ! toke.c
15633 ____________________________________________________________________________
15634 [  8412] By: jhi                                   on 2001/01/12  15:20:25
15635         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
15636              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15637              Date: Fri, 12 Jan 2001 14:37:55 +0100
15638              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
15639      Branch: perl
15640            ! hints/posix-bc.sh
15641 ____________________________________________________________________________
15642 [  8411] By: jhi                                   on 2001/01/12  15:14:14
15643         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
15644              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15645              Date: Fri, 12 Jan 2001 10:42:21 +0100
15646              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
15647      Branch: perl
15648            ! t/op/regmesg.t
15649 ____________________________________________________________________________
15650 [  8410] By: jhi                                   on 2001/01/12  05:48:55
15651         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
15652              From: Nicholas Clark <nick@ccl4.org> 
15653              Date: Sun, 7 Jan 2001 19:47:14 +0000
15654              Message-ID: <20010107194714.B1048@plum.flirble.org>
15655      Branch: perl
15656            ! t/op/numconvert.t
15657 ____________________________________________________________________________
15658 [  8409] By: jhi                                   on 2001/01/12  05:41:28
15659         Log: Integrate perlio.
15660      Branch: perl
15661           !> mg.c scope.h
15662 ____________________________________________________________________________
15663 [  8408] By: nick                                  on 2001/01/11  22:43:28
15664         Log: Remove variables that were used in experiments.
15665      Branch: perlio
15666            ! mg.c
15667 ____________________________________________________________________________
15668 [  8407] By: nick                                  on 2001/01/11  20:57:44
15669         Log: Catch die in %SIG handler and unblock the signal before re-dying.
15670              This make Linux work _without_ sigsetjmp().
15671              Turn off sigsetjmp() to see what else it does.
15672              May need Configure probe for sigprocmask() if anything has sigaction()
15673              but not sigprocmask().
15674      Branch: perlio
15675            ! mg.c scope.h
15676 ____________________________________________________________________________
15677 [  8406] By: nick                                  on 2001/01/11  19:32:07
15678         Log: Integrate mainline
15679      Branch: perlio
15680           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
15681           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
15682           !> t/op/substr.t
15683 ____________________________________________________________________________
15684 [  8405] By: jhi                                   on 2001/01/11  17:11:01
15685         Log: Fix UTF-8 lval substr().
15686      Branch: perl
15687            ! mg.c t/op/substr.t
15688 ____________________________________________________________________________
15689 [  8404] By: jhi                                   on 2001/01/11  05:13:58
15690         Log: Update Changes.
15691      Branch: perl
15692            ! Changes patchlevel.h
15693 ____________________________________________________________________________
15694 [  8403] By: jhi                                   on 2001/01/11  04:38:24
15695         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
15696              From: Hugo <hv@crypt.compulink.co.uk>
15697              Date: Mon, 30 Oct 2000 01:33:26 +0000
15698              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
15699      Branch: perl
15700            ! regexec.c t/op/re_tests
15701 ____________________________________________________________________________
15702 [  8402] By: jhi                                   on 2001/01/11  04:26:12
15703         Log: Integrate perlio.
15704      Branch: perl
15705           !> scope.h util.c
15706 ____________________________________________________________________________
15707 [  8401] By: nick                                  on 2001/01/10  22:52:55
15708         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
15709              (So Alan and Ilya can try setting via hints.)
15710              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
15711              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
15712              doing the save everywhere seems to restart read() correctly, but just
15713              doing it once "round" the handler does not.
15714      Branch: perlio
15715            ! scope.h
15716 ____________________________________________________________________________
15717 [  8400] By: jhi                                   on 2001/01/10  21:57:54
15718         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
15719              of IRIX, HP-UX is unaffected.
15720      Branch: perl
15721            ! perl.h
15722 ____________________________________________________________________________
15723 [  8399] By: nick                                  on 2001/01/10  21:29:19
15724         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
15725      Branch: perlio
15726            ! util.c
15727 ____________________________________________________________________________
15728 [  8398] By: jhi                                   on 2001/01/10  20:55:31
15729         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
15730              also have ReusePort.
15731      Branch: perl
15732            ! ext/IO/lib/IO/Socket/INET.pm
15733 ____________________________________________________________________________
15734 [  8397] By: jhi                                   on 2001/01/10  20:50:57
15735         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
15736              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
15737              Date: Wed, 10 Jan 2001 01:38:13 -0800
15738              Message-ID: <20010110013813.B41744@yahoo-inc.com>
15739      Branch: perl
15740            ! ext/IO/lib/IO/Socket/INET.pm
15741 ____________________________________________________________________________
15742 [  8396] By: jhi                                   on 2001/01/10  20:49:30
15743         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
15744              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
15745              Date: Wed, 10 Jan 2001 01:37:32 -0800
15746              Message-ID: <20010110013732.A41744@yahoo-inc.com>
15747      Branch: perl
15748            ! ext/Socket/Socket.pm
15749 ____________________________________________________________________________
15750 [  8395] By: jhi                                   on 2001/01/10  20:41:37
15751         Log: Test for bug id 20010105.016 (fixed by #8378).
15752      Branch: perl
15753            ! t/op/split.t
15754 ____________________________________________________________________________
15755 [  8394] By: jhi                                   on 2001/01/10  20:26:32
15756         Log: Integrate perlio.
15757      Branch: perl
15758            ! util.c
15759 ____________________________________________________________________________
15760 [  8393] By: nick                                  on 2001/01/10  19:34:30
15761         Log: Back out Simon's pid hackery for now.
15762      Branch: perlio
15763            ! util.c
15764 ____________________________________________________________________________
15765 [  8392] By: nick                                  on 2001/01/10  19:23:13
15766         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
15767      Branch: perlio
15768           !> (integrate 29 files)
15769 ____________________________________________________________________________
15770 [  8391] By: jhi                                   on 2001/01/10  18:43:15
15771         Log: Subject: [PATCH] Fix my_pclose segfault
15772              From: Simon Cozens <simon@cozens.net>
15773              Date: Wed, 10 Jan 2001 18:39:35 +0000
15774              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
15775      Branch: perl
15776            ! util.c
15777 ____________________________________________________________________________
15778 [  8390] By: jhi                                   on 2001/01/10  18:42:08
15779         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
15780              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15781              Date:     Wed, 10 Jan 2001 13:23:02 EST
15782              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
15783      Branch: perl
15784            ! ext/Opcode/Opcode.xs
15785 ____________________________________________________________________________
15786 [  8389] By: jhi                                   on 2001/01/10  15:16:07
15787         Log: Turn off the integer preservation for now.
15788      Branch: perl
15789            ! perl.h
15790 ____________________________________________________________________________
15791 [  8388] By: jhi                                   on 2001/01/10  15:01:25
15792         Log: Few more IDE/editor nits from p5p.
15793      Branch: perl
15794            ! pod/perlfaq3.pod
15795 ____________________________________________________________________________
15796 [  8387] By: jhi                                   on 2001/01/10  06:53:16
15797         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
15798              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
15799              Date: Tue, 9 Jan 2001 23:16:02 +0000
15800              Message-ID: <20010109231602.A81101@plum.flirble.org>
15801      Branch: perl
15802            ! sv.c
15803 ____________________________________________________________________________
15804 [  8386] By: jhi                                   on 2001/01/10  03:17:54
15805         Log: Test cases for #8385 (from Simon's "torture.pl")
15806      Branch: perl
15807            ! t/op/tr.t
15808 ____________________________________________________________________________
15809 [  8385] By: jhi                                   on 2001/01/10  03:17:11
15810         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
15811              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
15812              Date: Wed, 10 Jan 2001 11:39:39 +0900
15813              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
15814              
15815              Some more UTF-8 tr cases fixed.
15816      Branch: perl
15817            ! doop.c
15818 ____________________________________________________________________________
15819 [  8384] By: jhi                                   on 2001/01/09  22:45:40
15820         Log: Allow the locale test needing POSIX and the taint test
15821              needing IPC::SysV to run under 'minitest' (basically,
15822              bail out if loading the extension fails)
15823      Branch: perl
15824            ! t/op/misc.t t/op/taint.t
15825 ____________________________________________________________________________
15826 [  8383] By: jhi                                   on 2001/01/09  21:36:04
15827         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
15828              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15829              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
15830              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
15831      Branch: perl
15832            ! t/io/openpid.t
15833 ____________________________________________________________________________
15834 [  8382] By: jhi                                   on 2001/01/09  21:06:08
15835         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
15836              Should finish up the bug id 20001205.022.
15837      Branch: perl
15838            ! pp.c pp_hot.c scope.c
15839 ____________________________________________________________________________
15840 [  8381] By: jhi                                   on 2001/01/09  18:27:43
15841         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
15842              From: Andy Dougherty <doughera@lafayette.edu>
15843              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
15844              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
15845              
15846              More robust yacc/bison error detection.
15847      Branch: perl
15848            ! t/comp/proto.t
15849 ____________________________________________________________________________
15850 [  8380] By: jhi                                   on 2001/01/09  15:21:38
15851         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
15852              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15853              Date:     Tue, 9 Jan 2001 07:53:55 EST
15854              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
15855      Branch: perl
15856            ! t/op/misc.t vms/test.com
15857 ____________________________________________________________________________
15858 [  8379] By: jhi                                   on 2001/01/09  15:20:38
15859         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
15860              From: jhi@cc.hut.fi
15861              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
15862              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
15863              
15864              The #8378 fixed this.
15865      Branch: perl
15866            ! t/op/tr.t
15867 ____________________________________________________________________________
15868 [  8378] By: jhi                                   on 2001/01/09  15:05:32
15869         Log: Subject: One more patch for UTF8 
15870              From: Inaba Hiroto <inaba@st.rim.or.jp>
15871              Date: Tue, 09 Jan 2001 01:04:32 +0900
15872              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
15873              
15874              UTF-8 fixes for 'x' and tr///.
15875      Branch: perl
15876            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
15877            ! regcomp.c regexec.c toke.c utf8.c
15878 ____________________________________________________________________________
15879 [  8377] By: jhi                                   on 2001/01/09  14:32:17
15880         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
15881      Branch: perl
15882            ! t/op/length.t
15883 ____________________________________________________________________________
15884 [  8376] By: jhi                                   on 2001/01/09  04:32:32
15885         Log: integrate changes #7775, #8316, #8316 from mainline
15886      Branch: maint-5.6/perl
15887            ! hints/solaris_2.sh
15888 ____________________________________________________________________________
15889 [  8375] By: jhi                                   on 2001/01/09  04:26:43
15890         Log: Update Changes.
15891      Branch: perl
15892            ! Changes patchlevel.h
15893 ____________________________________________________________________________
15894 [  8374] By: jhi                                   on 2001/01/09  04:14:32
15895         Log: IDE/editor section tweaking.
15896      Branch: perl
15897            ! pod/perlfaq3.pod
15898 ____________________________________________________________________________
15899 [  8373] By: jhi                                   on 2001/01/09  02:38:26
15900         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
15901              From: Peter Prymmer <pvhp@forte.com>
15902              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
15903              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
15904              
15905              In preparation os OS/390 dynamic loading.
15906      Branch: perl
15907            ! README.os390 hints/os390.sh
15908 ____________________________________________________________________________
15909 [  8372] By: jhi                                   on 2001/01/09  00:24:30
15910         Log: Integrate with perlio.
15911      Branch: perl
15912           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
15913 ____________________________________________________________________________
15914 [  8371] By: nick                                  on 2001/01/08  23:54:33
15915         Log: Fix "scalars leaked" bugs caused by overload magic
15916              (Highlighted by Ilya's DESTROY optimization.)
15917      Branch: perlio
15918            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
15919 ____________________________________________________________________________
15920 [  8370] By: nick                                  on 2001/01/08  20:19:41
15921         Log: Integrate mainline
15922      Branch: perlio
15923           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
15924           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
15925           !> t/op/64bitint.t
15926 ____________________________________________________________________________
15927 [  8369] By: jhi                                   on 2001/01/08  17:30:52
15928         Log: save_delete() Safefree() doesn't (anymore?) work with shared
15929              strings, one test failure in op/misc and almost all of lib/b.
15930              (Outcomments #8369.)
15931      Branch: perl
15932            ! scope.c
15933 ____________________________________________________________________________
15934 [  8368] By: jhi                                   on 2001/01/08  14:47:10
15935         Log: (Outcommented by #8369.)
15936              
15937              Subject: Re: Perl BugID 20001205.022 ---- save_delete
15938              From: Simon Cozens <simon@cozens.net>
15939              Date: Sat, 6 Jan 2001 11:48:40 +0000
15940              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
15941              
15942              The save_delete() does need the Safefree.
15943      Branch: perl
15944            ! scope.c
15945 ____________________________________________________________________________
15946 [  8367] By: bailey                                on 2001/01/08  08:53:52
15947         Log: Once again syncing after too long an absence
15948      Branch: vmsperl
15949           +> (branch 55 files)
15950            - MAINTAIN fix_pl vos/config.def vos/config.h
15951            - vos/config_h.SH_orig
15952           !> (integrate 498 files)
15953 ____________________________________________________________________________
15954 [  8366] By: jhi                                   on 2001/01/08  02:42:59
15955         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
15956              From: nick@ccl4.org
15957              Date: Sun, 7 Jan 2001 21:07:18 +0000
15958              Message-Id: <20010107210717.D1048@plum.flirble.org>
15959      Branch: perl
15960            ! sv.c t/op/64bitint.t
15961 ____________________________________________________________________________
15962 [  8365] By: jhi                                   on 2001/01/08  02:35:16
15963         Log: Subject: [PATCH] environ nit
15964              From: Simon Cozens <simon@cozens.net>
15965              Date: Sun, 7 Jan 2001 17:57:07 +0000
15966              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
15967              
15968              Use environ only if we have it.
15969      Branch: perl
15970            ! mg.c
15971 ____________________________________________________________________________
15972 [  8364] By: jhi                                   on 2001/01/08  02:24:51
15973         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
15974      Branch: perl
15975            ! ext/GDBM_File/GDBM_File.xs
15976 ____________________________________________________________________________
15977 [  8363] By: jhi                                   on 2001/01/08  02:19:24
15978         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
15979              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15980              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
15981              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
15982      Branch: perl
15983            ! dump.c op.c
15984 ____________________________________________________________________________
15985 [  8362] By: jhi                                   on 2001/01/08  02:17:43
15986         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
15987              From: Doug MacEachern <dougm@covalent.net>
15988              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
15989              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
15990              
15991              Allow AUTOLOAD to be an xsub and allow such xsubs
15992              to avoid use of $AUTOLOAD.
15993      Branch: perl
15994            ! gv.c
15995 ____________________________________________________________________________
15996 [  8361] By: jhi                                   on 2001/01/08  02:16:07
15997         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
15998              From: Radu Greab <radu@netsoft.ro>
15999              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
16000              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
16001              
16002              No need for the potentially unportable $SIG{CHLD}.
16003      Branch: perl
16004            ! t/io/pipe.t
16005 ____________________________________________________________________________
16006 [  8360] By: jhi                                   on 2001/01/08  01:58:23
16007         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
16008      Branch: perl
16009            ! lib/Getopt/Long.pm
16010 ____________________________________________________________________________
16011 [  8359] By: jhi                                   on 2001/01/08  01:55:44
16012         Log: Integrate perlio.
16013      Branch: perl
16014           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
16015           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
16016           !> utf8.c win32/Makefile
16017 ____________________________________________________________________________
16018 [  8358] By: jhi                                   on 2001/01/07  21:16:50
16019         Log: Update the EPOC cross SDK URL.
16020      Branch: perl
16021            ! README.epoc
16022 ____________________________________________________________________________
16023 [  8357] By: jhi                                   on 2001/01/07  21:16:09
16024         Log: Update the EPOC cross SDK URL.
16025      Branch: maint-5.6/perl
16026            ! README.epoc
16027 ____________________________________________________________________________
16028 [  8356] By: nick                                  on 2001/01/06  21:47:52
16029         Log: FILE * in XS code for PerlIO world:
16030              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
16031              - Add FILE * T_STDIO typemap.
16032              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
16033      Branch: perlio
16034            ! lib/ExtUtils/typemap perlio.c perlio.h
16035 ____________________________________________________________________________
16036 [  8355] By: jhi                                   on 2001/01/06  20:27:15
16037         Log: integrate change #8336 from mainline
16038              
16039              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
16040      Branch: maint-5.6/perl
16041            ! hv.c
16042 ____________________________________________________________________________
16043 [  8354] By: jhi                                   on 2001/01/06  20:24:29
16044         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16045              From: Robin Barker <rmb1@cise.npl.co.uk>
16046              Date: Fri, 22 Dec 2000 12:17:38 GMT
16047              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
16048              
16049              The patch reformats some long =item lines so they give
16050              correct output via pod2man | nroff -man
16051              
16052              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16053              From: Robin Barker <rmb1@cise.npl.co.uk>
16054              Date: Tue, 2 Jan 2001 15:35:03 GMT
16055              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
16056              
16057              Here is a _further_ patch which corrects a few more errors:
16058              * an empty C<=item> in CPAN.pm
16059              * patching the wrong file (pod/perlamiga.pod not README.amiga)
16060              * leaving empty C<=item>s which formatted incorrectly
16061              * over long C<=item>s revealed by latest patch to Pod::Man
16062      Branch: maint-5.6/perl
16063            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
16064            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
16065            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
16066            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
16067            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
16068            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
16069 ____________________________________________________________________________
16070 [  8353] By: jhi                                   on 2001/01/06  20:21:10
16071         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
16072              
16073              UTF-8 hash keys.
16074      Branch: maint-5.6/perl
16075            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
16076 ____________________________________________________________________________
16077 [  8352] By: jhi                                   on 2001/01/06  20:18:44
16078         Log: Forgotten from #8438.
16079      Branch: maint-5.6/perl
16080            ! epoc/epocish.h
16081 ____________________________________________________________________________
16082 [  8351] By: jhi                                   on 2001/01/06  20:18:12
16083         Log: Forgotten from #8347.
16084      Branch: maint-5.6/perl
16085            ! config_h.SH
16086 ____________________________________________________________________________
16087 [  8350] By: jhi                                   on 2001/01/06  20:00:19
16088         Log: Thinko in #8347.
16089      Branch: maint-5.6/perl
16090            ! regcomp.c
16091 ____________________________________________________________________________
16092 [  8349] By: jhi                                   on 2001/01/06  18:05:30
16093         Log: Copy the FAQ3 IDE section from the development branch,
16094              changes originally by Peter Prymmer.
16095      Branch: maint-5.6/perl
16096            ! pod/perlfaq3.pod
16097 ____________________________________________________________________________
16098 [  8348] By: jhi                                   on 2001/01/06  18:03:02
16099         Log: EPOC updates for TRIAL1.
16100              
16101              Subject: [5.6.1 trial1] EPOC update
16102              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16103              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
16104              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
16105              
16106              Subject: epoc patch2 for perl-5.6.1-trial1
16107              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16108              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
16109              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
16110      Branch: maint-5.6/perl
16111            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
16112            ! epoc/epocish.c
16113 ____________________________________________________________________________
16114 [  8347] By: jhi                                   on 2001/01/06  17:29:10
16115         Log: integrate changes #7710,7824,7973 from mainline,
16116              plus VMS nits from Peter Prymmer and Dan Sugalski.
16117              
16118              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
16119              library (getprotobyname and getprotobynumber are outversioned by
16120              the same calls in libc, at least for xlc version 3.
16121              
16122              Add HAS_SBRK_PROTO.
16123              
16124              Fixes for signedness warnings noticed by VMSperlers.
16125      Branch: maint-5.6/perl
16126            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16127            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
16128            ! sv.c vms/descrip_mms.template vos/config.alpha.def
16129            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16130            ! win32/config.bc win32/config.gc win32/config.vc
16131 ____________________________________________________________________________
16132 [  8346] By: nick                                  on 2001/01/06  14:36:01
16133         Log: Fixup accumulated integrate muddles (perlio == devperl again)
16134      Branch: perlio
16135            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
16136 ____________________________________________________________________________
16137 [  8345] By: nick                                  on 2001/01/06  14:24:58
16138         Log: Integrate mainline
16139      Branch: perlio
16140           !> (integrate 55 files)
16141 ____________________________________________________________________________
16142 [  8344] By: jhi                                   on 2001/01/06  02:24:02
16143         Log: Subject: [patch] PerlIO_cleanup() prototype
16144              From: Doug MacEachern <dougm@covalent.net>
16145              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
16146              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
16147      Branch: perl
16148            ! perlio.h
16149 ____________________________________________________________________________
16150 [  8343] By: jhi                                   on 2001/01/06  01:04:09
16151         Log: IRIX compiler noticed that the bof initialization might be
16152              bypassed by control flow.
16153      Branch: perl
16154            ! toke.c
16155 ____________________________________________________________________________
16156 [  8342] By: jhi                                   on 2001/01/06  00:10:48
16157         Log: Update Changes.
16158      Branch: perl
16159            ! Changes patchlevel.h
16160 ____________________________________________________________________________
16161 [  8341] By: jhi                                   on 2001/01/05  23:52:33
16162         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
16163      Branch: perl
16164            ! toke.c
16165 ____________________________________________________________________________
16166 [  8340] By: jhi                                   on 2001/01/05  22:44:08
16167         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16168              From: Radu Greab <radu@netsoft.ro>
16169              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
16170              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
16171      Branch: perl
16172            ! t/io/pipe.t util.c
16173 ____________________________________________________________________________
16174 [  8339] By: jhi                                   on 2001/01/05  22:35:17
16175         Log: Subject: [PATCH] format and rewording in perlfaq.pod
16176              From: Robin Barker <rmb1@cise.npl.co.uk>
16177              Date: Fri, 5 Jan 2001 18:51:20 GMT
16178              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
16179      Branch: perl
16180            ! pod/perlfaq.pod
16181 ____________________________________________________________________________
16182 [  8338] By: jhi                                   on 2001/01/05  22:31:17
16183         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
16184              From: Peter Prymmer <pvhp@forte.com>
16185              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
16186              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
16187      Branch: perl
16188            ! utils/perlbug.PL
16189 ____________________________________________________________________________
16190 [  8337] By: jhi                                   on 2001/01/05  18:15:11
16191         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
16192              From: Robin Barker <rmb1@cise.npl.co.uk>
16193              Date: Tue, 2 Jan 2001 15:24:07 GMT
16194              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
16195              
16196              If you call configure as C<./Configure> or C<sh ./Configure>,
16197              $src is set to the absolute path name, not '.'.
16198              
16199              This, in turn, means -Dmksymlink tries to do its stuff because
16200              it does not think it is in the src directory.
16201              
16202              (plus a metaconfig nitfix)
16203      Branch: metaconfig
16204            ! U/compline/ccflags.U U/modified/src.U
16205      Branch: perl
16206            ! Configure config_h.SH
16207 ____________________________________________________________________________
16208 [  8336] By: jhi                                   on 2001/01/05  17:48:32
16209         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
16210              From: Alan Burlison <Alan.Burlison@uk.sun.com>
16211              Message-ID: <3A5606C4.473D2226@uk.sun.com>
16212              Date: Fri, 05 Jan 2001 17:39:16 +0000
16213      Branch: perl
16214            ! hv.c
16215 ____________________________________________________________________________
16216 [  8335] By: jhi                                   on 2001/01/05  16:05:44
16217         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
16218      Branch: perl
16219            ! lib/Getopt/Long.pm
16220 ____________________________________________________________________________
16221 [  8334] By: jhi                                   on 2001/01/05  16:00:51
16222         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
16223              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16224              Date: Fri, 05 Jan 2001 13:46:51 +0100
16225              Message-ID: <13693.978698811@nice.ram.loc>
16226              
16227              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
16228              accurate reading of the "atime".  
16229      Branch: perl
16230            ! t/io/fs.t
16231 ____________________________________________________________________________
16232 [  8333] By: jhi                                   on 2001/01/05  15:57:37
16233         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
16234              From: Simon Cozens <simon@cozens.net>
16235              Date: Fri, 8 Dec 2000 13:33:31 +0000
16236              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
16237              
16238              A lost patch fragment.
16239      Branch: perl
16240            ! doop.c
16241 ____________________________________________________________________________
16242 [  8332] By: jhi                                   on 2001/01/05  15:40:42
16243         Log: Do away with strncpy() and a fixed length buffer.
16244      Branch: perl
16245            ! utf8.c
16246 ____________________________________________________________________________
16247 [  8331] By: jhi                                   on 2001/01/05  15:03:07
16248         Log: Tests for #8329 and #8330.
16249      Branch: perl
16250            ! t/op/bop.t
16251 ____________________________________________________________________________
16252 [  8330] By: jhi                                   on 2001/01/05  15:02:38
16253         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
16254              raw 8-bit form to the UTF-8 string.
16255      Branch: perl
16256            ! toke.c
16257 ____________________________________________________________________________
16258 [  8329] By: jhi                                   on 2001/01/05  14:55:13
16259         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
16260              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16261              Date: Fri, 5 Jan 2001 12:28:52 +0100
16262              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
16263              
16264              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
16265              no effect.  (changed the strncpy() to Copy())
16266      Branch: perl
16267            ! toke.c
16268 ____________________________________________________________________________
16269 [  8328] By: jhi                                   on 2001/01/05  06:44:27
16270         Log: UTF-8 cleanup.
16271      Branch: perl
16272            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
16273            ! regexec.c sv.c toke.c
16274 ____________________________________________________________________________
16275 [  8327] By: jhi                                   on 2001/01/05  01:11:29
16276         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')
16277              From: Radu Greab <radu@netsoft.ro>
16278              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
16279              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
16280              
16281              Cleans up Harness to not use FileHandle, which uses IO.
16282      Branch: perl
16283            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16284 ____________________________________________________________________________
16285 [  8326] By: jhi                                   on 2001/01/05  00:56:37
16286         Log: Update Changes.
16287      Branch: perl
16288            ! Changes patchlevel.h
16289 ____________________________________________________________________________
16290 [  8325] By: jhi                                   on 2001/01/05  00:53:18
16291         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
16292              From: Peter Prymmer <pvhp@forte.com>
16293              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
16294              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
16295              
16296              plus a couple more tailing whitespace removals.
16297      Branch: perl
16298            ! win32/Makefile
16299 ____________________________________________________________________________
16300 [  8324] By: jhi                                   on 2001/01/05  00:47:39
16301         Log: Add some Unicode chop() tests.
16302      Branch: perl
16303            ! t/op/chop.t
16304 ____________________________________________________________________________
16305 [  8323] By: jhi                                   on 2001/01/05  00:47:23
16306         Log: Unify UTF-8 malformedness handling.
16307      Branch: perl
16308            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
16309 ____________________________________________________________________________
16310 [  8322] By: jhi                                   on 2001/01/04  22:21:54
16311         Log: The new $issymlink was unknown to Mksymlinks.
16312      Branch: metaconfig/U/perl
16313            ! Mksymlinks.U issymlink.U
16314      Branch: perl
16315            ! Configure config_h.SH
16316 ____________________________________________________________________________
16317 [  8321] By: jhi                                   on 2001/01/04  21:51:05
16318         Log: The test didn't work under the core test framework.
16319      Branch: perl
16320            ! t/lib/st-lock.t
16321 ____________________________________________________________________________
16322 [  8320] By: jhi                                   on 2001/01/04  21:14:22
16323         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
16324      Branch: perl
16325            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
16326 ____________________________________________________________________________
16327 [  8319] By: jhi                                   on 2001/01/04  20:46:17
16328         Log: Typo in #8312 when manually appying a problematic patch fragment.
16329      Branch: perl
16330            ! ext/Storable/Storable.xs
16331 ____________________________________________________________________________
16332 [  8318] By: jhi                                   on 2001/01/04  20:43:01
16333         Log: The $sh_c didn't fly.
16334      Branch: metaconfig
16335            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
16336            ! U/modified/Loc.U U/modified/myhostname.U
16337            ! U/modified/spitshell.U
16338      Branch: metaconfig/U/perl
16339            ! issymlink.U
16340      Branch: perl
16341            ! Configure config_h.SH
16342 ____________________________________________________________________________
16343 [  8317] By: jhi                                   on 2001/01/04  19:58:01
16344         Log: AIX builtin test -h is broken, changes based on
16345              
16346              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
16347              Date: Tue, 02 Jan 2001 11:24:39 +0100
16348              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16349              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
16350      Branch: metaconfig
16351            + U/modified/spitshell.U
16352            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
16353            ! U/modified/Loc.U U/modified/myhostname.U
16354      Branch: metaconfig/U/perl
16355            ! Mksymlinks.U issymlink.U
16356      Branch: perl
16357            ! Configure
16358 ____________________________________________________________________________
16359 [  8316] By: jhi                                   on 2001/01/04  19:02:22
16360         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
16361              From: Andy Dougherty <doughera@lafayette.edu>
16362              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
16363              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
16364              
16365              Beware of GNU ld.
16366      Branch: perl
16367            ! hints/solaris_2.sh
16368 ____________________________________________________________________________
16369 [  8315] By: jhi                                   on 2001/01/04  18:56:48
16370         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
16371              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
16372              Date: Wed, 3 Jan 2001 07:58:51 +0100
16373              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
16374      Branch: perl
16375            ! hints/solaris_2.sh
16376 ____________________________________________________________________________
16377 [  8314] By: jhi                                   on 2001/01/04  18:54:07
16378         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
16379              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16380              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
16381              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
16382              
16383              Doc tweak on #8313.
16384      Branch: perl
16385            ! ext/B/B/Deparse.pm
16386 ____________________________________________________________________________
16387 [  8313] By: jhi                                   on 2001/01/04  18:52:27
16388         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
16389              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
16390              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16391              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
16392              
16393              Make the peephole optimizer to bypass more null ops and
16394              and rewrite the deparse handling of continue blocks.
16395      Branch: perl
16396            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
16397 ____________________________________________________________________________
16398 [  8312] By: jhi                                   on 2001/01/04  18:47:39
16399         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
16400      Branch: perl
16401            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
16402            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
16403            ! t/lib/st-lock.t
16404 ____________________________________________________________________________
16405 [  8311] By: jhi                                   on 2001/01/04  18:36:08
16406         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
16407              filter to be run on each .pm during the pm_to_blib() phase,
16408              a fixed version of
16409              
16410              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
16411              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16412              Date: Wed, 03 Jan 2001 22:01:30 +0100
16413              Message-ID: <5296.978555690@nice.ram.loc>
16414      Branch: perl
16415            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
16416            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16417            ! lib/ExtUtils/MakeMaker.pm
16418 ____________________________________________________________________________
16419 [  8310] By: jhi                                   on 2001/01/04  18:32:54
16420         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16421              From: Robin Barker <rmb1@cise.npl.co.uk>
16422              Date: Tue, 2 Jan 2001 15:35:03 GMT
16423              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
16424      Branch: perl
16425            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
16426            ! pod/perlrequick.pod
16427 ____________________________________________________________________________
16428 [  8309] By: jhi                                   on 2001/01/04  18:29:07
16429         Log: Subject: Re: [patch] static-ize XS()
16430              From: Doug MacEachern <dougm@covalent.net>
16431              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
16432              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
16433              
16434              Provide prototypes for the XS functions.
16435      Branch: perl
16436            ! lib/ExtUtils/xsubpp
16437 ____________________________________________________________________________
16438 [  8308] By: jhi                                   on 2001/01/04  18:27:44
16439         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
16440              From: Doug MacEachern <dougm@covalent.net>
16441              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
16442              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
16443      Branch: perl
16444            ! lib/ExtUtils/typemap
16445 ____________________________________________________________________________
16446 [  8307] By: jhi                                   on 2001/01/04  18:25:25
16447         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
16448              From: Doug MacEachern <dougm@covalent.net>
16449              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
16450              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
16451              
16452              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
16453      Branch: perl
16454            ! lib/ExtUtils/MM_Unix.pm
16455 ____________________________________________________________________________
16456 [  8306] By: jhi                                   on 2001/01/04  18:23:00
16457         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
16458              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16459              Date: Thu, 4 Jan 2001 12:47:10 +0100 
16460              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
16461              
16462              The toke.c part only, patching embed.h and proto.h is futile.
16463      Branch: perl
16464            ! toke.c
16465 ____________________________________________________________________________
16466 [  8305] By: jhi                                   on 2001/01/04  18:05:51
16467         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
16468              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16469              Date: Thu, 4 Jan 2001 17:50:12 +0100 
16470              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
16471      Branch: perl
16472            ! toke.c
16473 ____________________________________________________________________________
16474 [  8304] By: jhi                                   on 2001/01/04  18:03:26
16475         Log: Subject: [PATCH perl@8269]
16476              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16477              Date: Thu, 4 Jan 2001 12:53:39 +0100 
16478              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
16479              
16480              If running byacc write-enable also perly.h.
16481      Branch: perl
16482            ! Makefile.SH
16483 ____________________________________________________________________________
16484 [  8303] By: jhi                                   on 2001/01/04  15:40:49
16485         Log: Rewrite pp_concat() in terms of sv_catsv().
16486      Branch: perl
16487            ! pp_hot.c
16488 ____________________________________________________________________________
16489 [  8302] By: nick                                  on 2001/01/03  22:43:22
16490         Log: Integrate mainline.
16491      Branch: perlio
16492           !> ext/Encode/Encode.xs sv.c utf8.c
16493 ____________________________________________________________________________
16494 [  8301] By: jhi                                   on 2001/01/02  23:40:26
16495         Log: Variable naming tweak.
16496      Branch: perl
16497            ! sv.c
16498 ____________________________________________________________________________
16499 [  8300] By: jhi                                   on 2001/01/02  23:40:02
16500         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
16501              in is_utf8_string().
16502      Branch: perl
16503            ! utf8.c
16504 ____________________________________________________________________________
16505 [  8299] By: jhi                                   on 2001/01/02  22:14:40
16506         Log: Integrate perlio.
16507      Branch: perl
16508           !> pp.c pp_hot.c win32/Makefile
16509 ____________________________________________________________________________
16510 [  8298] By: nick                                  on 2001/01/02  22:03:06
16511         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
16512      Branch: perlio
16513            ! pp.c pp_hot.c
16514 ____________________________________________________________________________
16515 [  8297] By: jhi                                   on 2001/01/02  04:26:28
16516         Log: Signedness nit.
16517      Branch: perl
16518            ! ext/Encode/Encode.xs
16519 ____________________________________________________________________________
16520 [  8296] By: nick                                  on 2001/01/01  23:49:36
16521         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
16522      Branch: perlio
16523            ! win32/Makefile
16524 ____________________________________________________________________________
16525 [  8295] By: jhi                                   on 2001/01/01  23:05:48
16526         Log: Integrate perlio.
16527      Branch: perl
16528           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16529           !> t/lib/encode.t
16530 ____________________________________________________________________________
16531 [  8294] By: nick                                  on 2001/01/01  22:48:34
16532         Log: Integrate mainline
16533      Branch: perlio
16534            ! pp_hot.c t/lib/encode.t
16535           !> (integrate 65 files)
16536 ____________________________________________________________________________
16537 [  8293] By: nick                                  on 2001/01/01  21:58:50
16538         Log: More rigor in UTF-8-ness of Encode's toUnicode
16539              XS export some of the utf8 internal functions.
16540              Test some of the functions.
16541              Fix pp_concat() bug shown by said tests.
16542      Branch: perlio
16543            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16544            ! t/lib/encode.t
16545 ____________________________________________________________________________
16546 [  8292] By: jhi                                   on 2001/01/01  18:11:44
16547         Log: Integrate perlio.
16548      Branch: perl
16549           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
16550           !> ext/Encode/encengine.c ext/Encode/encode.h
16551 ____________________________________________________________________________
16552 [  8291] By: jhi                                   on 2001/01/01  18:10:58
16553         Log: Podify README.mpeix (a new version from the web),
16554              add a dummy NAME to Carp::Heavy, regen toc.
16555      Branch: perl
16556            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
16557            ! pod/perltoc.pod
16558 ____________________________________________________________________________
16559 [  8290] By: nick                                  on 2001/01/01  17:43:47
16560         Log: Loose the "Loading..." warning.
16561              Another bug in fallback support
16562      Branch: perlio
16563            ! ext/Encode/Encode.pm ext/Encode/encengine.c
16564 ____________________________________________________________________________
16565 [  8289] By: jhi                                   on 2001/01/01  00:01:57
16566         Log: Bump up Larry's copyright.
16567      Branch: perl
16568            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
16569            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
16570            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
16571            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
16572            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
16573            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
16574            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
16575            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
16576 ____________________________________________________________________________
16577 [  8288] By: nick                                  on 2000/12/31  21:27:53
16578         Log: Fix .ucm reading - forgot a chr()
16579              Start of .ucm write (for .enc to .ucm)
16580      Branch: perlio
16581            ! ext/Encode/compile
16582 ____________________________________________________________________________
16583 [  8287] By: jhi                                   on 2000/12/31  18:15:56
16584         Log: Comment away a diagnostic message as noted by Craig A. Berry
16585              (the unexpected message was confusing testing)
16586      Branch: perl
16587            ! ext/Encode/Encode.pm
16588 ____________________________________________________________________________
16589 [  8286] By: jhi                                   on 2000/12/31  18:14:51
16590         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
16591              Date: Sun, 31 Dec 2000 11:17:37 -0600
16592              From: "Craig A. Berry" <craigberry@mac.com>
16593              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
16594      Branch: perl
16595            ! ext/Encode/Makefile.PL
16596 ____________________________________________________________________________
16597 [  8285] By: nick                                  on 2000/12/31  18:11:54
16598         Log: Start of support of ICU-style .ucm files:
16599              - teach compile how to read a .ucm file
16600              - first guess at how to represent fallbacks in "tries".
16601              - use fallbacks if check == 0
16602              - new return code to indicate we used one.
16603      Branch: perlio
16604            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
16605            ! ext/Encode/encengine.c ext/Encode/encode.h
16606 ____________________________________________________________________________
16607 [  8284] By: jhi                                   on 2000/12/31  18:04:41
16608         Log: Pacify picky VMS compiler.
16609              
16610              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
16611              From: "Craig A. Berry" <craig.berry@psinetcs.com>
16612              Date: Sat, 30 Dec 2000 18:10:02 -0600
16613              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
16614      Branch: perl
16615            ! sv.c
16616 ____________________________________________________________________________
16617 [  8283] By: jhi                                   on 2000/12/31  16:11:47
16618         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
16619      Branch: perl
16620            ! t/lib/glob-basic.t
16621 ____________________________________________________________________________
16622 [  8282] By: jhi                                   on 2000/12/31  15:26:11
16623         Log: Integrate perlio.
16624      Branch: perl
16625           !> makedef.pl opcode.pl os2/os2.c perlio.c
16626 ____________________________________________________________________________
16627 [  8281] By: nick                                  on 2000/12/31  10:06:15
16628         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
16629              is available to be exported
16630      Branch: perlio
16631            ! makedef.pl perlio.c
16632 ____________________________________________________________________________
16633 [  8280] By: nick                                  on 2000/12/31  09:41:26
16634         Log: Ilya's OS2 patch (testing for damage on Win32)
16635      Branch: perlio
16636            ! makedef.pl opcode.pl os2/os2.c
16637 ____________________________________________________________________________
16638 [  8279] By: jhi                                   on 2000/12/30  21:52:07
16639         Log: Test nits.
16640      Branch: perl
16641            ! t/lib/syslfs.t t/op/lfs.t
16642 ____________________________________________________________________________
16643 [  8278] By: jhi                                   on 2000/12/30  21:47:49
16644         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
16645              From: andreas.koenig@anima.de (Andreas J. Koenig)
16646              Date: 30 Dec 2000 22:35:37 +0100
16647              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
16648              
16649              The 32-bit wraparound test wasn't quite right.
16650      Branch: perl
16651            ! t/lib/syslfs.t t/op/lfs.t
16652 ____________________________________________________________________________
16653 [  8277] By: jhi                                   on 2000/12/30  21:33:44
16654         Log: Subject: [PATCH] open() example in perlfunc.pod 
16655              From: Karsten Sperling <s_sperli@ira.uka.de>
16656              Date: Sat, 30 Dec 2000 22:27:09 +0100
16657              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
16658      Branch: perl
16659            ! pod/perlfunc.pod
16660 ____________________________________________________________________________
16661 [  8276] By: jhi                                   on 2000/12/30  20:32:40
16662         Log: Not quite that many tests yet.
16663      Branch: perl
16664            ! t/op/pat.t
16665 ____________________________________________________________________________
16666 [  8275] By: jhi                                   on 2000/12/30  20:26:58
16667         Log: Integrate perlio.
16668      Branch: perl
16669           !> toke.c
16670 ____________________________________________________________________________
16671 [  8274] By: jhi                                   on 2000/12/30  20:24:56
16672         Log: Signedness nit.
16673      Branch: perl
16674            ! utf8.c
16675 ____________________________________________________________________________
16676 [  8273] By: jhi                                   on 2000/12/30  20:15:46
16677         Log: Add a test case for 20000731.001 which was fixed by the #8267.
16678      Branch: perl
16679            ! t/op/pat.t
16680 ____________________________________________________________________________
16681 [  8272] By: nick                                  on 2000/12/30  19:47:51
16682         Log: Tweak for MULTIPLICITY/USE_PERLIO
16683      Branch: perlio
16684            ! toke.c
16685 ____________________________________________________________________________
16686 [  8271] By: nick                                  on 2000/12/30  19:46:45
16687         Log: Integrate mainline
16688      Branch: perlio
16689           +> lib/unicode/distinct.pm
16690           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
16691           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
16692           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
16693 ____________________________________________________________________________
16694 [  8270] By: jhi                                   on 2000/12/30  19:39:50
16695         Log: Subject: RE: perl@8269
16696              From: "Richard Soderberg" <rs@crystalflame.net>
16697              Date: Sat, 30 Dec 2000 11:36:27 -0800
16698              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
16699              
16700              A missing aTHX_.
16701      Branch: perl
16702            ! toke.c
16703 ____________________________________________________________________________
16704 [  8269] By: jhi                                   on 2000/12/30  18:55:48
16705         Log: Update Changes.
16706      Branch: perl
16707            ! Changes patchlevel.h
16708 ____________________________________________________________________________
16709 [  8268] By: jhi                                   on 2000/12/30  17:18:40
16710         Log: Add a test for Unicode split //.  The #8267 was the cure.
16711      Branch: perl
16712            ! t/op/split.t
16713 ____________________________________________________________________________
16714 [  8267] By: jhi                                   on 2000/12/30  17:14:19
16715         Log: Subject: more UTF8 test suites and an UTF8 patch
16716              From: Inaba Hiroto <inaba@st.rim.or.jp>
16717              Date: Sat, 30 Dec 2000 14:27:10 +0900
16718              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
16719              
16720              Just the patch part for now, and the pragma renamed
16721              as unicode::distinct.
16722      Branch: perl
16723            + lib/unicode/distinct.pm
16724            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
16725            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
16726            ! regcomp.h regexec.c sv.c toke.c utf8.c
16727 ____________________________________________________________________________
16728 [  8266] By: nick                                  on 2000/12/30  16:40:49
16729         Log: Integrate mainline
16730      Branch: perlio
16731           +> lib/Pod/Text/Overstrike.pm
16732           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
16733           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
16734           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
16735           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
16736           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
16737 ____________________________________________________________________________
16738 [  8265] By: jhi                                   on 2000/12/30  07:28:55
16739         Log: The sv_catsv() fix, take two.
16740      Branch: perl
16741            ! sv.c t/op/join.t
16742 ____________________________________________________________________________
16743 [  8264] By: jhi                                   on 2000/12/30  06:19:18
16744         Log: Undo all the join-related changes since #8248: relevant
16745              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
16746              The new sv_catsv() doesn't fly so it must go back to
16747              the drawing board.
16748      Branch: perl
16749            ! sv.c t/op/join.t t/pragma/utf8.t
16750 ____________________________________________________________________________
16751 [  8263] By: jhi                                   on 2000/12/30  01:08:32
16752         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
16753      Branch: perl
16754            ! sv.c
16755 ____________________________________________________________________________
16756 [  8262] By: jhi                                   on 2000/12/30  00:45:14
16757         Log: Retract #8261.
16758      Branch: perl
16759            ! hv.c util.c
16760 ____________________________________________________________________________
16761 [  8261] By: jhi                                   on 2000/12/30  00:38:32
16762         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
16763      Branch: perl
16764            ! hv.c util.c
16765 ____________________________________________________________________________
16766 [  8260] By: jhi                                   on 2000/12/29  22:51:33
16767         Log: (Retracted by #8264)  More fixing for #8251.
16768      Branch: perl
16769            ! sv.c
16770 ____________________________________________________________________________
16771 [  8259] By: jhi                                   on 2000/12/29  18:27:30
16772         Log: Subject: podlators 1.06 released
16773              From: Russ Allbery <rra@stanford.edu>
16774              Date: 25 Dec 2000 05:09:30 -0800
16775              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
16776      Branch: perl
16777            + lib/Pod/Text/Overstrike.pm
16778            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
16779            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
16780 ____________________________________________________________________________
16781 [  8258] By: jhi                                   on 2000/12/29  18:20:45
16782         Log: Make the large file tests more robust/talkative as suggested by
16783              
16784              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
16785              From: andreas.koenig@anima.de (Andreas J. Koenig)
16786              Date: 29 Dec 2000 14:23:01 +0100
16787              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
16788      Branch: perl
16789            ! t/lib/syslfs.t t/op/lfs.t
16790 ____________________________________________________________________________
16791 [  8257] By: jhi                                   on 2000/12/29  17:48:04
16792         Log: Further VMS piping fixes from Charles Lane:
16793              
16794              In summary, error messages produced when a subprocess terminated
16795              abnormally were being sent not just to the parent process, but to
16796              grandparents, because of default values for error output that were
16797              not completely overridden when the subprocess was started.
16798              
16799              This patch fixes this behavior by defining user-mode (i.e., temporary
16800              for the duration of the program) logical names for SYS$OUTPUT and
16801              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
16802              changes to make it so that the user-mode logicals are the ones that
16803              control where Perl's error messages go if it terminates abnormally.
16804              
16805              I also added some gratuitous fixes to the indentation of braces in
16806              the piping code.  It just looked ugly, before.
16807      Branch: perl
16808            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
16809 ____________________________________________________________________________
16810 [  8256] By: jhi                                   on 2000/12/29  17:45:12
16811         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
16812              From: "Casey R. Tweten" <crt@kiski.net>
16813              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
16814              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
16815              
16816              Tests for for #8240.
16817      Branch: perl
16818            ! t/pragma/constant.t
16819 ____________________________________________________________________________
16820 [  8255] By: jhi                                   on 2000/12/29  17:43:07
16821         Log: Subject: Re: [PATCH] Interesting syntax idea
16822              From: Simon Cozens <simon@cozens.net>
16823              Date: Fri, 29 Dec 2000 14:34:04 +0000
16824              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
16825              
16826              Tests for #8254.
16827      Branch: perl
16828            ! t/pragma/sub_lval.t
16829 ____________________________________________________________________________
16830 [  8254] By: jhi                                   on 2000/12/29  17:42:11
16831         Log: Subject: [PATCH] Interesting syntax idea
16832              From: Simon Cozens <simon@cozens.net>
16833              Date: Wed, 27 Dec 2000 05:08:57 +0000
16834              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
16835              
16836              Make opens + bareword assigns do typeglob assigns.
16837      Branch: perl
16838            ! op.c
16839 ____________________________________________________________________________
16840 [  8253] By: jhi                                   on 2000/12/29  17:36:45
16841         Log: Output the (apparent) version of gcc, as suggested by
16842              
16843              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
16844              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
16845              Date: 26 Dec 2000 04:29:17 -0500
16846              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
16847              
16848              (The patch as such didn't any more apply as the misparsing had
16849              already been addressed in #6474.)  Also change the wording about
16850              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
16851      Branch: perl
16852            ! hints/dec_osf.sh
16853 ____________________________________________________________________________
16854 [  8252] By: nick                                  on 2000/12/29  12:14:31
16855         Log: Integrate mainline
16856      Branch: perlio
16857           !> (integrate 27 files)
16858 ____________________________________________________________________________
16859 [  8251] By: jhi                                   on 2000/12/29  08:45:46
16860         Log: (Retracted by #8264)
16861              
16862              (Fixed by #8260.)
16863              
16864              sv_catsv() needs one more byte space than seems reasonable.
16865              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
16866              Curiouser and curiouser.
16867      Branch: perl
16868            ! sv.c
16869 ____________________________________________________________________________
16870 [  8250] By: jhi                                   on 2000/12/29  07:57:52
16871         Log: More split // UTF-8 tests.
16872      Branch: perl
16873            ! t/pragma/utf8.t
16874 ____________________________________________________________________________
16875 [  8249] By: jhi                                   on 2000/12/29  07:54:51
16876         Log: (Retracted by #8264)  More join() testing which was good because
16877              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
16878      Branch: perl
16879            ! pp.c t/op/join.t utf8.c utf8.h
16880 ____________________________________________________________________________
16881 [  8248] By: jhi                                   on 2000/12/29  07:08:32
16882         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
16883              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
16884              that the only cases to care about are byte+byte and byte+character.
16885              
16886              TODO: See how well pp_concat() could be implemented in terms
16887              of sv_catsv().
16888      Branch: perl
16889            ! doop.c sv.c t/op/join.t utf8.h
16890 ____________________________________________________________________________
16891 [  8247] By: jhi                                   on 2000/12/29  06:35:23
16892         Log: Signedness nit.
16893      Branch: perl
16894            ! pp_hot.c
16895 ____________________________________________________________________________
16896 [  8246] By: jhi                                   on 2000/12/29  01:23:31
16897         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
16898              From: Lupe Christoph <lupe@lupe-christoph.de>
16899              Date: Thu, 28 Dec 2000 23:00:00 +0100
16900              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
16901              
16902              Suggest rsync --delete --dry-run.
16903      Branch: perl
16904            ! pod/perlhack.pod
16905 ____________________________________________________________________________
16906 [  8245] By: jhi                                   on 2000/12/28  23:57:05
16907         Log: The maxiters upper limit sanity check (guarding against
16908              non-progress) assumed bytes instead of characters in s///
16909              and split().
16910      Branch: perl
16911            ! pp.c pp_hot.c
16912 ____________________________________________________________________________
16913 [  8244] By: jhi                                   on 2000/12/28  23:34:08
16914         Log: Make some panic messages a bit more logical.
16915      Branch: perl
16916            ! doop.c pod/perldiag.pod pp.c pp_hot.c
16917 ____________________________________________________________________________
16918 [  8243] By: jhi                                   on 2000/12/28  22:59:16
16919         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
16920              From: Simon Cozens <simon@cozens.net>
16921              Date: Wed, 27 Dec 2000 02:30:03 +0000
16922              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
16923      Branch: perl
16924            ! pp.c t/pragma/sub_lval.t
16925 ____________________________________________________________________________
16926 [  8242] By: jhi                                   on 2000/12/28  22:56:53
16927         Log: Subject: [PATCH blead] Fix B::Terse indentation
16928              From: Daniel Chetlin <daniel@chetlin.com>
16929              Date: Wed, 27 Dec 2000 06:43:30 -0800
16930              Message-ID: <20001227064329.B9573@darkstar>
16931      Branch: perl
16932            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
16933 ____________________________________________________________________________
16934 [  8241] By: jhi                                   on 2000/12/28  22:48:59
16935         Log: The latter patch from the
16936              
16937              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
16938              From: Peter Prymmer <pvhp@forte.com> 
16939              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
16940              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
16941              
16942              (the former patch from the above should have been
16943              taken care of by Nick I-S)
16944      Branch: perl
16945            ! win32/Makefile
16946 ____________________________________________________________________________
16947 [  8240] By: jhi                                   on 2000/12/28  22:45:22
16948         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
16949              From: "Casey R. Tweten" <crt@kiski.net>
16950              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
16951              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
16952      Branch: perl
16953            ! lib/constant.pm
16954 ____________________________________________________________________________
16955 [  8239] By: jhi                                   on 2000/12/28  22:37:45
16956         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
16957              From: Simon Cozens <simon@cozens.net>
16958              Date: Wed, 27 Dec 2000 14:12:44 +0000
16959              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
16960      Branch: perl
16961            ! t/op/method.t t/op/sort.t toke.c
16962 ____________________________________________________________________________
16963 [  8238] By: jhi                                   on 2000/12/28  22:30:32
16964         Log: Subject: [PATCH perl@8229] Call.pm
16965              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
16966              Date: Mon, 25 Dec 2000 10:47:15 -0000
16967              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
16968      Branch: perl
16969            ! ext/Filter/Util/Call/Call.pm
16970 ____________________________________________________________________________
16971 [  8237] By: jhi                                   on 2000/12/28  22:19:21
16972         Log: Subject: [PATCH blead] Fix problem with `&' prototype
16973              From: Daniel Chetlin <daniel@chetlin.com>
16974              Date: Wed, 27 Dec 2000 15:55:32 -0800
16975              Message-ID: <20001227155532.D9573@darkstar>
16976      Branch: perl
16977            ! op.c t/comp/proto.t
16978 ____________________________________________________________________________
16979 [  8236] By: jhi                                   on 2000/12/28  22:09:25
16980         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
16981              From: Daniel Chetlin <daniel@chetlin.com>
16982              Date: Sun, 24 Dec 2000 04:09:49 -0800
16983              Message-ID: <20001224040949.B3090@darkstar>
16984      Branch: perl
16985            ! gv.c mg.c t/op/attrs.t
16986 ____________________________________________________________________________
16987 [  8235] By: jhi                                   on 2000/12/28  22:07:11
16988         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
16989              From: Jan Dubois <jand@ActiveState.com>
16990              Date: Tue, 26 Dec 2000 20:57:31 -0800
16991              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
16992      Branch: perl
16993            ! win32/win32.c
16994 ____________________________________________________________________________
16995 [  8234] By: jhi                                   on 2000/12/28  21:52:42
16996         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
16997              From: Simon Cozens <simon@cozens.net>
16998              Date: Thu, 28 Dec 2000 20:33:13 +0000
16999              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
17000      Branch: perl
17001            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
17002 ____________________________________________________________________________
17003 [  8233] By: jhi                                   on 2000/12/28  19:40:49
17004         Log: Integrate perlio.
17005      Branch: perl
17006           !> ext/Encode/Makefile.PL ext/Encode/compile
17007 ____________________________________________________________________________
17008 [  8232] By: nick                                  on 2000/12/23  16:06:00
17009         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
17010              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
17011      Branch: perlio
17012            ! ext/Encode/Makefile.PL
17013 ____________________________________________________________________________
17014 [  8231] By: nick                                  on 2000/12/23  14:30:34
17015         Log: "Compiled" encode build cleanup
17016              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
17017              - .c files do not export sub-tables
17018      Branch: perlio
17019            ! ext/Encode/Makefile.PL ext/Encode/compile
17020 ____________________________________________________________________________
17021 [  8230] By: nick                                  on 2000/12/23  12:50:37
17022         Log: Integrate mainline
17023      Branch: perlio
17024           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17025           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17026           !> pod/perl5004delta.pod pod/perl5005delta.pod
17027           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17028           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17029           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17030           !> pod/perlsub.pod
17031 ____________________________________________________________________________
17032 [  8229] By: jhi                                   on 2000/12/22  15:32:12
17033         Log: Integrate perlio.
17034      Branch: perl
17035           +> win32/distclean.bat
17036           !> MANIFEST t/io/utf8.t
17037 ____________________________________________________________________________
17038 [  8228] By: jhi                                   on 2000/12/22  15:29:40
17039         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
17040              From: Robin Barker <rmb1@cise.npl.co.uk>
17041              Date: Fri, 22 Dec 2000 12:17:38 GMT
17042              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
17043      Branch: perl
17044            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17045            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17046            ! pod/perl5004delta.pod pod/perl5005delta.pod
17047            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17048            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17049            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17050            ! pod/perlsub.pod
17051 ____________________________________________________________________________
17052 [  8227] By: jhi                                   on 2000/12/22  15:24:28
17053         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
17054              From: "John L. Allen" <allen@grumman.com>
17055              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
17056              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
17057              
17058              Document APPLLIB_EXP.
17059      Branch: perl
17060            ! INSTALL
17061 ____________________________________________________________________________
17062 [  8226] By: nick                                  on 2000/12/21  22:11:50
17063         Log: Handy script for when one forgets to "dmake clean" 
17064      Branch: perlio
17065            + win32/distclean.bat
17066            ! MANIFEST
17067 ____________________________________________________________________________
17068 [  8225] By: nick                                  on 2000/12/21  21:54:04
17069         Log: CRLF platform issue with io/utf8 fix.
17070      Branch: perlio
17071            ! t/io/utf8.t
17072 ____________________________________________________________________________
17073 [  8224] By: nick                                  on 2000/12/21  21:02:20
17074         Log: Integrate mainline
17075      Branch: perlio
17076           !> Changes Configure Makefile.SH Porting/Glossary
17077           !> Porting/config.sh Porting/config_H configure.com
17078           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
17079           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
17080           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
17081           !> win32/config.bc win32/config.gc win32/config.vc
17082 ____________________________________________________________________________
17083 [  8223] By: jhi                                   on 2000/12/21  17:09:16
17084         Log: Update Changes.
17085      Branch: perl
17086            ! Changes patchlevel.h
17087 ____________________________________________________________________________
17088 [  8222] By: jhi                                   on 2000/12/21  16:24:01
17089         Log: Metaconfig unit changes for #8221.
17090      Branch: metaconfig/U/perl
17091           +> issymlink.U
17092            - testsyml.U
17093            ! Mksymlinks.U
17094 ____________________________________________________________________________
17095 [  8221] By: jhi                                   on 2000/12/21  16:23:48
17096         Log: Rename testsyml to issymlink.
17097      Branch: perl
17098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17099            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
17100            ! win32/config.vc
17101 ____________________________________________________________________________
17102 [  8220] By: jhi                                   on 2000/12/21  15:47:26
17103         Log: Robustness support for #8218 (symlink forest) since the GNU
17104              tools seem to be overly picky about symlinkage depths.
17105      Branch: perl
17106            ! Makefile.SH t/io/fs.t
17107 ____________________________________________________________________________
17108 [  8219] By: jhi                                   on 2000/12/21  15:38:27
17109         Log: Metaconfig changes for #8218.
17110      Branch: metaconfig
17111            ! U/modified/Oldconfig.U
17112      Branch: metaconfig/U/perl
17113            + Mksymlinks.U
17114            ! testsyml.U
17115 ____________________________________________________________________________
17116 [  8218] By: jhi                                   on 2000/12/21  15:37:57
17117         Log: Add Configure option -Dmksymlinks which will create a symlink
17118              forest if the current/build differs from the source directory.
17119              TODO: mkdir -p is not portable.
17120      Branch: perl
17121            ! Configure
17122 ____________________________________________________________________________
17123 [  8217] By: jhi                                   on 2000/12/21  14:39:12
17124         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
17125              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
17126              Date: Thu, 21 Dec 2000 09:38:18 GMT
17127              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
17128              
17129              The ofs became an SV.
17130      Branch: perl
17131            ! ext/Thread/Thread.xs
17132 ____________________________________________________________________________
17133 [  8216] By: jhi                                   on 2000/12/21  05:40:21
17134         Log: The polymorphism seems to have fixed 20000517.001.
17135      Branch: perl
17136            ! t/pragma/utf8.t
17137 ____________________________________________________________________________
17138 [  8215] By: jhi                                   on 2000/12/21  04:44:52
17139         Log: read() documentation tweak for 20001121.004.
17140      Branch: perl
17141            ! pod/perlfunc.pod
17142 ____________________________________________________________________________
17143 [  8214] By: jhi                                   on 2000/12/21  03:54:11
17144         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
17145      Branch: perl
17146            ! pp_sys.c t/op/misc.t
17147 ____________________________________________________________________________
17148 [  8213] By: jhi                                   on 2000/12/21  00:28:10
17149         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
17150              From: Peter Prymmer <pvhp@forte.com>
17151              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
17152              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
17153      Branch: perl
17154            ! configure.com
17155 ____________________________________________________________________________
17156 [  8212] By: jhi                                   on 2000/12/21  00:26:21
17157         Log: Edit edit edit.
17158      Branch: perl
17159            ! pod/perlfaq3.pod
17160 ____________________________________________________________________________
17161 [  8211] By: jhi                                   on 2000/12/20  18:52:46
17162         Log: Update Changes.
17163      Branch: perl
17164            ! Changes patchlevel.h
17165 ____________________________________________________________________________
17166 [  8210] By: jhi                                   on 2000/12/20  18:34:47
17167         Log: Yet another editor edit.
17168      Branch: perl
17169            ! pod/perlfaq3.pod
17170 ____________________________________________________________________________
17171 [  8209] By: jhi                                   on 2000/12/20  15:33:28
17172         Log: More Win32 Perling.
17173      Branch: perl
17174            ! pod/perlfaq3.pod
17175 ____________________________________________________________________________
17176 [  8208] By: jhi                                   on 2000/12/20  15:07:46
17177         Log: More Win32 editor/IDE/shell hints.
17178      Branch: perl
17179            ! pod/perlfaq3.pod
17180 ____________________________________________________________________________
17181 [  8207] By: jhi                                   on 2000/12/20  03:54:08
17182         Log: Subject: [PATCH] obscure timing knowledge
17183              From: Nicholas Clark <nick@ccl4.org>
17184              Date: Tue, 19 Dec 2000 19:22:31 +0000
17185              Message-ID: <20001219192231.F2827@plum.flirble.org>
17186      Branch: perl
17187            ! sv.c
17188 ____________________________________________________________________________
17189 [  8206] By: jhi                                   on 2000/12/20  03:45:57
17190         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
17191              From: Spider Boardman <spider@leggy.zk3.dec.com>
17192              Date: Tue, 19 Dec 2000 21:30:16 -0500
17193              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
17194      Branch: perl
17195            ! sv.c
17196 ____________________________________________________________________________
17197 [  8205] By: jhi                                   on 2000/12/19  23:02:01
17198         Log: Update Changes.
17199      Branch: perl
17200            ! Changes patchlevel.h
17201 ____________________________________________________________________________
17202 [  8204] By: jhi                                   on 2000/12/19  22:58:18
17203         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
17204              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
17205              on editors and diffing/patching.
17206      Branch: perl
17207            ! t/op/utf8decode.t
17208 ____________________________________________________________________________
17209 [  8203] By: nick                                  on 2000/12/19  21:36:16
17210         Log: Integrate mainline (forgot my own change...)
17211      Branch: perlio
17212           !> ext/Encode/compile
17213 ____________________________________________________________________________
17214 [  8202] By: nick                                  on 2000/12/19  21:34:42
17215         Log: Integrate mainline.
17216      Branch: perlio
17217           !> (integrate 61 files)
17218 ____________________________________________________________________________
17219 [  8201] By: nick                                  on 2000/12/19  21:34:06
17220         Log: Avoid looking for File::Glob when we don't need it.
17221      Branch: perl
17222            ! ext/Encode/compile
17223 ____________________________________________________________________________
17224 [  8200] By: jhi                                   on 2000/12/19  18:35:49
17225         Log: Update Changes.
17226      Branch: perl
17227            ! Changes patchlevel.h
17228 ____________________________________________________________________________
17229 [  8199] By: jhi                                   on 2000/12/19  18:35:07
17230         Log: Microperl tweaks.
17231      Branch: perl
17232            ! sv.c uconfig.h uconfig.sh
17233 ____________________________________________________________________________
17234 [  8198] By: jhi                                   on 2000/12/19  18:29:59
17235         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
17236      Branch: perl
17237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17238            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
17239 ____________________________________________________________________________
17240 [  8197] By: jhi                                   on 2000/12/19  17:55:29
17241         Log: In VMS embedded perls couldn't access the statically built Socket,
17242              from Charles Lane.
17243      Branch: perl
17244            ! configure.com
17245 ____________________________________________________________________________
17246 [  8196] By: jhi                                   on 2000/12/19  17:49:50
17247         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
17248              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
17249              Date: Sun, 17 Dec 2000 19:11:44 -0000
17250              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
17251      Branch: perl
17252            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17253            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
17254 ____________________________________________________________________________
17255 [  8195] By: jhi                                   on 2000/12/19  17:47:53
17256         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
17257              From: Jonathan Stowe <gellyfish@gellyfish.com>
17258              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
17259              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
17260      Branch: perl
17261            ! utils/h2xs.PL
17262 ____________________________________________________________________________
17263 [  8194] By: jhi                                   on 2000/12/19  17:46:28
17264         Log: Subject: Re: useless use of void context work-around
17265              From: andreas.koenig@anima.de (Andreas J. Koenig)
17266              Date: 16 Dec 2000 15:13:36 +0100
17267              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
17268              
17269              Document (comment) the q(di ds ig) trick in the code.
17270      Branch: perl
17271            ! op.c
17272 ____________________________________________________________________________
17273 [  8193] By: jhi                                   on 2000/12/19  17:10:57
17274         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
17275              From: "Mark J. Reed" <mreed@strange.turner.com>
17276              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
17277              Message-Id: <200012160222.VAA13986@strange.turner.com>
17278      Branch: perl
17279            ! ext/Sys/Syslog/Syslog.pm
17280 ____________________________________________________________________________
17281 [  8192] By: jhi                                   on 2000/12/19  17:07:45
17282         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
17283              From: Nicholas Clark <nick@ccl4.org>
17284              Date: Sat, 16 Dec 2000 19:03:13 +0000
17285              Message-ID: <20001216190313.D68304@plum.flirble.org>
17286      Branch: perl
17287            ! t/op/64bitint.t
17288 ____________________________________________________________________________
17289 [  8191] By: jhi                                   on 2000/12/19  17:06:13
17290         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
17291              From: Dominic Dunlop <domo@computer.org>
17292              Date: Mon, 18 Dec 2000 12:00:15 +0100
17293              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
17294              
17295              This patchlet is needed in order that perl can be statically linked.  
17296      Branch: perl
17297            ! regexec.c
17298 ____________________________________________________________________________
17299 [  8190] By: jhi                                   on 2000/12/19  17:03:08
17300         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
17301              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17302              Date: Sun, 17 Dec 2000 00:18:35 -0600
17303              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
17304      Branch: perl
17305            ! perlio.h vms/gen_shrfls.pl
17306 ____________________________________________________________________________
17307 [  8189] By: jhi                                   on 2000/12/19  16:20:28
17308         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
17309              From: Prymmer/Kahn <pvhp@best.com>
17310              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
17311              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
17312              
17313              A better version of #8188.
17314      Branch: perl
17315            ! pod/perlfaq3.pod
17316 ____________________________________________________________________________
17317 [  8188] By: jhi                                   on 2000/12/19  15:57:06
17318         Log: (Replaced by #8189)
17319              
17320              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
17321              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
17322              From: Prymmer/Kahn <pvhp@best.com>
17323              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
17324              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
17325              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
17326              Date: Mon, 18 Dec 2000 11:10:45 -0500
17327              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
17328      Branch: perl
17329            ! pod/perlfaq3.pod
17330 ____________________________________________________________________________
17331 [  8187] By: jhi                                   on 2000/12/19  15:54:19
17332         Log: Email address fix for Anton Berezin.
17333      Branch: perl
17334            ! AUTHORS
17335 ____________________________________________________________________________
17336 [  8186] By: jhi                                   on 2000/12/19  15:38:54
17337         Log: Subject: [PATCH perl@8102] cygwin port
17338              From: "Eric Fifer" <efifer@dircon.co.uk> 
17339              Date: Thu, 14 Dec 2000 13:41:29 -0000
17340              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
17341              
17342              When compiling modules the data item that is being imported
17343              from libperl.dll needs to be tagged as imported/shared data:
17344              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
17345      Branch: perl
17346            ! perliol.h
17347 ____________________________________________________________________________
17348 [  8185] By: jhi                                   on 2000/12/19  14:53:24
17349         Log: Regen uconfig.h and uconfig.sh.
17350      Branch: perl
17351            ! uconfig.h uconfig.sh
17352 ____________________________________________________________________________
17353 [  8184] By: jhi                                   on 2000/12/18  20:43:49
17354         Log: Comments work so much better when they are closed.
17355      Branch: perl
17356            ! regcomp.c
17357 ____________________________________________________________________________
17358 [  8183] By: jhi                                   on 2000/12/18  18:04:02
17359         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
17360              Fixes the bug 20001218.016.
17361      Branch: perl
17362            ! regcomp.c
17363 ____________________________________________________________________________
17364 [  8182] By: gsar                                  on 2000/12/18  09:53:47
17365         Log: delete spurious files
17366      Branch: maint-5.6/perl
17367            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
17368            - vos/config.h vos/config_h.SH_orig
17369 ____________________________________________________________________________
17370 [  8181] By: gsar                                  on 2000/12/18  09:46:08
17371         Log: regen perltoc
17372      Branch: maint-5.6/perl
17373            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
17374 ____________________________________________________________________________
17375 [  8180] By: gsar                                  on 2000/12/18  09:20:27
17376         Log: integrate changes#7924..7926,7946,7952 from mainline
17377      Branch: maint-5.6/perl
17378           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
17379           !> lib/File/stat.pm t/lib/class-struct.t
17380 ____________________________________________________________________________
17381 [  8179] By: gsar                                  on 2000/12/18  08:55:54
17382         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
17383              7918,7919,7988,8907 from mainline (various)
17384      Branch: maint-5.6/perl
17385           +> t/lib/class-struct.t
17386           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
17387           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
17388           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
17389 ____________________________________________________________________________
17390 [  8178] By: gsar                                  on 2000/12/18  08:16:30
17391         Log: avoid redefinition warnings on windows due to sys/socket.h getting
17392              #included before win32.h
17393      Branch: maint-5.6/perl
17394            ! win32/include/sys/socket.h
17395 ____________________________________________________________________________
17396 [  8177] By: gsar                                  on 2000/12/18  05:24:04
17397         Log: make regen_headers; fix POSIX.xs problems; remove outdated
17398              code from sys/socket.h that makes build fail now
17399      Branch: maint-5.6/perl
17400            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
17401            ! pod/perlapi.pod
17402           !> win32/include/sys/socket.h
17403 ____________________________________________________________________________
17404 [  8176] By: gsar                                  on 2000/12/18  05:20:17
17405         Log: update Changes
17406      Branch: maint-5.6/perl
17407            ! Changes patchlevel.h
17408 ____________________________________________________________________________
17409 [  8175] By: gsar                                  on 2000/12/18  04:57:48
17410         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
17411              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
17412              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
17413              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
17414              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
17415              7823,7825,7838
17416      Branch: maint-5.6/perl
17417           +> lib/File/Spec/Epoc.pm
17418           !> (integrate 88 files)
17419 ____________________________________________________________________________
17420 [  8174] By: gsar                                  on 2000/12/18  03:53:09
17421         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
17422              7625..7629,7631..7634,7637,7639,7642 from mainline
17423      Branch: maint-5.6/perl
17424           +> README.solaris
17425           !> (integrate 26 files)
17426 ____________________________________________________________________________
17427 [  8173] By: gsar                                  on 2000/12/18  03:37:02
17428         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
17429              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
17430              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
17431              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
17432      Branch: maint-5.6/perl
17433           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
17434            - MAINTAIN
17435           !> (integrate 111 files)
17436 ____________________________________________________________________________
17437 [  8172] By: jhi                                   on 2000/12/18  02:49:27
17438         Log: Regen pods.
17439      Branch: perl
17440            ! pod/perlmodlib.pod pod/perltoc.pod
17441 ____________________________________________________________________________
17442 [  8171] By: gsar                                  on 2000/12/18  02:49:24
17443         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
17444              7465..7471 from mainline
17445              
17446              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
17447              in platforms that strictly require all the symbols being present
17448              at link time.
17449              
17450              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
17451              
17452              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
17453              
17454              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
17455              
17456              Subject: [PATCH] todo
17457              
17458              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
17459              
17460              Use $sort, $uniq (and $tr) consistently as wondered
17461              by Nicholas Clark.
17462              
17463              Too enthusiastic editing in #7460.
17464              
17465              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
17466              
17467              Upgrade to CPAN 1.58_55.
17468              Subject: CPAN.pm status
17469              
17470              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
17471              
17472              Make target reordering to avoid pointless re-makes.
17473              Subject: Re: Total re-make of 'make okfile' after 7451 ?
17474              
17475              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
17476              
17477              Subject: DOC PATCH 5.6.0
17478              
17479              Add the repository doc by Malcolm, Sarathy, and by Simon,
17480              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
17481      Branch: maint-5.6/perl
17482           +> Porting/repository.pod
17483           !> Configure MANIFEST Makefile.SH README.dos README.os2
17484           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
17485           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
17486           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
17487 ____________________________________________________________________________
17488 [  8169] By: gsar                                  on 2000/12/18  02:33:34
17489         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
17490              7435..7441,7445 from mainline
17491              
17492              Make the UTF-8 decoding stricter and more verbose when
17493              malformation happens.  This involved adding an argument
17494              to utf8_to_uv_chk(), which involved changing its prototype,
17495              and prefer STRLEN over I32 for the UTF-8 length, which as
17496              a domino effect necessitated changing the prototypes of
17497              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
17498              The stricter UTF-8 decoding checking uses Markus Kuhn's
17499              UTF-8 Decode Stress Tester from
17500              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
17501              
17502              Run vms/vms_yfix.pl, should have done that after changing
17503              perly.c in #7382.
17504              
17505              Subject: [PATCH 5.7.0] static linking with uninstalled perl
17506              
17507              (Replaced by #7440.)
17508              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17509              
17510              Fix the bug ID 20001024.005, the bug introduced by #7416.
17511              
17512              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
17513              
17514              Fix the bug reported in
17515              From: andreas.koenig@anima.de (Andreas J. Koenig)
17516              Also make is_utf8_char() stricter.
17517              
17518              Missed the header file changes from #7425.
17519              
17520              Check if stdio supports tweaking lval and cnt simultaneously.
17521              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17522              
17523              Stratus VOS updates from Paul Green.
17524              
17525              Podify README.epoc and README.vos.
17526              
17527              Add targets to Makefile.SH, most importantly
17528              'regen_all' which also remembers to update vms/perly*.
17529              
17530              Subject: Minor update to find2perl, for portability
17531              
17532              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
17533              
17534              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
17535              
17536              Rename UTF8LEN() to be UNISKIP(), too confusing to have
17537              UTF8LEN() and UTF8SKIP(). 
17538              
17539              Allow poking holes at the UTF-8 decoding strictness.
17540              
17541              Continue the internal UTF-8 API tweaking.
17542              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
17543              used much more than the simpler API, now called utf8_to_uv_simple().
17544              Still not quite happy with API, too much partial duplication
17545              of functionality.
17546              
17547              A new version of making the syslog test more robust.
17548              (Replaces #7421.)
17549              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17550              
17551              buildtoc target tweaks.
17552              
17553              Integrate with vmsperl #7430 by Charles Bailey:
17554              
17555              Cleanup from prior patch (Charles Lane?):
17556              - improve handling of MFDs in Basename and Path
17557              - default to no xsubpp line # munging when building debug images
17558      Branch: maint-5.6/perl
17559           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17560           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
17561           !> (integrate 67 files)
17562 ____________________________________________________________________________
17563 [  8168] By: gsar                                  on 2000/12/18  02:05:49
17564         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
17565              
17566              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
17567              From: Martin Husemann <martin@duskware.de>
17568              
17569              Subject: [PATCH 5.7.0] restore match data on backtracing
17570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17571      Branch: maint-5.6/perl
17572           !> regcomp.c regexec.c t/op/re_tests
17573 ____________________________________________________________________________
17574 [  8167] By: gsar                                  on 2000/12/18  01:55:22
17575         Log: integrate changes#7858,7986 from mainline
17576              
17577              C<foreach my $x ...> in pseudo-fork()ed process may diddle
17578              parent's memory; fix it by keeping track of the actual pad
17579              offset rather than a raw pointer (this change is probably also
17580              relevant to non-ithreads case to avoid fallout from reallocs of
17581              the pad array, but is currently only enabled for the ithreads
17582              case in the interests of minimal disruption to existing "well
17583              tested" code)
17584              
17585              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
17586              due to the notorious GetFileType() bug in Windows 9x, which fstat()
17587              tickles)
17588      Branch: maint-5.6/perl
17589           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
17590           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
17591           !> win32/win32.c win32/win32.h win32/win32sck.c
17592 ____________________________________________________________________________
17593 [  8166] By: gsar                                  on 2000/12/18  01:52:59
17594         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
17595              from mainline (xsubpp and ExtUtils::LibList fixups, various
17596              other small items)
17597      Branch: maint-5.6/perl
17598           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
17599           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17600           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
17601           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
17602           !> win32/bin/search.pl
17603 ____________________________________________________________________________
17604 [  8165] By: gsar                                  on 2000/12/18  01:28:45
17605         Log: integrate changes#7533,7563,7611,7623 from mainline (various
17606              malloc.c embellishments)
17607      Branch: maint-5.6/perl
17608           !> malloc.c pod/perldiag.pod
17609 ____________________________________________________________________________
17610 [  8164] By: gsar                                  on 2000/12/18  01:23:33
17611         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
17612              fixups)
17613      Branch: maint-5.6/perl
17614           !> utils/h2xs.PL
17615 ____________________________________________________________________________
17616 [  8163] By: gsar                                  on 2000/12/18  01:17:50
17617         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
17618              fixups)
17619      Branch: maint-5.6/perl
17620           !> Makefile.SH utils/perlbug.PL
17621 ____________________________________________________________________________
17622 [  8162] By: gsar                                  on 2000/12/18  00:25:43
17623         Log: always export Perl_deb() (it is required by re.xs whether
17624              Perl is built with or without -DDEBUGGING)
17625      Branch: maint-5.6/perl
17626            ! makedef.pl
17627 ____________________________________________________________________________
17628 [  8161] By: gsar                                  on 2000/12/18  00:23:38
17629         Log: integrate change#7414 from mainline
17630              
17631              Undo the basename() part of #7412 since the lib/basename
17632              tests would need upgrading too.
17633              
17634              squelch two tests in tr.t that rely on tr/// paranoia change
17635              that's not in 5.6.x
17636      Branch: maint-5.6/perl
17637            ! t/op/tr.t
17638           !> lib/File/Basename.pm
17639 ____________________________________________________________________________
17640 [  8160] By: gsar                                  on 2000/12/18  00:05:30
17641         Log: missing change in previous integrate
17642      Branch: maint-5.6/perl
17643           !> README.aix
17644 ____________________________________________________________________________
17645 [  8159] By: gsar                                  on 2000/12/18  00:03:38
17646         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
17647              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
17648              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
17649              7410..7413 from mainline
17650      Branch: maint-5.6/perl
17651           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
17652           +> t/lib/tie-splice.t
17653            - lib/unicode/Is/DCinital.pl
17654           !> (integrate 112 files)
17655 ____________________________________________________________________________
17656 [  8158] By: jhi                                   on 2000/12/17  23:04:24
17657         Log: Subject: [PATCHES] RE: perl@8150 
17658              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
17659              Date: Sun, 17 Dec 2000 21:46:39 +0100
17660              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
17661              
17662              Neither cygwin has a getpwuid() one can trust on.
17663      Branch: perl
17664            ! t/lib/glob-basic.t
17665 ____________________________________________________________________________
17666 [  8157] By: jhi                                   on 2000/12/17  23:01:54
17667         Log: More MAN.PODS => {} fixes.
17668      Branch: perl
17669            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
17670            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
17671            ! os2/OS2/REXX/Makefile.PL
17672 ____________________________________________________________________________
17673 [  8156] By: gsar                                  on 2000/12/17  22:49:13
17674         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
17675              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
17676              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
17677              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
17678              7201,7204 from mainline
17679      Branch: maint-5.6/perl
17680           !> (integrate 121 files)
17681 ____________________________________________________________________________
17682 [  8155] By: jhi                                   on 2000/12/17  22:30:58
17683         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
17684              From: "Craig A. Berry" <craigberry@mac.com>
17685              Date: Sun, 17 Dec 2000 13:09:28 -0600
17686              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
17687              
17688              MAN.PODS => ' ' is naughty.
17689      Branch: perl
17690            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
17691 ____________________________________________________________________________
17692 [  8154] By: nick                                  on 2000/12/17  22:07:13
17693         Log: MULTIPLICITY nit.
17694      Branch: perl
17695            ! mg.c
17696 ____________________________________________________________________________
17697 [  8153] By: gsar                                  on 2000/12/17  21:23:05
17698         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
17699              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
17700              from mainline
17701              
17702              Document the SvIOK_.*UV().
17703              
17704              Update Unicode todo list.
17705              
17706              Guard against bad string->int conversion for quads.
17707              
17708              Subject: small apidoc fix
17709              
17710              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
17711              
17712              Subject: [PATCH] Tied filehandle documentation
17713              
17714              Subject: [PATCH] Modernize Opcode.pm documentation
17715              
17716              Make Data::Dumper (non-XS) to work with changed semantics of ref().
17717              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
17718              [applied even though said semantics didn't change in 5.6.x]
17719              
17720              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
17721              
17722              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
17723              
17724              Fix the URL, but the server is still missing in action.
17725              Subject: [ID 20000905.002] perlfaq1.pod URL error
17726              
17727              Subject: [ID 20000903.001] \w in utf8-strings
17728              
17729              Fix the ccversion detection for 5.1 and beyond.
17730              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17731              
17732              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
17733              
17734              Subject: [ID 20000904.008] Tiny fix for perldiag
17735              
17736              Subject: Re: [ID 20000906.004] segfault with bad perl statement
17737              
17738              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17739              
17740              Subject: [ID 20000908.002] perlipc documentation bug.
17741              
17742              Subject: [PATCH lib/Benchmark.pm]
17743              
17744              Re-allow vec() for characters > 255.
17745              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
17746              
17747              Do away with memory models cruft.  Sorry, PDP users.
17748              
17749              Continue #7041.
17750              
17751              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
17752              
17753              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
17754              
17755              Upgrade to CPAN 1.57_65, from Andreas König.
17756              
17757              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
17758              by Russ Allbery.
17759              
17760              Silence t/pod/*.t about alternate quote-mappings now implemented
17761              by Pod::Text, from Brad Appleton.
17762              
17763              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
17764              Subject: borland C++ win32.c tweak
17765              
17766              C<@a = @b = split(...)> optimization coredumps under ithreads
17767              (missed a spot when fixing up op_pmreplroot hack for ithreads)
17768              
17769              Document the SvUTF8*().
17770              
17771              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
17772              
17773              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
17774              
17775              Do in VMS as the #7054 does.
17776              
17777              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
17778              
17779              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
17780              
17781              Subject: [patch: perl@7045] vms updates
17782              
17783              Test for the #7049.
17784              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
17785              
17786              Break up the myconfig lines a bit.
17787              Subject: perlbug/perl -V output format
17788              
17789              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
17790              
17791              The #7054 truncated Configure badly.
17792              
17793              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
17794              initialization in all the threads on Windows
17795              
17796              Allow for whitespace between "#" and "line" in cpp output.
17797              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
17798              
17799              Remove vestiges of tr//CU.
17800              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
17801              
17802              The return value of setlocale must be copied away.
17803              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
17804              
17805              Allow chop() and chomp() to be overridden.
17806              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
17807              
17808              Hints optimization.
17809              Subject: Minor nit
17810              
17811              Subject: [PATCH] de-wall t/README
17812              
17813              Subject: Re: Two advertising clauses need to be removed
17814      Branch: maint-5.6/perl
17815           !> (integrate 75 files)
17816 ____________________________________________________________________________
17817 [  8152] By: gsar                                  on 2000/12/17  20:30:11
17818         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
17819              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
17820              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
17821              
17822              Don't attach -ld to the archname if pointless.
17823              
17824              Document UNTIE in a very minimalistic way.
17825              
17826              POSIX doesn't report long double values under -Duselongdouble
17827              when the long doubles are "real" (bigger than doubles).
17828              
17829              More author updates.
17830              
17831              Try to deduce NV_MAX.  Really should be Configure fodder.
17832              
17833              :: not allowed in pathnames, change to .
17834              Subject: [PATCH perl@6938] cygwin port
17835              
17836              Forget about NV_MAX (#6951).  Various floating point tweaks,
17837              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
17838              
17839              Move the Solaris 7 scan to use64bitall, make the
17840              failure to find 64-bot sparc libc to mention the
17841              possibility of being in an intel, from Lupe and Alan.
17842              
17843              Regen perltoc.
17844              
17845              AUTHORS tweaks, from Peter Prymmer.
17846              
17847              More address tweaking.
17848              
17849              Small tweaks all over.
17850              
17851              File::Temp patches from Andreas König,
17852              
17853              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
17854              
17855              Subject: CPAN.pm beta 1.57_57 for the core
17856              
17857              Part of the solution.
17858              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
17859              
17860              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
17861              
17862              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
17863              
17864              Add the overload warnings to perldiag.
17865              
17866              Drop unused argument.
17867              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
17868              
17869              Subject: Nit in Configure (bleadperl@6961)
17870              
17871              Update to PodParser 1.18, from Brad Appleton.
17872              
17873              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
17874              
17875              Subject: [PATCH: 6948] add SCNfldbl to configure.com
17876              
17877              Document UNTIE. Also tweak implementation to suppress the 'inner references'
17878              warning when UNTIE exists and instead pass the cound of extra references to
17879              the UNTIE method.
17880              
17881              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
17882              so that case-ignoring systems like DCL can tell them from
17883              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
17884              
17885              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
17886              
17887              Feature ordering tweak.
17888              
17889              Regen perltoc.
17890              
17891              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
17892              
17893              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
17894              
17895              Subject: http:// in L<>
17896              
17897              Detypo.
17898              
17899              change#6791 accidentally clobbered change#6710, put it back
17900              
17901              Only the first line, thank you very much.
17902              
17903              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
17904              plus rework the http: spots as suggested by Tom Christiansen,
17905              plus regen perltoc.
17906              
17907              Undo part of change 6489 which looks like a bulk edit which
17908              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
17909              The supressing of main:: on return from select() is undesirable.
17910              
17911              Apparently avoiding the swapping is too costly.
17912              
17913              Various Configure nits by Philip Newton,
17914              plus the ebcdic one by me.
17915              
17916              Make certain cc is set before trying to run it.
17917              
17918              If overloaded %{} etc. return the object do not loop.
17919              Thus  sub deref { $_[0] } functions if object is wanted type.
17920              
17921              Update perlhist.
17922              
17923              More %{} and other deref special casing - do not pass to 'nomethod'.
17924      Branch: maint-5.6/perl
17925           !> (integrate 59 files)
17926 ____________________________________________________________________________
17927 [  8151] By: gsar                                  on 2000/12/17  19:14:38
17928         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
17929              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
17930              
17931              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
17932              
17933              Make the epsilon to be relative, not absolute.
17934              
17935              Put back the flags dump as reasoned in
17936              Subject: Re: [PATCH] Glob dumping
17937              
17938              Introduce ccname to keep track of what compiler kind of we have.
17939              
17940              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
17941              
17942              Put back the slice accidentally removed by #6907.
17943              
17944              Reset archname and archname64 always, forcing them be
17945              recomputed at each Configure run, make Configure and
17946              the hints files agree on the naming of largefiles variables.
17947              
17948              Don't say "Perl 5.0 source kit".
17949              
17950              Subject: [PATCH] fix misc cast warnings
17951              
17952              Subject: typos in pods
17953              
17954              NVs not necessarily doubles, as pointed out by Yitzchak.
17955              
17956              Subject: [PATCH 6889] add a few ldbl formats to configure.com
17957              
17958              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
17959              
17960              Better options for rsync.
17961              
17962              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
17963              
17964              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
17965              
17966              Subject: [PATCH] Re: UNTIE method 
17967              
17968              A better fix for the Socket building problem from Craig Berry.
17969              
17970              Retract the dummy test, skip the security tests (instead of failing),
17971              explain what the warnings mean.
17972              
17973              Heap decorruption.
17974              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
17975              
17976              Update to Unicode 3.0.1.
17977              
17978              Missed one Unicode file.
17979              
17980              Subject: Re: typos in pods
17981              
17982              The #6929 was too skimpy.
17983              
17984              sscanf() may be the only way to read long doubles from strings.
17985              
17986              Reveal Borland's isnan.
17987              Subject: build with BC++ tweak
17988              
17989              Issue useful diagnostic on unknown pod commands.
17990              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
17991              
17992              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
17993              
17994              Clarify the third case of ftmp-security warnings.
17995              
17996              Make -Dusemorebits find long doubles in Solaris.
17997              
17998              Wrap the test in eval.
17999      Branch: maint-5.6/perl
18000           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
18001           +> lib/unicode/PropList.txt lib/unicode/README.perl
18002           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18003           +> lib/unicode/Unicode.301 vms/vmspipe.com
18004            - lib/unicode/Props.txt lib/unicode/UCD300.html
18005            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18006           !> (integrate 305 files)
18007 ____________________________________________________________________________
18008 [  8150] By: jhi                                   on 2000/12/17  18:47:57
18009         Log: Uncheckedin generated files.
18010      Branch: perl
18011            ! global.sym perlapi.c pod/perlapi.pod
18012 ____________________________________________________________________________
18013 [  8149] By: jhi                                   on 2000/12/17  18:41:22
18014         Log: Update Changes.
18015      Branch: perl
18016            ! Changes patchlevel.h
18017 ____________________________________________________________________________
18018 [  8148] By: jhi                                   on 2000/12/17  18:39:16
18019         Log: Subject: [PATCH] Fcntl constants speedup
18020              From: Nicholas Clark <nick@ccl4.org>
18021              Date: Sun, 17 Dec 2000 16:29:24 +0000
18022              Message-ID: <20001217162924.E97668@plum.flirble.org>
18023              
18024              Use IVs for the Fcntl constants instead of NVs.
18025      Branch: perl
18026            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
18027 ____________________________________________________________________________
18028 [  8147] By: jhi                                   on 2000/12/17  18:33:41
18029         Log: Add test for #8145 (binmode() warning), add warning for
18030              ioctl() and sockpair(), document them. (fileno() cannot
18031              be tripwired with the same kind of warning because
18032              'defined fileno($foo)' seems to be an idiom.)
18033      Branch: perl
18034            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
18035 ____________________________________________________________________________
18036 [  8146] By: gsar                                  on 2000/12/17  18:09:08
18037         Log: update Changes
18038      Branch: maint-5.6/perl
18039            ! Changes
18040 ____________________________________________________________________________
18041 [  8145] By: jhi                                   on 2000/12/17  17:39:35
18042         Log: Subject: [PATCH] Re: The long awaited feature ...
18043              From: Simon Cozens <simon@cozens.net>
18044              Date: Sun, 17 Dec 2000 12:31:56 +0000
18045              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
18046              
18047              Add a warning to binmode() about using bad filehandles
18048              (can happen e.g. if someone forgets the filehandle argument)
18049      Branch: perl
18050            ! pp_sys.c
18051 ____________________________________________________________________________
18052 [  8144] By: jhi                                   on 2000/12/17  17:33:48
18053         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
18054              From: Jonathan Stowe <gellyfish@gellyfish.com>
18055              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
18056              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
18057      Branch: perl
18058            ! lib/Net/Ping.pm
18059 ____________________________________________________________________________
18060 [  8143] By: jhi                                   on 2000/12/17  05:31:37
18061         Log: Polymorphic regexps.
18062              
18063              Fixes at least the bugs 20001028.003 (both of them...) and
18064              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
18065              also to be fixed by now, probably already before this patch.
18066      Branch: perl
18067            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
18068            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
18069            ! t/op/utf8decode.t t/pragma/utf8.t
18070 ____________________________________________________________________________
18071 [  8142] By: jhi                                   on 2000/12/16  17:16:05
18072         Log: Subject: [patch perl@8102] dos/djgpp update
18073              From: Laszlo Molnar <ml1050@freemail.hu>
18074              Date: Sat, 16 Dec 2000 01:40:52 +0100
18075              Message-ID: <20001216014052.A335@freemail.hu>
18076      Branch: perl
18077            ! djgpp/config.over t/base/commonsense.t
18078 ____________________________________________________________________________
18079 [  8141] By: jhi                                   on 2000/12/16  17:09:27
18080         Log: Few uncheckedin files.
18081      Branch: perl
18082            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
18083 ____________________________________________________________________________
18084 [  8140] By: nick                                  on 2000/12/15  22:14:31
18085         Log: Integrate mainline
18086      Branch: perlio
18087           !> (integrate 53 files)
18088 ____________________________________________________________________________
18089 [  8139] By: jhi                                   on 2000/12/15  19:49:49
18090         Log: One more IVUV tweak from Nicholas Clark.
18091      Branch: perl
18092            ! sv.c
18093 ____________________________________________________________________________
18094 [  8138] By: jhi                                   on 2000/12/15  19:17:06
18095         Log: Return of the IVUV-preservation, now seems to be happy even
18096              in Digital UNIX (the broken strtoul brokenness detection
18097              seems to have been the fly in the ointment).
18098      Branch: perl
18099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18100            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
18101            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
18102            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
18103            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18104            ! vos/config.ga.h win32/config.bc win32/config.gc
18105            ! win32/config.vc
18106 ____________________________________________________________________________
18107 [  8137] By: jhi                                   on 2000/12/15  18:12:14
18108         Log: Metaconfig unit change for #8136.
18109      Branch: metaconfig
18110            ! U/modified/d_strtoul.U
18111      Branch: metaconfig/U/perl
18112            ! d_strtoull.U d_strtouq.U
18113 ____________________________________________________________________________
18114 [  8136] By: jhi                                   on 2000/12/15  18:11:35
18115         Log: I don't think it's sensible or portable to test the strtou*
18116              on /^-/ strings.
18117      Branch: perl
18118            ! Configure
18119 ____________________________________________________________________________
18120 [  8135] By: jhi                                   on 2000/12/15  17:18:49
18121         Log: Metaconfig unit change for #8134.
18122      Branch: metaconfig
18123            ! U/modified/d_strtoul.U
18124 ____________________________________________________________________________
18125 [  8134] By: jhi                                   on 2000/12/15  17:14:13
18126         Log: If longsize is 8 we don't need a LL suffix for integer constants.
18127      Branch: perl
18128            ! Configure config_h.SH
18129 ____________________________________________________________________________
18130 [  8133] By: jhi                                   on 2000/12/15  16:00:23
18131         Log: Update Changes.
18132      Branch: perl
18133            ! Changes patchlevel.h
18134 ____________________________________________________________________________
18135 [  8132] By: jhi                                   on 2000/12/15  15:44:16
18136         Log: Some compilers get huffy if you do not cast a const pointer
18137              to a non-const when assigning.
18138      Branch: perl
18139            ! gv.c
18140 ____________________________________________________________________________
18141 [  8131] By: jhi                                   on 2000/12/15  15:38:30
18142         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
18143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18144              Date: Fri, 15 Dec 2000 05:26:57 -0500
18145              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
18146      Branch: perl
18147            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
18148            ! t/pragma/overload.t
18149 ____________________________________________________________________________
18150 [  8130] By: jhi                                   on 2000/12/15  15:36:08
18151         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
18152              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18153              Date: Thu, 14 Dec 2000 22:02:43 -0500
18154              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
18155      Branch: perl
18156            ! gv.c perl.h
18157 ____________________________________________________________________________
18158 [  8129] By: jhi                                   on 2000/12/15  15:34:16
18159         Log: Subject: PATCH: h2xs nit
18160              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18161              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
18162              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
18163              
18164              Add a template README.
18165      Branch: perl
18166            ! utils/h2xs.PL
18167 ____________________________________________________________________________
18168 [  8128] By: jhi                                   on 2000/12/15  15:32:22
18169         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
18170      Branch: perl
18171            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
18172 ____________________________________________________________________________
18173 [  8127] By: jhi                                   on 2000/12/15  15:19:34
18174         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
18175              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18176              Date:     Thu, 14 Dec 2000 20:04:42 EST
18177              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
18178      Branch: perl
18179            ! ext/Opcode/Opcode.xs
18180 ____________________________________________________________________________
18181 [  8126] By: jhi                                   on 2000/12/15  15:17:49
18182         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
18183              From: Peter Prymmer <pvhp@forte.com>
18184              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
18185              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
18186      Branch: perl
18187            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
18188            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
18189            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
18190 ____________________________________________________________________________
18191 [  8125] By: jhi                                   on 2000/12/15  15:11:05
18192         Log: This seems to be a stage sane and stable enough to checkin.
18193              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
18194      Branch: perl
18195            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
18196            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
18197            ! t/op/cmp.t t/op/numconvert.t
18198 ____________________________________________________________________________
18199 [  8124] By: jhi                                   on 2000/12/15  04:20:26
18200         Log: Something is really wonky.
18201      Branch: perl
18202            ! sv.c
18203 ____________________________________________________________________________
18204 [  8123] By: jhi                                   on 2000/12/15  04:00:50
18205         Log: Fixes for the IV UV patches to compile in Digital UNIX.
18206      Branch: perl
18207            ! sv.c
18208 ____________________________________________________________________________
18209 [  8122] By: jhi                                   on 2000/12/15  02:53:40
18210         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
18211              From: "Craig A. Berry" <craigberry@mac.com>
18212              Date: Thu, 14 Dec 2000 19:10:49 -0600
18213              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
18214      Branch: perl
18215            ! vms/vms.c
18216 ____________________________________________________________________________
18217 [  8121] By: jhi                                   on 2000/12/15  02:50:00
18218         Log: Metaconfig changes for #8120.
18219      Branch: metaconfig
18220            + U/modified/d_strtoul.U
18221      Branch: metaconfig/U/perl
18222            ! d_strtoull.U d_strtouq.U
18223 ____________________________________________________________________________
18224 [  8120] By: jhi                                   on 2000/12/15  02:49:42
18225         Log: From: Nicholas Clark <nick@ccl4.org> 
18226              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
18227              Date: Thu, 14 Dec 2000 18:38:57 +0000
18228              Message-ID: <20001214183857.B97909@plum.flirble.org>
18229      Branch: perl
18230            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18231            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
18232            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18233            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18234            ! win32/config.gc win32/config.vc
18235 ____________________________________________________________________________
18236 [  8119] By: jhi                                   on 2000/12/14  23:40:58
18237         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
18238              From: Nicholas Clark <nick@ccl4.org>
18239              Date: Wed, 13 Dec 2000 20:08:50 +0000
18240              Message-ID: <20001213200849.B71166@plum.flirble.org>
18241      Branch: perl
18242            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
18243            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
18244 ____________________________________________________________________________
18245 [  8118] By: jhi                                   on 2000/12/14  22:46:26
18246         Log: Integrate perlio.
18247      Branch: perl
18248           !> MANIFEST ext/Encode/compile makedef.pl
18249 ____________________________________________________________________________
18250 [  8117] By: nick                                  on 2000/12/14  22:38:53
18251         Log: Win32 tweaks to get Encode to build
18252              - temp hack to makedef.pl till PerlIO is properly "exported".
18253              - MSVC dislikes  
18254              static encpage_t foo[];
18255              so make 'em extern for now.
18256      Branch: perlio
18257            ! ext/Encode/compile makedef.pl
18258 ____________________________________________________________________________
18259 [  8116] By: nick                                  on 2000/12/14  22:00:53
18260         Log: Document the new files
18261      Branch: perlio
18262            ! MANIFEST
18263 ____________________________________________________________________________
18264 [  8115] By: jhi                                   on 2000/12/14  21:58:01
18265         Log: MANIFEST new files of #8114.
18266      Branch: perl
18267            ! MANIFEST
18268 ____________________________________________________________________________
18269 [  8114] By: jhi                                   on 2000/12/14  21:50:49
18270         Log: Integrate perlio.
18271      Branch: perl
18272           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
18273           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18274           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
18275           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
18276           !> ext/Encode/Makefile.PL
18277 ____________________________________________________________________________
18278 [  8113] By: jhi                                   on 2000/12/14  21:48:49
18279         Log: The documentation part of the
18280              
18281              Subject: [ID 20001214.002] Net::Ping patch
18282              From: Jonathan Stowe <gellyfish@gellyfish.com>
18283              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
18284              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
18285              since the #7529 had already addressed the same problem.
18286      Branch: perl
18287            ! lib/Net/Ping.pm
18288 ____________________________________________________________________________
18289 [  8112] By: jhi                                   on 2000/12/14  21:42:57
18290         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
18291              From: Dominic Dunlop <domo@computer.org>
18292              Date: Tue, 12 Dec 2000 10:47:10 +0100
18293              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
18294              
18295              Document how elusive subroutines can be.
18296      Branch: perl
18297            ! pod/perlfunc.pod
18298 ____________________________________________________________________________
18299 [  8111] By: jhi                                   on 2000/12/14  21:38:05
18300         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
18301              From: Dominic Dunlop <domo@computer.org>
18302              Date: Thu, 14 Dec 2000 10:13:51 +0100
18303              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
18304      Branch: perl
18305            ! ext/POSIX/POSIX.pod
18306 ____________________________________________________________________________
18307 [  8110] By: jhi                                   on 2000/12/14  21:36:32
18308         Log: Subject: [patch] perlfaq7
18309              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
18310              Date: Thu, 14 Dec 2000 15:31:07 +0100
18311              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
18312      Branch: perl
18313            ! pod/perlfaq7.pod
18314 ____________________________________________________________________________
18315 [  8109] By: jhi                                   on 2000/12/14  21:29:20
18316         Log: Subject: [8104] Encode
18317              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18318              Date: Thu, 14 Dec 2000 14:49:34 +0100
18319              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
18320              
18321              Type casting for nervous compilers.
18322      Branch: perl
18323            ! ext/Encode/Encode.xs
18324 ____________________________________________________________________________
18325 [  8108] By: jhi                                   on 2000/12/14  21:26:17
18326         Log: Subject: [8104] DB_File
18327              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18328              Date: Thu, 14 Dec 2000 14:49:35 +0100
18329              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
18330              
18331              Type definition incorrect for DB 2.7.7.  Not known when it
18332              changed, so only changed it for a known revision.
18333      Branch: perl
18334            ! ext/DB_File/DB_File.xs
18335 ____________________________________________________________________________
18336 [  8107] By: jhi                                   on 2000/12/14  21:23:41
18337         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
18338              From: Peter Prymmer <pvhp@forte.com>
18339              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
18340              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
18341              
18342              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
18343      Branch: perl
18344            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18345            ! ext/Encode/Encode/posix-bc.enc
18346 ____________________________________________________________________________
18347 [  8106] By: nick                                  on 2000/12/14  20:36:13
18348         Log: "Cold" build correction to Encode's Makefile.PL
18349      Branch: perlio
18350            ! ext/Encode/Makefile.PL
18351 ____________________________________________________________________________
18352 [  8105] By: nick                                  on 2000/12/14  20:09:37
18353         Log: "Compiled" encodings.
18354              Correct replacement character in EBCDIC .enc files
18355              Add 0x7F to ASCII repertoire.
18356      Branch: perlio
18357            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18358            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
18359            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
18360            ! ext/Encode/Makefile.PL ext/Encode/compile
18361            ! ext/Encode/encengine.c ext/Encode/encode.h
18362 ____________________________________________________________________________
18363 [  8104] By: nick                                  on 2000/12/14  00:38:20
18364         Log: Integrate mainline
18365      Branch: perlio
18366           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
18367           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18368           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
18369           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
18370           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
18371           !> t/lib/db-hash.t t/lib/db-recno.t
18372 ____________________________________________________________________________
18373 [  8103] By: nick                                  on 2000/12/13  23:16:13
18374         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
18375              so far and so it does not get lost.
18376      Branch: perlio
18377            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
18378 ____________________________________________________________________________
18379 [  8102] By: jhi                                   on 2000/12/13  17:14:22
18380         Log: Update Changes.
18381      Branch: perl
18382            ! Changes patchlevel.h
18383 ____________________________________________________________________________
18384 [  8101] By: jhi                                   on 2000/12/13  16:53:41
18385         Log: Move the proto of start_glob() to a better place; regen api files.
18386      Branch: perl
18387            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
18388 ____________________________________________________________________________
18389 [  8100] By: jhi                                   on 2000/12/13  16:47:11
18390         Log: Metaconfig change for #8099.
18391      Branch: metaconfig
18392            ! U/modified/Head.U
18393 ____________________________________________________________________________
18394 [  8099] By: jhi                                   on 2000/12/13  16:46:48
18395         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
18396              From: Andy Dougherty <doughera@lafayette.edu>
18397              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
18398              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
18399      Branch: perl
18400            ! Configure
18401 ____________________________________________________________________________
18402 [  8098] By: jhi                                   on 2000/12/13  16:39:02
18403         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
18404              From: rspier@pobox.com (Robert Spier)
18405              Date: Tue, 12 Dec 2000 21:12:39 -0500
18406              Message-ID: <14902.56087.678086.725773@rls.cx>
18407              
18408              fastgetcwd is defined using a glob alias on a $^O dependent basis -
18409              and there was no default assignment or perl subroutine.
18410      Branch: perl
18411            ! lib/Cwd.pm
18412 ____________________________________________________________________________
18413 [  8097] By: jhi                                   on 2000/12/13  16:16:01
18414         Log: Subject: [PATCH] move startglob out of pp_hot.c
18415              From: Nicholas Clark <nick@ccl4.org>
18416              Date: Mon, 11 Dec 2000 23:16:39 +0000
18417              Message-ID: <20001211231638.A55550@plum.flirble.org>
18418      Branch: perl
18419            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
18420 ____________________________________________________________________________
18421 [  8096] By: jhi                                   on 2000/12/13  15:26:23
18422         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
18423              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18424              Date: Wed, 13 Dec 2000 14:01:37 +0100
18425              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
18426              
18427              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
18428              in turn requires libpthread in libswanted.
18429      Branch: perl
18430            ! hints/hpux.sh
18431 ____________________________________________________________________________
18432 [  8095] By: jhi                                   on 2000/12/12  19:51:05
18433         Log: The integration wars continue.
18434      Branch: perl
18435           !> sv.c
18436 ____________________________________________________________________________
18437 [  8094] By: jhi                                   on 2000/12/12  19:48:26
18438         Log: Subject: [PATCH perl@8070] DB_File-1.74  
18439              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
18440              Date: Mon, 11 Dec 2000 23:07:17 -0000
18441              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
18442      Branch: perl
18443            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18444            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18445            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
18446            ! t/lib/db-recno.t
18447 ____________________________________________________________________________
18448 [  8093] By: nick                                  on 2000/12/12  19:42:13
18449         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
18450      Branch: perlio
18451            ! sv.c
18452           !> lib/File/DosGlob.pm
18453 ____________________________________________________________________________
18454 [  8092] By: jhi                                   on 2000/12/12  19:28:11
18455         Log: Integrate perlio.
18456      Branch: perl
18457           !> sv.c
18458 ____________________________________________________________________________
18459 [  8091] By: nick                                  on 2000/12/12  18:49:45
18460         Log: Fix for Tk, and upgrading shared SVs.
18461      Branch: perlio
18462            ! sv.c
18463 ____________________________________________________________________________
18464 [  8090] By: jhi                                   on 2000/12/12  16:48:59
18465         Log: Subject: [PATCH] Re: Breadperl & Tk
18466              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18467              Date: Tue, 12 Dec 2000 14:48:27 GMT
18468              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
18469      Branch: perl
18470            ! sv.c
18471 ____________________________________________________________________________
18472 [  8089] By: jhi                                   on 2000/12/12  03:37:19
18473         Log: Subject: DosGlob.pm diff for bash style brace expansion.
18474              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
18475              Date: Fri, 8 Dec 2000 10:45:30 -0600
18476              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
18477      Branch: perl
18478            ! lib/File/DosGlob.pm
18479 ____________________________________________________________________________
18480 [  8088] By: nick                                  on 2000/12/11  23:59:59
18481         Log: Integrate mainline
18482      Branch: perlio
18483           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
18484           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18485           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
18486           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
18487           !> t/op/local.t t/pragma/warn/toke toke.c
18488 ____________________________________________________________________________
18489 [  8087] By: jhi                                   on 2000/12/11  23:20:23
18490         Log: Integrate perlio.
18491      Branch: perl
18492           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18493 ____________________________________________________________________________
18494 [  8086] By: jhi                                   on 2000/12/11  22:50:59
18495         Log: Tune further the OS detection of CGI.
18496      Branch: perl
18497            ! lib/CGI.pm
18498 ____________________________________________________________________________
18499 [  8085] By: nick                                  on 2000/12/11  22:50:46
18500         Log: Finish 1st pass of "encoding" layer e.g. :
18501              open($fh,"<encoding(iso8859-7)",$greek) || die;
18502      Branch: perlio
18503            ! ext/Encode/Encode.xs perlio.c perliol.h
18504 ____________________________________________________________________________
18505 [  8084] By: jhi                                   on 2000/12/11  22:32:06
18506         Log: Revert the -f ambiguousity patch, seems to cause
18507              too much hassle (the interpret -Q as a function
18508              where Q is not a known filetest part is left in).
18509      Branch: perl
18510            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
18511            ! toke.c
18512 ____________________________________________________________________________
18513 [  8083] By: jhi                                   on 2000/12/11  22:27:23
18514         Log: (accidentally empty check-in)
18515      Branch: perl
18516            ! lib/File/DosGlob.pm
18517 ____________________________________________________________________________
18518 [  8082] By: nick                                  on 2000/12/11  19:09:51
18519         Log: Restore mmap function (broken by tweaks to shared buffer
18520              layer for encode(xxxx)).
18521      Branch: perlio
18522            ! perlio.c
18523 ____________________________________________________________________________
18524 [  8081] By: jhi                                   on 2000/12/11  18:29:13
18525         Log: Subject: Re: The long awaited feature ...
18526              From: Simon Cozens <simon@cozens.net>
18527              Date: Mon, 11 Dec 2000 15:54:24 +0000
18528              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
18529              
18530              More io/utf8 tests.
18531      Branch: perl
18532            ! t/io/utf8.t
18533 ____________________________________________________________________________
18534 [  8080] By: jhi                                   on 2000/12/11  18:19:36
18535         Log: Subject: PATCH MakeMaker manpage clarification
18536              From: andreas.koenig@anima.de (Andreas J. Koenig)
18537              Date: 10 Dec 2000 20:46:13 +0100
18538              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
18539      Branch: perl
18540            ! lib/ExtUtils/MakeMaker.pm
18541 ____________________________________________________________________________
18542 [  8079] By: jhi                                   on 2000/12/11  15:35:07
18543         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
18544              From: Simon Cozens <simon@cozens.net>
18545              Date: Sun, 10 Dec 2000 19:06:19 +0000
18546              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
18547      Branch: perl
18548            ! ext/B/B/Deparse.pm t/lib/b.t
18549 ____________________________________________________________________________
18550 [  8078] By: jhi                                   on 2000/12/11  15:09:11
18551         Log: Subject: [PATCH] docs on NaN
18552              From: Nicholas Clark <nick@ccl4.org>
18553              Date: Mon, 11 Dec 2000 01:48:38 +0000
18554              Message-ID: <20001211014838.B99205@plum.flirble.org>
18555      Branch: perl
18556            ! pod/perlop.pod
18557 ____________________________________________________________________________
18558 [  8077] By: jhi                                   on 2000/12/11  15:02:21
18559         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
18560              From: Simon Cozens <simon@cozens.net>
18561              Date: Mon, 11 Dec 2000 01:21:45 +0000
18562              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
18563      Branch: perl
18564            ! pp.c pp_hot.c scope.c t/op/local.t
18565 ____________________________________________________________________________
18566 [  8076] By: nick                                  on 2000/12/10  20:43:32
18567         Log: Not merge worthy...
18568              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
18569              syntax is modelled on attributes.
18570              Untested fix for io/utf8 on Win32 etc.
18571              Very clumsy start to the encode layer.
18572      Branch: perlio
18573            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18574 ____________________________________________________________________________
18575 [  8075] By: jhi                                   on 2000/12/10  18:39:33
18576         Log: Darwin is not Windows.
18577      Branch: perl
18578            ! lib/CGI.pm
18579 ____________________________________________________________________________
18580 [  8074] By: jhi                                   on 2000/12/10  18:31:27
18581         Log: Subject: Ambiguous -%c() resolved as a file test
18582              From: "Paul Marquess" <Paul.Marquess@openwave.com>
18583              Date: Sun, 10 Dec 2000 15:35:07 -0000
18584              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
18585      Branch: perl
18586            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18587 ____________________________________________________________________________
18588 [  8073] By: jhi                                   on 2000/12/10  18:16:29
18589         Log: Subject: PATCH installperl misinformed 
18590              From: andreas.koenig@anima.de (Andreas J. Koenig)
18591              Date: 10 Dec 2000 13:01:32 +0100 
18592              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
18593      Branch: perl
18594            ! installperl
18595 ____________________________________________________________________________
18596 [  8072] By: jhi                                   on 2000/12/10  18:07:55
18597         Log: The walkoptree confusion rages; walkoptree() seems to be coming
18598              from B.xs, while walkoptree_slow() comes from B.pm.
18599      Branch: perl
18600            ! ext/B/B.pm
18601 ____________________________________________________________________________
18602 [  8071] By: nick                                  on 2000/12/10  11:45:47
18603         Log: Integrate mainline
18604      Branch: perlio
18605           +> t/base/commonsense.t
18606           !> (integrate 37 files)
18607 ____________________________________________________________________________
18608 [  8070] By: jhi                                   on 2000/12/10  04:46:21
18609         Log: Update Changes.
18610      Branch: perl
18611            ! Changes patchlevel.h
18612 ____________________________________________________________________________
18613 [  8069] By: jhi                                   on 2000/12/10  04:39:19
18614         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
18615              From: andreas.koenig@anima.de (Andreas J. Koenig)
18616              Date: 09 Dec 2000 17:14:25 +0100
18617              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
18618      Branch: perl
18619            + t/base/commonsense.t
18620            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
18621 ____________________________________________________________________________
18622 [  8068] By: jhi                                   on 2000/12/10  04:17:36
18623         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
18624              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18625              Date: Sat, 9 Dec 2000 16:47:22 -0000
18626              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
18627      Branch: perl
18628            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
18629            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
18630            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
18631            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
18632            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
18633            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
18634            ! t/lib/sdbm.t
18635 ____________________________________________________________________________
18636 [  8067] By: jhi                                   on 2000/12/10  03:52:02
18637         Log: Test case for #8066.
18638      Branch: perl
18639            ! t/op/misc.t
18640 ____________________________________________________________________________
18641 [  8066] By: jhi                                   on 2000/12/10  03:50:30
18642         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
18643              From: Simon Cozens <simon@cozens.net>
18644              Date: Sun, 10 Dec 2000 00:55:37 +0000
18645              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
18646      Branch: perl
18647            ! pp_sys.c
18648 ____________________________________________________________________________
18649 [  8065] By: jhi                                   on 2000/12/10  03:44:52
18650         Log: Test case for #8064.
18651      Branch: perl
18652            ! t/comp/proto.t
18653 ____________________________________________________________________________
18654 [  8064] By: jhi                                   on 2000/12/10  03:42:32
18655         Log: Subject: Re: prototype of substr
18656              From: Simon Cozens <simon@cozens.net>
18657              Date: Sun, 10 Dec 2000 00:13:33 +0000
18658              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
18659              
18660              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
18661      Branch: perl
18662            ! pp.c
18663 ____________________________________________________________________________
18664 [  8063] By: jhi                                   on 2000/12/10  03:39:42
18665         Log: Subject: [PATCH] perlguts.pod
18666              From: Simon Cozens <simon@cozens.net>
18667              Date: Sun, 10 Dec 2000 00:06:47 +0000
18668              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
18669              
18670              Documentation of the different types of ops,
18671              plus the functions in dump.c
18672      Branch: perl
18673            ! pod/perlguts.pod
18674 ____________________________________________________________________________
18675 [  8062] By: jhi                                   on 2000/12/10  03:30:04
18676         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
18677              From: Nicholas Clark <nick@talking.bollo.cx>
18678              Date: Sat, 09 Dec 2000 18:57:25 +0000
18679              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
18680              
18681              Be more robust in weird hostname setups.
18682      Branch: perl
18683            ! t/lib/net-hostent.t
18684 ____________________________________________________________________________
18685 [  8061] By: jhi                                   on 2000/12/10  03:28:21
18686         Log: Pacify fussy compiler. 
18687      Branch: perl
18688            ! pp_sys.c
18689 ____________________________________________________________________________
18690 [  8060] By: jhi                                   on 2000/12/10  02:52:46
18691         Log: Integrate perlio.
18692      Branch: perl
18693           !> pp_sys.c t/io/utf8.t
18694 ____________________________________________________________________________
18695 [  8059] By: nick                                  on 2000/12/09  23:40:14
18696         Log: read/sysread/recv should now be utf8 aware.
18697              Basic test for utf8 read.
18698      Branch: perlio
18699            ! pp_sys.c t/io/utf8.t
18700 ____________________________________________________________________________
18701 [  8058] By: jhi                                   on 2000/12/09  21:56:02
18702         Log: Integrate perlio.
18703      Branch: perl
18704           +> t/io/utf8.t
18705           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
18706 ____________________________________________________________________________
18707 [  8057] By: jhi                                   on 2000/12/09  21:53:35
18708         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
18709              From: Inaba Hiroto <inaba@st.rim.or.jp>
18710              Date: Sun, 10 Dec 2000 05:53:21 +0900
18711              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
18712              
18713              Tests for #8056.
18714      Branch: perl
18715            ! t/op/each.t
18716 ____________________________________________________________________________
18717 [  8056] By: jhi                                   on 2000/12/09  21:51:16
18718         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
18719              From: Inaba Hiroto <inaba@st.rim.or.jp>
18720              Date: Sat, 09 Dec 2000 18:02:00 +0900
18721              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
18722              
18723              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
18724      Branch: perl
18725            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
18726 ____________________________________________________________________________
18727 [  8055] By: nick                                  on 2000/12/09  20:11:48
18728         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
18729              than raw PerlIO_write() - does not seem to break any tests.
18730      Branch: perlio
18731            ! pp_sys.c
18732 ____________________________________________________________________________
18733 [  8054] By: nick                                  on 2000/12/09  19:47:30
18734         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
18735              (sysread, recv and write i.e. formats still to do...)
18736              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
18737              open($fh,">:utf8","name")
18738              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
18739              so no extra overhead is involved.
18740              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
18741              to a non-utf8 stream.
18742              Add initial io/utf8.t
18743              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
18744              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
18745              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
18746      Branch: perlio
18747            + t/io/utf8.t
18748            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
18749 ____________________________________________________________________________
18750 [  8053] By: nick                                  on 2000/12/09  19:26:37
18751         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
18752              was only testing this_utf8.
18753      Branch: perlio
18754            ! toke.c
18755 ____________________________________________________________________________
18756 [  8052] By: nick                                  on 2000/12/09  19:09:41
18757         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
18758              i.e. the output string has one, but don't mess with source assumption.
18759      Branch: perlio
18760            ! toke.c
18761 ____________________________________________________________________________
18762 [  8051] By: jhi                                   on 2000/12/09  16:55:17
18763         Log: Integrate perlio.
18764      Branch: perl
18765           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
18766           !> sv.c thrdvar.h util.c
18767 ____________________________________________________________________________
18768 [  8050] By: jhi                                   on 2000/12/09  16:48:07
18769         Log: Nits noticed by Peter Prymmer.
18770      Branch: perl
18771            ! lib/ExtUtils/MM_VMS.pm
18772 ____________________________________________________________________________
18773 [  8049] By: nick                                  on 2000/12/09  13:49:40
18774         Log: UTF8 output prework.
18775              - Store $\ and $, as SVs so they can have SvUTF8 flag
18776              - use do_print() rather than raw PerlIO_write() to print them.
18777      Branch: perlio
18778            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
18779            ! thrdvar.h util.c
18780 ____________________________________________________________________________
18781 [  8048] By: nick                                  on 2000/12/09  12:30:43
18782         Log: Integrate mainline.
18783      Branch: perlio
18784           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
18785           +> t/op/reverse.t
18786           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
18787           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18788           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
18789           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
18790           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
18791           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
18792 ____________________________________________________________________________
18793 [  8047] By: jhi                                   on 2000/12/09  00:23:27
18794         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
18795              From: Michael G Schwern <schwern@pobox.com>
18796              Date: Fri, 8 Dec 2000 14:43:04 -0600
18797      Branch: perl
18798            ! lib/ExtUtils/MM_VMS.pm
18799 ____________________________________________________________________________
18800 [  8046] By: jhi                                   on 2000/12/08  23:10:27
18801         Log: A missed check-in.
18802      Branch: perl
18803            ! lib/ExtUtils/Manifest.pm
18804 ____________________________________________________________________________
18805 [  8045] By: jhi                                   on 2000/12/08  21:57:12
18806         Log: (null check-in)
18807      Branch: perl
18808            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
18809 ____________________________________________________________________________
18810 [  8044] By: jhi                                   on 2000/12/08  21:11:06
18811         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
18812              at the final draft stage.
18813      Branch: perl
18814            + ext/Encode/Encode/iso8859-16.enc
18815            ! MANIFEST
18816 ____________________________________________________________________________
18817 [  8043] By: jhi                                   on 2000/12/08  16:39:04
18818         Log: Update Changes.
18819      Branch: perl
18820            ! Changes patchlevel.h
18821 ____________________________________________________________________________
18822 [  8042] By: jhi                                   on 2000/12/08  16:33:39
18823         Log: Do not return the Unicode replacement character if UTF-8
18824              decoding goes awry, it should be up to the caller to decide.
18825      Branch: perl
18826            ! pod/perlapi.pod utf8.c
18827 ____________________________________________________________________________
18828 [  8041] By: jhi                                   on 2000/12/08  16:22:28
18829         Log: metaconfig maintenance.
18830      Branch: metaconfig
18831            ! U/modified/stdchar.U
18832      Branch: metaconfig/U/perl
18833            + testsyml.U
18834 ____________________________________________________________________________
18835 [  8040] By: jhi                                   on 2000/12/08  16:03:08
18836         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
18837              From: sthoenna@efn.org
18838              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
18839              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
18840      Branch: perl
18841            ! Changes lib/ExtUtils/MM_OS2.pm
18842 ____________________________________________________________________________
18843 [  8039] By: jhi                                   on 2000/12/08  15:57:11
18844         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
18845              From: Simon Cozens <simon@cozens.net>
18846              Date: Fri, 8 Dec 2000 13:33:31 +0000
18847              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
18848              
18849              (The pp_hot part needed a rewrite.)
18850      Branch: perl
18851            ! doop.c pp_hot.c utf8.c
18852 ____________________________________________________________________________
18853 [  8038] By: jhi                                   on 2000/12/08  15:25:08
18854         Log: Subject: djSP
18855              From: Michael Stevens <michael@etla.org>
18856              Date: Wed, 6 Dec 2000 23:24:01 +0000
18857              Message-ID: <20001206232400.A21381@firedrake.org>
18858              
18859              Plus a note from Nick Ing-Simmons.
18860      Branch: perl
18861            ! pp.h
18862 ____________________________________________________________________________
18863 [  8037] By: jhi                                   on 2000/12/08  15:18:35
18864         Log: Filetype is text.
18865      Branch: perl
18866            ! t/op/utf8decode.t
18867 ____________________________________________________________________________
18868 [  8036] By: jhi                                   on 2000/12/08  03:31:27
18869         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
18870              From: Andy Dougherty <doughera@lafayette.edu>
18871              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
18872              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
18873              
18874              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
18875              From: Andy Dougherty <doughera@lafayette.edu>
18876              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
18877              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
18878      Branch: perl
18879            + ext/POSIX/hints/svr4.pl
18880            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
18881 ____________________________________________________________________________
18882 [  8035] By: jhi                                   on 2000/12/08  03:26:01
18883         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
18884              From: Andy Dougherty <doughera@lafayette.edu>
18885              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
18886              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
18887      Branch: perl
18888            ! t/README t/base/term.t
18889 ____________________________________________________________________________
18890 [  8034] By: jhi                                   on 2000/12/08  03:21:59
18891         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
18892              From: mjd@plover.com  
18893              Date: 7 Dec 2000 21:04:20 -0000
18894              Message-ID: <20001207210420.22282.qmail@plover.com>
18895              
18896              Plus -z doc.
18897      Branch: perl
18898            ! pod/perlfunc.pod
18899 ____________________________________________________________________________
18900 [  8033] By: jhi                                   on 2000/12/08  03:19:03
18901         Log: Use the UTF8 macros a bit.  They can't be used with abandon
18902              everywhere because we do generate illegal UTF-8 in some situations.
18903              This is of course naughty.
18904      Branch: perl
18905            ! pod/perlapi.pod utf8.c utf8.h
18906 ____________________________________________________________________________
18907 [  8032] By: jhi                                   on 2000/12/08  03:00:09
18908         Log: Out of sync?
18909      Branch: perl
18910            ! t/pragma/warn/utf8
18911 ____________________________________________________________________________
18912 [  8031] By: jhi                                   on 2000/12/08  02:22:39
18913         Log: Cnt spl.
18914      Branch: perl
18915            ! MANIFEST
18916 ____________________________________________________________________________
18917 [  8030] By: jhi                                   on 2000/12/08  01:23:54
18918         Log: Add test for reverse().
18919      Branch: perl
18920            + t/op/reverse.t
18921            ! MANIFEST
18922 ____________________________________________________________________________
18923 [  8029] By: jhi                                   on 2000/12/08  01:21:47
18924         Log: Integrate perlio.
18925      Branch: perl
18926           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
18927           !> perlio.c perlio.h perlsdio.h warnings.pl
18928 ____________________________________________________________________________
18929 [  8028] By: jhi                                   on 2000/12/08  01:19:08
18930         Log: Introduce macros for UTF8 decoding.
18931      Branch: perl
18932            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
18933 ____________________________________________________________________________
18934 [  8027] By: nick                                  on 2000/12/07  22:18:19
18935         Log: Integrate mainline
18936      Branch: perlio
18937           !> embed.pl pod/perlapi.pod utf8.c
18938 ____________________________________________________________________________
18939 [  8026] By: nick                                  on 2000/12/07  21:45:08
18940         Log: Various oddities p4 diff -se showed up
18941              Remove 'our' from warnings.pl
18942      Branch: perlio
18943            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
18944 ____________________________________________________________________________
18945 [  8025] By: nick                                  on 2000/12/07  21:43:32
18946         Log: Change PerlIO_(get|set)pos to take SV *
18947              Should fix, OS/2, VMS, (sfio??)
18948      Branch: perlio
18949            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
18950 ____________________________________________________________________________
18951 [  8024] By: jhi                                   on 2000/12/07  19:05:32
18952         Log: Document utf8_to_uv() better.
18953      Branch: perl
18954            ! pod/perlapi.pod utf8.c
18955 ____________________________________________________________________________
18956 [  8023] By: jhi                                   on 2000/12/07  18:23:47
18957         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
18958      Branch: perl
18959            ! embed.pl pod/perlapi.pod utf8.c
18960 ____________________________________________________________________________
18961 [  8022] By: jhi                                   on 2000/12/07  04:13:51
18962         Log: Integrate perlio.
18963      Branch: perl
18964           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
18965           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
18966           !> win32/makefile.mk
18967 ____________________________________________________________________________
18968 [  8021] By: nick                                  on 2000/12/07  00:28:14
18969         Log: Various attempts at MSVC debug - not sure what has
18970              changed but works now. 
18971              Seems atexit() _may_ work for DLLs built with MSVC so don't
18972              call cleanup that way.
18973      Branch: perlio
18974            ! perlio.c win32/makefile.mk
18975 ____________________________________________________________________________
18976 [  8020] By: nick                                  on 2000/12/06  19:57:20
18977         Log: Integrate mainline
18978      Branch: perlio
18979           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
18980           !> (integrate 75 files)
18981 ____________________________________________________________________________
18982 [  8019] By: nick                                  on 2000/12/06  19:28:21
18983         Log: Add useperlio to config.vc
18984              Turn off binmode in config_H.PL
18985              Regen all the config_H.xx
18986              Attempt to get debugging build with MSVC.
18987      Branch: perlio
18988            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18989            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
18990 ____________________________________________________________________________
18991 [  8018] By: nick                                  on 2000/12/06  19:21:57
18992         Log: Test various dup/external program options on all platforms.
18993      Branch: perlio
18994            ! t/io/dup.t
18995 ____________________________________________________________________________
18996 [  8017] By: nick                                  on 2000/12/06  19:20:47
18997         Log: Fix harness to be less picky
18998      Branch: perlio
18999            ! lib/Test/Harness.pm
19000 ____________________________________________________________________________
19001 [  8016] By: jhi                                   on 2000/12/06  16:45:12
19002         Log: Update Changes.
19003      Branch: perl
19004            ! Changes patchlevel.h
19005 ____________________________________________________________________________
19006 [  8015] By: jhi                                   on 2000/12/06  16:41:03
19007         Log: Test \x{...} with ord().
19008      Branch: perl
19009            ! t/op/ord.t
19010 ____________________________________________________________________________
19011 [  8014] By: jhi                                   on 2000/12/06  16:20:33
19012         Log: Test tweak because of #8013.
19013      Branch: perl
19014            ! t/lib/b.t
19015 ____________________________________________________________________________
19016 [  8013] By: jhi                                   on 2000/12/06  16:09:09
19017         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
19018              From: Michael G Schwern <schwern@pobox.com>
19019              Date: Tue, 5 Dec 2000 21:23:28 -0500
19020              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
19021              
19022              Carp::Heavy parts not very applicable because of recent changes.
19023      Branch: perl
19024            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
19025            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
19026            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
19027            ! lib/Exporter.pm lib/Exporter/Heavy.pm
19028            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
19029            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19030            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
19031            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
19032            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
19033            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
19034            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
19035            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
19036            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
19037            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
19038            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
19039            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
19040            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
19041            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
19042            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
19043            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
19044            ! warnings.pl
19045 ____________________________________________________________________________
19046 [  8012] By: jhi                                   on 2000/12/06  15:22:38
19047         Log: Subject: [PATCH] Re: New harness is failing things
19048              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19049              Date: Wed, 6 Dec 2000 13:00:30 GMT
19050              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
19051      Branch: perl
19052            ! lib/Test/Harness.pm
19053 ____________________________________________________________________________
19054 [  8011] By: jhi                                   on 2000/12/06  15:12:08
19055         Log: Subject: installhtml changes
19056              From: Michael Stevens <michael@etla.org>
19057              Date: Wed, 6 Dec 2000 13:15:53 +0000
19058              Message-ID: <20001206131553.A27317@firedrake.org>
19059      Branch: perl
19060            ! installhtml
19061 ____________________________________________________________________________
19062 [  8010] By: jhi                                   on 2000/12/06  15:06:05
19063         Log: Subject: the dTHR hits
19064              From: Michael Stevens <michael@etla.org>
19065              Date: Wed, 6 Dec 2000 12:06:03 +0000
19066              Message-ID: <20001206120603.A24581@firedrake.org>
19067              
19068              More, errrm, less dTHRs.
19069      Branch: perl
19070            ! bytecode.pl ext/B/B/C.pm
19071 ____________________________________________________________________________
19072 [  8009] By: jhi                                   on 2000/12/06  15:04:25
19073         Log: Subject: MakeMaker mailing list gone?
19074              From: Michael G Schwern <schwern@pobox.com>
19075              Date: Tue, 5 Dec 2000 19:29:59 -0500
19076              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
19077              
19078              The MakeMaker mailing list is dead, perlbug is the right
19079              address to report bugs.
19080      Branch: perl
19081            ! lib/ExtUtils/MakeMaker.pm
19082 ____________________________________________________________________________
19083 [  8008] By: jhi                                   on 2000/12/06  15:00:32
19084         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
19085              From: Michael G Schwern <schwern@pobox.com>
19086              Date: Tue, 5 Dec 2000 19:21:21 -0500
19087              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
19088              
19089              Add a default MANIFEST skip that ignores things like
19090              version control files, editor temporary files, and the Makefile.
19091      Branch: perl
19092            + lib/ExtUtils/MANIFEST.SKIP
19093            ! MANIFEST lib/ExtUtils/Manifest.pm
19094 ____________________________________________________________________________
19095 [  8007] By: jhi                                   on 2000/12/06  14:57:20
19096         Log: In Amiga more manual hackery of the scripts seems to be needed,
19097              from Jan-Erik Karlsson.  Why Configure does not get this right
19098              is unknown, may be shell-induced.
19099      Branch: perl
19100            ! README.amiga
19101 ____________________________________________________________________________
19102 [  8006] By: jhi                                   on 2000/12/05  23:53:12
19103         Log: Add TOPm1s to peek at the second topmost stack item.
19104      Branch: perl
19105            ! pp.h
19106 ____________________________________________________________________________
19107 [  8005] By: jhi                                   on 2000/12/05  23:13:55
19108         Log: Avaunt, you foul UTF-8 tests.
19109      Branch: perl
19110            ! t/op/ver.t t/pragma/utf8.t
19111 ____________________________________________________________________________
19112 [  8004] By: jhi                                   on 2000/12/05  23:09:54
19113         Log: Continue utf8 dispersal. 
19114      Branch: perl
19115            + t/op/concat.t
19116            ! MANIFEST t/pragma/utf8.t
19117 ____________________________________________________________________________
19118 [  8003] By: nick                                  on 2000/12/05  23:02:39
19119         Log: Integrate mainline.
19120      Branch: perlio
19121           +> t/op/length.t t/op/utf8decode.t
19122           !> (integrate 69 files)
19123 ____________________________________________________________________________
19124 [  8002] By: jhi                                   on 2000/12/05  22:59:28
19125         Log: Integrate perlio.
19126      Branch: perl
19127           !> iperlsys.h perl.c perlio.c win32/perllib.c
19128 ____________________________________________________________________________
19129 [  8001] By: nick                                  on 2000/12/05  22:07:52
19130         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
19131              - calloc/free suffer from damage on TerminateThread()
19132              - use PerlMemShared (as originally planned) now fixed
19133              - avoid doing anything important on DLL "detach".
19134      Branch: perlio
19135            ! perl.c perlio.c win32/perllib.c
19136 ____________________________________________________________________________
19137 [  8000] By: nick                                  on 2000/12/05  21:05:09
19138         Log: Fix gross PerlMemShared issue.
19139      Branch: perlio
19140            ! iperlsys.h
19141 ____________________________________________________________________________
19142 [  7999] By: jhi                                   on 2000/12/05  20:46:58
19143         Log: Test for Unicode (UTF-8) hash keys.
19144      Branch: perl
19145            ! t/op/each.t
19146 ____________________________________________________________________________
19147 [  7998] By: jhi                                   on 2000/12/05  20:30:35
19148         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
19149              is now always UTF-8), empty line cosmetics.
19150      Branch: perl
19151            ! t/pragma/utf8.t
19152 ____________________________________________________________________________
19153 [  7997] By: jhi                                   on 2000/12/05  20:15:40
19154         Log: Subject: Re: STRLEN - what?
19155              From: Andy Dougherty <doughera@lafayette.edu>
19156              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
19157              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
19158              
19159              Explain STRLEN.
19160      Branch: perl
19161            ! pod/perlguts.pod
19162 ____________________________________________________________________________
19163 [  7996] By: jhi                                   on 2000/12/05  20:13:34
19164         Log: Split off the UTF-8 decoder tests, make them to check also
19165              the error message.
19166      Branch: perl
19167            + t/op/utf8decode.t
19168            ! MANIFEST t/pragma/utf8.t utf8.c
19169 ____________________________________________________________________________
19170 [  7995] By: jhi                                   on 2000/12/05  16:39:47
19171         Log: Start migrating bits of pragma/utf8 to elsewhere
19172              (since the long term plan is to obsolete 'use utf8').
19173      Branch: perl
19174            + t/op/length.t
19175            ! MANIFEST t/pragma/utf8.t
19176 ____________________________________________________________________________
19177 [  7994] By: jhi                                   on 2000/12/05  16:30:21
19178         Log: Fix a manual edit typo from #7993, fix the message formatting
19179              for Unicode, add few our declarations.
19180      Branch: perl
19181            ! lib/Carp/Heavy.pm
19182 ____________________________________________________________________________
19183 [  7993] By: jhi                                   on 2000/12/05  16:09:15
19184         Log: Subject: Need help with warnings :-(
19185              From: "Ben Tilly" <ben_tilly@hotmail.com>
19186              Date: Tue, 05 Dec 2000 01:35:54 -0500
19187              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
19188              
19189              Subject: UPDATE: Carp/Heavy now passes all tests
19190              From: "Ben Tilly" <ben_tilly@hotmail.com>
19191              Date: Tue, 05 Dec 2000 07:59:41 -0500
19192              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
19193              
19194              The Brave New Carp.
19195      Branch: perl
19196            ! lib/Carp.pm lib/Carp/Heavy.pm
19197 ____________________________________________________________________________
19198 [  7992] By: jhi                                   on 2000/12/05  15:55:08
19199         Log: Subject: [PATCH perl@7979] cygwin port
19200              From: "Eric Fifer" <efifer@dircon.co.uk>
19201              Date: Tue, 5 Dec 2000 14:04:09 -0000
19202              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
19203      Branch: perl
19204            ! t/lib/net-hostent.t
19205 ____________________________________________________________________________
19206 [  7991] By: jhi                                   on 2000/12/05  15:52:34
19207         Log: Subject: Re: [PATCH] The largest hoax of all times?
19208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19209              Date: Tue, 5 Dec 2000 00:40:25 -0500
19210              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
19211              
19212              Subject: Re: [PATCH] The largest hoax of all times?
19213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19214              Date: Mon, 4 Dec 2000 23:55:53 -0500
19215              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
19216              
19217              Subject: Re: [PATCH] The largest hoax of all times?
19218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19219              Date: Tue, 5 Dec 2000 01:28:45 -0500
19220              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
19221              
19222              Fix the unpredictable order of DESTROYs.
19223      Branch: perl
19224            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
19225            ! sv.c sv.h t/op/ref.t
19226 ____________________________________________________________________________
19227 [  7990] By: jhi                                   on 2000/12/05  14:38:53
19228         Log: Subject: [PATCH] shrink pp_hot fractionally
19229              From: Nicholas Clark <nick@ccl4.org>
19230              Date: Tue, 5 Dec 2000 12:44:31 +0000
19231              Message-ID: <20001205124431.E74518@plum.flirble.org>
19232              
19233              Use report_evil_fh().
19234      Branch: perl
19235            ! opcode.pl opnames.h pp_hot.c util.c
19236 ____________________________________________________________________________
19237 [  7989] By: jhi                                   on 2000/12/05  14:21:27
19238         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
19239              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19240              Date: Mon, 04 Dec 2000 22:21:59 -0800
19241              Message-ID: <HmIL6gzkgepS092yn@efn.org>
19242              
19243              Harness shouldn't ignore responses like "ok 3\r\r\n".
19244      Branch: perl
19245            ! lib/Test/Harness.pm
19246 ____________________________________________________________________________
19247 [  7988] By: jhi                                   on 2000/12/05  13:51:28
19248         Log: Integrate the "skip" messages to explain().
19249      Branch: perl
19250            ! t/lib/syslfs.t t/op/lfs.t
19251 ____________________________________________________________________________
19252 [  7987] By: jhi                                   on 2000/12/05  12:34:54
19253         Log: The one that got away in #7984.
19254              
19255              Subject: Re: dTHR - what and why?
19256              From: Michael Stevens <michael@etla.org> 
19257              Date: Tue, 5 Dec 2000 11:15:52 +0000
19258              Message-ID: <20001205111552.A4647@firedrake.org>
19259      Branch: perl
19260            ! sv.h
19261 ____________________________________________________________________________
19262 [  7986] By: gsar                                  on 2000/12/05  09:14:44
19263         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
19264              due to the notorious GetFileType() bug in Windows 9x, which fstat()
19265              tickles)
19266      Branch: perl
19267            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
19268 ____________________________________________________________________________
19269 [  7985] By: jhi                                   on 2000/12/05  05:49:03
19270         Log: Integrate perlio.
19271      Branch: perl
19272           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
19273           !> win32/perlhost.h win32/perllib.c
19274 ____________________________________________________________________________
19275 [  7984] By: jhi                                   on 2000/12/05  05:48:16
19276         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
19277      Branch: perl
19278            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
19279            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
19280            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
19281            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
19282            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
19283            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
19284            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
19285            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
19286            ! win32/win32.c
19287 ____________________________________________________________________________
19288 [  7983] By: nick                                  on 2000/12/04  23:27:43
19289         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
19290      Branch: perlio
19291            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
19292            ! win32/perlhost.h win32/perllib.c
19293 ____________________________________________________________________________
19294 [  7982] By: jhi                                   on 2000/12/04  19:44:09
19295         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
19296              uncovered by #7980.
19297      Branch: perl
19298            ! op.c
19299 ____________________________________________________________________________
19300 [  7981] By: jhi                                   on 2000/12/04  19:42:07
19301         Log: Subject: [PATCH] Trivial dump.c feature
19302              From: Simon Cozens <simon@cozens.net>
19303              Date: Mon, 4 Dec 2000 18:08:38 +0000
19304              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
19305              
19306              Show whether a constant is UTF-8.
19307      Branch: perl
19308            ! dump.c
19309 ____________________________________________________________________________
19310 [  7980] By: jhi                                   on 2000/12/04  19:36:51
19311         Log: UTF-8 hash keys, patch from Inaba Hiroto.
19312      Branch: perl
19313            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
19314 ____________________________________________________________________________
19315 [  7979] By: jhi                                   on 2000/12/04  17:36:28
19316         Log: Update Changes.
19317      Branch: perl
19318            ! Changes patchlevel.h
19319 ____________________________________________________________________________
19320 [  7978] By: jhi                                   on 2000/12/04  16:42:17
19321         Log: Retract #7977, still too volatile (the euphemism of the day
19322              for unfinished and buggy :-)
19323      Branch: perl
19324            ! doop.c hv.c pp.c sv.h
19325 ____________________________________________________________________________
19326 [  7977] By: jhi                                   on 2000/12/04  16:25:15
19327         Log: (Retracted by #7978, too shaky yet.)
19328              
19329              Subject: Re: utf8 in hash keys, implementor missing
19330              From: Simon Cozens <simon@cozens.net>
19331              Date: Sat, 2 Dec 2000 19:49:35 +0000
19332              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
19333              
19334              The first step at UTF-8 hash keys.
19335      Branch: perl
19336            ! doop.c hv.c pp.c sv.h
19337 ____________________________________________________________________________
19338 [  7976] By: jhi                                   on 2000/12/04  16:13:53
19339         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
19340              From: sthoenna@efn.org
19341              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
19342              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
19343      Branch: perl
19344            ! os2/os2.c perlio.c
19345 ____________________________________________________________________________
19346 [  7975] By: jhi                                   on 2000/12/04  16:05:25
19347         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
19348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19349              Date: Thu, 30 Nov 2000 20:50:37 -0800
19350              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
19351      Branch: perl
19352            ! os2/os2.c
19353 ____________________________________________________________________________
19354 [  7974] By: jhi                                   on 2000/12/04  16:03:57
19355         Log: Subject: [PATCH] ++ 20% faster
19356              From: Nicholas Clark <nick@ccl4.org>
19357              Date: Mon, 4 Dec 2000 12:17:27 +0000
19358              Message-ID: <20001204121726.B52976@plum.flirble.org>
19359              
19360              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
19361      Branch: perl
19362            ! sv.c
19363 ____________________________________________________________________________
19364 [  7973] By: jhi                                   on 2000/12/04  16:00:48
19365         Log: 
19366              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
19367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19368              Date: Mon, 04 Dec 2000 12:30:45 +0100
19369              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
19370              
19371              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
19372              library (getprotobyname and getprotobynumber are outversioned by
19373              the same calls in libc, at least for xlc version 3.
19374      Branch: perl
19375            ! hints/aix.sh
19376 ____________________________________________________________________________
19377 [  7972] By: jhi                                   on 2000/12/04  02:58:31
19378         Log: Integrate perlio.
19379      Branch: perl
19380           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
19381           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
19382           !> win32/win32.h win32/win32iop.h win32/win32thread.h
19383 ____________________________________________________________________________
19384 [  7971] By: nick                                  on 2000/12/04  00:24:33
19385         Log: Quieten some noise in Win32 builds:
19386              - win32.h is included after <sys/socket.h>, so need to 
19387              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
19388              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
19389      Branch: perlio
19390            ! doio.c perl.h toke.c win32/win32.h
19391 ____________________________________________________________________________
19392 [  7970] By: nick                                  on 2000/12/03  22:57:46
19393         Log: PERL_IMPLICIT_SYS compiles but does not work.
19394      Branch: perlio
19395            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
19396            ! win32/perlhost.h win32/perllib.c win32/win32.h
19397            ! win32/win32iop.h win32/win32thread.h
19398 ____________________________________________________________________________
19399 [  7969] By: jhi                                   on 2000/12/03  22:12:58
19400         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
19401              used to swash_init(), makes regprop() dumps more informative
19402              (+utf8::IsAlpha, -utf8::IsDigit, for example).
19403      Branch: perl
19404            ! regcomp.c regexec.c
19405 ____________________________________________________________________________
19406 [  7968] By: jhi                                   on 2000/12/03  21:39:56
19407         Log: Implement ANYOFUTF8 regprop() dumping.
19408      Branch: perl
19409            ! regcomp.c
19410 ____________________________________________________________________________
19411 [  7967] By: jhi                                   on 2000/12/03  20:57:19
19412         Log: Make uv_to_utf8() to zero-terminate its output buffer,
19413              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
19414      Branch: perl
19415            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
19416 ____________________________________________________________________________
19417 [  7966] By: nick                                  on 2000/12/03  18:41:21
19418         Log: Integrate mainline (STDCHAR)
19419      Branch: perlio
19420           !> Configure t/pragma/utf8.t
19421 ____________________________________________________________________________
19422 [  7965] By: jhi                                   on 2000/12/03  17:58:20
19423         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
19424      Branch: perl
19425            ! t/pragma/utf8.t
19426 ____________________________________________________________________________
19427 [  7964] By: jhi                                   on 2000/12/03  17:35:56
19428         Log: Integrate perlio.
19429      Branch: perl
19430           !> iperlsys.h perlio.c
19431 ____________________________________________________________________________
19432 [  7963] By: jhi                                   on 2000/12/03  17:33:55
19433         Log: Metaconfig unit change for #7962.
19434      Branch: metaconfig
19435            ! U/modified/stdchar.U
19436 ____________________________________________________________________________
19437 [  7962] By: jhi                                   on 2000/12/03  17:33:27
19438         Log: Untangle the <stdio.h> #include nest for the stdchar test,
19439              from Andy Dougherty.
19440      Branch: perl
19441            ! Configure
19442 ____________________________________________________________________________
19443 [  7961] By: nick                                  on 2000/12/03  16:53:00
19444         Log: Make iperlsys.h vector stdio not PerlIO.
19445      Branch: perlio
19446            ! iperlsys.h perlio.c
19447 ____________________________________________________________________________
19448 [  7960] By: nick                                  on 2000/12/03  14:43:01
19449         Log: Integrate mainline
19450      Branch: perlio
19451           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
19452           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
19453 ____________________________________________________________________________
19454 [  7959] By: jhi                                   on 2000/12/03  08:16:36
19455         Log: Use DO_UTF8().
19456      Branch: perl
19457            ! op.c
19458 ____________________________________________________________________________
19459 [  7958] By: jhi                                   on 2000/12/02  18:33:05
19460         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19461              From: Mike Guy <mjtg@cam.ac.uk>         
19462              Date: Sat, 02 Dec 2000 17:27:13 +0000
19463              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
19464              
19465              An extraneous argument.
19466      Branch: perl
19467            ! toke.c
19468 ____________________________________________________________________________
19469 [  7957] By: jhi                                   on 2000/12/02  18:22:32
19470         Log: A missing hunk.
19471      Branch: perl
19472            ! t/lib/net-hostent.t
19473 ____________________________________________________________________________
19474 [  7956] By: jhi                                   on 2000/12/02  18:06:20
19475         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
19476              From: Nicholas Clark <nick@ccl4.org>
19477              Date: Sat, 2 Dec 2000 14:28:27 +0000
19478              Message-ID: <20001202142827.A12308@plum.flirble.org>
19479              
19480              Test robustness.
19481      Branch: perl
19482            ! t/lib/net-hostent.t
19483 ____________________________________________________________________________
19484 [  7955] By: jhi                                   on 2000/12/02  17:58:06
19485         Log: Metaconfig unit change for #7954.
19486      Branch: metaconfig
19487            ! U/modified/stdchar.U
19488 ____________________________________________________________________________
19489 [  7954] By: jhi                                   on 2000/12/02  17:54:32
19490         Log: An inconvenient hang would happen if the stdio _ptr wasn't
19491              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
19492              would be grepping stdin for all eternity for the _ptr.)
19493      Branch: perl
19494            ! Configure
19495 ____________________________________________________________________________
19496 [  7953] By: jhi                                   on 2000/12/02  00:07:15
19497         Log: Update Changes.
19498      Branch: perl
19499            ! Changes patchlevel.h
19500 ____________________________________________________________________________
19501 [  7952] By: jhi                                   on 2000/12/01  23:54:47
19502         Log: Subject: Re: long shell lines
19503              From: Andy Dougherty <doughera@lafayette.edu>
19504              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
19505              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
19506              
19507              Split overly long shell command lines.
19508      Branch: perl
19509            ! lib/ExtUtils/MM_Unix.pm
19510 ____________________________________________________________________________
19511 [  7951] By: jhi                                   on 2000/12/01  23:48:02
19512         Log: The metaconfig unit change for #7950.
19513      Branch: metaconfig
19514            + U/modified/stdchar.U
19515 ____________________________________________________________________________
19516 [  7950] By: jhi                                   on 2000/12/01  23:47:39
19517         Log: Try to find stdchar also from <stdio_impl.h>.
19518      Branch: perl
19519            ! Configure config_h.SH
19520 ____________________________________________________________________________
19521 [  7949] By: jhi                                   on 2000/12/01  23:46:45
19522         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19523              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19524              Date: Fri, 1 Dec 2000 16:26:08 -0500
19525              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
19526              
19527              Reword the diagnostic message.
19528      Branch: perl
19529            ! pod/perldiag.pod
19530 ____________________________________________________________________________
19531 [  7948] By: nick                                  on 2000/12/01  22:49:43
19532         Log: Integrate mainline (for s/y/m as sub names stuff).
19533      Branch: perlio
19534           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
19535           !> t/pragma/warn/toke toke.c
19536 ____________________________________________________________________________
19537 [  7947] By: jhi                                   on 2000/12/01  20:55:41
19538         Log: Integrate perlio.
19539      Branch: perl
19540           !> perlio.c perliol.h t/io/pipe.t
19541 ____________________________________________________________________________
19542 [  7946] By: jhi                                   on 2000/12/01  20:36:51
19543         Log: Upgrade to CPAN 1.59_51, from Andreas König.
19544      Branch: perl
19545            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19546 ____________________________________________________________________________
19547 [  7945] By: nick                                  on 2000/12/01  20:31:32
19548         Log: Integrate mainline
19549      Branch: perlio
19550           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
19551           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
19552           +> t/lib/net-hostent.t
19553           !> (integrate 35 files)
19554 ____________________________________________________________________________
19555 [  7944] By: jhi                                   on 2000/12/01  20:23:29
19556         Log: Some help for 20001130.011.  Now one gets warnings like
19557              "Ambiguous -f() resolved as a file test ..."
19558      Branch: perl
19559            ! pod/perldiag.pod t/pragma/warn/toke toke.c
19560 ____________________________________________________________________________
19561 [  7943] By: jhi                                   on 2000/12/01  19:44:44
19562         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
19563              that also breaks using them as methods. 
19564      Branch: perl
19565            ! pod/perldiag.pod t/op/misc.t toke.c
19566 ____________________________________________________________________________
19567 [  7942] By: nick                                  on 2000/12/01  17:56:46
19568         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
19569              Make 'unix' pass most tests
19570              - do unread by temporary push of layer ("pending") holding unread chars
19571              - fast_gets is now based on per-handle flag
19572              - relax one of io/pipe.t tests to allow print to fail and close to
19573              succeed so that it passes on unbuffered "unix" layer.
19574              Remaining fail is sporadic and a genuine race condition between
19575              parent/child in fork test.
19576      Branch: perlio
19577            ! perlio.c perliol.h t/io/pipe.t
19578 ____________________________________________________________________________
19579 [  7941] By: jhi                                   on 2000/12/01  15:28:58
19580         Log: (Retracted by #7943.)
19581              
19582              Reserve the short named string operator names.
19583      Branch: perl
19584            ! pod/perldiag.pod t/op/misc.t toke.c
19585 ____________________________________________________________________________
19586 [  7940] By: jhi                                   on 2000/12/01  06:45:53
19587         Log: Get the three different space character classes right under utf8.
19588      Branch: perl
19589            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
19590            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
19591            ! regexec.c t/op/pat.t utf8.c
19592 ____________________________________________________________________________
19593 [  7939] By: jhi                                   on 2000/12/01  03:26:26
19594         Log: Two more tests that make no sense in UTF-8 since the test
19595              data is not in UTF-8.
19596      Branch: perl
19597            ! t/op/regexp.t
19598 ____________________________________________________________________________
19599 [  7938] By: jhi                                   on 2000/12/01  03:20:39
19600         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
19601              should it be required inside regexen?
19602      Branch: perl
19603            ! regcomp.c t/op/regmesg.t
19604 ____________________________________________________________________________
19605 [  7937] By: jhi                                   on 2000/12/01  02:58:53
19606         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
19607              stored and restored, and thusly was trounced by the utf8 swash
19608              routines.
19609      Branch: perl
19610            ! regcomp.c
19611 ____________________________________________________________________________
19612 [  7936] By: jhi                                   on 2000/11/30  20:41:39
19613         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
19614              Why the different platforms behave so differently (core dump vs
19615              no core dump) on this bug is a but of a mystery, but if I had to
19616              guess I would mumble something like 'alignment'.
19617      Branch: perl
19618            ! sv.c
19619 ____________________________________________________________________________
19620 [  7935] By: jhi                                   on 2000/11/30  16:17:02
19621         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
19622              From: Robin Barker <rmb1@cise.npl.co.uk>
19623              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
19624              Date: Thu, 30 Nov 2000 14:27:12 GMT
19625      Branch: perl
19626            ! perlio.c toke.c
19627 ____________________________________________________________________________
19628 [  7934] By: jhi                                   on 2000/11/30  16:04:49
19629         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
19630      Branch: perl
19631            ! t/lib/net-hostent.t
19632 ____________________________________________________________________________
19633 [  7933] By: jhi                                   on 2000/11/30  06:07:26
19634         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
19635              From: Peter Prymmer <pvhp@forte.com>
19636              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
19637              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
19638              
19639              In VMS the localhost may be LOCALHOST.
19640      Branch: perl
19641            ! t/lib/net-hostent.t
19642 ____________________________________________________________________________
19643 [  7932] By: jhi                                   on 2000/11/30  01:11:11
19644         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
19645              From: Peter Prymmer <pvhp@forte.com>
19646              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
19647              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
19648              
19649              plus regen perlapi.pod.
19650      Branch: perl
19651            ! pod/perlapi.pod utf8.c
19652 ____________________________________________________________________________
19653 [  7931] By: jhi                                   on 2000/11/30  01:06:19
19654         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
19655              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19656              Date:     Wed, 29 Nov 2000 17:15:11 EST
19657              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
19658      Branch: perl
19659            ! t/lib/filter-util.pl t/lib/filter-util.t
19660 ____________________________________________________________________________
19661 [  7930] By: jhi                                   on 2000/11/29  18:51:55
19662         Log: Update Changes.
19663      Branch: perl
19664            ! Changes patchlevel.h
19665 ____________________________________________________________________________
19666 [  7929] By: jhi                                   on 2000/11/29  18:50:55
19667         Log: Update the va_copy() metaconfig unit.
19668      Branch: metaconfig/U/perl
19669            ! need_va_copy.U
19670 ____________________________________________________________________________
19671 [  7928] By: jhi                                   on 2000/11/29  17:50:43
19672         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
19673              From: Dominic Dunlop <domo@computer.org>
19674              Date: Tue, 28 Nov 2000 16:41:57 +0100
19675              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
19676              
19677              Patch to catch a core dump in the Configure va_copy test.
19678      Branch: perl
19679            ! Configure config_h.SH
19680 ____________________________________________________________________________
19681 [  7927] By: jhi                                   on 2000/11/29  17:31:59
19682         Log: Retract #7921, the patch shouldn't be needed.
19683      Branch: perl
19684            ! sv.c
19685 ____________________________________________________________________________
19686 [  7926] By: jhi                                   on 2000/11/29  17:01:41
19687         Log: Make the Class::Struct import() wiser.
19688      Branch: perl
19689            ! lib/Class/Struct.pm t/lib/class-struct.t
19690 ____________________________________________________________________________
19691 [  7925] By: jhi                                   on 2000/11/29  16:36:33
19692         Log: All the core library users of Class::Struct seem to be
19693              using "use Class::Struct 'struct';" instead of the bare
19694              "use Class::Struct;", which isn't documented in Class::Struct.
19695              This can't be right.
19696      Branch: perl
19697            ! lib/File/stat.pm
19698 ____________________________________________________________________________
19699 [  7924] By: jhi                                   on 2000/11/29  16:32:15
19700         Log: A test works better if it has the right 1..$n output.
19701      Branch: perl
19702            ! t/lib/class-struct.t
19703 ____________________________________________________________________________
19704 [  7923] By: jhi                                   on 2000/11/29  16:29:11
19705         Log: Forgot to MANIFEST the new Net::hostent test.
19706      Branch: perl
19707            ! MANIFEST
19708 ____________________________________________________________________________
19709 [  7922] By: jhi                                   on 2000/11/29  16:27:49
19710         Log: Integrate perlio.
19711      Branch: perl
19712           !> iperlsys.h perlio.c
19713 ____________________________________________________________________________
19714 [  7921] By: jhi                                   on 2000/11/29  16:27:10
19715         Log: (Retracted by #7927.)
19716              
19717              Subject: [PATCH] Is infinity a number?
19718              From: Simon Cozens <simon@cozens.net>
19719              Date: Wed, 29 Nov 2000 14:48:20 +0000
19720              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
19721      Branch: perl
19722            ! sv.c
19723 ____________________________________________________________________________
19724 [  7920] By: jhi                                   on 2000/11/29  16:23:02
19725         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
19726              From: rspier@pobox.com (Robert Spier)
19727              Date: Wed, 29 Nov 2000 02:17:49 -0500
19728              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
19729              
19730              Add a test for Net::hostent.
19731      Branch: perl
19732            + t/lib/net-hostent.t
19733 ____________________________________________________________________________
19734 [  7919] By: jhi                                   on 2000/11/29  16:21:31
19735         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
19736              add a test for Class::Struct.
19737      Branch: perl
19738            + t/lib/class-struct.t
19739            ! MANIFEST lib/Class/Struct.pm
19740 ____________________________________________________________________________
19741 [  7918] By: jhi                                   on 2000/11/29  15:48:40
19742         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
19743              From: rspier@pobox.com (Robert Spier)
19744              Date: Wed, 29 Nov 2000 02:25:39 -0500
19745              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
19746              
19747              More checking in case someone has broken their services or
19748              protocol databases.
19749      Branch: perl
19750            ! ext/Sys/Syslog/Syslog.pm
19751 ____________________________________________________________________________
19752 [  7917] By: jhi                                   on 2000/11/29  15:46:25
19753         Log: Subject: [PATCH] $^O  win32 -> MSWin32
19754              From: rspier@pobox.com (Robert Spier)
19755              Date: Wed, 29 Nov 2000 02:17:38 -0500
19756              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
19757              
19758              plus similar nits for vms, err, VMS, and UNICOS.
19759      Branch: perl
19760            ! t/lib/syslfs.t t/op/lfs.t
19761 ____________________________________________________________________________
19762 [  7916] By: jhi                                   on 2000/11/29  15:42:51
19763         Log: Subject: [PATCH] Tokeniser debugging
19764              From: Simon Cozens <simon@cozens.net>
19765              Date: Wed, 29 Nov 2000 14:15:45 +0000
19766              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
19767      Branch: perl
19768            ! perl.c perl.h pod/perlrun.pod toke.c
19769 ____________________________________________________________________________
19770 [  7915] By: jhi                                   on 2000/11/29  15:41:36
19771         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
19772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19773              Date: Wed, 29 Nov 2000 02:13:14 -0500
19774              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
19775              
19776              OUT keyword nits.
19777              
19778              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
19779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19780              Date: Wed, 29 Nov 2000 03:09:04 -0500
19781              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
19782              
19783              OUT and IN_OUT documentation.
19784      Branch: perl
19785            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19786 ____________________________________________________________________________
19787 [  7914] By: jhi                                   on 2000/11/29  03:35:01
19788         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
19789              From: John Tobey <jtobey@john-edwin-tobey.org>
19790              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
19791              Message-Id: <m140e1N-000FOoC@feynman.localnet>
19792              
19793              plus a performance speedup noticed by Sarathy.
19794      Branch: perl
19795            ! op.c
19796 ____________________________________________________________________________
19797 [  7913] By: jhi                                   on 2000/11/29  03:16:59
19798         Log: Use "1 while unlink" so that VMS gets clean, too.
19799      Branch: perl
19800            ! t/lib/filter-util.t
19801 ____________________________________________________________________________
19802 [  7912] By: jhi                                   on 2000/11/29  03:09:08
19803         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
19804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19805              Date: Tue, 28 Nov 2000 03:27:09 -0500
19806              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
19807      Branch: perl
19808            ! lib/ExtUtils/xsubpp
19809 ____________________________________________________________________________
19810 [  7911] By: jhi                                   on 2000/11/29  03:06:30
19811         Log: This should have been part of #7872: no need to scan UTF-8
19812              until eternity.
19813      Branch: perl
19814            ! utf8.c
19815 ____________________________________________________________________________
19816 [  7910] By: jhi                                   on 2000/11/29  02:50:04
19817         Log: One more perltie.pod nit from Casey R. Tweten.
19818      Branch: perl
19819            ! pod/perltie.pod
19820 ____________________________________________________________________________
19821 [  7909] By: jhi                                   on 2000/11/29  02:44:23
19822         Log: Document the known sprintf test failures, exact standard
19823              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
19824      Branch: perl
19825            ! pod/perldelta.pod t/op/sprintf.t
19826 ____________________________________________________________________________
19827 [  7908] By: jhi                                   on 2000/11/29  02:36:23
19828         Log: Add the Encoding table format documentation.
19829      Branch: perl
19830            + ext/Encode/Encode/EncodeFormat.pod
19831            ! MANIFEST
19832 ____________________________________________________________________________
19833 [  7907] By: jhi                                   on 2000/11/29  02:07:24
19834         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
19835              From: "Casey R. Tweten" <crt@kiski.net>
19836              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
19837              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
19838              
19839              Subject: Re: [PATCH] Updating perltie.pod for arrays
19840              From: "Casey R. Tweten" <crt@kiski.net>
19841              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
19842              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
19843      Branch: perl
19844            ! pod/perltie.pod
19845 ____________________________________________________________________________
19846 [  7906] By: nick                                  on 2000/11/28  22:40:59
19847         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
19848      Branch: perlio
19849            ! iperlsys.h perlio.c
19850 ____________________________________________________________________________
19851 [  7905] By: nick                                  on 2000/11/28  22:04:34
19852         Log: Integrate mainline
19853      Branch: perlio
19854           !> (integrate 39 files)
19855 ____________________________________________________________________________
19856 [  7904] By: jhi                                   on 2000/11/28  16:44:43
19857         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
19858              From: Nicholas Clark <nick@babyhippo.co.uk>
19859              Date: Tue, 28 Nov 2000 11:16:57 +0000
19860              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
19861      Branch: perl
19862            ! pod/perlipc.pod
19863 ____________________________________________________________________________
19864 [  7903] By: jhi                                   on 2000/11/28  16:40:31
19865         Log: Subject: [PATCH] Updating perltie.pod for arrays
19866              From: "Casey R. Tweten" <crt@kiski.net>
19867              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
19868              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
19869      Branch: perl
19870            ! pod/perltie.pod
19871 ____________________________________________________________________________
19872 [  7902] By: jhi                                   on 2000/11/28  16:39:37
19873         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
19874              From: Robin Barker <rmb1@cise.npl.co.uk>
19875              Date: Mon, 27 Nov 2000 17:56:44 GMT
19876              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
19877      Branch: perl
19878            ! pod/perlfunc.pod t/op/split.t
19879 ____________________________________________________________________________
19880 [  7901] By: jhi                                   on 2000/11/28  16:28:04
19881         Log: setmode() is a DOSish-only thing.
19882      Branch: perl
19883            ! perlio.c
19884 ____________________________________________________________________________
19885 [  7900] By: jhi                                   on 2000/11/28  16:21:46
19886         Log: Subject: [PATCH] perlcc.PL cleanups
19887              From: Simon Cozens <simon@cozens.net>
19888              Date: Tue, 28 Nov 2000 12:44:35 +0000
19889              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
19890      Branch: perl
19891            ! utils/perlcc.PL
19892 ____________________________________________________________________________
19893 [  7899] By: gsar                                  on 2000/11/28  06:32:55
19894         Log: reintegrate files missed by change#7895
19895      Branch: maint-5.6/perl
19896           +> ext/ByteLoader/bytecode.h utils/Makefile
19897            - utils/perlbc.PL
19898 ____________________________________________________________________________
19899 [  7897] By: gsar                                  on 2000/11/27  18:22:47
19900         Log: can't integrate these two files, for some reason
19901      Branch: maint-5.6/perl
19902            - ext/ByteLoader/bytecode.h utils/Makefile
19903 ____________________________________________________________________________
19904 [  7895] By: gsar                                  on 2000/11/27  18:11:21
19905         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
19906              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
19907              6757..6890,6892..6901 from mainline
19908              
19909              Bytecompiler patches from Benjamin Stuhl.
19910              
19911              More bytecompiler.
19912              
19913              Subject: [PATCH blead] B:: missing dependency
19914              
19915              Subject: [PATCH: 6757] configure.com updates and syslog build
19916              
19917              Long double Gconvert fixes from Yitzchak Scott-Thoennes
19918              and Spider Boardman.
19919              
19920              Subject: [PATCH blead] nextchar() abuse misses an optimisation
19921              
19922              Long double fixes from Spider Boardman.
19923              
19924              Make the selection of NVff et al stricter.
19925              
19926              cSVOPo_*v things index into the current PL_curpad
19927              under ithreads, which is different from the curpad
19928              used by the XSUB.  (In other words, the code as-is
19929              before this patch wouldn't work under ithreads.)
19930              
19931              Be portable.
19932              
19933              VMS MMS (make) wants null action.
19934              
19935              Mac and other portability updates from Chris Nandor.
19936              
19937              Storable support, v-version fixes.
19938              Subject: CPAN.pm beta for testing available
19939              
19940              Portability fix from Hugo van der Sanden.
19941              
19942              Bad makefile.
19943              
19944              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
19945              
19946              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
19947              
19948              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19949              
19950              Replace #6705 with a minimal doc patch.
19951              Subject: [PATCH 5.6.0] replace change #6705
19952              
19953              Drop the separate perlbc, perlcc -b should be enough.
19954              
19955              installperl couldn't tell whether it had run tests or not.
19956              Subject: [PATCH] Re: installperl and t/TEST
19957              
19958              Add silencer flags to installperl.
19959              Subject: [PATCH] Making installperl silent.
19960              
19961              Make "make install" by default silent.  A new "install-verbose"
19962              target is verbose.
19963              
19964              More liberal parsing of version numbers.
19965              Subject: Re: CPAN.pm beta for testing available
19966              
19967              Create directories in silence.
19968              Subject: [PATCH] Another silencer for MakeMaker
19969              
19970              DOS patches and portability/porting notes, from Tim Jenness.
19971              
19972              Make installman to recognize the silence flag -S.
19973              
19974              Actually do something with the silencer option.
19975              
19976              Continue silencing.
19977              
19978              Show the doc file, not the temp file.
19979              
19980              Regen perltoc.
19981              
19982              Subject: [PATCH] More silencing of installman.
19983              
19984              Better wording for the vec lvalue diagnostic.
19985              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19986              
19987              Subject: [PATCH: 6805] several more tweaks to configure.com
19988              
19989              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
19990              
19991              Missing parts of 
19992              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
19993              
19994              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
19995              (applied slightly modified)
19996              
19997              installperl --verbose and --silent.
19998              Subject: Re: [PATCH] More silencing of installman.
19999              
20000              Add install-silent target.
20001              
20002              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
20003              the problem reported in
20004              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
20005              
20006              Tweak the sfio/useperlio logic, hopefully as wished in
20007              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
20008              
20009              One forgotten file from #6816.
20010              
20011              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20012              
20013              Remove duplicately applied patch shards.
20014              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
20015              
20016              Support preserving extremely big/small angles.
20017              
20018              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20019              
20020              Subject: [PATCH] installation not quite silent yet.
20021              
20022              Update the test count.
20023              
20024              Use UVxf, PTR2UV, NVff.
20025              
20026              Document PTR2XX and INT2PTR.
20027              
20028              no-install target a la make -n.
20029              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
20030              
20031              grep -e isn't portable.
20032              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
20033              
20034              Can't get the test to reliably work thanks to the
20035              inaccurateness of floating point.  "Resolves" bug ids
20036              20000826.003, 20000826.009, 20000826.010,
20037              
20038              Subject: installman buglet
20039              
20040              DJGPP update from Laszlo Molnar.
20041              
20042              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20043              
20044              Passing -R in ldflags makes now it to appear in the default
20045              for lddlflags, just like with -L.
20046              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20047              
20048              Test nit.
20049              
20050              Use the actual thread type, not the pointer-to-struct.
20051              
20052              Provice virtual $Config{ccflags_nolargefiles} etc. 
20053              
20054              display_format used as a class method without arguments was broken,
20055              reported in
20056              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
20057              
20058              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
20059              
20060              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
20061              
20062              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
20063              
20064              opmini.o may be left around if a build is interrupted.
20065              
20066              Typo in #6858.
20067              
20068              Fix for ID 20000828.001, long doubles were not formatted
20069              correctly (showed up in $], which stopped installing perl).
20070              
20071              An attempt to fix the problem reported in
20072              Subject: Building perl@6856 using gcc/AIX 4.3.3 
20073              I can't test this properly since the gcc installation I have
20074              access to seems to be botched (gcc is calling the AIX cpp,
20075              a losing proposition...)
20076              
20077              Add -ld to archname on long tr...double platforms.
20078              
20079              Subject: hv.h Doc Patch
20080              
20081              Potential cruft.
20082              
20083              Subject: [PATCH bleedperl@6856] warnings fixes
20084              
20085              -S is the silent flag, -s is the strip flag.
20086              Subject: [PATCH] Re: [PATCH] make no-install          
20087              
20088              Take out the SUIDMAIL thing, that will not be
20089              a problem in 5.7.*.
20090              
20091              Subject: [PATCH bleedperl@6866] spellings
20092              
20093              Subject: [PATCH] Re: files not cleaned even by veryclean
20094              
20095              Use minimal @INC in tests, most of the time just '../lib',
20096              so that we simply can't pick up stuff from other Perls than
20097              the one we are testing.  Pointed out by
20098              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
20099              
20100              Update to Getopt::Long 2.24, from Johan Vromans.
20101              
20102              Fix for thinko in #6848.
20103              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
20104              
20105              Patches all over for people and the files they (hopefully) care about.
20106              
20107              Subject: Net::protoent does not export 'getproto'
20108              
20109              Missed a change in #6869.
20110              
20111              Subject: [PATCH] Warnings in B::Deparse
20112              
20113              Subject: [PATCH] Glob dumping
20114              
20115              Disable one of the tests for now.
20116              
20117              Disabling the one test is a bit tricky.
20118              
20119              Don't forget to tidy up.
20120              
20121              The #6881 removed one dump line.
20122              
20123              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
20124              
20125              Under usethreads the dumped variable is IN_PAD.
20126              Subject: Re: [PATCH] Glob dumping
20127              
20128              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
20129              
20130              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
20131              
20132              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
20133              
20134              Regen Configure for #6894.
20135              
20136              Subject: [PATCH: 6889] updates to perlebcdic.pod
20137              
20138              Undo namespace pollution of #6878.
20139              Subject: Re: Net::protoent does not export 'getproto'
20140              
20141              Admit that we are leaking scalars.
20142              
20143              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
20144      Branch: maint-5.6/perl
20145           !> (integrate 271 files)
20146 ____________________________________________________________________________
20147 [  7894] By: gsar                                  on 2000/11/27  16:00:34
20148         Log: a couple of nits
20149      Branch: maint-5.6/perl
20150            ! MANIFEST pp_sys.c
20151 ____________________________________________________________________________
20152 [  7893] By: gsar                                  on 2000/11/27  15:10:56
20153         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
20154              6740..6745,6747..6757,6760
20155              
20156              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
20157              
20158              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
20159              
20160              Doc nits spotted by Richard Soderberg.
20161              
20162              move WNOHANG definition to where other such things are
20163              
20164              Make $Config{byteorder} more magical so that it is
20165              dynamically computed: nice for 'fat binaries'.
20166              Subject: [PATCH]: default byteorder
20167              
20168              Subject: [PATCH] Cwd.pm now uses strict
20169              
20170              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
20171              
20172              Get -DLEAKTEST to compile (not necessarily to work, mind)
20173              Subject: [ID 20000724.006] -DLEAKTEST problem
20174              
20175              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
20176              
20177              Add perlebcdic from Peter Prymmer, regen toc.
20178              
20179              Don't propose using modules built for 5.005 if no binary
20180              compatibility with 5.005 is attempted.
20181              
20182              Do not use prototyping here.
20183              Subject: [ID 20000817.016] [PATCH] Peek.xs
20184              
20185              Document what the backtick returns if the command fails.
20186              
20187              Add byteorder to the myconfig output.
20188              
20189              Introduce NVef, NVff, and NVgf, use the middle one.
20190              (helps for lib/peek + Linux + long doubles)  Reported in
20191              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20192              Use NVs in POSIX math, not doubles.
20193              Subject: [ID 20000817.014] POSIX & modfl
20194              
20195              Subject: [PATCH 5.6.0+] newSVrv() memory leak
20196              
20197              The byteorder code in #6671 was wrong.
20198              
20199              Fix the lib/complex failure of
20200              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20201              Linux long double accuracy issue: something that
20202              when printed with %g looks like "2" but int() of it is 1.
20203              
20204              Propagate new Configure vars.
20205              
20206              Unbuffer the output.
20207              
20208              Subject: [PATCH] perltrap.pod spring cleaning
20209              
20210              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20211              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20212              
20213              Tiny Getopt::Long patch from Johan Vromans.
20214              
20215              Document code point which makes if (defined %stash::) to work
20216              (noted by Spider Boardman).
20217              
20218              Subject: [PATCH perl@6698] cygwin port
20219              
20220              Document the NDBM_File and ODBM_File as SDBM_File
20221              was documented in #6417.
20222              
20223              The new tests were missing from #6415.
20224              
20225              Add [[:blank:]] as suggested in
20226              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20227              (the [=cc=] has already been taken care of by #6439
20228              so the whole bug report can be closed)
20229              and make [[:space:]] to be equivalent to isspace(3)
20230              (as opposed to \s, which is isSPACE()).  The difference
20231              is that now [[:space:]] matches the mythical vertical tab,
20232              while \s doesn't.
20233              
20234              Don't eat leading os from index entries.
20235              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20236              
20237              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20238              
20239              Typo in pp_complement().
20240              Subject: [PATCH perl-current] Deparse
20241              
20242              Add warnif(), check warnings further up the stack,
20243              all the warnings functions now can take an optional object reference.
20244              Subject: [PATCH bleedperl@6691] warnings pragma update
20245              
20246              Fix a core dump in lib/selfloader under -DDEBUGGING.
20247              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20248              
20249              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20250              
20251              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20252              
20253              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20254              Put back the long double avoidance code to POSIX.xs
20255              because VMS seems to need it still.
20256              
20257              Introduce a 'veryclean' target that is like 'distclean'
20258              but also removes *~ and *.orig.
20259              
20260              Subject: [ID 20000817.023] endianness description in perlfunc.pod
20261              
20262              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20263              
20264              Let's try #6717 again.
20265              
20266              UTF8 concat fixes.
20267              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
20268              
20269              pp_open() could pass an uninitialized filename down to do_open9().
20270              
20271              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
20272              
20273              Update to CGI 2.72, from Lincoln Stein.
20274              
20275              Subject: [PATCH] Silence MakeMaker (Was: installman)
20276              
20277              Use temporary directory instead of current directory.
20278              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
20279              
20280              Document odd vs even subreleases and -Dusedevel.
20281              
20282              The veryclean target needs to clobber.
20283              
20284              Use File::Spec->tmpdir().
20285              
20286              Document the number of exponent digits.
20287              
20288              Mention perlebcdic and perlposix-bc.
20289              
20290              s/this one/the 5.6.0 release/
20291              
20292              The #6724 is here.
20293              
20294              The correct cleaning order is an art.
20295              
20296              small tweaks for change#6705: avoid C++ style comments in C code;
20297              use Perl's malloc API rather than the low level system one
20298              
20299              Array context keeps slithering in.
20300              
20301              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
20302              
20303              Subject: [PATCH] os2.c fix for use64bitint
20304              
20305              Update to Pod::LaTeX 0.53.
20306              Subject: [PATCH] lib/Pod/LaTeX.pm updates
20307              
20308              Document the endianness of Alpha more precisely.
20309              
20310              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
20311              
20312              Rename the macro argument because some preprocessors
20313              can't tell the difference and expand arguments also inside
20314              double quoted strings.
20315              
20316              free TLS slot properly on Windows
20317              
20318              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
20319              
20320              Unicos/mk requires elaborate paranoia.
20321              
20322              Tweak the floating point output routine preferences.
20323              
20324              Also under djgpp the timestamps are funky.
20325              
20326              Apply some PodParser 1.18 patches; the Pod/Find.pm
20327              patches cannot be applied since #6712 conflicts.
20328              
20329              Use PodParser 1.18 new test.
20330              
20331              A pod nit.
20332              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
20333              
20334              Be verydeepclean.
20335      Branch: maint-5.6/perl
20336           +> pod/perlebcdic.pod
20337           !> (integrate 106 files)
20338 ____________________________________________________________________________
20339 [  7892] By: jhi                                   on 2000/11/27  15:02:32
20340         Log: Update Changes.
20341      Branch: perl
20342            ! Changes patchlevel.h
20343 ____________________________________________________________________________
20344 [  7891] By: jhi                                   on 2000/11/27  14:57:23
20345         Log: Subject: Re: perlfaq style changes
20346              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20347              Date: Sat, 25 Nov 2000 23:32:26 -0800
20348              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
20349              
20350              plus a note from Ronald Kimball.
20351      Branch: perl
20352            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
20353 ____________________________________________________________________________
20354 [  7890] By: jhi                                   on 2000/11/27  14:53:14
20355         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
20356              From: Benjamin Holzman <bah@ecnvantage.com>
20357              Date: Sun, 26 Nov 2000 16:27:33 -0500
20358              Message-ID: <20001126162733.J25040@ecnvantage.com>
20359      Branch: perl
20360            ! gv.c
20361 ____________________________________________________________________________
20362 [  7889] By: jhi                                   on 2000/11/27  14:43:11
20363         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
20364              From: lvirden@cas.org
20365              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
20366              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
20367      Branch: perl
20368            ! README.amiga
20369 ____________________________________________________________________________
20370 [  7888] By: jhi                                   on 2000/11/27  14:32:34
20371         Log: Restore also the locale test to no-sprintf-taint state.
20372              Fixes the bug 20001127.003.
20373      Branch: perl
20374            ! sv.c t/pragma/locale.t
20375 ____________________________________________________________________________
20376 [  7887] By: gsar                                  on 2000/11/27  14:13:05
20377         Log: integrate changes#6613..6616,6620..6665 from mainline
20378              
20379              VMS configure.com update continues.
20380              
20381              Subject: Test fails / warnings with perl-current #6612
20382              
20383              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
20384              
20385              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20386              
20387              For now remove the mail code.
20388              
20389              Subject: Re: [PATCH] @+, @- readonly
20390              
20391              Subject: warning: storage class after type is obsolescent
20392              
20393              Subject: sfio2000
20394              
20395              Subject: Re: File::Temp problems on VMS in bleedperl
20396              
20397              README.os2 update.
20398              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
20399              
20400              Make the user to give up his firstborn, err, to knowingly
20401              verify installing an unstable developer release.  Also bump
20402              the release to 5.7.0, but leave a patch tag in the local
20403              patches saying that this is not yet the real thing.
20404              
20405              Update (kinda) to Test 1.14, from Joshua Pritikin.
20406              
20407              make ok etc also for win32.
20408              
20409              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
20410              
20411              Don't blow limited stacks, a lower number is enough to
20412              tickle the lookbehind limit.
20413              
20414              Use -Dusedevel; regen Configure and the respective Porting stuff.
20415              
20416              Subject: [PATCH] debugger exit code should reflect user exit code
20417              
20418              Subject: [PATCH perl@6620] cygwin port
20419              
20420              Missed a file from #6638.
20421              
20422              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)
20423              
20424              magic callbacks all need to have same type signature
20425              
20426              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
20427              
20428              Fix a dependency problem.
20429              Subject: [PATCH: 6640] VMS Makefile.SH update
20430              
20431              The numeric locale was reset to "C" by s?printf and never restored.
20432              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
20433              No test since adding the failing example to locale.t
20434              does not fail -- probably because the locale settings are so
20435              thoroughly tweaked by that time.  Running the example standalone
20436              does fail, though.  UPDATE: test case added at change #7540.
20437              
20438              Subject: [ID 20000324.040] minor fix to perlhpux.pod
20439              
20440              Update to CPAN 1.57.
20441              
20442              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
20443              
20444              Change the perlbug address to perl.org since it's more forgiving.
20445              
20446              Change the regx compilation error markers to use = instead of <
20447              since pod makes using the latter quite messy.  Reported in
20448              ID 20000814.006 by Abigail and in
20449              Subject: Unknown escape E<> ?
20450              
20451              Update to perldebtut 1.9, from Richard Foley.
20452              
20453              check that the number pseudo children doesn't exceed
20454              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
20455              the WaitForMultipleObjects() limit that would cause wait()
20456              to crash)
20457              wait() and waitpid() could potentially be rewritten to use
20458              more than one thread to do the waiting to eliminate this
20459              limitation
20460              
20461              change#6328 could make close(SOCKET) return false on windows
20462              when it shouldn't
20463              
20464              pod nit seen in passing
20465              
20466              on windows, the return values from wait() and waitpid() don't
20467              match those of pseudo-pids
20468              
20469              waitpid() now handles externally spawned pids correctly;
20470              fixes for backtick/wait/waitpid failures on Windows 9x
20471              these changes make the pid returned by process functions on
20472              Windows 9x always positive by clearing the high bit (which
20473              is always set on Win9x); pseudo-process PIDs are likewise
20474              always negative now on Win9x (just as on NT/2000)
20475              
20476              trailing new %ENV entries weren't being pushed into the real
20477              environment of subprocesses on Windows
20478              
20479              Tweak the regex compilation errors once more.
20480              
20481              avoid warnings from dense compiler
20482              
20483              add "ok" targets from change#6632 in makefile.mk
20484      Branch: maint-5.6/perl
20485            - lib/Pod/PlainText.pm vms/configure.com
20486           !> (integrate 66 files)
20487 ____________________________________________________________________________
20488 [  7886] By: jhi                                   on 2000/11/27  13:54:18
20489         Log: __FUNCTION__ isn't portable and trying to emulate it leads
20490              into practically spelling out the name of the function.
20491              Takes care of the bug 20001127.001.
20492      Branch: perl
20493            ! perlio.c
20494 ____________________________________________________________________________
20495 [  7885] By: gsar                                  on 2000/11/27  13:53:18
20496         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
20497              6610..6611 from mainline
20498              
20499              Make regular expression parse error messages easier to understand.
20500              Subject: Re: enhanced(?) regex error messages
20501              
20502              Tiny tidying on report_evil_fh().
20503              
20504              Subject: Re: enhanced(?) regex error messages 
20505              plus Capitalize the error messages, plus perldiag them.
20506              
20507              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
20508              
20509              Document here-doc better.
20510              
20511              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20512              
20513              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
20514              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
20515              (either perlbug or p5p ate the original), plus regen
20516              perlapi and perltoc. 
20517              
20518              Regen global.sym.
20519              
20520              Double check that we have a dirhandle.
20521              
20522              Subject: Re: enhanced(?) regex error messages
20523              (plus two small patches sent privately)
20524              (this still seems to leave few test failures)
20525              
20526              warn is a macro, avoid using at a variable to avoid warnings
20527              in some configurations; readdir.t is too conservative in
20528              estimating number of *.t's
20529              
20530              Get back into sync with Jeffrey on the enhanced regex warnings.
20531              
20532              Subject: [PATCH 5.6.0] cygwin port
20533              
20534              Zero entries were skipped, fix from Adrian Goalby
20535              <argoalby@yahoo.co.uk>
20536              
20537              Subject: Remove dead entry in perldiag
20538              
20539              Amend the description of Perl6.
20540              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
20541              
20542              detypo
20543              
20544              It's the 2ndO'ROSSC.
20545              
20546              Revert the sv.c part of #6559, a better fix is needed.
20547              
20548              Iterating perl6 description.
20549              
20550              Update to Term::ANSIColor 1.03, from Russ Allbery.
20551              
20552              Update to Getopt::Long 2.23_05, from Johan Vromans.
20553              
20554              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
20555              
20556              Update to Pod::Parser 1.17, from Brad Appleton.
20557              
20558              Update to CPAN 1.56, from Andreas König.
20559              
20560              Update to CGI 2.70, from Lincoln Stein.
20561              
20562              Put back the std @INC thing.
20563              
20564              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
20565              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
20566              
20567              Document the IO::Select timeout.
20568              
20569              sleep(1) does not necessarily return 1.
20570              Subject: [PATCH bleadperl] op/lex_assign.t  
20571              
20572              Subject: debugger "d" command doesnt check line number
20573              
20574              B::Deparse didn't do sub attributes.
20575              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20576              
20577              Preprocessing and postprocessing for File::Find.
20578              Subject: Patch to Find::File.pm to allow alphabetical results
20579              
20580              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
20581              
20582              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
20583              
20584              Subject: Re: [ID 20000730.003] utf8::length() bad
20585              
20586              Subject: Getting perlio and threads to compile
20587              (the Solaris version changes in Configure skipped)
20588              
20589              Tests for #6589.
20590              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20591              
20592              Add Perl debugging tutorial, regen toc. 
20593              Subject: perldebtut.pod
20594              
20595              Add a few missing files, update MANIFEST.
20596              
20597              Rewrite of vms/subconfigure.com as configure.com,
20598              from Peter Prymmer and the vmsperl crew.
20599              
20600              Should have deleted this in #6603.
20601              
20602              Fix the test for 5005threads.
20603              
20604              Fix-n-skip the tests under 5005threads.
20605              
20606              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
20607              
20608              Upgrade to CGI 2.71, from Lincoln Stein.
20609      Branch: maint-5.6/perl
20610           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
20611           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
20612           +> t/op/regmesg.t t/pod/find.t vms/configure.com
20613            - vms/subconfigure.com
20614            ! lib/lib.pm
20615           !> (integrate 115 files)
20616 ____________________________________________________________________________
20617 [  7884] By: jhi                                   on 2000/11/27  13:44:33
20618         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
20619              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20620              Date:     Mon, 27 Nov 2000 08:23:54 EST
20621              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
20622      Branch: perl
20623            ! vms/descrip_mms.template vms/test.com
20624 ____________________________________________________________________________
20625 [  7883] By: gsar                                  on 2000/11/27  11:50:46
20626         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
20627              6511..6513,6515..6523,6525..6536
20628              
20629              The swallow_bom() saga continues.  The #23 of require.t
20630              (UTF16-LE) still fails (silently, no output) but the #22
20631              (UTF16-BE) seems to be working now.  The root of the
20632              failure may be in sv_gets(): is it UTF-16LE-aware,
20633              especially when it comes to line endings? 
20634              
20635              Document the problem with -P in HP-UX and its workaround.
20636              
20637              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
20638              (aka ID 20000730.002)
20639              
20640              Subject: fix and question re: waitpid() under win32
20641              
20642              Make the safety catch for buggy gccs work with triple version
20643              numbers like 2.95.2.  Reported in
20644              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
20645              
20646              In Digital UNIX warn if gcc explicitly chosen because even
20647              2.95.2 is known to cause problems.
20648              
20649              Make chr() for values >127 to create utf8 when under utf8.
20650              
20651              various syntax errors and such (not fixed: comp/require.t#22 coredump
20652              on Windows)
20653              
20654              Stash away the largefiles flags and libswanted.
20655              
20656              BOM patching from Simon Cozens.
20657              
20658              If gccosandvers is equal to osname, clear gccosandvers.
20659              
20660              Make p4desc to skip non-mainperl branches by default.
20661              
20662              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
20663              
20664              The test from this
20665              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
20666              
20667              In new BSDs changes to argv[] do not show up in ps(1) output,
20668              instead one must use setproctitle().  This was already addressed
20669              by change #6457, but the below has a new variant for FreeBSD 4.0
20670              or later, and the matter is also documented more.
20671              
20672              FreeBSD 3.* updates from
20673              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
20674              
20675              regen_headers, regen perltoc.
20676              
20677              Document in one place the memory abstractions used in Perl core.
20678              
20679              memcpy has n o in it, as pinted ut by Sarathy.
20680              
20681              Remove the extraneous "main::" prefix from all the
20682              "opened only for", "on closed", and "never opened" warnings.
20683              
20684              The name of a filehandle does not have <these>.
20685              
20686              The tr utf8 patching continues.
20687              
20688              The new setproctitle() feature is available only in 
20689              bleeding edge FreeBSD.  From Paul Saab.
20690              
20691              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
20692              
20693              Dump UVs as UVs in Data::Dumper.
20694              
20695              detypo #6494
20696              
20697              Document the IVdf UVuf UVof UVxf.
20698              
20699              require.t needs binmode() to work on windows
20700              
20701              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
20702              that are hopefully soon put into use.
20703              
20704              Allow "no Module;" even if there is no 'unimport'.
20705              
20706              Better skip message for the test; one of the two problems in
20707              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
20708              
20709              The subtest 4 may fail also on VOBS, as pointed out
20710              by Nick Ing-Simmons in November 1999, bug id 19991124.003
20711              (but the failure in that bug report isn't the subtest 4).
20712              
20713              Be more informative on what is skipped and why,
20714              also repeat the list at the end.
20715              
20716              Add a URL for FSF.
20717              
20718              Subject: [PATCH] sv.h documentation - SvLEN
20719              
20720              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
20721              
20722              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
20723              
20724              Subject: [PATCH] bad cppsymbols on os2 + Configure question
20725              
20726              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
20727              
20728              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
20729              mention the idea of @( and @)
20730              
20731              This is 6512.  Really.
20732              
20733              Subject: [ID 19990721.004] Documentation bug in perlfunc
20734              
20735              Subject: Minor tweak to perlvar.pod
20736              
20737              In the warnings call filehandles consistently so;
20738              add "unopened" warning for stat().
20739              
20740              After the #6519 a warning about stat() is just that,
20741              not about a filetest, which now have their own warning.
20742              
20743              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
20744              
20745              Subject: Re: Array vs. List context
20746              
20747              Subject: New perlcc, take 2
20748              
20749              Weed buglets pointed out by
20750              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
20751              
20752              gcc versions might have (parentheses) in them.
20753              
20754              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
20755              
20756              Essential prototype changes were missing from #6527.
20757              Also make report_evil_fh() more bomb-proof.
20758              
20759              Zap lib/Sys directory when cleaning up.
20760              
20761              Change the Policy policy: now -Dprefix= with an existing
20762              Policy.sh and prefix == siteprefix == vendorprefix, then all
20763              of them follow along the new prefix.
20764              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
20765              
20766              Continue fixing the io warnings.  This also
20767              sort of fixes bug ID 20000802.003: the core dump
20768              is no more.  Whether the current behaviour is correct
20769              (giving a warning: "Not a format reference"), is another matter.
20770              
20771              Have symbols for the IoTYPEs.
20772              
20773              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
20774              
20775              Document a bit that UDP is not what you might think.
20776              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
20777              tr memory corruption fix from Simon Cozens.
20778              
20779              Plug the security hole described in the Aug 05 2000 bugtraq message
20780              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
20781              The security hole exists only in suidperls, which isn't
20782              installed or even built by default.
20783      Branch: maint-5.6/perl
20784           !> (integrate 71 files)
20785 ____________________________________________________________________________
20786 [  7882] By: gsar                                  on 2000/11/27  10:25:36
20787         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
20788              from mainline
20789              
20790              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
20791              to be fatal errors (instead of by default ignoring them, and
20792              ignoring with a bug: even though -w gave an error, the opening [
20793              was left in)  Reported in:
20794              
20795              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
20796              
20797              Subject: [PATCH] split /^/
20798              
20799              MacOS nits from Matthias Neeracher.
20800              
20801              More split() doc and test patches from Mike Guy.
20802              
20803              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
20804              from Graham Barr in the module list.
20805              
20806              docfix from Peter Scott <Peter@PSDT.com>.
20807              
20808              File::Temp patches for VMS and OS/2 from Tim Jenness.
20809              
20810              open() wariness in perlbug.
20811              
20812              Subject: [PATCH] minor doc change - perlguts
20813              
20814              Subject: Minor doc patch: handy.h
20815              
20816              Be wary of close()s, too.
20817              
20818              Further File::Temp patches from Yitzchak Scott-Thoennes
20819              and Craig A. Berry.
20820              
20821              Subject: [PATCH] fixes bug 20000508.004
20822              
20823              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
20824              
20825              Allow "no AutoLoader;", based on change #6444,
20826              suggested by Graham Barr.
20827              
20828              Use setproctitle() if available to modify $0.
20829              
20830              Warn if the version of the operating system used to compile gcc
20831              differs from the current version of the operating system.
20832              Also display the gcc compilation os and version in myconfig.
20833              Inspiration from
20834              
20835              Tiny fixes for #6460.
20836              
20837              The problem described in this
20838              Subject: [ID 20000322.018] named chars aren't magical enough
20839              has been fixed in perl 5.6.0 but just in case added a test
20840              to keep it away.  (The report from Joseph Hall.)
20841              
20842              Tune the comments and hopefully stop a memory leak.
20843              
20844              Subject: UTF8 concat
20845              (with a memory leak fixed, plus a few casts added)
20846              This also seems to help for
20847              Subject: [ID 20000716.015] join UTF8 weirdness
20848              
20849              Do not upgrade SVs into utf8 just because they participate
20850              in eq or cmp.  Reported and fix suggested in
20851              Subject: [ID 20000720.009] sv_eq UTF8 bug
20852              
20853              Fix the HALF_UPGRADE() macro introduced in #6263.
20854              
20855              Find green threads before native threads.
20856              Subject: Re: Patch to jpl/JNI/Makefile.PL
20857      Branch: maint-5.6/perl
20858           !> (integrate 30 files)
20859 ____________________________________________________________________________
20860 [  7881] By: jhi                                   on 2000/11/27  05:48:41
20861         Log: It seems that *both* the unused submatch loop cleanup
20862              codes are needed.
20863      Branch: perl
20864            ! regexec.c
20865 ____________________________________________________________________________
20866 [  7880] By: jhi                                   on 2000/11/27  04:50:07
20867         Log: Clean .exists deeper.
20868      Branch: perl
20869            ! Makefile.SH
20870 ____________________________________________________________________________
20871 [  7879] By: jhi                                   on 2000/11/27  02:31:35
20872         Log: The code in regcppop() (see #7878) contains the correct lower
20873              limit for the unused submatch 'cleanup' loop so that under
20874              "use utf8" the following code wouldn't dump core:
20875              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
20876              the cleanup loop in regtry() stomped beyond allocated area
20877              in the startp[] array.  Therefore, copied the correct lower
20878              loop limit (*PL_reglastparen) to regtry().  Note: something
20879              may still not be quite right: why was the _higher_ loop limit
20880              (prog->nparens) different in the utf8 case?
20881              
20882              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
20883              without core dumps, there were about 17 of them before
20884              the patch (with us since Perl 5.7.0).  Two failures, still:
20885              496 and 505 (though these may not be severe).
20886              
20887              Patch #7881 is also needed since both the cleanup loops
20888              seem to be needed.
20889              
20890              Also, the t/op/pat#44 seems to core dump under utf8.
20891              Plus a couple of failures.  UGH-8.
20892      Branch: perl
20893            ! regexec.c
20894 ____________________________________________________________________________
20895 [  7878] By: jhi                                   on 2000/11/27  02:21:17
20896         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
20897              the code in regcppop() seems to be redundant for the test suite --
20898              but it contains a germ of truth, and it needed for the build
20899              process itself: see #7879 and #7881.
20900      Branch: perl
20901            ! regexec.c
20902 ____________________________________________________________________________
20903 [  7877] By: jhi                                   on 2000/11/27  01:53:09
20904         Log: Comment on comment.
20905      Branch: perl
20906            ! regexec.c
20907 ____________________________________________________________________________
20908 [  7876] By: jhi                                   on 2000/11/27  00:49:59
20909         Log: Adjust the docs to agree with #7875.
20910      Branch: perl
20911            ! pod/perllocale.pod
20912 ____________________________________________________________________________
20913 [  7875] By: jhi                                   on 2000/11/27  00:49:27
20914         Log: Retract #7863.  It makes more sense not to taint formatted output,
20915              not even by sprintf().
20916      Branch: perl
20917            ! sv.c
20918 ____________________________________________________________________________
20919 [  7874] By: jhi                                   on 2000/11/26  23:36:02
20920         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
20921              Not really fixed (should really dump the UTF-8 charclass),
20922              but stopped displaying the garbage.
20923              
20924              Also add a note on the (missing) Unicode PSXSPC and BLANK.
20925      Branch: perl
20926            ! regcomp.c
20927 ____________________________________________________________________________
20928 [  7873] By: jhi                                   on 2000/11/26  21:31:13
20929         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
20930      Branch: perl
20931            ! regexec.c
20932 ____________________________________________________________________________
20933 [  7872] By: jhi                                   on 2000/11/26  21:06:04
20934         Log: No need to scan till infinity, 13 is enough.
20935      Branch: perl
20936            ! handy.h utf8.c
20937 ____________________________________________________________________________
20938 [  7871] By: jhi                                   on 2000/11/26  20:20:32
20939         Log: Test line numbers are different with utf8.
20940      Branch: perl
20941            ! t/op/re_tests
20942 ____________________________________________________________________________
20943 [  7870] By: jhi                                   on 2000/11/26  20:10:12
20944         Log: Message nit.
20945      Branch: perl
20946            ! regcomp.c
20947 ____________________________________________________________________________
20948 [  7869] By: jhi                                   on 2000/11/26  19:01:05
20949         Log: Make utf8_length() and utf8_distance() (the latter of which
20950              is unused at the moment) to be less forgiving about bad UTF-8.
20951      Branch: perl
20952            ! embed.h embed.pl objXSUB.h proto.h utf8.c
20953 ____________________________________________________________________________
20954 [  7868] By: jhi                                   on 2000/11/26  18:45:56
20955         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
20956              From: Benjamin Holzman <bah@ecnvantage.com>
20957              Date: Sat, 25 Nov 2000 20:40:20 -0500       
20958              Message-ID: <20001125204020.A25040@ecnvantage.com>              
20959              
20960              Debian allows installing /usr/bin/locale without installing
20961              any locales, an error message will ensue.
20962      Branch: perl
20963            ! t/pragma/locale.t
20964 ____________________________________________________________________________
20965 [  7867] By: jhi                                   on 2000/11/26  18:31:12
20966         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
20967              From: Benjamin Holzman <bah@ecnvantage.com>
20968              Date: Sun, 26 Nov 2000 02:42:34 -0500
20969              Message-ID: <20001126024234.G25040@ecnvantage.com>
20970              
20971              Patch for the bug 20000212.002.
20972      Branch: perl
20973            ! sv.c t/op/array.t
20974 ____________________________________________________________________________
20975 [  7866] By: jhi                                   on 2000/11/26  18:28:09
20976         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
20977              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20978              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
20979              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
20980              
20981              File::Temp 0.11.
20982      Branch: perl
20983            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
20984 ____________________________________________________________________________
20985 [  7865] By: jhi                                   on 2000/11/26  18:24:22
20986         Log: The metaconfig unit change for #7864.
20987      Branch: metaconfig/U/perl
20988            ! need_va_copy.U
20989 ____________________________________________________________________________
20990 [  7864] By: jhi                                   on 2000/11/26  18:23:41
20991         Log: Make the va_copy() test not to be so talkative.
20992      Branch: perl
20993            ! Configure config_h.SH
20994 ____________________________________________________________________________
20995 [  7863] By: jhi                                   on 2000/11/26  18:11:02
20996         Log: Fix locale inconsistencies unearthed by Hugo's work.
20997              Now the floating point sprintf really does taint the result
20998              string as perllocale promises (has promised for a long time)
20999              if "use locale" is in the lexical scope.
21000      Branch: perl
21001            ! sv.c t/pragma/locale.t
21002 ____________________________________________________________________________
21003 [  7862] By: jhi                                   on 2000/11/26  00:35:15
21004         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
21005              From: Nicholas Clark <nick@ccl4.org>
21006              Date: Sun, 26 Nov 2000 00:07:50 +0000
21007              Message-ID: <20001126000750.A22446@plum.flirble.org>
21008              
21009              Infinit.
21010      Branch: perl
21011            ! sv.c
21012 ____________________________________________________________________________
21013 [  7861] By: jhi                                   on 2000/11/26  00:01:26
21014         Log: Integrate perlio.
21015      Branch: perl
21016           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
21017 ____________________________________________________________________________
21018 [  7860] By: nick                                  on 2000/11/25  22:04:17
21019         Log: Correct relative path from new ext\Filter\Util\Call location
21020              back to miniperl.
21021      Branch: perlio
21022            ! win32/makefile.mk
21023 ____________________________________________________________________________
21024 [  7859] By: nick                                  on 2000/11/25  21:26:54
21025         Log: Integrate mainline.
21026      Branch: perlio
21027           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21028           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21029           +> t/lib/filter-util.t
21030            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21031            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21032            - t/lib/filt-util.t
21033           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
21034           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21035           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
21036           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
21037           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
21038           !> win32/makefile.mk
21039 ____________________________________________________________________________
21040 [  7858] By: gsar                                  on 2000/11/25  20:52:17
21041         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
21042              parent's memory; fix it by keeping track of the actual pad
21043              offset rather than a raw pointer (this change is probably also
21044              relevant to non-ithreads case to avoid fallout from reallocs of
21045              the pad array, but is currently only enabled for the ithreads
21046              case in the interests of minimal disruption to existing "well
21047              tested" code)
21048      Branch: perl
21049            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
21050            ! proto.h scope.c scope.h sv.c t/op/fork.t
21051 ____________________________________________________________________________
21052 [  7857] By: nick                                  on 2000/11/25  20:01:28
21053         Log: All tests pass on Win32/gcc/USE_PERLIO.
21054              - when crlf layer is pushed make unix-level binary.
21055              - remove :crlf injection in pp_backtick in pp_sys.c
21056              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
21057      Branch: perlio
21058            ! doio.c perlio.c pp_sys.c win32/makefile.mk
21059 ____________________________________________________________________________
21060 [  7856] By: jhi                                   on 2000/11/25  18:38:30
21061         Log: Update the metaconfig units for #7855.
21062      Branch: metaconfig/U/perl
21063            ! useperlio.U usesocks.U
21064 ____________________________________________________________________________
21065 [  7855] By: jhi                                   on 2000/11/25  18:37:54
21066         Log: Undo the SOCKS workarounds, instead start using PerlIO
21067              if SOCKS is selected.
21068              
21069              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
21070              From: Jens Hamisch <jens@Strawberry.COM>
21071              Date: Fri, 24 Nov 2000 18:31:30 +0100
21072              Message-ID: <20001124183130.E28337@Strawberry.COM>
21073              
21074              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
21075              From: Jens Hamisch <jens@Strawberry.COM>
21076              Date: Fri, 24 Nov 2000 19:11:51 +0100
21077              Message-ID: <20001124191151.A28753@Strawberry.COM>
21078      Branch: perl
21079            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
21080            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
21081 ____________________________________________________________________________
21082 [  7854] By: jhi                                   on 2000/11/25  17:39:08
21083         Log: Undo #7848.  Some of the code seems to use walkoptree(),
21084              some walkoptree_slow().  An unfinished renaming?
21085              Now the sub is walkoptree() (which is @EXPORT_OK),
21086              the walkoptree_slow() is a typeglob alias to walkoptree.
21087              This makes the tests to pass, at least.
21088      Branch: perl
21089            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21090 ____________________________________________________________________________
21091 [  7853] By: nick                                  on 2000/11/24  22:24:33
21092         Log: Re-arrange crlf vs binary for platforms that care.
21093              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
21094              Lip-service to making stdio layer work on such platfroms (untested).
21095              Now fails 3 tests rather than one, checkin to see if I can debug 
21096              the issue under linux. (Do not merge.)
21097      Branch: perlio
21098            ! doio.c perlio.c perliol.h
21099 ____________________________________________________________________________
21100 [  7852] By: jhi                                   on 2000/11/24  18:57:39
21101         Log: AUTHORS edits.
21102      Branch: perl
21103            ! AUTHORS
21104 ____________________________________________________________________________
21105 [  7851] By: jhi                                   on 2000/11/24  17:34:56
21106         Log: Add Jan-Erik Karlsson.
21107      Branch: perl
21108            ! AUTHORS
21109 ____________________________________________________________________________
21110 [  7850] By: jhi                                   on 2000/11/24  17:27:56
21111         Log: Configure should find stdchar on its own.
21112      Branch: perl
21113            ! hints/solaris_2.sh
21114 ____________________________________________________________________________
21115 [  7849] By: jhi                                   on 2000/11/24  17:24:55
21116         Log: Subject: PATCH over 7848: Filter test flawed
21117              From: andreas.koenig@anima.de (Andreas J. Koenig)
21118              Date: 24 Nov 2000 10:28:29 +0100
21119              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
21120      Branch: perl
21121            ! t/lib/filter-util.t
21122 ____________________________________________________________________________
21123 [  7848] By: jhi                                   on 2000/11/24  17:22:15
21124         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
21125              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
21126              Date: Fri, 24 Nov 2000 16:12:58 +0000
21127              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
21128      Branch: perl
21129            ! ext/B/B.pm
21130 ____________________________________________________________________________
21131 [  7847] By: jhi                                   on 2000/11/24  03:07:01
21132         Log: Integrate perlio.
21133      Branch: perl
21134           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21135           !> win32/makefile.mk
21136 ____________________________________________________________________________
21137 [  7846] By: gsar                                  on 2000/11/24  00:55:57
21138         Log: integrate changes#6415..6418,6420..6438 from mainline
21139              
21140              Fix the bitvector ops for utf8 (tricky since past 7 bits
21141              the utf8 'characters' can be more than one octet).
21142              
21143              MPE/ix updates for perl 5.6.0 from Mark Bixby.
21144              
21145              Subject: SDBM_File documentation
21146              
21147              Detypo.
21148              
21149              Decutandpasto.
21150              
21151              Send all installperl messages to STDERR and be -w clean.
21152              
21153              Out-of-date note removed.
21154              
21155              Protect against "wild next"s, that is, callbacks doing "next"
21156              instead of "return".
21157              
21158              Use STDOUT consistently.
21159              
21160              The output might have been produced in the wrong order.
21161              
21162              A missing 'break' after the [[:space:]] switch case.
21163              
21164              Add tests for
21165              [ID 19991110.003] another matching finding by pcre author
21166              which has already been fixed by some patch, as verified in
21167              
21168              Documentation to explain the behaviour of map().
21169              
21170              Add an optimization for map-maps-a-list-element-to-more-list-elements
21171              case, but add also notes explaining the relationship of this
21172              patch and the earlier notes by Sarathy.
21173              
21174              Subject: [ID 20000716.023] syslog test fails without sockets
21175              
21176              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21177              Test cases for #6431.
21178              
21179              File::Spec::VMS fixup for tmpdir from Craig Berry.
21180              
21181              Make the "uninit variable" warning to say "concat or string"
21182              or "join or string" when in concat or join .
21183              
21184              Get UTF16 BOMs working.  Patch from
21185              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21186              
21187              Subject: [PATCH] Make large file tests deal with SIGXFSZ
21188              
21189              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
21190              
21191              Subject: [PATCH] av.c apidoc
21192      Branch: maint-5.6/perl
21193           !> (integrate 43 files)
21194 ____________________________________________________________________________
21195 [  7845] By: gsar                                  on 2000/11/24  00:20:45
21196         Log: integrate changes#6406..6414 from mainline
21197              
21198              Merge perlhacktut into perlhack, update perlguts.
21199              
21200              Fix AutoSplit to use File::Spec the right way in VMS,
21201              from Peter Prymmer.
21202              
21203              The bug report
21204              [ID 19991110.002] minimal matching discrepancy found by pcre author
21205              seems to have been fixed (though differently from what was suggested
21206              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
21207              
21208              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
21209              not in pod, from Peter Prymmer
21210              
21211              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
21212              From: Hugo <hv@crypt.compulink.co.uk>
21213              Date: Fri, 14 Jul 2000 23:05:20 +0100
21214              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
21215              
21216              Didn't anymore apply, but that point still could use another fix.
21217              
21218              lib/b test fixes from Peter Prymmer.
21219              
21220              More docs for sv functions.
21221              
21222              perlvms.pod whitespace cleanup to keep pod utils happy.
21223              
21224              another VMS build tweak from Peter Prymmer
21225      Branch: maint-5.6/perl
21226           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
21227           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
21228           !> vms/descrip_mms.template vms/perlvms.pod
21229 ____________________________________________________________________________
21230 [  7844] By: nick                                  on 2000/11/23  23:42:45
21231         Log: Win32/perlio Now just fails one io/argv.t test - lack 
21232              of default :crlf on standard streams.
21233      Branch: perlio
21234            ! doio.c perlio.c
21235 ____________________________________________________________________________
21236 [  7843] By: nick                                  on 2000/11/23  23:04:05
21237         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
21238              peek fail is showing a real problem (multiple crlf layers
21239              are getting pushed.)
21240      Branch: perlio
21241            ! doio.c perlio.c win32/makefile.mk
21242 ____________________________________________________________________________
21243 [  7842] By: nick                                  on 2000/11/23  19:46:23
21244         Log: Implement PerlIO_binmode()
21245              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
21246              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
21247              make binmode in t/lib/io_tell.t unconditional so that works.
21248              Checkin just so Win32 machine can see these changes.
21249      Branch: perlio
21250            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21251 ____________________________________________________________________________
21252 [  7841] By: jhi                                   on 2000/11/23  19:30:00
21253         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
21254      Branch: perl
21255            ! README.amiga
21256 ____________________________________________________________________________
21257 [  7840] By: jhi                                   on 2000/11/23  17:18:02
21258         Log: SOCKS wrestling continues, patches from Jens Hamisch.
21259      Branch: perl
21260            ! doio.c embed.h embed.pl perlsdio.h proto.h
21261 ____________________________________________________________________________
21262 [  7839] By: jhi                                   on 2000/11/23  16:54:14
21263         Log: Push Filter::Util::Call one level deeper.
21264      Branch: perl
21265            + t/lib/filter-util.t
21266           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21267           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21268            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21269            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21270            - t/lib/filt-util.t
21271            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
21272            ! win32/Makefile win32/makefile.mk
21273 ____________________________________________________________________________
21274 [  7838] By: jhi                                   on 2000/11/23  16:52:40
21275         Log: Reach back one higher up when searching for PERL_SRC.
21276      Branch: perl
21277            ! lib/ExtUtils/MM_Unix.pm
21278 ____________________________________________________________________________
21279 [  7837] By: jhi                                   on 2000/11/23  16:05:41
21280         Log: Subject: Re: perl@7826
21281              Date: Thu, 23 Nov 2000 02:20:25 -0600
21282              From: "Craig A. Berry" <craigberry@mac.com>
21283              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
21284              
21285              Make VMS to like Filter::Util::Call. 
21286      Branch: perl
21287            ! configure.com ext/Filter/Util/Makefile.PL
21288 ____________________________________________________________________________
21289 [  7836] By: nick                                  on 2000/11/23  16:04:08
21290         Log: Implement crlf layer - not ready for merge.
21291      Branch: perlio
21292            ! perlio.c win32/makefile.mk
21293 ____________________________________________________________________________
21294 [  7835] By: jhi                                   on 2000/11/23  15:56:52
21295         Log: STDCHAR is different in Sparc v9 vs x86.
21296      Branch: perl
21297            ! hints/solaris_2.sh
21298 ____________________________________________________________________________
21299 [  7834] By: jhi                                   on 2000/11/23  15:50:47
21300         Log: The type needs to be visible to protos.
21301      Branch: perl
21302            ! perl.h
21303 ____________________________________________________________________________
21304 [  7833] By: jhi                                   on 2000/11/23  15:40:46
21305         Log: Finish unfinished SOCKS workaround changes.
21306      Branch: perl
21307            ! doio.c
21308 ____________________________________________________________________________
21309 [  7832] By: jhi                                   on 2000/11/23  15:33:30
21310         Log: Integrate perlio.
21311      Branch: perl
21312           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21313           !> win32/makefile.mk
21314 ____________________________________________________________________________
21315 [  7831] By: nick                                  on 2000/11/23  10:31:07
21316         Log: Correct makefile.mk dependancies for ext/Filter/Util
21317              Build ext/Encode
21318              Run dmake regen_config_h
21319      Branch: perlio
21320            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21321            ! win32/makefile.mk
21322 ____________________________________________________________________________
21323 [  7830] By: nick                                  on 2000/11/23  08:05:07
21324         Log: Integrate mainline
21325      Branch: perlio
21326           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21327           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
21328           +> t/lib/filt-util.pl t/lib/filt-util.t
21329           !> (integrate 41 files)
21330 ____________________________________________________________________________
21331 [  7829] By: gsar                                  on 2000/11/23  03:07:11
21332         Log: build the Filter extension on windows
21333      Branch: perl
21334            ! win32/Makefile win32/makefile.mk
21335 ____________________________________________________________________________
21336 [  7828] By: gsar                                  on 2000/11/23  02:46:35
21337         Log: regenerate win32/config* and fix some inconsistencies in the
21338              makefiles; always export Perl_deb() because it is needed
21339              by ext/re/* (whether perl itself is built with -DDEBUGGING
21340              or not)
21341      Branch: perl
21342            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
21343            ! win32/config_H.vc win32/makefile.mk
21344 ____________________________________________________________________________
21345 [  7827] By: gsar                                  on 2000/11/23  02:18:38
21346         Log: get sources building on windows+MSVC again (untested with other
21347              compilers)
21348      Branch: perl
21349            ! win32/include/sys/socket.h win32/perllib.c
21350 ____________________________________________________________________________
21351 [  7826] By: jhi                                   on 2000/11/23  01:18:26
21352         Log: Update Changes.
21353      Branch: perl
21354            ! Changes patchlevel.h
21355 ____________________________________________________________________________
21356 [  7825] By: jhi                                   on 2000/11/23  00:20:41
21357         Log: Subject: Re: av.c patch (having slight problems)
21358              From: "Ben Tilly" <ben_tilly@hotmail.com>
21359              Date: Tue, 21 Nov 2000 23:29:31 -0500
21360              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
21361              
21362              unshift() speedup.
21363      Branch: perl
21364            ! av.c
21365 ____________________________________________________________________________
21366 [  7824] By: jhi                                   on 2000/11/22  23:59:15
21367         Log: Fixes for signedness warnings noticed by VMSperlers.
21368      Branch: perl
21369            ! ext/Storable/Storable.xs regcomp.c sv.c
21370 ____________________________________________________________________________
21371 [  7823] By: jhi                                   on 2000/11/22  23:19:31
21372         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
21373              From: Peter Prymmer <pvhp@forte.com>
21374              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
21375              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
21376      Branch: perl
21377            ! t/pragma/warn/pp_hot
21378 ____________________________________________________________________________
21379 [  7822] By: jhi                                   on 2000/11/22  22:52:20
21380         Log: Be clean.
21381      Branch: perl
21382            ! Makefile.SH
21383 ____________________________________________________________________________
21384 [  7821] By: jhi                                   on 2000/11/22  22:46:39
21385         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
21386              by Damian Conway, as suggested by Paul Marquess.
21387      Branch: perl
21388            + lib/Filter/Simple.pm
21389 ____________________________________________________________________________
21390 [  7820] By: jhi                                   on 2000/11/22  22:45:51
21391         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
21392      Branch: perl
21393            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21394            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21395            + t/lib/filt-util.t
21396            ! MANIFEST
21397 ____________________________________________________________________________
21398 [  7819] By: jhi                                   on 2000/11/22  22:03:27
21399         Log: Integrate perlio.
21400      Branch: perl
21401           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
21402           !> win32/makefile.mk
21403 ____________________________________________________________________________
21404 [  7818] By: jhi                                   on 2000/11/22  21:56:02
21405         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
21406      Branch: perl
21407            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
21408            ! t/lib/io_sock.t
21409 ____________________________________________________________________________
21410 [  7817] By: jhi                                   on 2000/11/22  21:39:49
21411         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
21412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21413              Date: Wed, 22 Nov 2000 16:08:12 -0500
21414              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
21415      Branch: perl
21416            ! lib/ExtUtils/Liblist.pm
21417 ____________________________________________________________________________
21418 [  7816] By: jhi                                   on 2000/11/22  21:38:25
21419         Log: Go ahead and #include <unistd.h> in perl.h.
21420      Branch: perl
21421            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
21422            ! util.c
21423 ____________________________________________________________________________
21424 [  7815] By: jhi                                   on 2000/11/22  21:22:52
21425         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
21426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21427              Date: Mon, 20 Nov 2000 18:30:52 -0500
21428              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
21429      Branch: perl
21430            ! pod/perlre.pod regcomp.c t/op/re_tests
21431 ____________________________________________________________________________
21432 [  7814] By: jhi                                   on 2000/11/22  21:21:46
21433         Log: Subject: [PATCH 5.7.0] Liblist finally works
21434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21435              Date: Tue, 21 Nov 2000 22:02:17 -0500
21436              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
21437      Branch: perl
21438            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
21439            ! lib/ExtUtils/MakeMaker.pm
21440 ____________________________________________________________________________
21441 [  7813] By: jhi                                   on 2000/11/22  21:20:23
21442         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
21443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21444              Date: Wed, 22 Nov 2000 17:53:15 +0100
21445              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
21446              
21447              AIX dynaloader and perlio patch.
21448      Branch: perl
21449            ! ext/DynaLoader/dl_aix.xs
21450 ____________________________________________________________________________
21451 [  7812] By: jhi                                   on 2000/11/22  21:17:52
21452         Log: (Accidentally empty patch.)
21453      Branch: perl
21454            ! av.c
21455 ____________________________________________________________________________
21456 [  7811] By: jhi                                   on 2000/11/22  21:16:31
21457         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
21458              From: Peter Prymmer <pvhp@forte.com>
21459              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
21460              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
21461      Branch: perl
21462            ! vms/test.com
21463 ____________________________________________________________________________
21464 [  7810] By: jhi                                   on 2000/11/22  21:15:36
21465         Log: Subject: Re: perl@7777 
21466              From: "John P. Linderman" <jpl@research.att.com>
21467              Date: Wed, 22 Nov 2000 13:11:11 -0500
21468              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
21469              
21470              Detypoing.
21471      Branch: perl
21472            ! lib/CPAN.pm
21473 ____________________________________________________________________________
21474 [  7809] By: jhi                                   on 2000/11/22  21:14:19
21475         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
21476              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21477              Date:     Wed, 22 Nov 2000 13:51:37 EST
21478              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
21479      Branch: perl
21480            ! perlsdio.h
21481 ____________________________________________________________________________
21482 [  7808] By: jhi                                   on 2000/11/22  21:13:27
21483         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
21484              From: Casey Tweten <crt@kiski.net>
21485              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
21486              Message-Id: <200011201653.LAA10194@home.kiski.net>
21487      Branch: perl
21488            ! t/lib/io_udp.t
21489 ____________________________________________________________________________
21490 [  7807] By: jhi                                   on 2000/11/22  21:12:35
21491         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
21492              From: Casey Tweten <crt@kiski.net>
21493              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
21494              Message-Id: <200011201636.LAA07227@home.kiski.net>
21495      Branch: perl
21496            ! t/lib/io_sock.t
21497 ____________________________________________________________________________
21498 [  7806] By: jhi                                   on 2000/11/22  21:10:59
21499         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
21500              From: "Casey R. Tweten" <crt@kiski.net>
21501              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
21502              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
21503      Branch: perl
21504            ! utils/h2xs.PL
21505 ____________________________________________________________________________
21506 [  7805] By: nick                                  on 2000/11/22  21:05:06
21507         Log: Integrate mainline
21508      Branch: perlio
21509           !> Changes Porting/genlog ext/DB_File/DB_File.xs
21510           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
21511           !> utils/perlbug.PL
21512 ____________________________________________________________________________
21513 [  7804] By: jhi                                   on 2000/11/22  21:01:12
21514         Log: Subject: [PATCH] Test.pm POD peculiarity
21515              From: "Casey R. Tweten" <crt@kiski.net>
21516              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
21517              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
21518      Branch: perl
21519            ! lib/Test.pm
21520 ____________________________________________________________________________
21521 [  7803] By: jhi                                   on 2000/11/22  20:59:59
21522         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
21523              From: "Philip Newton" <pnewton@gmx.de>
21524              Date: Wed, 22 Nov 2000 14:25:53 +0100
21525              Message-Id: <3A1BD771.25462.1939FAD@localhost>
21526              
21527              Be case-understanding also on 's', and use the -oi of sendmail
21528              not to terminate the transmission on a lone '.'.
21529      Branch: perl
21530            ! utils/perlbug.PL
21531 ____________________________________________________________________________
21532 [  7802] By: nick                                  on 2000/11/22  20:51:42
21533         Log: Win32 PerlIO intermediate state now working as expected.
21534              - In current state we are still using C runtime in text/binary
21535              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
21536              - PERLIO=stdio and PERLIO=unix pass all expected tests.
21537              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
21538              and PerlIO_seek() and the dummy crlf layer is not making adjustments
21539              for CRLF translation happening in C runtime. All other tests pass.
21540              
21541              Added note to README.win32 to point out the snags of doing a perl build
21542              with Norton AntiVirus turned on.
21543              
21544              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
21545              which file a fail comes from.
21546              
21547              Updated "canned" config.h to match the one generated.
21548      Branch: perlio
21549            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
21550            ! win32/makefile.mk
21551 ____________________________________________________________________________
21552 [  7801] By: jhi                                   on 2000/11/22  06:50:20
21553         Log: Nickety nits.
21554      Branch: perl
21555            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21556 ____________________________________________________________________________
21557 [  7800] By: jhi                                   on 2000/11/22  01:29:55
21558         Log: Changes had accidentally gone too silent on non-main branches.
21559      Branch: perl
21560            ! Changes Porting/genlog patchlevel.h
21561 ____________________________________________________________________________
21562 [  7799] By: gsar                                  on 2000/11/22  01:02:56
21563         Log: some lib_pm.PL changes snuck in via change#7772
21564      Branch: maint-5.6/perl
21565            ! Makefile.SH
21566 ____________________________________________________________________________
21567 [  7798] By: nick                                  on 2000/11/21  21:59:40
21568         Log: Integrate mainline
21569      Branch: perlio
21570           !> (integrate 28 files)
21571 ____________________________________________________________________________
21572 [  7797] By: jhi                                   on 2000/11/21  21:01:45
21573         Log: Integrate perlio.
21574      Branch: perl
21575           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
21576 ____________________________________________________________________________
21577 [  7796] By: nick                                  on 2000/11/21  20:36:22
21578         Log: Win32 builds and runs (mostly) with USE_PERLIO.
21579              PERLIO=perlio passes all tests. 
21580              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
21581      Branch: perlio
21582            ! perlio.c win32/perllib.c win32/win32.c
21583 ____________________________________________________________________________
21584 [  7795] By: jhi                                   on 2000/11/21  19:03:44
21585         Log: Update Changes.
21586      Branch: perl
21587            ! Changes patchlevel.h
21588 ____________________________________________________________________________
21589 [  7794] By: jhi                                   on 2000/11/21  18:56:34
21590         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
21591              From: "Craig A. Berry" <craigberry@mac.com>
21592              Date: Mon, 20 Nov 2000 20:27:06 -0600
21593              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
21594              
21595              A cut-and-pasto.
21596      Branch: perl
21597            ! perlio.h
21598 ____________________________________________________________________________
21599 [  7793] By: jhi                                   on 2000/11/21  18:54:41
21600         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
21601              From: Dominic Dunlop <domo@computer.org> 
21602              Date: Mon, 20 Nov 2000 18:55:29 +0100
21603              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
21604              
21605              va_copy() and the need of it.
21606              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
21607      Branch: metaconfig/U/perl
21608            + need_va_copy.U
21609      Branch: perl
21610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21611            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
21612            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
21613            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21614            ! win32/config.bc win32/config.gc win32/config.vc
21615 ____________________________________________________________________________
21616 [  7792] By: jhi                                   on 2000/11/21  17:04:10
21617         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
21618      Branch: perl
21619           !> scope.h
21620 ____________________________________________________________________________
21621 [  7791] By: jhi                                   on 2000/11/21  17:01:16
21622         Log: Export the SOCKS workaround symbols only if necessary.
21623      Branch: perl
21624            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
21625 ____________________________________________________________________________
21626 [  7790] By: nick                                  on 2000/11/20  23:57:11
21627         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
21628      Branch: perlio
21629            ! scope.h
21630 ____________________________________________________________________________
21631 [  7789] By: nick                                  on 2000/11/20  23:38:33
21632         Log: Integrate mainline
21633      Branch: perlio
21634           +> lib/File/Spec/Epoc.pm
21635           !> (integrate 34 files)
21636 ____________________________________________________________________________
21637 [  7788] By: nick                                  on 2000/11/20  23:20:18
21638         Log: Make extra buffer layer work (dummy crlf layer)
21639      Branch: perlio
21640            ! doio.c perlio.c perlio.h
21641 ____________________________________________________________________________
21642 [  7787] By: jhi                                   on 2000/11/20  22:44:04
21643         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
21644              From: Peter Prymmer <pvhp@forte.com>
21645              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
21646              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
21647      Branch: perl
21648            ! t/pragma/locale.t
21649 ____________________________________________________________________________
21650 [  7786] By: jhi                                   on 2000/11/20  22:29:10
21651         Log: Subject: DOC PATCH 5.6.0 perlreftut
21652              From: mjd@plover.com
21653              Date: 20 Nov 2000 19:45:06 -0000
21654              Message-ID: <20001120194506.9505.qmail@plover.com>
21655      Branch: perl
21656            ! pod/perlreftut.pod
21657 ____________________________________________________________________________
21658 [  7785] By: jhi                                   on 2000/11/20  22:27:44
21659         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
21660              From: David Dyck <dcd@tc.fluke.com>
21661              Date: Mon, 20 Nov 2000 11:43:40 -0800
21662              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
21663      Branch: perl
21664            ! lib/Cwd.pm
21665 ____________________________________________________________________________
21666 [  7784] By: jhi                                   on 2000/11/20  22:23:21
21667         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
21668              Date: Mon, 20 Nov 2000 17:06:10 -0500
21669              To: Mailing list Perl5 <perl5-porters@perl.org>
21670              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
21671      Branch: perl
21672            ! pp_ctl.c t/op/pat.t
21673 ____________________________________________________________________________
21674 [  7783] By: jhi                                   on 2000/11/20  22:11:18
21675         Log: Subject: [PATCH] doop.c - UTF8 tr///               
21676              From: Simon Cozens <simon@cozens.net>
21677              Date: Sat, 18 Nov 2000 18:49:30 +0000
21678              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
21679              
21680              Subject: Re: [PATCH] doop.c - UTF8 tr///           
21681              From: Simon Cozens <simon@cozens.net>
21682              Date: Mon, 20 Nov 2000 20:45:22 +0000
21683              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
21684              
21685              Make tr on UTF-8 better but still not correct.
21686      Branch: perl
21687            ! doop.c
21688 ____________________________________________________________________________
21689 [  7782] By: jhi                                   on 2000/11/20  22:02:16
21690         Log: Remove the shared object before attempting to create
21691              (by linking) a new one.  E.g. in AIX not removing
21692              becomes quite painful if one tries to do more than one
21693              build in the same tree (an interrupted build, for example),
21694              since the AIX' shared dynaloader seemingly keeps the shared
21695              objects open and therefore 'busy' for quite a while, even when
21696              nobody is using the objects, leading into link failures.
21697      Branch: perl
21698            ! lib/ExtUtils/MM_Unix.pm
21699 ____________________________________________________________________________
21700 [  7781] By: gsar                                  on 2000/11/20  19:02:55
21701         Log: type mismatch due to faulty integration
21702      Branch: maint-5.6/perl
21703            ! toke.c win32/Makefile
21704 ____________________________________________________________________________
21705 [  7780] By: gsar                                  on 2000/11/20  17:31:55
21706         Log: integrate changes#6392,6394..6399,6401..6404
21707              
21708              The {multiplier} of a fixed substring was overlooked which
21709              caused a wrong initial search offset for that substring.
21710              
21711              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
21712              From: Hugo <hv@crypt.compulink.co.uk>
21713              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
21714              Date: Thu, 13 Jul 2000 19:27:13 +0100
21715              
21716              Fix the BOM bug: not a byteorder bug, a signedness bug.
21717              
21718              Replace change #6337 with a better one.
21719              
21720              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
21721              From: Hugo <hv@crypt.compulink.co.uk>
21722              Date: Fri, 14 Jul 2000 04:16:20 +0100
21723              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
21724              
21725              MakeMaker should not remove editor backups (*~) on `make clean`
21726              by default (completes change#6383)
21727              
21728              move new variables to the end of the interpreter structure (for
21729              bincompat in code that doesn't #include XSUB.h)
21730              
21731              rename totally bletcherous SvLOCK() thingy (doesn't do what the
21732              name suggests anyway)
21733              
21734              various cleanups (typos, misformatted code, and small bugs)
21735              
21736              typecasts needed for change#6394
21737              
21738              typos in change#6399, regen headers
21739              
21740              inconsistent types needs casts
21741              
21742              PERL_OBJECT build tweaks
21743      Branch: maint-5.6/perl
21744           !> MANIFEST doop.c embed.h embed.pl embedvar.h
21745           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
21746           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
21747           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
21748           !> toke.c util.c
21749 ____________________________________________________________________________
21750 [  7779] By: gsar                                  on 2000/11/20  17:06:29
21751         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
21752              
21753              Cosmetics and perldelta.
21754              
21755              Fix nits noticed by Boston.pm.
21756              
21757              Do the cc sanity check both before the hints and
21758              after the cc selction.
21759              
21760              get sprintf.t to adjust properly for 3-digit exponents
21761              
21762              don't clobber *.orig files on *clean targets
21763              
21764              fix bugs in processing %v-*d and similar format specs (from
21765              Avi Finkel <avi@finkel.org>)
21766              
21767              sprintf test tweaks (from Dominic Dunlop)
21768              
21769              new selfloader.t in change#6183 doesn't close DATA handles,
21770              and thus fails to clean up tmp files on dosish platforms
21771              
21772              typos (spotted by Peter Prymmer)
21773              
21774              typo fix from Craig Berry
21775      Branch: maint-5.6/perl
21776           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
21777           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
21778           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
21779           !> x2p/Makefile.SH
21780 ____________________________________________________________________________
21781 [  7778] By: gsar                                  on 2000/11/20  16:46:51
21782         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
21783              
21784              Subject: Re: format bug report  [Patch]
21785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21786              Date: Wed, 05 Jul 2000 13:12:52 +0200
21787              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
21788              
21789              Subject: Re: format bug report  [Patch]
21790              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21791              Date: Wed, 05 Jul 2000 14:10:01 +0200
21792              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
21793              
21794              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
21795              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21796              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
21797              Date: Fri, 07 Jul 2000 17:57:16 +0100
21798              
21799              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
21800              To: perl5-porters@perl.org
21801              From: Karsten Sperling <spiff@phreax.net>
21802              Date: Mon, 10 Jul 2000 15:12:52 +0200
21803              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
21804              
21805              README.posix-bc podified from Thomas Dorner.
21806              
21807              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
21808              From: Dominic Dunlop <domo@computer.org>
21809              Date: Tue, 11 Jul 2000 12:27:33 +0200
21810              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
21811              
21812              Typo in #6341.
21813              
21814              Fix for
21815              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
21816              From: Roderick Schertler <roderick@argon.org>
21817              Date: Tue, 11 Jul 2000 13:55:05 -0400
21818              Message-Id: <200007111755.NAA05077@jones.argon.org>
21819              
21820              Minor cleanups on the booklist.
21821              
21822              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
21823              regen perltoc.
21824              
21825              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
21826      Branch: maint-5.6/perl
21827           +> pod/perlbook.pod
21828           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
21829           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
21830           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
21831 ____________________________________________________________________________
21832 [  7777] By: jhi                                   on 2000/11/20  16:08:49
21833         Log: Update Changes.
21834      Branch: perl
21835            ! Changes patchlevel.h
21836 ____________________________________________________________________________
21837 [  7776] By: jhi                                   on 2000/11/20  15:27:56
21838         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
21839              This may be overly harsh but until proven otherwise, we think this
21840              way, or until we have a simple test for Configure (having to start
21841              up servers is does not count as simple) to check for the problems.
21842      Branch: perl
21843            ! perl.h
21844 ____________________________________________________________________________
21845 [  7775] By: jhi                                   on 2000/11/20  15:22:17
21846         Log: Solaris hints tweaks.
21847      Branch: perl
21848            ! hints/solaris_2.sh
21849 ____________________________________________________________________________
21850 [  7774] By: jhi                                   on 2000/11/20  15:01:20
21851         Log: Add a workaround to SOCKS 64-bit problems.
21852      Branch: perl
21853            ! doio.c embed.h embed.pl perlsdio.h proto.h
21854 ____________________________________________________________________________
21855 [  7773] By: jhi                                   on 2000/11/20  14:51:47
21856         Log: sysseek() instead of seek().
21857      Branch: perl
21858            ! t/lib/syslfs.t
21859 ____________________________________________________________________________
21860 [  7772] By: gsar                                  on 2000/11/20  13:06:23
21861         Log: integrate changes#6315..6319,6321..6331,6333..6338
21862              
21863              Integrate with Sarathy, preliminary fix for unicos
21864              alignment problems in [ID 20000612.002] Perl problem on Cray system.
21865              
21866              some debugger output does not go to the socket when RemotePort is set
21867              
21868              winsock cleanup never done on Windows (leads to handle leaks)
21869              
21870              fix UNC path handling on Windows under ithreads, and chdir()
21871              return value when given a non-existent directory
21872              
21873              Autogenerate pod/Makefile and pod/buildtoc.
21874              buildtoc also checks whether the existin pods are
21875              mentioned in MANIFEST and perl.pod, and vice versa.
21876              (None of the thusly found discrepancies fixed yet.)
21877              roffitall also needs to be autogenerated similarly but it
21878              seems so badly out of date that I didn't touch it yet.
21879              
21880              Config is being used.
21881              
21882              Add =head1 NAMEs so that buildtoc is happy.
21883              (The CGI::Util nit reported to Lincoln.)
21884              
21885              Fix complaints of buildtoc.
21886              
21887              Fix the alignment problem in Crays ([ID 20000612.002]).
21888              
21889              Remove perlbook, update perlfaq book listing,
21890              rearrange perl.pod, regenerate perltoc.
21891              
21892              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
21893              was cast to an unsigned (32-bit) integer with wild abandon.
21894              
21895              winsock options weren't being set in all threads under ithreads
21896              (caused send()s from second and subsequent threads to fail)
21897              
21898              accept() leaks memory on windows due to incorrect ordering of
21899              closesocket() and fclose() calls
21900              
21901              Reorder perl.pod once more.
21902              
21903              More POSIX.pod tweaks.
21904              
21905              Sprinkle ldlibpath.
21906              
21907              Precedence goof, fix based on
21908              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
21909              From: Hugo <hv@crypt.compulink.co.uk>
21910              Date: Tue, 11 Jul 2000 12:52:38 +0100
21911              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
21912              
21913              Subject: PATCH perlguts.pod: Document D and d magic types
21914              From: mjd@plover.com
21915              Date: 5 Jul 2000 18:01:51 -0000
21916              Message-ID: <20000705180151.29413.qmail@plover.com>
21917              
21918              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
21919              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
21920              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
21921              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
21922              
21923              Subject: [PATCH cfgperl] $& segfaults if you trick it
21924              From: simon@brecon.co.uk (Simon Cozens)
21925              Date: 7 Jul 2000 11:26:09 GMT
21926              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
21927              
21928              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
21929              From: Hugo <hv@crypt.compulink.co.uk>
21930              Date: Tue, 11 Jul 2000 12:44:50 +0100
21931              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
21932              
21933              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
21934              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21935              Date: Tue, 11 Jul 2000 13:50:51 +0100
21936              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
21937      Branch: maint-5.6/perl
21938           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
21939           +> pod/buildtoc.PL
21940            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
21941           !> (integrate 26 files)
21942 ____________________________________________________________________________
21943 [  7771] By: gsar                                  on 2000/11/20  12:31:42
21944         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
21945              6310,6311,6314
21946              
21947              Subject: [PATCH bleedperl] File::Spec 0.82 beta
21948              From: Barrie Slaymaker <barries@jester.slaysys.com>
21949              Date: Wed, 28 Jun 2000 11:35:29 -0400
21950              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
21951              
21952              tweak perlembed for multiplicity/usethreads sanity; correct notes
21953              about Windows
21954              
21955              localize %INC in a Safe compartment so that use/require work
21956              (many other magic globals probably need similar treatment)
21957              
21958              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
21959              when @_ is modified, causing coredumps
21960              
21961              slurp mode fix in change#4736 still not quite right
21962              
21963              Point to perlipc for more SysV IPC examples.
21964              
21965              Elaborate POSIX.pod.  Still needs work.
21966              
21967              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
21968              
21969              fix large memory leak that has been around for ever, masked by
21970              -DPURIFY (most of the arenas were never freed!)
21971              
21972              fix memory leak on Windows (PL_sys_intern contents were never
21973              freed)
21974              
21975              PERL_OBJECT build tweak
21976              
21977              adjust change#6299
21978              
21979              remove rel2abs prototypes (from Barrie Slaymaker)
21980              
21981              missing perldiag entry for unpack("w",...) diagnostic (from
21982              Andreas Koenig)
21983              
21984              better diagnostic on Frob->stuff() when Frob:: doesn't exist
21985              (from Richard Soderberg <rs@oregonnet.com>)
21986              
21987              Win32 patches for cfgperl from Sarathy.
21988              
21989              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
21990              
21991              More POSIX.pod embellishment.
21992              
21993              tyop in change#6306
21994      Branch: maint-5.6/perl
21995           !> (integrate 44 files)
21996 ____________________________________________________________________________
21997 [  7770] By: gsar                                  on 2000/11/20  11:51:00
21998         Log: integrate changes#6268..6282 from cfgperl branch
21999              
22000              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
22001              From: Dominic Dunlop <domo@computer.org>
22002              Date: Thu, 29 Jun 2000 12:32:39 +0200
22003              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
22004              
22005              Regen headers for #6261 (and update embed.pl for this) and #6267,
22006              silence few compiler warnings.
22007              
22008              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
22009              From: Nicholas Clark <nick@talking.bollo.cx>
22010              Date: Fri, 23 Jun 2000 16:21:15 +0100
22011              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
22012              
22013              Subject: PATCH pod/perltie.pod
22014              From: Ian Phillipps <Ian.Phillipps@iname.com>
22015              Date: Fri, 16 Jun 2000 00:17:19 +0100
22016              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
22017              (only the first hunk, the second hunk had already been done
22018              by some other patch)
22019              
22020              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
22021              From: Tom Phoenix <rootbeer@redcat.com>
22022              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
22023              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
22024              
22025              Subject: [PATCH] xsub attributes
22026              From: Doug MacEachern <dougm@covalent.net>
22027              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
22028              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
22029              
22030              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
22031              From: Andy Dougherty <doughera@lafayette.edu>
22032              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
22033              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
22034              
22035              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
22036              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22037              Date: Tue, 13 Jun 2000 02:43:48 -0500
22038              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
22039              
22040              Subject: [PATCH] Re: eval documentation: context
22041              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22042              Date: Mon, 12 Jun 2000 15:07:29 +0100
22043              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
22044              
22045              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
22046              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22047              Date: Mon, 12 Jun 2000 14:55:59 +0100
22048              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
22049              
22050              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
22051              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
22052              Date: Fri, 09 Jun 2000 12:39:27 -0400
22053              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
22054              (plus update the version "number" of Text::Wrap)
22055              
22056              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
22057              From: Tim Ayers <tayers@bridge.com>
22058              Date: Thu, 08 Jun 2000 08:11:06 +0200
22059              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
22060              [resent by Richard Foley, Message-Id probably wrong]
22061              
22062              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
22063              From: rspier@pobox.com (Robert Spier)
22064              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
22065              Message-ID: <14654.31913.845602.610277@rls.cx>
22066              
22067              Subject: [PATCH 5.6.0] utils/h2xs.PL
22068              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22069              Date: Wed, 7 Jun 2000 04:02:04 -0500
22070              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
22071              
22072              Subject: [PATCH 5.6.0]ITHREADs for VMS
22073              From: Dan Sugalski <dan@sidhe.org>
22074              Date: Tue, 06 Jun 2000 11:59:50 -0400
22075              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
22076      Branch: maint-5.6/perl
22077           !> (integrate 31 files)
22078 ____________________________________________________________________________
22079 [  7769] By: gsar                                  on 2000/11/20  11:29:06
22080         Log: integrate changes#6261..6266 from cfgperl
22081              
22082              Subject: Re: [PATCH cfgperl] BOMs away!
22083              From: simon@brecon.co.uk (Simon Cozens)
22084              Date: 17 Jun 2000 11:49:57 GMT
22085              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
22086              
22087              Subject: 5.6.0 Patch for EPOC
22088              From: Olaf Flebbe <o.flebbe@gmx.de>
22089              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
22090              Message-ID: <23449.960929969@www11.gmx.net>
22091              
22092              tr fixes from Simon Cozens
22093              
22094              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
22095              From: Marty Lucich <marty@netcom.com>
22096              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
22097              Message-Id: <200006282116.OAA11148@netcom.com>
22098              ccdlflags update (the BSD/OS 4.1 part had already been taken
22099              care of by #6141).
22100              
22101              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
22102              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22103              Date: Wed, 28 Jun 2000 17:50:12 -0700
22104              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
22105              
22106              Subject: [PATCH 5.6.0] cygwin port
22107              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
22108              From: "Fifer, Eric" <EFifer@sanwaint.com>
22109              Date: Thu, 29 Jun 2000 12:58:29 +0100
22110      Branch: maint-5.6/perl
22111           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
22112           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
22113           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22114           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
22115 ____________________________________________________________________________
22116 [  7768] By: gsar                                  on 2000/11/20  11:13:44
22117         Log: integrate changes#6252..6256,6259..6260
22118              
22119              Paranoia tweak on #6249.
22120              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22121              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22122              Date: Sun, 25 Jun 2000 23:43:12 -0400
22123              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
22124              
22125              Subject: tr///, help wanted.
22126              From: simon@brecon.co.uk (Simon Cozens)
22127              Date: 28 Jun 2000 11:29:04 GMT
22128              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
22129              
22130              small thinko tweaks
22131              
22132              tweaks from Simon Conzes to further fix tr/// under utf8
22133              
22134              perlnewmod was missing from MANIFEST.
22135              
22136              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
22137              From: simon@brecon.co.uk (Simon Cozens)
22138              Date: 17 Jun 2000 11:56:44 GMT
22139              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
22140              pack U0, pack C0
22141      Branch: maint-5.6/perl
22142           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
22143           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
22144           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
22145           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
22146 ____________________________________________________________________________
22147 [  7767] By: gsar                                  on 2000/11/20  10:51:38
22148         Log: integrate change#6250 from cfgperl
22149              
22150              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
22151              From: Doug MacEachern <dougm@covalent.net>
22152              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
22153              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
22154      Branch: maint-5.6/perl
22155           +> t/op/my_stash.t
22156           !> MANIFEST embed.pl global.sym proto.h toke.c
22157 ____________________________________________________________________________
22158 [  7766] By: gsar                                  on 2000/11/20  10:48:34
22159         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
22160              
22161              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
22162              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22163              Date: Mon, 26 Jun 2000 18:40:14 +0100
22164              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
22165              
22166              Subject: [PATCH] bytes<->utf8 fixes
22167              From: simon@brecon.co.uk (Simon Cozens)
22168              Date: 26 Jun 2000 04:55:45 GMT
22169              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
22170              
22171              Subject: [PATCH] is_utf8_string
22172              From: simon@brecon.co.uk (Simon Cozens)
22173              Date: 26 Jun 2000 02:25:59 GMT
22174              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
22175              
22176              Subject: [PATCH] avoid mg_ptr in '*' magic
22177              From: Doug MacEachern <dougm@covalent.net>
22178              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
22179              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
22180              
22181              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
22182              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22183              Date: Sat, 24 Jun 2000 13:06:20 +0100
22184              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
22185              
22186              Allow for standalone testing.
22187              
22188              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
22189              From: Mark-Jason Dominus <mjd@plover.com>
22190              Date: Tue, 27 Jun 2000 22:36:42 -0400
22191              Message-ID: <20000628023642.12166.qmail@plover.com>
22192              
22193              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22194              From: Frank Tobin <ftobin@uiuc.edu>
22195              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
22196              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
22197      Branch: maint-5.6/perl
22198           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
22199           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
22200           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
22201           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
22202           !> utf8.c utils/h2xs.PL
22203 ____________________________________________________________________________
22204 [  7765] By: gsar                                  on 2000/11/20  10:29:13
22205         Log: integrate change#6239 from cfgperl
22206              
22207              Configure maintenance.  Sever some dependency cycles,
22208              separate gccversion from the cc unit,
22209              address [ID 20000623.006] Configure script patch for using gcc on AIX
22210              (but solve it a little bit differently),
22211              unduplex some accidentally duplicated units,
22212              suggest using gcc if no cc available
22213              (p5p thread: "Solaris configure: counterproposal", 1999-09)
22214      Branch: maint-5.6/perl
22215           !> Configure Todo-5.6 config_h.SH
22216 ____________________________________________________________________________
22217 [  7764] By: gsar                                  on 2000/11/20  10:25:55
22218         Log: integrate changes#6233..6238 from cfgperl
22219              
22220              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
22221              From: Mark-Jason Dominus <mjd@plover.com>
22222              Date: Fri, 16 Jun 2000 20:53:04 -0400
22223              Message-ID: <20000617005304.8008.qmail@plover.com>
22224              
22225              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
22226              because when run as services (Win32ese for daemons)
22227              no environment variables are set and tmpdir ends up as /tmp,
22228              which is ambiguous.
22229              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
22230              From: matt@sergeant.org
22231              Date: 16 Jun 2000 16:30:43 -0000
22232              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
22233              
22234              The thread begun by
22235              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
22236              From: Kevin.Ruscoe@ubsw.com
22237              Date: Fri, 16 Jun 2000 16:38:51 +0100
22238              Message-Id: <H000019b03c300d6@MHS>
22239              
22240              Tweak embed.pl, regen headers.
22241              
22242              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
22243              From: Dan Sugalski <dan@sidhe.org>
22244              Date: Fri, 23 Jun 2000 17:00:00 -0400
22245              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
22246      Branch: maint-5.6/perl
22247           !> (integrate 27 files)
22248 ____________________________________________________________________________
22249 [  7763] By: gsar                                  on 2000/11/20  10:08:08
22250         Log: s/perl56delta/perldelta/g
22251      Branch: maint-5.6/perl
22252            ! pod/Makefile
22253 ____________________________________________________________________________
22254 [  7762] By: gsar                                  on 2000/11/20  10:04:00
22255         Log: integrate changes#6225,6229,6231,6232 from cfgperl
22256              
22257              Add source code filenames to apidoc.
22258              From: simon@brecon.co.uk (Simon Cozens)
22259              Subject: [PATCH embed.pl] Source X-ref
22260              Date: 22 Jun 2000 02:18:49 GMT
22261              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
22262              
22263              Subject: README.hpux version 0.6.1
22264              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
22265              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22266              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
22267              
22268              Subject: [PATCH 5.6.0] cygwin port
22269              From: "Fifer, Eric" <EFifer@sanwaint.com>
22270              Date: Tue, 20 Jun 2000 14:30:58 +0100
22271              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
22272              
22273              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
22274              From: simon@brecon.co.uk (Simon Cozens)
22275              Date: 19 Jun 2000 15:18:27 GMT
22276              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
22277              
22278              plus update pod/Makefile and regenerate perltoc
22279      Branch: maint-5.6/perl
22280           +> pod/perlutil.pod
22281           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
22282           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
22283 ____________________________________________________________________________
22284 [  7761] By: jhi                                   on 2000/11/20  04:09:55
22285         Log: Miraculous typo.
22286      Branch: perl
22287            ! t/op/pat.t
22288 ____________________________________________________________________________
22289 [  7760] By: jhi                                   on 2000/11/20  04:06:08
22290         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
22291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22292              Date: Sun, 19 Nov 2000 22:30:26 -0500
22293              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
22294      Branch: perl
22295            ! regexec.c scope.h t/op/pat.t
22296 ____________________________________________________________________________
22297 [  7759] By: jhi                                   on 2000/11/20  02:05:22
22298         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
22299      Branch: perl
22300            ! perl.h
22301 ____________________________________________________________________________
22302 [  7758] By: jhi                                   on 2000/11/20  01:58:11
22303         Log: Subject: [perl 7711: EPOC] updates
22304              From: Olaf Flebbe <o.flebbe@gmx.de>
22305              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
22306              Message-ID: <25575.974658810@www23.gmx.net>               
22307      Branch: perl
22308            + lib/File/Spec/Epoc.pm
22309            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
22310            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
22311            ! lib/File/Spec.pm perl.c sv.c
22312 ____________________________________________________________________________
22313 [  7757] By: jhi                                   on 2000/11/20  01:53:11
22314         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
22315      Branch: perl
22316            ! MANIFEST
22317 ____________________________________________________________________________
22318 [  7756] By: jhi                                   on 2000/11/20  01:47:22
22319         Log: Integrate perlio.
22320      Branch: perl
22321            - ext/re/hints/MSWin32.pl
22322           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
22323           !> win32/config.gc win32/config_H.gc win32/win32sck.c
22324 ____________________________________________________________________________
22325 [  7755] By: nick                                  on 2000/11/19  20:57:17
22326         Log: Add dummy crlf layer (just as buffer)
22327              Correct 1st bug - one layer of indirection.
22328      Branch: perlio
22329            ! perlio.c perlio.h perliol.h
22330 ____________________________________________________________________________
22331 [  7754] By: nick                                  on 2000/11/19  20:56:12
22332         Log: Work-round to Perl_deb_nocontext is no longer required
22333      Branch: perlio
22334            - ext/re/hints/MSWin32.pl
22335 ____________________________________________________________________________
22336 [  7753] By: nick                                  on 2000/11/19  20:01:16
22337         Log: diff -se shows these as different
22338      Branch: perlio
22339            ! global.sym pod/perlapi.pod
22340 ____________________________________________________________________________
22341 [  7752] By: nick                                  on 2000/11/19  18:57:30
22342         Log: Configure GCC/Win32 build -Duseperlio
22343              Fix a couple of gross issues
22344              - double-include of ../deb.o in re.dll
22345              - win32sck.c needs PerlIO and FILE 
22346      Branch: perlio
22347            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
22348            ! win32/win32sck.c
22349 ____________________________________________________________________________
22350 [  7751] By: nick                                  on 2000/11/19  17:05:36
22351         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
22352      Branch: perlio
22353            ! perlio.c
22354 ____________________________________________________________________________
22355 [  7750] By: nick                                  on 2000/11/19  16:57:14
22356         Log: Missing aTHX_
22357      Branch: perlio
22358            ! sv.c
22359 ____________________________________________________________________________
22360 [  7749] By: jhi                                   on 2000/11/19  16:28:40
22361         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
22362              From: "Peter J. Farley III" <pjfarley@banet.net>
22363              Date: Sun, 19 Nov 2000 01:42:58 -0500
22364              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
22365      Branch: perl
22366            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
22367 ____________________________________________________________________________
22368 [  7748] By: jhi                                   on 2000/11/19  16:08:10
22369         Log: Subject: podlators 1.05 available        
22370              From: Russ Allbery <rra@stanford.edu>   
22371              Date: 18 Nov 2000 22:04:28 -0800
22372              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
22373      Branch: perl
22374            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
22375 ____________________________________________________________________________
22376 [  7747] By: nick                                  on 2000/11/19  11:19:39
22377         Log: Integrate mainline
22378      Branch: perlio
22379           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
22380           !> util.c
22381 ____________________________________________________________________________
22382 [  7746] By: jhi                                   on 2000/11/19  06:42:22
22383         Log: Make hex scanning warn on "\x{x}" and "\xx".
22384              "\x" and and hex("x") are still valid.
22385      Branch: perl
22386            ! util.c
22387 ____________________________________________________________________________
22388 [  7745] By: nick                                  on 2000/11/18  22:52:28
22389         Log: Integrate mainline
22390      Branch: perlio
22391           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
22392           !> perl.h perlio.c proto.h regcomp.c regcomp.h
22393 ____________________________________________________________________________
22394 [  7744] By: jhi                                   on 2000/11/18  22:50:28
22395         Log: Introduce Perl_utf8_length().  Use it.
22396      Branch: perl
22397            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
22398 ____________________________________________________________________________
22399 [  7743] By: jhi                                   on 2000/11/18  22:38:51
22400         Log: Compiler denit.
22401      Branch: perl
22402            ! perlio.c
22403 ____________________________________________________________________________
22404 [  7742] By: jhi                                   on 2000/11/18  20:33:05
22405         Log: Integrate perlio.
22406      Branch: perl
22407           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
22408           !> perlio.h pp_ctl.c pp_sys.c sv.c
22409 ____________________________________________________________________________
22410 [  7741] By: jhi                                   on 2000/11/18  20:31:27
22411         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
22412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22413              Date: Fri, 17 Nov 2000 20:35:11 -0500
22414              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
22415              
22416              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
22417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22418              Date: Fri, 17 Nov 2000 21:03:47 -0500
22419              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
22420              
22421              Plus a little bit of tweaking in pregcomp().
22422      Branch: perl
22423            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
22424 ____________________________________________________________________________
22425 [  7740] By: nick                                  on 2000/11/18  20:17:22
22426         Log: Lexical use open ... support:
22427              add ->cop_io to COP structure in cop.h.
22428              Make mg.c and gv.c associate it with ${^OPEN}.
22429              Make lib/open.pm set it.
22430              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
22431              manner similar to ->cop_warnings.
22432              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
22433              call new PerlIO_apply_layers().
22434              Declare latter in perlio.h and define in perlio.c
22435      Branch: perlio
22436            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
22437            ! perlio.h pp_ctl.c pp_sys.c sv.c
22438 ____________________________________________________________________________
22439 [  7739] By: jhi                                   on 2000/11/18  19:54:00
22440         Log: Integrate perlio.
22441      Branch: perl
22442           !> doio.c perlio.c pp.c
22443 ____________________________________________________________________________
22444 [  7738] By: jhi                                   on 2000/11/18  17:16:13
22445         Log: Subject: [PATCH 5.7.0] etags broken again
22446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22447              Date: Sat, 18 Nov 2000 02:41:36 -0500
22448              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
22449      Branch: perl
22450            ! emacs/ptags
22451 ____________________________________________________________________________
22452 [  7737] By: jhi                                   on 2000/11/18  17:12:18
22453         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
22454      Branch: perl
22455            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22456 ____________________________________________________________________________
22457 [  7736] By: nick                                  on 2000/11/18  14:06:20
22458         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
22459              part to be isolated.
22460      Branch: perlio
22461            ! doio.c perlio.c
22462 ____________________________________________________________________________
22463 [  7735] By: nick                                  on 2000/11/18  11:03:32
22464         Log: Integrate mainline
22465      Branch: perlio
22466           !> Changes README.amiga README.win32 patchlevel.h
22467           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
22468 ____________________________________________________________________________
22469 [  7734] By: jhi                                   on 2000/11/18  01:18:56
22470         Log: Update Changes.
22471      Branch: perl
22472            ! Changes patchlevel.h
22473 ____________________________________________________________________________
22474 [  7733] By: jhi                                   on 2000/11/18  00:32:54
22475         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
22476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22477              Date: Fri, 17 Nov 2000 17:28:02 -0500
22478              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
22479      Branch: perl
22480            ! regcomp.c regexec.c t/op/re_tests
22481 ____________________________________________________________________________
22482 [  7732] By: jhi                                   on 2000/11/18  00:28:56
22483         Log: Sparc 64-bit pack() fix from Jens Hamisch.
22484      Branch: perl
22485            ! pp.c
22486 ____________________________________________________________________________
22487 [  7731] By: jhi                                   on 2000/11/18  00:18:39
22488         Log: Explain in more detail the {} syntax ambiguousity.
22489              
22490              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
22491              From: Nicholas Clark <nick@ccl4.org>
22492              Date: Fri, 17 Nov 2000 22:10:28 +0000
22493              Message-ID: <20001117221028.A88930@plum.flirble.org>
22494      Branch: perl
22495            ! pod/perlfunc.pod
22496 ____________________________________________________________________________
22497 [  7730] By: jhi                                   on 2000/11/18  00:12:18
22498         Log: Subject: Fix for README.amiga (20000323.033)
22499              From: "Stephen P. Potter" <spp@spotter.yi.org>
22500              Date: Fri, 17 Nov 2000 12:25:51 -0500
22501              Message-Id: <200011171725.MAA05768@spotter.yi.org>
22502      Branch: perl
22503            ! README.amiga
22504 ____________________________________________________________________________
22505 [  7729] By: jhi                                   on 2000/11/18  00:08:34
22506         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
22507              From: "A. C. Yardley" <yardley@tanet.net>
22508              Date: Mon, 3 Apr 2000 11:35:33 -0700
22509              Message-ID: <3483.000403@tanet.net>
22510      Branch: perl
22511            ! README.win32
22512 ____________________________________________________________________________
22513 [  7728] By: nick                                  on 2000/11/17  21:59:47
22514         Log: Integrate mainline
22515      Branch: perlio
22516           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
22517           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
22518           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
22519           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
22520 ____________________________________________________________________________
22521 [  7727] By: nick                                  on 2000/11/17  21:56:31
22522         Log: Experiment on use of attributes.pm interface.
22523              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
22524              SVt_PVRV if not already something better (else vivify of say magic gets
22525              core dump).
22526      Branch: perlio
22527            ! perlio.c pp.c
22528 ____________________________________________________________________________
22529 [  7726] By: jhi                                   on 2000/11/17  14:15:49
22530         Log: Subject: Fix for 20000815.006
22531              From: "Stephen P. Potter" <spp@spotter.yi.org>
22532              Date: Fri, 17 Nov 2000 08:57:45 -0500
22533              Message-Id: <200011171357.IAA05122@spotter.yi.org>
22534              
22535              It's really 20000518.006.
22536      Branch: perl
22537            ! pod/perlmodlib.PL
22538 ____________________________________________________________________________
22539 [  7725] By: jhi                                   on 2000/11/17  14:12:31
22540         Log: Subject: Fix for 20000409.001
22541              From: "Stephen P. Potter" <spp@spotter.yi.org>
22542              Date: Fri, 17 Nov 2000 08:55:45 -0500
22543              Message-Id: <200011171355.IAA05104@spotter.yi.org>
22544      Branch: perl
22545            ! pod/perlfaq9.pod
22546 ____________________________________________________________________________
22547 [  7724] By: jhi                                   on 2000/11/17  14:08:58
22548         Log: Undo #7627 now that we have =head3.
22549      Branch: perl
22550            ! pod/perlhack.pod
22551 ____________________________________________________________________________
22552 [  7723] By: jhi                                   on 2000/11/17  14:04:09
22553         Log: As surmised the #7719 wasn't a good move.
22554      Branch: perl
22555            ! hints/solaris_2.sh
22556 ____________________________________________________________________________
22557 [  7722] By: jhi                                   on 2000/11/17  13:59:04
22558         Log: Also the 64bitall hints can be either here or there.
22559      Branch: perl
22560            ! hints/solaris_2.sh
22561 ____________________________________________________________________________
22562 [  7721] By: jhi                                   on 2000/11/17  02:26:23
22563         Log: Test tweak for the open pragma.
22564      Branch: perl
22565            ! t/lib/b.t
22566 ____________________________________________________________________________
22567 [  7720] By: jhi                                   on 2000/11/17  00:23:22
22568         Log: The long double hints can be here or there.
22569      Branch: perl
22570            ! hints/solaris_2.sh
22571 ____________________________________________________________________________
22572 [  7719] By: jhi                                   on 2000/11/17  00:14:06
22573         Log: For Solaris use64bitall the stdchar needs a little bit of help.
22574      Branch: perl
22575            ! hints/solaris_2.sh
22576 ____________________________________________________________________________
22577 [  7718] By: jhi                                   on 2000/11/16  23:27:34
22578         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
22579              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22580              Date: Wed, 15 Nov 2000 08:56:32 +0100
22581              Message-ID: <3A1241B0.64477E00@alcatel.at>
22582      Branch: perl
22583            ! lib/Carp/Heavy.pm
22584 ____________________________________________________________________________
22585 [  7717] By: jhi                                   on 2000/11/16  23:23:29
22586         Log: Subject: [PATCH] Re: 20001101.003 PDL
22587              From: Nicholas Clark <nick@ccl4.org>
22588              Date: Thu, 16 Nov 2000 16:48:25 +0000
22589              Message-ID: <20001116164825.B93487@plum.flirble.org>
22590      Branch: perl
22591            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
22592 ____________________________________________________________________________
22593 [  7716] By: jhi                                   on 2000/11/16  23:21:31
22594         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
22595              From: "Casey R. Tweten" <crt@kiski.net>
22596              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
22597              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
22598      Branch: perl
22599            ! lib/Pod/Checker.pm pod/perlpod.pod
22600 ____________________________________________________________________________
22601 [  7715] By: jhi                                   on 2000/11/16  23:19:40
22602         Log: Avoid an infinite loop in VMS when utils scripts are run
22603              with no arguments, from Charles Lane.
22604      Branch: perl
22605            ! configure.com
22606 ____________________________________________________________________________
22607 [  7714] By: jhi                                   on 2000/11/16  23:17:08
22608         Log: Subject: perllocale.pod changes
22609              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22610              Date: Mon, 13 Nov 2000 10:09:22 +0300
22611              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
22612      Branch: perl
22613            ! pod/perllocale.pod
22614 ____________________________________________________________________________
22615 [  7713] By: jhi                                   on 2000/11/16  23:14:06
22616         Log: Integrate perlio.
22617      Branch: perl
22618           !> doio.c perlio.c perlio.h util.c
22619 ____________________________________________________________________________
22620 [  7712] By: nick                                  on 2000/11/16  21:10:58
22621         Log: Integrate mainline
22622      Branch: perlio
22623           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22624           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
22625           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
22626           !> vos/config.ga.def vos/config.ga.h win32/config.bc
22627           !> win32/config.gc win32/config.vc
22628 ____________________________________________________________________________
22629 [  7711] By: nick                                  on 2000/11/16  19:56:41
22630         Log: Minor tweaks:
22631              consistent way of getting 'rb', 'wb' etc. for binary opens
22632              move *perlio::layers to *open::layers
22633              a #define to show layers available
22634              DOSISH popen/PerlIO had export/import sense inverted.
22635      Branch: perlio
22636            ! doio.c perlio.c perlio.h util.c
22637 ____________________________________________________________________________
22638 [  7710] By: jhi                                   on 2000/11/16  15:46:05
22639         Log: Add HAS_SBRK_PROTO.
22640      Branch: metaconfig/U/perl
22641            + d_sbrkproto.U
22642      Branch: perl
22643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22644            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
22645            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22646            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22647            ! win32/config.gc win32/config.vc
22648 ____________________________________________________________________________
22649 [  7709] By: nick                                  on 2000/11/16  07:31:49
22650         Log: Integrate mainline
22651      Branch: perlio
22652           !> (integrate 35 files)
22653 ____________________________________________________________________________
22654 [  7708] By: jhi                                   on 2000/11/16  05:33:03
22655         Log: These files are text, not binary.
22656      Branch: perl
22657            ! ext/Encode/Encode/iso8859-10.enc
22658            ! ext/Encode/Encode/iso8859-13.enc
22659            ! ext/Encode/Encode/iso8859-14.enc
22660            ! ext/Encode/Encode/iso8859-15.enc
22661 ____________________________________________________________________________
22662 [  7707] By: jhi                                   on 2000/11/16  01:53:37
22663         Log: Update Changes.
22664      Branch: perl
22665            ! Changes patchlevel.h
22666 ____________________________________________________________________________
22667 [  7706] By: jhi                                   on 2000/11/16  01:35:59
22668         Log: More #undefing of stdio.
22669      Branch: perl
22670            ! fakesdio.h nostdio.h
22671 ____________________________________________________________________________
22672 [  7705] By: jhi                                   on 2000/11/16  01:34:18
22673         Log: Add fwalk() probe to the configuration files and regen perltoc.
22674      Branch: perl
22675            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22676            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
22677            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
22678            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22679            ! win32/config.bc win32/config.gc win32/config.vc
22680 ____________________________________________________________________________
22681 [  7704] By: jhi                                   on 2000/11/16  01:33:07
22682         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
22683              an optional third argument to Inlibc?)
22684      Branch: metaconfig/U/perl
22685            + d__fwalk.U
22686 ____________________________________________________________________________
22687 [  7703] By: jhi                                   on 2000/11/16  01:09:22
22688         Log: The type of the hash_cb() size argument is tricky.
22689      Branch: perl
22690            ! ext/DB_File/DB_File.xs
22691 ____________________________________________________________________________
22692 [  7702] By: jhi                                   on 2000/11/15  23:01:16
22693         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
22694      Branch: perl
22695            ! nostdio.h
22696 ____________________________________________________________________________
22697 [  7701] By: jhi                                   on 2000/11/15  22:52:32
22698         Log: Detypo.
22699      Branch: perl
22700            ! t/lib/bigfltpm.t
22701 ____________________________________________________________________________
22702 [  7700] By: jhi                                   on 2000/11/15  22:51:56
22703         Log: UINT64_C() work continues.
22704      Branch: perl
22705            ! handy.h perl.h utf8.h
22706 ____________________________________________________________________________
22707 [  7699] By: jhi                                   on 2000/11/15  14:13:04
22708         Log: SOCKS has its own USE_THREADS, based on
22709              
22710              Subject: [ID 20001114.002] et. al. bugfix followup
22711              From: Jens Hamisch <jens@Strawberry.COM> 
22712              Date: Wed, 15 Nov 2000 14:23:11 +0100
22713              Message-ID: <20001115142311.A21164@Strawberry.COM>
22714      Branch: perl
22715            ! perl.h
22716 ____________________________________________________________________________
22717 [  7698] By: jhi                                   on 2000/11/15  03:50:56
22718         Log: Add few missing #undefs and sort them.
22719      Branch: perl
22720            ! fakesdio.h
22721 ____________________________________________________________________________
22722 [  7697] By: jhi                                   on 2000/11/15  03:39:14
22723         Log: Linenumber fix.
22724      Branch: perl
22725            ! t/pragma/warn/utf8
22726 ____________________________________________________________________________
22727 [  7696] By: jhi                                   on 2000/11/15  02:55:26
22728         Log: EBCDIC tweaks.
22729              
22730              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
22731              From: Peter Prymmer <pvhp@forte.com>
22732              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
22733              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
22734      Branch: perl
22735            ! t/op/regmesg.t t/pragma/warn/utf8
22736 ____________________________________________________________________________
22737 [  7695] By: jhi                                   on 2000/11/15  02:53:58
22738         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
22739              From: Peter Prymmer <pvhp@forte.com>
22740              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
22741              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
22742      Branch: perl
22743            ! utf8.c
22744 ____________________________________________________________________________
22745 [  7694] By: jhi                                   on 2000/11/15  02:50:55
22746         Log: Subject: [PATCH: perl@7674] updates to README.os390
22747              From: Prymmer/Kahn <pvhp@best.com>
22748              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
22749              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
22750      Branch: perl
22751            ! README.os390
22752 ____________________________________________________________________________
22753 [  7693] By: jhi                                   on 2000/11/15  02:48:37
22754         Log: Quit utf8_to_uv() instantly if curlen == 0.
22755      Branch: perl
22756            ! utf8.c
22757 ____________________________________________________________________________
22758 [  7692] By: jhi                                   on 2000/11/15  02:24:29
22759         Log: Use u_int32_t for the size of hash_cb(), not size_t.
22760              
22761              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
22762              From: Jens Hamisch <jens@Strawberry.COM>     
22763              Date: Tue, 14 Nov 2000 19:03:55 +0100
22764              Message-Id: <20001114190355.A20559@Strawberry.COM>
22765      Branch: perl
22766            ! ext/DB_File/DB_File.xs
22767 ____________________________________________________________________________
22768 [  7691] By: jhi                                   on 2000/11/15  02:20:12
22769         Log: Use UINT64_C().
22770              
22771              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
22772              From: Jens Hamisch <jens@Strawberry.COM>
22773              Date: Tue, 14 Nov 2000 19:16:23 +0100
22774              Message-Id: <20001114191623.G20559@Strawberry.COM>
22775      Branch: perl
22776            ! utf8.c utf8.h
22777 ____________________________________________________________________________
22778 [  7690] By: jhi                                   on 2000/11/15  02:17:06
22779         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
22780              (a macro to define signed and unsigned integer constants).
22781      Branch: perl
22782            ! handy.h
22783 ____________________________________________________________________________
22784 [  7689] By: jhi                                   on 2000/11/15  01:56:51
22785         Log: Regen Configure.
22786      Branch: perl
22787            ! Configure
22788 ____________________________________________________________________________
22789 [  7688] By: jhi                                   on 2000/11/15  01:56:32
22790         Log: Make the unit know about SOCKS.
22791      Branch: metaconfig
22792            ! U/protos/socksizetype.U
22793 ____________________________________________________________________________
22794 [  7687] By: jhi                                   on 2000/11/15  01:54:47
22795         Log: Remove unused dependencies.
22796      Branch: metaconfig
22797            ! U/compline/d_getpagsz.U
22798 ____________________________________________________________________________
22799 [  7686] By: nick                                  on 2000/11/14  21:25:13
22800         Log: Integrate mainline.
22801      Branch: perlio
22802           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
22803           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
22804           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
22805           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
22806           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
22807           !> win32/config.bc win32/config.gc win32/config.vc
22808           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
22809 ____________________________________________________________________________
22810 [  7685] By: jhi                                   on 2000/11/14  17:54:56
22811         Log: Integrate perlio.
22812      Branch: perl
22813           +> fakesdio.h perliol.h
22814           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
22815           !> perlsdio.h perlsfio.h pod/perlfunc.pod
22816 ____________________________________________________________________________
22817 [  7684] By: nick                                  on 2000/11/14  17:43:04
22818         Log: PerlIO #include and #ifdef re-work.
22819      Branch: perlio
22820            + fakesdio.h perliol.h
22821            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
22822            ! perlsdio.h perlsfio.h
22823 ____________________________________________________________________________
22824 [  7683] By: jhi                                   on 2000/11/14  15:42:40
22825         Log: Hoist the duplicated socket/netdb include logic to perl.h;
22826              undef SETERRNO in case SOCKS has defined it.  Based on:
22827              
22828              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
22829              From: Jens Hamisch <jens@Strawberry.COM> 
22830              Date: Tue, 14 Nov 2000 11:34:40 +0100
22831              Message-Id: <20001114113440.A20005@Strawberry.COM>
22832      Branch: perl
22833            ! doio.c perl.h pp_sys.c
22834 ____________________________________________________________________________
22835 [  7682] By: jhi                                   on 2000/11/14  14:07:28
22836         Log: Subject: some additions for makefiles for win32 (for perl@7674)
22837              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22838              Date: Tue, 14 Nov 2000 09:31:13 +0300
22839              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
22840      Branch: perl
22841            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
22842            ! win32/makefile.mk
22843 ____________________________________________________________________________
22844 [  7681] By: jhi                                   on 2000/11/14  14:01:41
22845         Log: Subject: tiny typo in perl5db.pl
22846              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22847              Date: Tue, 14 Nov 2000 09:29:28 +0300
22848              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
22849      Branch: perl
22850            ! lib/perl5db.pl
22851 ____________________________________________________________________________
22852 [  7680] By: jhi                                   on 2000/11/14  04:13:50
22853         Log: Redo #7679 with LFs instead of CRLFs.
22854      Branch: perl
22855            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
22856            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
22857            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
22858 ____________________________________________________________________________
22859 [  7679] By: jhi                                   on 2000/11/14  01:21:09
22860         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
22861              From: Benjamin Stuhl <tiriath@yahoo.com> 
22862              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
22863              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
22864      Branch: perl
22865            + win32/bin/mdelete.bat
22866            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
22867            ! makedef.pl perlio.c win32/Makefile win32/config.gc
22868            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
22869 ____________________________________________________________________________
22870 [  7678] By: jhi                                   on 2000/11/14  01:19:20
22871         Log: Fix the re extension building for Win32.
22872              
22873              Subject: [PATCH perl@7638] Get PerlIO building on Win32
22874              From: Benjamin Stuhl <tiriath@yahoo.com> 
22875              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
22876              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
22877      Branch: perl
22878            + ext/re/hints/MSWin32.pl
22879            ! MANIFEST
22880 ____________________________________________________________________________
22881 [  7677] By: jhi                                   on 2000/11/14  01:13:54
22882         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
22883              From: sthoenna@efn.org
22884              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
22885              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
22886      Branch: perl
22887            ! doop.c pp.c toke.c utf8.c utf8.h
22888 ____________________________________________________________________________
22889 [  7676] By: jhi                                   on 2000/11/13  20:23:15
22890         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
22891              From: Nicholas Clark <nick@ccl4.org>
22892              Date: Mon, 13 Nov 2000 18:55:04 +0000
22893              Message-ID: <20001113185504.J29183@plum.flirble.org>
22894      Branch: perl
22895            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
22896 ____________________________________________________________________________
22897 [  7675] By: nick                                  on 2000/11/13  20:21:57
22898         Log: Integrate mainline ...
22899      Branch: perlio
22900           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
22901           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
22902           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
22903           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
22904 ____________________________________________________________________________
22905 [  7674] By: jhi                                   on 2000/11/13  15:07:56
22906         Log: Update Changes.
22907      Branch: perl
22908            ! Changes patchlevel.h
22909 ____________________________________________________________________________
22910 [  7673] By: jhi                                   on 2000/11/13  14:42:42
22911         Log: Remove the new two tests of lib/io_xs for now, they seem to
22912              fail under perlio on some platforms.
22913      Branch: perl
22914            ! t/lib/io_xs.t
22915 ____________________________________________________________________________
22916 [  7672] By: jhi                                   on 2000/11/13  13:57:53
22917         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
22918      Branch: perl
22919            ! perlio.c
22920 ____________________________________________________________________________
22921 [  7671] By: jhi                                   on 2000/11/13  05:30:48
22922         Log: Placate nervous compilers that see longer than ints switch()ing.
22923      Branch: perl
22924            ! utf8.c
22925 ____________________________________________________________________________
22926 [  7670] By: jhi                                   on 2000/11/13  05:14:21
22927         Log: fputs() does return EOF on error but here we don't care.
22928      Branch: perl
22929            ! perlio.c
22930 ____________________________________________________________________________
22931 [  7669] By: jhi                                   on 2000/11/13  05:02:45
22932         Log: Declare reg_data like reg_substr_data.
22933      Branch: perl
22934            ! regexp.h
22935 ____________________________________________________________________________
22936 [  7668] By: jhi                                   on 2000/11/13  04:54:34
22937         Log: Typos in #7667.
22938      Branch: perl
22939            ! perl.h
22940 ____________________________________________________________________________
22941 [  7667] By: jhi                                   on 2000/11/13  04:49:49
22942         Log: Cleanup messy #ifdef.
22943      Branch: perl
22944            ! perl.h
22945 ____________________________________________________________________________
22946 [  7666] By: jhi                                   on 2000/11/13  04:17:34
22947         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
22948              From: Nicholas Clark <nick@talking.bollo.cx>
22949              Date: Sun, 12 Nov 2000 21:14:11 +0000
22950              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
22951              
22952              Note: only one breakage of the two reported is fixed by this patch.
22953      Branch: perl
22954            ! perlio.c
22955 ____________________________________________________________________________
22956 [  7665] By: jhi                                   on 2000/11/13  04:05:07
22957         Log: Tweak the definition of the bit complement on UTF-8 data:
22958              if none of the characters in the string are > 0xff,
22959              the result is a complemented byte string, not a (UTF-8)
22960              char string.  Based on the summary in
22961              
22962              Subject: Re: [ID 20000918.005] ~ on wide chars
22963              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
22964              Date: Fri, 10 Nov 2000 09:47:15 -0800
22965              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
22966              
22967              This should give us the maximum backward (pre-char string)
22968              compatibility and utf8 compatibility.  The other alternative
22969              would be to limit the bit complement to be always byte only,
22970              taking the least significant byte of the chars.
22971      Branch: perl
22972            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
22973 ____________________________________________________________________________
22974 [  7664] By: jhi                                   on 2000/11/13  00:23:44
22975         Log: Couple of tests from #7660 salvaged.
22976      Branch: perl
22977            - t/op/tell.t
22978            ! MANIFEST t/io/tell.t
22979 ____________________________________________________________________________
22980 [  7663] By: jhi                                   on 2000/11/13  00:02:48
22981         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
22982              From: Nicholas Clark <nick@talking.bollo.cx>
22983              Date: Sun, 12 Nov 2000 21:23:43 +0000
22984              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
22985      Branch: perl
22986            ! perlsfio.h
22987 ____________________________________________________________________________
22988 [  7662] By: jhi                                   on 2000/11/13  00:01:39
22989         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
22990              From: Nicholas Clark <nick@talking.bollo.cx>
22991              Date: Sun, 12 Nov 2000 21:30:04 +0000
22992              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
22993      Branch: perl
22994            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
22995 ____________________________________________________________________________
22996 [  7661] By: jhi                                   on 2000/11/12  23:57:29
22997         Log: Document tell() on special streams.
22998      Branch: perl
22999            ! pod/perlfunc.pod
23000 ____________________________________________________________________________
23001 [  7660] By: jhi                                   on 2000/11/12  23:54:22
23002         Log: (Subsumed by #7664)
23003      Branch: perl
23004            + t/op/tell.t
23005            ! MANIFEST
23006 ____________________________________________________________________________
23007 [  7659] By: jhi                                   on 2000/11/12  22:55:25
23008         Log: Many subdocumented return values of the IO extension now documented.
23009              ungetc and write still left subdocumented.
23010              
23011              Subject: [PATCH] (was Re: IO::Handle::ungetc)
23012              From: Nicholas Clark <nick@talking.bollo.cx>
23013              Date: Sun, 12 Nov 2000 21:35:53 +0000
23014              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
23015      Branch: perl
23016            ! ext/IO/lib/IO/Handle.pm
23017 ____________________________________________________________________________
23018 [  7658] By: jhi                                   on 2000/11/12  21:37:06
23019         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
23020              From: Nicholas Clark <nick@talking.bollo.cx>
23021              Date: Sun, 12 Nov 2000 20:03:22 +0000
23022              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
23023      Branch: perl
23024            ! pod/perlfunc.pod
23025 ____________________________________________________________________________
23026 [  7657] By: jhi                                   on 2000/11/12  20:34:55
23027         Log: Integrate perlio.
23028      Branch: perl
23029           !> perlio.c
23030 ____________________________________________________________________________
23031 [  7656] By: nick                                  on 2000/11/12  19:25:06
23032         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
23033      Branch: perlio
23034            ! perlio.c
23035 ____________________________________________________________________________
23036 [  7655] By: nick                                  on 2000/11/12  19:09:41
23037         Log: Integrate mainline
23038      Branch: perlio
23039           +> README.solaris ext/Encode/Encode/cp1006.enc
23040           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
23041           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
23042           +> ext/Encode/Encode/iso8859-13.enc
23043           +> ext/Encode/Encode/iso8859-14.enc
23044           +> ext/Encode/Encode/iso8859-15.enc
23045           !> (integrate 34 files)
23046 ____________________________________________________________________________
23047 [  7654] By: jhi                                   on 2000/11/12  19:00:22
23048         Log: Add a metaconfig unit for fsync.
23049      Branch: metaconfig/U/perl
23050            + d_fsync.U
23051 ____________________________________________________________________________
23052 [  7653] By: jhi                                   on 2000/11/12  19:00:01
23053         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
23054      Branch: perl
23055            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23056            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23057            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23058            ! vos/config.ga.h win32/config.bc win32/config.gc
23059            ! win32/config.vc
23060 ____________________________________________________________________________
23061 [  7652] By: jhi                                   on 2000/11/11  21:12:01
23062         Log: Copy the s// information of README.hpux also to the perlrun.
23063      Branch: perl
23064            ! README.hpux pod/perlrun.pod
23065 ____________________________________________________________________________
23066 [  7651] By: jhi                                   on 2000/11/11  21:03:13
23067         Log: More README.solaris updates from Andy Dougherty.
23068      Branch: perl
23069            ! README.solaris
23070 ____________________________________________________________________________
23071 [  7650] By: jhi                                   on 2000/11/11  18:38:57
23072         Log: More descriptive error for unknown perlio layers.
23073              
23074              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23075              From: Dominic Dunlop <domo@computer.org> 
23076              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23077              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23078      Branch: perl
23079            ! perlio.c pod/perldiag.pod
23080 ____________________________________________________________________________
23081 [  7649] By: jhi                                   on 2000/11/11  18:37:52
23082         Log: MachTen doesn't really do mmap() and munmap().
23083              
23084              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23085              From: Dominic Dunlop <domo@computer.org> 
23086              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23087              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23088      Branch: perl
23089            ! hints/machten.sh
23090 ____________________________________________________________________________
23091 [  7648] By: jhi                                   on 2000/11/11  18:36:46
23092         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
23093              From: rspier@pobox.com (Robert Spier)
23094              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
23095              Message-ID: <14861.32839.491271.985797@rls.cx>
23096      Branch: perl
23097            ! Porting/Contract pod/perltoot.pod
23098 ____________________________________________________________________________
23099 [  7647] By: jhi                                   on 2000/11/11  18:35:30
23100         Log: Simplify the getpagesize() unit by dropping the
23101              pagesize probe since it's nowadays slightly more
23102              complicated because of sysconf(). (Note: if some
23103              platform really needs the -lPW for getpagesize,
23104              I just broke it.)
23105              
23106              TODO: a new pagesize unit.
23107      Branch: metaconfig
23108            ! U/compline/d_getpagsz.U
23109 ____________________________________________________________________________
23110 [  7646] By: jhi                                   on 2000/11/11  18:33:23
23111         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
23112      Branch: perl
23113            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23114            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23115            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23116            ! vos/config.ga.h win32/config.bc win32/config.gc
23117            ! win32/config.vc
23118 ____________________________________________________________________________
23119 [  7645] By: jhi                                   on 2000/11/11  16:45:15
23120         Log: Use sysconf() or getpagesize() to find out the pagesize.
23121      Branch: perl
23122            ! perlio.c
23123 ____________________________________________________________________________
23124 [  7644] By: jhi                                   on 2000/11/11  15:46:08
23125         Log: Integrate perlio.
23126      Branch: perl
23127           !> perlio.c
23128 ____________________________________________________________________________
23129 [  7643] By: jhi                                   on 2000/11/11  15:33:36
23130         Log: Subject: Re: [PATCH] README.solaris
23131              From: Lupe Christoph <lupe@lupe-christoph.de>
23132              Date: Sat, 11 Nov 2000 14:08:10 +0100
23133              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
23134      Branch: perl
23135            ! README.solaris
23136 ____________________________________________________________________________
23137 [  7642] By: jhi                                   on 2000/11/11  15:22:12
23138         Log: Subject: [PATCH perl@7638] cygwin port
23139              From: "Eric Fifer" <egf7@columbia.edu>            
23140              Date: Fri, 10 Nov 2000 19:30:30 -0000
23141              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
23142      Branch: perl
23143            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
23144 ____________________________________________________________________________
23145 [  7641] By: nick                                  on 2000/11/11  14:50:36
23146         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
23147              Also call "Buf" layer directly when unread'ing non-read chars.
23148      Branch: perlio
23149            ! perlio.c
23150 ____________________________________________________________________________
23151 [  7640] By: jhi                                   on 2000/11/11  02:05:02
23152         Log: Add more encoding tables.
23153      Branch: perl
23154            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
23155            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
23156            + ext/Encode/Encode/iso8859-10.enc
23157            + ext/Encode/Encode/iso8859-13.enc
23158            + ext/Encode/Encode/iso8859-14.enc
23159            + ext/Encode/Encode/iso8859-15.enc
23160            ! MANIFEST
23161 ____________________________________________________________________________
23162 [  7639] By: jhi                                   on 2000/11/10  18:49:25
23163         Log: Subject: [PATCH] README.solaris
23164              From: Andy Dougherty <doughera@lafayette.edu>
23165              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
23166              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
23167      Branch: perl
23168            + README.solaris
23169            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
23170            ! pod/perl.pod pod/perltoc.pod
23171 ____________________________________________________________________________
23172 [  7638] By: jhi                                   on 2000/11/10  15:04:15
23173         Log: Update Changes.
23174      Branch: perl
23175            ! Changes patchlevel.h
23176 ____________________________________________________________________________
23177 [  7637] By: jhi                                   on 2000/11/10  14:14:28
23178         Log: Explain better why certain regex tests are skipped.
23179              
23180              Subject: Re: tests skipped: unknown reason
23181              From: Lupe Christoph <lupe@lupe-christoph.de>
23182              Date: Fri, 10 Nov 2000 09:08:56 +0100
23183              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
23184      Branch: perl
23185            ! t/op/regexp.t
23186 ____________________________________________________________________________
23187 [  7636] By: nick                                  on 2000/11/10  13:40:00
23188         Log: Integrate mainline.
23189      Branch: perlio
23190           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
23191           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
23192           !> win32/bin/search.pl
23193 ____________________________________________________________________________
23194 [  7635] By: nick                                  on 2000/11/10  13:25:52
23195         Log: Re-instate stdio large file support via perlio.
23196      Branch: perl
23197            ! perlio.c
23198 ____________________________________________________________________________
23199 [  7634] By: jhi                                   on 2000/11/10  04:49:55
23200         Log: Amdahl UTS hints updates.
23201              
23202              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
23203              From: hom00@utsglobal.com (Harold O Morris)
23204              Date: Thu, 9 Nov 2000 20:02 PST
23205              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
23206      Branch: perl
23207            ! hints/uts.sh
23208 ____________________________________________________________________________
23209 [  7633] By: jhi                                   on 2000/11/09  23:33:28
23210         Log: Subject: [PATCH] IO::Seekable pod
23211              From: Nicholas Clark <nick@talking.bollo.cx>
23212              Date: Thu, 9 Nov 2000 20:29:45 +0000
23213              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
23214      Branch: perl
23215            ! ext/IO/lib/IO/Handle.pm
23216 ____________________________________________________________________________
23217 [  7632] By: jhi                                   on 2000/11/09  21:55:41
23218         Log: Various doc oddball characters.
23219              
23220              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
23221              From: Michael Somos <somos@grail.cba.csuohio.edu>
23222              Date: Mon, 6 Nov 2000 17:44:20 -0500
23223              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
23224      Branch: perl
23225            ! emacs/cperl-mode.el lib/unicode/syllables.txt
23226            ! win32/bin/search.pl
23227 ____________________________________________________________________________
23228 [  7631] By: jhi                                   on 2000/11/09  21:12:29
23229         Log: Subject: Re: bash -c exit and linux hints 
23230              From: "John P. Linderman" <jpl@research.att.com>
23231              Date: Thu, 02 Nov 2000 09:37:25 -0500
23232              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
23233      Branch: perl
23234            ! hints/linux.sh
23235 ____________________________________________________________________________
23236 [  7630] By: nick                                  on 2000/11/09  20:34:11
23237         Log: Integrate mainline.
23238      Branch: perlio
23239           !> (integrate 91 files)
23240 ____________________________________________________________________________
23241 [  7629] By: jhi                                   on 2000/11/09  19:46:31
23242         Log: Missing dTHXs.
23243              
23244              Subject: RE: perl@7595 builds not on cygwin
23245              From: "Eric Fifer" <egf7@columbia.edu>
23246              Date: Thu, 9 Nov 2000 19:26:50 -0000
23247              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
23248      Branch: perl
23249            ! ext/Devel/Peek/Peek.xs
23250 ____________________________________________________________________________
23251 [  7628] By: jhi                                   on 2000/11/09  14:48:27
23252         Log: Disable only the tests 99 and 166 for UTF-8 locales.
23253      Branch: perl
23254            ! t/pragma/locale.t
23255 ____________________________________________________________________________
23256 [  7627] By: jhi                                   on 2000/11/09  14:40:27
23257         Log: There's no =head3.
23258      Branch: perl
23259            ! pod/perlhack.pod
23260 ____________________________________________________________________________
23261 [  7626] By: jhi                                   on 2000/11/09  13:54:26
23262         Log: The generated boot_* headers are wrong.  Pickier compiler,
23263              such as KAI C++ will refuse to compile the resulting perlmain.
23264              
23265              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
23266              From: Harri Pasanen <harri.pasanen@trema.com>
23267              Date: Thu, 09 Nov 2000 14:23:28 +0100
23268              Message-Id: <3A0AA550.26D548A3@trema.com>
23269      Branch: perl
23270            ! minimod.pl
23271 ____________________________________________________________________________
23272 [  7625] By: jhi                                   on 2000/11/09  13:50:44
23273         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
23274              From: Prymmer/Kahn <pvhp@best.com>
23275              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
23276              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
23277              
23278              All except the "cow orker" change.
23279      Branch: perl
23280            ! Porting/pumpkin.pod
23281 ____________________________________________________________________________
23282 [  7624] By: jhi                                   on 2000/11/09  13:45:33
23283         Log: Fix for
23284              
23285              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
23286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23287              Date: Thu, 09 Nov 2000 11:05:52 +0100
23288              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
23289      Branch: perl
23290            ! pod/perldiag.pod t/pragma/warn/pp_sys
23291 ____________________________________________________________________________
23292 [  7623] By: jhi                                   on 2000/11/09  13:37:16
23293         Log: Typo in an ifndef.
23294              
23295              Subject: Re: [PATCH 5.7.0] better messages from malloc()
23296              From: Joe Smith <jms@inwap.com>         
23297              Date: Thu, 09 Nov 2000 01:33:14 -0800
23298              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
23299      Branch: perl
23300            ! malloc.c
23301 ____________________________________________________________________________
23302 [  7622] By: jhi                                   on 2000/11/09  13:31:18
23303         Log: Remove unused extra arguments.
23304      Branch: metaconfig/U/perl
23305            ! perlxv.U
23306      Branch: perl
23307            ! Configure config_h.SH
23308 ____________________________________________________________________________
23309 [  7621] By: jhi                                   on 2000/11/09  13:16:36
23310         Log: More VMS moves on environment handling, from Charles Lane.
23311      Branch: perl
23312            ! t/pragma/locale.t
23313 ____________________________________________________________________________
23314 [  7620] By: jhi                                   on 2000/11/09  04:42:38
23315         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
23316              From: David Dyck <dcd@tc.fluke.com>
23317              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
23318              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
23319      Branch: perl
23320            ! pp_sys.c
23321 ____________________________________________________________________________
23322 [  7619] By: jhi                                   on 2000/11/09  04:36:21
23323         Log: Forgot from #7618.
23324      Branch: perl
23325            ! lib/File/stat.pm
23326 ____________________________________________________________________________
23327 [  7618] By: jhi                                   on 2000/11/09  04:28:44
23328         Log: Make deleting for %ENV work for (newer versions of) VMS,
23329              from Craig A. Berry.
23330      Branch: perl
23331            ! vms/vms.c
23332 ____________________________________________________________________________
23333 [  7617] By: jhi                                   on 2000/11/09  04:25:05
23334         Log: Subject: [PATCH] Class::Struct at compile time
23335              From: "Casey R. Tweten" <crt@kiski.net>
23336              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
23337              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
23338      Branch: perl
23339            ! lib/Class/Struct.pm
23340 ____________________________________________________________________________
23341 [  7616] By: jhi                                   on 2000/11/09  04:15:17
23342         Log: Subject: [ID 20001108.013] spelling
23343              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
23344              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
23345              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
23346      Branch: perl
23347            ! lib/ftp.pl
23348 ____________________________________________________________________________
23349 [  7615] By: jhi                                   on 2000/11/09  04:12:42
23350         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
23351              From: Peter Prymmer <pvhp@forte.com>
23352              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
23353              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
23354      Branch: perl
23355            ! configure.com
23356 ____________________________________________________________________________
23357 [  7614] By: jhi                                   on 2000/11/08  22:42:55
23358         Log: A missing aTHX_.
23359      Branch: perl
23360            ! ext/IPC/SysV/SysV.xs
23361 ____________________________________________________________________________
23362 [  7613] By: jhi                                   on 2000/11/08  19:30:21
23363         Log: Update Changes.
23364      Branch: perl
23365            ! Changes patchlevel.h
23366 ____________________________________________________________________________
23367 [  7612] By: jhi                                   on 2000/11/08  18:35:25
23368         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
23369              From: David Dyck <dcd@tc.fluke.com>
23370              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
23371              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
23372      Branch: perl
23373            ! pp_sys.c
23374 ____________________________________________________________________________
23375 [  7611] By: jhi                                   on 2000/11/08  18:30:26
23376         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
23377              From: Dominic Dunlop <domo@computer.org>
23378              Date: Tue, 7 Nov 2000 12:05:25 +0100
23379              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
23380      Branch: perl
23381            ! malloc.c
23382 ____________________________________________________________________________
23383 [  7610] By: jhi                                   on 2000/11/08  18:25:14
23384         Log: Do not test UTF-8 locales since that the tests would require
23385              polymorphic regexen.
23386      Branch: perl
23387            ! t/pragma/locale.t
23388 ____________________________________________________________________________
23389 [  7609] By: jhi                                   on 2000/11/08  17:12:51
23390         Log: Locale buglets.
23391              
23392              Subject: RE: Locales support (setlocale) fixes
23393              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23394              Date: Wed, 8 Nov 2000 20:01:39 +0300
23395              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
23396      Branch: perl
23397            ! t/pragma/locale.t util.c
23398 ____________________________________________________________________________
23399 [  7608] By: jhi                                   on 2000/11/08  17:00:16
23400         Log: Deleting $ENV{PATH} in VMS is not recommendable.
23401      Branch: perl
23402            ! t/pragma/locale.t
23403 ____________________________________________________________________________
23404 [  7607] By: jhi                                   on 2000/11/08  16:58:26
23405         Log: Subject: PATCH std stdio for (Free)BSD
23406              From: Nicholas Clark <nick@ccl4.org>
23407              Date: Wed, 8 Nov 2000 15:36:29 +0000
23408              Message-ID: <20001108153629.D98736@plum.flirble.org>
23409      Branch: metaconfig
23410            ! U/compline/d_stdstdio.U
23411      Branch: perl
23412            ! Configure config_h.SH
23413 ____________________________________________________________________________
23414 [  7606] By: jhi                                   on 2000/11/08  16:43:31
23415         Log: Forgot to bump the line numbers in #7601.
23416      Branch: perl
23417            ! t/pragma/warn/pp_sys
23418 ____________________________________________________________________________
23419 [  7605] By: jhi                                   on 2000/11/08  16:39:12
23420         Log: More careful detection of how well NVs and UVs mix.
23421              
23422              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))
23423              From: Nicholas Clark <nick@ccl4.org>
23424              Date: Wed, 8 Nov 2000 15:14:12 +0000
23425              Message-ID: <20001108151412.B98736@plum.flirble.org>
23426              
23427              Added some SIGFPE paranoia.
23428      Branch: metaconfig/U/perl
23429            ! perlxv.U
23430      Branch: perl
23431            ! Configure config_h.SH
23432 ____________________________________________________________________________
23433 [  7604] By: jhi                                   on 2000/11/08  14:39:10
23434         Log: Subject: [patch perl@7595] VMS configure.com tweak
23435              From: "Craig A. Berry" <craigberry@mac.com>
23436              Date: Wed, 8 Nov 2000 00:24:12 -0600
23437              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
23438      Branch: perl
23439            ! configure.com
23440 ____________________________________________________________________________
23441 [  7603] By: jhi                                   on 2000/11/08  14:27:11
23442         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
23443              From: Robin Barker <rmb1@cise.npl.co.uk>
23444              Date: Wed, 8 Nov 2000 11:11:39 GMT
23445              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
23446      Branch: perl
23447            ! perlio.c
23448 ____________________________________________________________________________
23449 [  7602] By: jhi                                   on 2000/11/08  14:25:03
23450         Log: Fix for the tie-refhash string table leaks.
23451              
23452              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
23453              Date: Wed, 8 Nov 2000 13:03:04 GMT
23454              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
23455      Branch: perl
23456            ! t/lib/tie-refhash.t
23457 ____________________________________________________________________________
23458 [  7601] By: jhi                                   on 2000/11/08  14:21:08
23459         Log: Try to avoid flockless and emulationless places.
23460      Branch: perl
23461            ! t/pragma/warn/pp_sys
23462 ____________________________________________________________________________
23463 [  7600] By: jhi                                   on 2000/11/08  02:28:54
23464         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
23465              
23466              Subject: [PATCH] prototyped functions that should be overrideable
23467              From: "Casey R. Tweten" <crt@kiski.net>
23468              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
23469              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
23470      Branch: perl
23471            ! toke.c
23472 ____________________________________________________________________________
23473 [  7599] By: jhi                                   on 2000/11/08  01:12:05
23474         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
23475              
23476              Subject: [PATCH] perlbug.PL
23477              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23478              Date: Mon, 6 Nov 2000 21:39:01 -0500
23479              Message-ID: <20001106213901.B20955@O2.chapin.edu>
23480      Branch: perl
23481            ! utils/perlbug.PL
23482 ____________________________________________________________________________
23483 [  7598] By: jhi                                   on 2000/11/07  23:42:00
23484         Log: Bad thinko in #7581 (I used the test program with the expanded
23485              values as-is).
23486      Branch: metaconfig
23487            ! U/compline/d_stdstdio.U
23488      Branch: perl
23489            ! Configure
23490 ____________________________________________________________________________
23491 [  7597] By: jhi                                   on 2000/11/07  21:43:29
23492         Log: Subject: [PATCH perl@7573] cygwin port
23493              From: "Fifer, Eric" <EFifer@sanwaint.com>
23494              Date: Tue, 7 Nov 2000 18:08:51 -0000 
23495              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
23496              
23497              Synchronize with Cygwin 1.1.5.
23498      Branch: perl
23499            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
23500            ! pod/perlport.pod unixish.h util.c
23501 ____________________________________________________________________________
23502 [  7596] By: jhi                                   on 2000/11/07  21:39:25
23503         Log: perlhack updates from H.Merijn Brand.
23504      Branch: perl
23505            ! pod/perlhack.pod
23506 ____________________________________________________________________________
23507 [  7595] By: jhi                                   on 2000/11/07  20:21:41
23508         Log: Update Changes.
23509      Branch: perl
23510            ! Changes patchlevel.h
23511 ____________________________________________________________________________
23512 [  7594] By: jhi                                   on 2000/11/07  19:18:58
23513         Log: Be more robust in Dynaloader.pm.
23514      Branch: perl
23515            ! ext/DynaLoader/DynaLoader_pm.PL
23516 ____________________________________________________________________________
23517 [  7593] By: jhi                                   on 2000/11/07  16:49:31
23518         Log: AUTHORS update.
23519      Branch: perl
23520            ! AUTHORS
23521 ____________________________________________________________________________
23522 [  7592] By: gsar                                  on 2000/11/07  16:39:51
23523         Log: normalize relative paths in virtualized current directory on windows,
23524              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
23525              returns)
23526      Branch: perl
23527            ! win32/vdir.h
23528 ____________________________________________________________________________
23529 [  7591] By: jhi                                   on 2000/11/07  16:04:26
23530         Log: Too profiler-happy: with optimization the #7590 actually makes
23531              the test to run 0.5% _slower_.  Requires much more instrumentation.
23532              Retract #7590.
23533      Branch: perl
23534            ! regcomp.c regcomp.h
23535 ____________________________________________________________________________
23536 [  7590] By: jhi                                   on 2000/11/07  15:51:13
23537         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
23538              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
23539              by using memset() and testing bytewise (as opposed to bitwise).
23540      Branch: perl
23541            ! regcomp.c regcomp.h
23542 ____________________________________________________________________________
23543 [  7589] By: jhi                                   on 2000/11/07  12:56:39
23544         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
23545              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23546              Date: Mon, 06 Nov 2000 23:45:30 -0500
23547              Message-Id: <0011079735.AA973576259@univpress.com>
23548      Branch: perl
23549            ! configure.com t/lib/st-lock.t
23550 ____________________________________________________________________________
23551 [  7588] By: jhi                                   on 2000/11/07  01:03:28
23552         Log: Tweak #7587.
23553      Branch: perl
23554            ! pod/perldiag.pod
23555 ____________________________________________________________________________
23556 [  7587] By: jhi                                   on 2000/11/07  01:00:27
23557         Log: A doc addition for bug id 20001105.019, beware \p.
23558      Branch: perl
23559            ! pod/perldiag.pod
23560 ____________________________________________________________________________
23561 [  7586] By: jhi                                   on 2000/11/07  00:32:22
23562         Log: Fake support of holey files in win/dosish platforms.
23563              
23564              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
23565              From: kipp@shonanblue.ne.jp
23566              Date: Mon, 6 Nov 2000 13:30:55 -0800
23567              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
23568      Branch: perl
23569            ! ext/SDBM_File/sdbm/sdbm.c
23570 ____________________________________________________________________________
23571 [  7585] By: jhi                                   on 2000/11/07  00:12:54
23572         Log: Subject: Pod updates
23573              From: "Stephen P. Potter" <spp@spotter.yi.org>
23574              Date: Mon, 06 Nov 2000 18:56:43 -0500
23575              Message-Id: <200011062357.SAA18173@spotter.yi.org>
23576      Branch: perl
23577            ! README.dos README.os2 README.win32 pod/buildtoc.PL
23578            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
23579            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
23580            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
23581            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
23582            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
23583            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
23584            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
23585            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
23586            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
23587            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
23588            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
23589            ! pod/perltootc.pod pod/perlunicode.pod
23590 ____________________________________________________________________________
23591 [  7584] By: jhi                                   on 2000/11/07  00:04:17
23592         Log: Varargs don't always work too well if one puts an unsigned
23593              char on the stack and pop an unsigned quad off the stack.
23594              
23595              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
23596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
23597              Date: Mon, 06 Nov 2000 15:19:05 -0800
23598              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
23599      Branch: perl
23600            ! utf8.c
23601 ____________________________________________________________________________
23602 [  7583] By: jhi                                   on 2000/11/06  23:58:48
23603         Log: %ENV note tweaks from Dan Sugalski.
23604      Branch: perl
23605            ! pod/perlport.pod vms/perlvms.pod
23606 ____________________________________________________________________________
23607 [  7582] By: jhi                                   on 2000/11/06  23:05:49
23608         Log: glibc5 detection by __GNU_LIBRARY__.
23609      Branch: perl
23610            ! toke.c
23611 ____________________________________________________________________________
23612 [  7581] By: jhi                                   on 2000/11/06  22:51:29
23613         Log: Make the stdio test program of 7427 less noisy while being 
23614              compiled so that Digital UNIX wouldn't get both
23615              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
23616              undefined.  This makes perlio happy.
23617      Branch: metaconfig
23618            ! U/compline/d_stdstdio.U
23619      Branch: perl
23620            ! Configure config_h.SH
23621 ____________________________________________________________________________
23622 [  7580] By: jhi                                   on 2000/11/06  22:41:41
23623         Log: Document %ENV = () portability issues.
23624      Branch: perl
23625            ! pod/perlport.pod vms/perlvms.pod
23626 ____________________________________________________________________________
23627 [  7579] By: jhi                                   on 2000/11/06  21:29:24
23628         Log: VOS updates from Paul Green.
23629      Branch: perl
23630            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23631 ____________________________________________________________________________
23632 [  7578] By: jhi                                   on 2000/11/06  21:00:40
23633         Log: Sanitize the environment further.
23634      Branch: perl
23635            ! t/pragma/locale.t
23636 ____________________________________________________________________________
23637 [  7577] By: jhi                                   on 2000/11/06  20:53:51
23638         Log: Re-introduce 7552 lost in integration.
23639      Branch: perl
23640            ! perlio.c
23641 ____________________________________________________________________________
23642 [  7576] By: jhi                                   on 2000/11/06  20:33:46
23643         Log: Admit that the test leaks scalars.
23644      Branch: perl
23645            ! t/comp/proto.t
23646 ____________________________________________________________________________
23647 [  7575] By: jhi                                   on 2000/11/06  20:17:08
23648         Log: Integrate perlio.
23649      Branch: perl
23650           !> perlio.c
23651 ____________________________________________________________________________
23652 [  7574] By: nick                                  on 2000/11/06  20:07:28
23653         Log: Remove debug. Try (Mmap_t) on madvise() call.
23654      Branch: perlio
23655            ! perlio.c
23656 ____________________________________________________________________________
23657 [  7573] By: jhi                                   on 2000/11/06  13:56:05
23658         Log: Update Changes.
23659      Branch: perl
23660            ! Changes patchlevel.h
23661 ____________________________________________________________________________
23662 [  7572] By: jhi                                   on 2000/11/06  13:48:41
23663         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
23664              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23665              Date: Mon, 06 Nov 2000 10:11:42 +0100
23666              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
23667      Branch: perl
23668            ! pod/perlhack.pod
23669 ____________________________________________________________________________
23670 [  7571] By: jhi                                   on 2000/11/06  01:45:51
23671         Log: AUTHORS updates.
23672      Branch: perl
23673            ! AUTHORS
23674 ____________________________________________________________________________
23675 [  7570] By: jhi                                   on 2000/11/06  00:18:00
23676         Log: Fix for
23677              
23678              Subject: [ID 20000728.005] perl -P broken
23679              From: David Dyck <dcd@tc.fluke.com>
23680              Date: Fri, 28 Jul 2000 17:19:16 -0700
23681              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
23682              
23683              (hopefully).  The fix is also not complete, it seems to break
23684              BOM swallowing for libc5 systems, but until someone figures
23685              out a way to do this without ftell(), this will do.
23686      Branch: perl
23687            ! toke.c
23688 ____________________________________________________________________________
23689 [  7569] By: jhi                                   on 2000/11/06  00:05:30
23690         Log: Document that the evaled syntax errors cause scalar leaks.
23691      Branch: perl
23692            ! t/comp/proto.t
23693 ____________________________________________________________________________
23694 [  7568] By: jhi                                   on 2000/11/05  23:14:47
23695         Log: opmini.o can linger from Configures past.
23696      Branch: perl
23697            ! Makefile.SH
23698 ____________________________________________________________________________
23699 [  7567] By: jhi                                   on 2000/11/05  21:28:39
23700         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
23701              first argument correctly.
23702      Branch: perl
23703            ! perlio.c
23704 ____________________________________________________________________________
23705 [  7566] By: jhi                                   on 2000/11/05  21:15:56
23706         Log: Integrate perlio.
23707      Branch: perl
23708           !> perlio.c
23709 ____________________________________________________________________________
23710 [  7565] By: jhi                                   on 2000/11/05  21:15:13
23711         Log: Use -dM for gcc (the suggested patch did it only for Linux,
23712              but I think it can be generalized).
23713              
23714              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
23715              From: Pixel <pixel@mandrakesoft.com>
23716              Date: 05 Nov 2000 21:49:34 +0100 
23717              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
23718      Branch: perl
23719            ! ext/Errno/Errno_pm.PL
23720 ____________________________________________________________________________
23721 [  7564] By: nick                                  on 2000/11/05  21:09:18
23722         Log: Added a mmap layer as a "subclass" of perlio.
23723              PERLIO=mmap ./perl harness passes
23724      Branch: perlio
23725            ! perlio.c
23726 ____________________________________________________________________________
23727 [  7563] By: jhi                                   on 2000/11/05  19:48:55
23728         Log: Add a note for future generations about bug id 20000229.006.
23729      Branch: perl
23730            ! malloc.c
23731 ____________________________________________________________________________
23732 [  7562] By: jhi                                   on 2000/11/05  19:38:24
23733         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
23734      Branch: perl
23735            ! pp_ctl.c t/op/pos.t
23736 ____________________________________________________________________________
23737 [  7561] By: jhi                                   on 2000/11/05  18:21:46
23738         Log: Add =pod to be tidy.
23739      Branch: perl
23740            ! lib/Math/Complex.pm
23741 ____________________________________________________________________________
23742 [  7560] By: jhi                                   on 2000/11/05  17:38:46
23743         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
23744      Branch: perl
23745            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23746            ! ext/Storable/Storable.xs t/lib/st-recurse.t
23747 ____________________________________________________________________________
23748 [  7559] By: jhi                                   on 2000/11/05  17:32:59
23749         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
23750              From: "Peter J. Farley III" <pjfarley@banet.net>
23751              Date: Sun, 05 Nov 2000 11:55:59 -0500
23752              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
23753      Branch: perl
23754            ! t/lib/syslog.t
23755 ____________________________________________________________________________
23756 [  7558] By: jhi                                   on 2000/11/05  17:29:19
23757         Log: Integrate perlio.
23758      Branch: perl
23759           !> perlio.c
23760 ____________________________________________________________________________
23761 [  7557] By: jhi                                   on 2000/11/05  17:22:01
23762         Log: A fix of sorts for 20000329.026, a better error message
23763              for a missing "use charnames" when using the \N{...}. 
23764      Branch: perl
23765            ! pod/perldiag.pod toke.c
23766 ____________________________________________________________________________
23767 [  7556] By: jhi                                   on 2000/11/05  16:33:50
23768         Log: Test tweak: show also the failed locales.
23769              
23770              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
23771              From: Lupe Christoph <lupe@lupe-christoph.de>         
23772              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
23773              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
23774      Branch: perl
23775            ! t/pragma/locale.t
23776 ____________________________________________________________________________
23777 [  7555] By: nick                                  on 2000/11/05  11:09:34
23778         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
23779              open RDWR so does not fail. (pragma/warnings 303 again...)
23780      Branch: perlio
23781            ! perlio.c
23782 ____________________________________________________________________________
23783 [  7554] By: nick                                  on 2000/11/05  10:10:13
23784         Log: Fix case where ungetc(f,EOF) was allowed.
23785              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
23786              so we can see similarities.
23787              Use types more carefully and a STDCHAR array in hope that this will
23788              fix Jarrko's 64bit machine.
23789      Branch: perlio
23790            ! perlio.c
23791 ____________________________________________________________________________
23792 [  7553] By: jhi                                   on 2000/11/05  01:12:16
23793         Log: Fix for
23794              
23795              Subject: [ID 20001004.007] taint propogation is inconsistent
23796              From: pimlott@idiomtech.com (Andrew Pimlott) 
23797              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
23798              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
23799              
23800              The culprit was sv_setsv() which was rather blindly
23801              propagating taint, which lead to behaviour where if
23802              a tainted anon hash value was seen all the hash values
23803              from then on at that level became tainted, or at any
23804              upper levels in the case of nested anon hashes.
23805      Branch: perl
23806            ! sv.c t/op/taint.t
23807 ____________________________________________________________________________
23808 [  7552] By: jhi                                   on 2000/11/04  23:44:18
23809         Log: Some cpps don't like splitting conditionals across several lines.
23810      Branch: perl
23811            ! perlio.c
23812 ____________________________________________________________________________
23813 [  7551] By: nick                                  on 2000/11/04  23:40:44
23814         Log: Integrate mainline
23815      Branch: perlio
23816           !> pp_hot.c t/op/taint.t
23817 ____________________________________________________________________________
23818 [  7550] By: nick                                  on 2000/11/04  23:39:05
23819         Log: Integrate mainline again
23820      Branch: perlio
23821           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
23822           !> t/lib/b.t t/op/misc.t util.c
23823 ____________________________________________________________________________
23824 [  7549] By: jhi                                   on 2000/11/04  23:14:01
23825         Log: Fix for
23826              
23827              Subject: [ID 20001004.006] undef is never tainted
23828              From: pimlott@idiomtech.com (Andrew Pimlott)
23829              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
23830              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
23831              
23832              An undef read from a slurped file was not tainted.
23833      Branch: perl
23834            ! pp_hot.c t/op/taint.t
23835 ____________________________________________________________________________
23836 [  7548] By: jhi                                   on 2000/11/04  22:56:21
23837         Log: Test tweak ($Config{useperlio} is by default undef) .
23838      Branch: perl
23839            ! t/lib/b.t
23840 ____________________________________________________________________________
23841 [  7547] By: jhi                                   on 2000/11/04  22:43:56
23842         Log: Integrate perlio.
23843      Branch: perl
23844           +> lib/perlio.pm
23845           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
23846           !> pod/perlapi.pod t/lib/b.t
23847 ____________________________________________________________________________
23848 [  7546] By: jhi                                   on 2000/11/04  22:40:59
23849         Log: Configure would use a bad $myuname from an old config.sh.
23850              
23851              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
23852              From: Andy Dougherty <doughera@lafayette.edu>
23853              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
23854              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
23855      Branch: metaconfig
23856            ! U/modified/Oldconfig.U
23857      Branch: perl
23858            ! Configure config_h.SH
23859 ____________________________________________________________________________
23860 [  7545] By: jhi                                   on 2000/11/04  22:36:54
23861         Log: Subject: Locales support (setlocale) fixes
23862              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23863              Date: Sat, 4 Nov 2000 10:15:48 +0300 
23864              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
23865              
23866              Modified quite a bit to be more portable.
23867      Branch: perl
23868            ! embed.h embed.pl perl.h proto.h util.c
23869 ____________________________________________________________________________
23870 [  7544] By: jhi                                   on 2000/11/04  22:32:47
23871         Log: Dying is too strict here, better just skip.
23872      Branch: perl
23873            ! t/op/misc.t
23874 ____________________________________________________________________________
23875 [  7543] By: nick                                  on 2000/11/04  21:55:13
23876         Log: Merge mainline
23877      Branch: perlio
23878           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
23879           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
23880           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
23881           !> (integrate 64 files)
23882 ____________________________________________________________________________
23883 [  7542] By: jhi                                   on 2000/11/04  21:09:28
23884         Log: More Changes tweakery.
23885      Branch: perl
23886            ! Changes Porting/genlog
23887 ____________________________________________________________________________
23888 [  7541] By: jhi                                   on 2000/11/04  20:58:18
23889         Log: Changes fixups.
23890      Branch: perl
23891            ! Changes
23892 ____________________________________________________________________________
23893 [  7540] By: jhi                                   on 2000/11/04  20:42:38
23894         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
23895              create a "fast path" for locale name probing using "locale -a"
23896              if available, squash finally hopefully the s?printf resetting
23897              the numeric locale (since, IIUC perllocale, it never shouldn't). 
23898      Branch: perl
23899            ! sv.c t/op/misc.t t/pragma/locale.t
23900 ____________________________________________________________________________
23901 [  7539] By: nick                                  on 2000/11/04  19:56:10
23902         Log: PerlIO infrastructure complete.
23903      Branch: perlio
23904            + lib/perlio.pm
23905            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
23906 ____________________________________________________________________________
23907 [  7538] By: nick                                  on 2000/11/04  14:31:32
23908         Log: Type tweaks + less contorted allocation scheme
23909      Branch: perlio
23910            ! perlio.c
23911 ____________________________________________________________________________
23912 [  7537] By: nick                                  on 2000/11/04  12:40:42
23913         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
23914              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
23915              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
23916              sensible) which lead to some interesting fails.
23917      Branch: perlio
23918            ! perlio.c
23919 ____________________________________________________________________________
23920 [  7536] By: jhi                                   on 2000/11/04  00:20:02
23921         Log: Add FCNTL_CAN_LOCK.
23922              
23923              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
23924              From: Andy Dougherty <doughera@lafayette.edu>
23925              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
23926              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
23927              
23928              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
23929              From: Andy Dougherty <doughera@lafayette.edu>
23930              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
23931              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
23932      Branch: metaconfig/U/perl
23933            + d_fcntl_can_lock.U
23934            ! startperl.U
23935      Branch: perl
23936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23937            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
23938            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23939            ! vos/config.ga.h win32/config.bc win32/config.gc
23940            ! win32/config.vc
23941 ____________________________________________________________________________
23942 [  7535] By: nick                                  on 2000/11/03  22:19:10
23943         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
23944              - Works on Linux with
23945              perlio + unix
23946              stdio
23947              - Works on Solaris with
23948              perlio + unix
23949              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
23950              - Fails (hangs in openpid) if you try and stack
23951              perlio + stdio - Linux stdio's read() logic is hanging.
23952      Branch: perlio
23953            ! iperlsys.h perlio.c
23954 ____________________________________________________________________________
23955 [  7534] By: jhi                                   on 2000/11/03  15:16:02
23956         Log: Subject: Re: README.aix
23957              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23958              Date: Fri, 03 Nov 2000 16:03:15 +0100
23959              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
23960      Branch: perl
23961            ! README.aix
23962 ____________________________________________________________________________
23963 [  7533] By: jhi                                   on 2000/11/03  03:59:02
23964         Log: Subject: [PATCH 5.7.0] better messages from malloc()
23965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23966              Date: Wed, 1 Nov 2000 23:39:56 -0500
23967              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
23968      Branch: perl
23969            ! malloc.c pod/perldiag.pod
23970 ____________________________________________________________________________
23971 [  7532] By: jhi                                   on 2000/11/03  00:11:56
23972         Log: The #7521 touched things it shouldn't have.
23973      Branch: perl
23974            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
23975 ____________________________________________________________________________
23976 [  7531] By: jhi                                   on 2000/11/02  22:32:33
23977         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
23978              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23979              Date:     Thu, 2 Nov 2000 16:58:36 EST
23980              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
23981      Branch: perl
23982            ! vms/gen_shrfls.pl
23983 ____________________________________________________________________________
23984 [  7530] By: jhi                                   on 2000/11/02  22:08:49
23985         Log: Fix the problem discussed in
23986              
23987              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
23988              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
23989              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
23990              
23991              originally from Linc Madison.  Also Andreas König's comments
23992              taken into account.  Some other problems with Tie::SubstrHash
23993              fixed: didn't croak when the table exceeded the requested number
23994              of entries (as documented) but instead when the number of entries
23995              exceeded the size of the table, a croak() had an unnecessary \n,
23996              didn't have a CLEAR method, documented that there is no exists().
23997              Didn't fix to be strict-proof because the module uses &foo; and
23998              dynamic scope.  Added a test script exercizing both first tamely 
23999              the basic functionality, and then the failure cases reported by
24000              Linc Madison.
24001      Branch: perl
24002            + t/lib/tie-substrhash.t
24003            ! MANIFEST lib/Tie/SubstrHash.pm
24004 ____________________________________________________________________________
24005 [  7529] By: jhi                                   on 2000/11/02  17:58:08
24006         Log: recv() can fail and return undef.
24007              
24008              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
24009              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
24010              Date: Thu, 2 Nov 2000 20:12:20 +0300
24011              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
24012      Branch: perl
24013            ! lib/Net/Ping.pm
24014 ____________________________________________________________________________
24015 [  7528] By: jhi                                   on 2000/11/02  17:49:09
24016         Log: Detpyo.
24017      Branch: perl
24018            ! pod/perlop.pod
24019 ____________________________________________________________________________
24020 [  7527] By: jhi                                   on 2000/11/02  15:48:37
24021         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
24022              fix a autovivification bug in Tie::RefHash, add tests for both.
24023              
24024              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
24025              From: Edward Avis <epa98@doc.ic.ac.uk>
24026              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
24027              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
24028      Branch: perl
24029            + t/lib/tie-refhash.t
24030            ! MANIFEST lib/Tie/RefHash.pm
24031 ____________________________________________________________________________
24032 [  7526] By: jhi                                   on 2000/11/02  13:56:26
24033         Log: Test::Harness revealed buglets in the new DynaLoader.
24034              
24035              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
24036              From: andreas.koenig@anima.de (Andreas J. Koenig)
24037              Date: 02 Nov 2000 11:26:48 +0100 
24038              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
24039      Branch: perl
24040            ! ext/DynaLoader/DynaLoader_pm.PL
24041 ____________________________________________________________________________
24042 [  7525] By: jhi                                   on 2000/11/01  23:52:08
24043         Log: The entry for #7503 was missing.
24044      Branch: perl
24045            ! Changes
24046 ____________________________________________________________________________
24047 [  7524] By: jhi                                   on 2000/11/01  23:40:52
24048         Log: Update Changes.
24049      Branch: perl
24050            ! Changes patchlevel.h
24051 ____________________________________________________________________________
24052 [  7523] By: jhi                                   on 2000/11/01  22:57:09
24053         Log: More tweaking on the #7522 theme.
24054      Branch: perl
24055            ! ext/DynaLoader/DynaLoader_pm.PL
24056 ____________________________________________________________________________
24057 [  7522] By: jhi                                   on 2000/11/01  22:06:15
24058         Log: Expand %Config variables and %ENV variables only if
24059              so requested during build time using the
24060              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
24061              Not expanding makes relocating distributions easier.
24062      Branch: perl
24063            ! ext/DynaLoader/DynaLoader_pm.PL
24064 ____________________________________________________________________________
24065 [  7521] By: jhi                                   on 2000/11/01  20:56:34
24066         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
24067              and setgid() because they were just changing $< and $( which means
24068              only changing the real uid/gid, as opposed to changing both
24069              real and effective ids.  (The alternative way could have been
24070              in POSIX.pm to change $> and $), too, but making a direct call
24071              to the C API feels cleaner.)  Fixes the bug
24072              
24073              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
24074              From: "Garry T. Williams" <garry@zvolve.com>
24075              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
24076              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
24077      Branch: perl
24078            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24079            ! ext/POSIX/typemap pod/perlvar.pod
24080 ____________________________________________________________________________
24081 [  7520] By: jhi                                   on 2000/11/01  20:08:33
24082         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
24083              From: "Garry T. Williams" <garry@zvolve.com>
24084              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
24085              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
24086      Branch: perl
24087            ! pod/perlsec.pod
24088 ____________________________________________________________________________
24089 [  7519] By: jhi                                   on 2000/11/01  20:01:22
24090         Log: Locale warning explanation tweak.
24091      Branch: perl
24092            ! pod/perldiag.pod
24093 ____________________________________________________________________________
24094 [  7518] By: jhi                                   on 2000/11/01  18:57:13
24095         Log: C.pm part of
24096              
24097              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
24098              From: Jarkko Hietaniemi <jhi@iki.fi>
24099              Date: Tue, 10 Oct 2000 08:22:28 -0500
24100              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
24101      Branch: perl
24102            ! ext/B/B/C.pm
24103 ____________________________________________________________________________
24104 [  7517] By: jhi                                   on 2000/11/01  18:41:59
24105         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
24106              From: Martien Verbruggen <mgjv@comdyn.com.au>
24107              Date: Fri, 6 Oct 2000 14:09:10 +1100
24108              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
24109      Branch: perl
24110            ! pod/perlop.pod
24111 ____________________________________________________________________________
24112 [  7516] By: jhi                                   on 2000/11/01  18:34:55
24113         Log: Generalize the Camel wording.
24114              
24115              Subject: Re: perlfaq style changes
24116              From: John Borwick <jhborwic@unity.ncsu.edu>
24117              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
24118              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
24119      Branch: perl
24120            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
24121 ____________________________________________________________________________
24122 [  7515] By: jhi                                   on 2000/11/01  16:52:31
24123         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
24124              From: pimlott@idiomtech.com (Andrew Pimlott)
24125              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
24126              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
24127      Branch: perl
24128            ! pod/perlsec.pod
24129 ____________________________________________________________________________
24130 [  7514] By: jhi                                   on 2000/11/01  15:03:40
24131         Log: More AIX lore.
24132      Branch: perl
24133            ! ext/re/hints/aix.pl
24134 ____________________________________________________________________________
24135 [  7513] By: jhi                                   on 2000/11/01  14:48:30
24136         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
24137              From: root <root@chronos.fi.muni.cz>
24138              Date: Wed, 1 Nov 2000 12:31:32 +0100
24139              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
24140      Branch: perl
24141            ! lib/Net/Ping.pm
24142 ____________________________________________________________________________
24143 [  7512] By: jhi                                   on 2000/11/01  14:46:47
24144         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
24145              From: Martin Husemann <martin@duskware.de>
24146              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
24147              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
24148      Branch: perl
24149            ! regcomp.c
24150 ____________________________________________________________________________
24151 [  7511] By: jhi                                   on 2000/11/01  14:39:50
24152         Log: AUTHORS updates.
24153      Branch: perl
24154            ! AUTHORS
24155 ____________________________________________________________________________
24156 [  7510] By: jhi                                   on 2000/11/01  14:29:50
24157         Log: Subject: [PATCH] startperl to respect versiononly
24158              From: Robin Barker <rmb1@cise.npl.co.uk> 
24159              Date: Tue, 31 Oct 2000 16:29:36 GMT
24160              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
24161      Branch: metaconfig/U/perl
24162            ! startperl.U
24163      Branch: perl
24164            ! Configure config_h.SH
24165 ____________________________________________________________________________
24166 [  7509] By: jhi                                   on 2000/11/01  14:19:53
24167         Log: printf UVs the correct way, noticed by Robin Barker.
24168      Branch: perl
24169            ! utf8.c
24170 ____________________________________________________________________________
24171 [  7508] By: jhi                                   on 2000/11/01  14:10:03
24172         Log: Do not cleanup *% because the % has special meanings in some
24173              shell environments.
24174      Branch: perl
24175            ! ext/Storable/Makefile.PL
24176 ____________________________________________________________________________
24177 [  7507] By: jhi                                   on 2000/11/01  14:06:00
24178         Log: The NonStop-UX libraries have a novel way to say NaN.
24179      Branch: perl
24180            ! t/lib/bigfltpm.t
24181 ____________________________________________________________________________
24182 [  7506] By: jhi                                   on 2000/11/01  14:03:35
24183         Log: The osname has been lowercased by now, from Tom Bates.
24184      Branch: metaconfig
24185            ! U/modified/Oldconfig.U
24186      Branch: perl
24187            ! Configure config_h.SH
24188 ____________________________________________________________________________
24189 [  7505] By: jhi                                   on 2000/10/31  19:18:39
24190         Log: The compiler is either gcc or cc, from Tom Bates.
24191      Branch: perl
24192            ! hints/nonstopux.sh
24193 ____________________________________________________________________________
24194 [  7504] By: jhi                                   on 2000/10/31  14:53:42
24195         Log: Update Changes.
24196      Branch: perl
24197            ! Changes patchlevel.h
24198 ____________________________________________________________________________
24199 [  7503] By: jhi                                   on 2000/10/31  14:30:50
24200         Log: Whitespace style tweak.  Was originally going to see to
24201              
24202              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
24203              From: Joe Smith <jms@inwap.com>
24204              Date: Mon, 30 Oct 2000 18:47:57 -0800
24205              Message-Id: <39FE32DD.24AAC4D@inwap.com>
24206              
24207              but that had already been taken care of.
24208      Branch: metaconfig
24209            ! U/compline/d_stdstdio.U
24210      Branch: perl
24211            ! Configure config_h.SH
24212 ____________________________________________________________________________
24213 [  7502] By: jhi                                   on 2000/10/31  14:25:02
24214         Log: AUTHORS tweaks.
24215      Branch: perl
24216            ! AUTHORS
24217 ____________________________________________________________________________
24218 [  7501] By: jhi                                   on 2000/10/31  14:23:59
24219         Log: Subject: perlfaq style changes
24220              From: John Borwick <jhborwic@unity.ncsu.edu>
24221              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
24222              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
24223      Branch: perl
24224            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24225            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24226            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24227            ! pod/perlfaq9.pod
24228 ____________________________________________________________________________
24229 [  7500] By: jhi                                   on 2000/10/31  14:22:15
24230         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
24231              
24232              Subject: Re: [ID 20000918.005] ~ on wide chars
24233              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24234              Date: Mon, 30 Oct 2000 21:09:55 -0800
24235              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
24236              
24237              (The ord() part of the patch skipped.)
24238      Branch: perl
24239            ! doop.c
24240 ____________________________________________________________________________
24241 [  7499] By: jhi                                   on 2000/10/31  14:20:08
24242         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
24243              From: Jens Hamisch <jens@Strawberry.COM>
24244              Date: Mon, 30 Oct 2000 15:17:07 +0100
24245              Message-Id: <20001030151707.A9597@Strawberry.COM>
24246      Branch: perl
24247            ! av.c
24248 ____________________________________________________________________________
24249 [  7498] By: jhi                                   on 2000/10/31  14:16:29
24250         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
24251              From: Peter Prymmer <pvhp@forte.com>
24252              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
24253              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
24254      Branch: perl
24255            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24256            + ext/Encode/Encode/posix-bc.enc
24257            ! MANIFEST t/lib/encode.t
24258 ____________________________________________________________________________
24259 [  7497] By: jhi                                   on 2000/10/31  14:13:22
24260         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
24261              From: Peter Prymmer <pvhp@forte.com>
24262              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
24263              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
24264      Branch: perl
24265            ! t/lib/cgi-html.t
24266 ____________________________________________________________________________
24267 [  7496] By: jhi                                   on 2000/10/31  14:12:05
24268         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
24269              From: Peter Prymmer <pvhp@forte.com>
24270              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
24271              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
24272      Branch: perl
24273            ! t/lib/cgi-function.t
24274 ____________________________________________________________________________
24275 [  7495] By: jhi                                   on 2000/10/31  14:11:08
24276         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24277              From: Peter Prymmer <pvhp@forte.com>
24278              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
24279              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
24280      Branch: perl
24281            + ext/re/hints/aix.pl
24282            ! MANIFEST ext/re/Makefile.PL
24283 ____________________________________________________________________________
24284 [  7494] By: jhi                                   on 2000/10/31  14:08:32
24285         Log: Use Errno magic.
24286              
24287              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
24288              From: Casey Tweten <perl@ctweten.amsite.com>
24289              Date: Mon, 30 Oct 2000 15:51:17 -0500
24290              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
24291      Branch: perl
24292            ! lib/File/Temp.pm
24293 ____________________________________________________________________________
24294 [  7493] By: jhi                                   on 2000/10/31  14:05:07
24295         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
24296              
24297              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
24298              From: Nicholas Clark <nick@ccl4.org>
24299              Date: Mon, 30 Oct 2000 17:38:45 +0000
24300              Message-ID: <20001030173845.O60355@plum.flirble.org>
24301      Branch: perl
24302            ! Makefile.SH utils/perlbug.PL
24303 ____________________________________________________________________________
24304 [  7492] By: nick                                  on 2000/10/30  19:37:23
24305         Log: Change files which are mysteriously different to mainline to be
24306              copies of mainline.
24307      Branch: perlio
24308            ! objXSUB.h perlapi.c pod/perlapi.pod
24309 ____________________________________________________________________________
24310 [  7491] By: nick                                  on 2000/10/30  18:05:54
24311         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
24312              - typo in endian code in putc.
24313              - Don't allow read of write-only files and vice-versa
24314              - and off-by-one in flush-all loop.
24315              Remove debug calls as they were using GCC specific features.
24316      Branch: perlio
24317            ! perlio.c
24318 ____________________________________________________________________________
24319 [  7490] By: nick                                  on 2000/10/29  21:45:45
24320         Log: Integrate mainline to perlio
24321      Branch: perlio
24322           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
24323           !> toke.c
24324 ____________________________________________________________________________
24325 [  7489] By: jhi                                   on 2000/10/29  21:11:08
24326         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
24327              From: andreas.koenig@anima.de (Andreas J. Koenig)
24328              Date: 29 Oct 2000 22:05:59 +0100
24329              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
24330      Branch: perl
24331            ! lib/ExtUtils/Manifest.pm
24332 ____________________________________________________________________________
24333 [  7488] By: jhi                                   on 2000/10/29  21:07:47
24334         Log: Tests for #7487.
24335              
24336              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
24337              From: andreas.koenig@anima.de (Andreas J. Koenig)
24338              Date: 29 Oct 2000 19:37:09 +0100
24339              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
24340      Branch: perl
24341            ! t/comp/proto.t
24342 ____________________________________________________________________________
24343 [  7487] By: jhi                                   on 2000/10/29  21:06:27
24344         Log: constsub spillage.
24345              
24346              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
24347              From: John Tobey <jtobey@john-edwin-tobey.org>
24348              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
24349              Message-Id: <m13pvSr-000FObC@feynman.localnet>
24350      Branch: perl
24351            ! op.c
24352 ____________________________________________________________________________
24353 [  7486] By: nick                                  on 2000/10/29  21:05:04
24354         Log: Integrate mainline to perlio branch
24355      Branch: perlio
24356           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
24357           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
24358           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
24359           +> vos/install_perl.cm
24360            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
24361            - vos/config.h vos/config_h.SH_orig
24362           !> (integrate 141 files)
24363 ____________________________________________________________________________
24364 [  7485] By: jhi                                   on 2000/10/29  21:00:47
24365         Log: Make \x{...} consistently produce UTF-8.
24366              
24367              Subject: Re: \x{...} is confused 
24368              From: Simon Cozens <simon@cozens.net>
24369              Date: Sun, 29 Oct 2000 19:36:48 +0000
24370              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
24371      Branch: perl
24372            ! t/pragma/utf8.t toke.c
24373 ____________________________________________________________________________
24374 [  7484] By: nick                                  on 2000/10/29  20:05:29
24375         Log: PerlIO passes all tests.
24376      Branch: perlio
24377            ! perlio.c
24378 ____________________________________________________________________________
24379 [  7483] By: jhi                                   on 2000/10/29  18:06:55
24380         Log: Update Changes.
24381      Branch: perl
24382            ! Changes patchlevel.h
24383 ____________________________________________________________________________
24384 [  7482] By: nick                                  on 2000/10/29  17:43:28
24385         Log: Include <unistd.h> to get correct lseek() prototype etc.
24386              (I thought perl.h did that) - down to two fails
24387              - comp/require.t (last test)
24388              - lib/io_xs.t - possibly import/export of FILE * ?
24389      Branch: perlio
24390            ! perlio.c
24391 ____________________________________________________________________________
24392 [  7481] By: jhi                                   on 2000/10/29  17:02:37
24393         Log: UTF-8 decoder tweak.
24394      Branch: perl
24395            ! utf8.c
24396 ____________________________________________________________________________
24397 [  7480] By: nick                                  on 2000/10/29  16:26:11
24398         Log: Fixed two bugs:
24399              - error code not being set on close (of broken pipe)
24400              - append mode was truncating.
24401              At least one seek/tell bug remains.
24402      Branch: perlio
24403            ! perlio.c
24404 ____________________________________________________________________________
24405 [  7479] By: nick                                  on 2000/10/29  11:18:16
24406         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
24407              in case of accidents. Still several worrying fails, no line disciplines yet.
24408      Branch: perlio
24409            ! iperlsys.h perlio.c
24410 ____________________________________________________________________________
24411 [  7478] By: jhi                                   on 2000/10/29  02:04:01
24412         Log: Add also emailless people.
24413      Branch: perl
24414            ! AUTHORS
24415 ____________________________________________________________________________
24416 [  7477] By: jhi                                   on 2000/10/29  01:36:00
24417         Log: The #7476 needs a MANIFEST change, too.
24418      Branch: perl
24419            ! MANIFEST
24420 ____________________________________________________________________________
24421 [  7476] By: jhi                                   on 2000/10/29  01:35:21
24422         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
24423      Branch: perl
24424            - MAINTAIN
24425            ! AUTHORS Changes
24426 ____________________________________________________________________________
24427 [  7475] By: jhi                                   on 2000/10/28  23:57:25
24428         Log: De-quoted-unreadable to ISO Latin 1.
24429              (There's one ISO-2022-JP name in Changes5.004.)
24430      Branch: perl
24431            ! Changes Changes5.6
24432 ____________________________________________________________________________
24433 [  7474] By: jhi                                   on 2000/10/28  19:13:06
24434         Log: Subject: [ID 20001027.007] uniq array in perlfaq
24435              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
24436              Date: Fri, 27 Oct 2000 19:28:30 +0200
24437              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
24438      Branch: perl
24439            ! pod/perlfaq4.pod
24440 ____________________________________________________________________________
24441 [  7473] By: jhi                                   on 2000/10/28  18:02:05
24442         Log: Locking null mutexes is not recommendable.
24443              
24444              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
24445              From: Hugo <hv@crypt.compulink.co.uk>
24446              Date: Sat, 28 Oct 2000 18:41:12 +0100
24447              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
24448      Branch: perl
24449            ! op.c
24450 ____________________________________________________________________________
24451 [  7472] By: jhi                                   on 2000/10/28  17:52:58
24452         Log: Better create a true mailing list for the repository keepers.
24453      Branch: perl
24454            ! Porting/repository.pod
24455 ____________________________________________________________________________
24456 [  7471] By: jhi                                   on 2000/10/28  17:28:24
24457         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
24458              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
24459      Branch: perl
24460            + Porting/repository.pod
24461            ! MANIFEST
24462 ____________________________________________________________________________
24463 [  7470] By: jhi                                   on 2000/10/28  17:20:54
24464         Log: Subject: DOC PATCH 5.6.0
24465              From: mjd@plover.com
24466              Date: 27 Oct 2000 17:32:44 -0000
24467              Message-ID: <20001027173244.23754.qmail@plover.com>
24468      Branch: perl
24469            ! pod/perlfunc.pod
24470 ____________________________________________________________________________
24471 [  7469] By: jhi                                   on 2000/10/28  17:16:45
24472         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
24473              From: "Peter J. Farley III" <pjfarley@banet.net>
24474              Date: Fri, 27 Oct 2000 20:32:56 -0400
24475              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
24476      Branch: perl
24477            ! README.dos
24478 ____________________________________________________________________________
24479 [  7468] By: jhi                                   on 2000/10/28  17:07:18
24480         Log: Make target reordering to avoid pointless re-makes.
24481              
24482              Subject: Re: Total re-make of 'make okfile' after 7451 ?
24483              From: Nicholas Clark <nick@ccl4.org>
24484              Date: Sat, 28 Oct 2000 00:31:02 +0100
24485              Message-ID: <20001028003101.A54517@plum.flirble.org>
24486      Branch: perl
24487            ! Makefile.SH
24488 ____________________________________________________________________________
24489 [  7467] By: jhi                                   on 2000/10/28  17:05:31
24490         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
24491              From: lvirden@cas.org
24492              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
24493              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
24494      Branch: perl
24495            ! README.os2
24496 ____________________________________________________________________________
24497 [  7466] By: jhi                                   on 2000/10/28  16:09:16
24498         Log: Upgrade to CPAN 1.58_55.
24499              
24500              Subject: CPAN.pm status
24501              From: andreas.koenig@anima.de (Andreas J. Koenig) 
24502              Date: 28 Oct 2000 08:18:00 +0200 
24503              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
24504      Branch: perl
24505            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24506 ____________________________________________________________________________
24507 [  7465] By: jhi                                   on 2000/10/28  16:02:47
24508         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
24509      Branch: perl
24510            ! embed.h embed.pl perl.h proto.h toke.c
24511 ____________________________________________________________________________
24512 [  7464] By: nick                                  on 2000/10/28  10:43:44
24513         Log: Fix for sv_2iv() on "shared" value from keys %hash.
24514      Branch: perl
24515            ! sv.c
24516 ____________________________________________________________________________
24517 [  7463] By: jhi                                   on 2000/10/27  16:18:29
24518         Log: Update Changes.
24519      Branch: perl
24520            ! Changes patchlevel.h
24521 ____________________________________________________________________________
24522 [  7462] By: jhi                                   on 2000/10/27  16:17:44
24523         Log: Too enthusiastic editing in #7460.
24524      Branch: metaconfig
24525            ! U/modified/Oldsym.U
24526      Branch: perl
24527            ! Configure config_h.SH
24528 ____________________________________________________________________________
24529 [  7461] By: jhi                                   on 2000/10/27  15:37:38
24530         Log: Retract #7459, the script needs more work.
24531      Branch: perl
24532            - mkreef
24533            ! MANIFEST
24534 ____________________________________________________________________________
24535 [  7460] By: jhi                                   on 2000/10/27  15:23:14
24536         Log: Use $sort, $uniq (and $tr) consistently as wondered
24537              by Nicholas Clark.
24538      Branch: metaconfig
24539            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
24540            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
24541            ! U/modified/libc.U
24542      Branch: perl
24543            ! Configure config_h.SH
24544 ____________________________________________________________________________
24545 [  7459] By: jhi                                   on 2000/10/27  15:02:07
24546         Log: (Retracted by #7461)
24547              
24548              Add a shell script for creating/removing symbolic link farms,
24549              useful for keeping the source code read-only and doing the
24550              builds somewhere else.
24551      Branch: perl
24552            + mkreef
24553            ! MANIFEST
24554 ____________________________________________________________________________
24555 [  7458] By: jhi                                   on 2000/10/27  14:42:20
24556         Log: Do away with the fix_pl.
24557      Branch: perl
24558            - fix_pl
24559            ! MANIFEST Makefile.SH
24560 ____________________________________________________________________________
24561 [  7457] By: jhi                                   on 2000/10/27  12:43:13
24562         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
24563              From: Jens Hamisch <jens@Strawberry.COM>
24564              Date: Fri, 27 Oct 2000 14:38:21 +0200
24565              Message-Id: <20001027143821.B3366@Strawberry.COM>
24566      Branch: perl
24567            ! perl.h
24568 ____________________________________________________________________________
24569 [  7456] By: jhi                                   on 2000/10/27  12:33:42
24570         Log: Subject: [PATCH] todo
24571              From: Nicholas Clark <nick@ccl4.org>
24572              Date: Thu, 26 Oct 2000 22:32:29 +0100
24573              Message-ID: <20001026223229.A44540@plum.flirble.org>
24574      Branch: perl
24575            ! pod/perltodo.pod
24576 ____________________________________________________________________________
24577 [  7455] By: jhi                                   on 2000/10/27  12:02:21
24578         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
24579              From: John Tobey <jtobey@john-edwin-tobey.org>
24580              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
24581              Message-Id: <m13ozHF-000FObC@feynman.localnet>
24582      Branch: perl
24583            ! op.c t/pragma/sub_lval.t
24584 ____________________________________________________________________________
24585 [  7454] By: jhi                                   on 2000/10/27  11:59:42
24586         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
24587              From: sthoenna@efn.org
24588              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
24589              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
24590      Branch: perl
24591            ! pp.c t/op/assignwarn.t
24592 ____________________________________________________________________________
24593 [  7453] By: jhi                                   on 2000/10/27  00:15:08
24594         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
24595      Branch: perl
24596            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24597            ! ext/Storable/Storable.xs t/lib/st-lock.t
24598 ____________________________________________________________________________
24599 [  7452] By: jhi                                   on 2000/10/26  13:05:52
24600         Log: Undo #7451, this seems to be a deficiency in Perforce,
24601              there is no per-file line-terminator type, only per-client.
24602      Branch: perl
24603            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
24604            ! win32/makefile.mk
24605 ____________________________________________________________________________
24606 [  7451] By: jhi                                   on 2000/10/26  04:56:03
24607         Log: Experimenting in DOS arcana.
24608      Branch: perl
24609            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
24610            ! win32/makefile.mk
24611 ____________________________________________________________________________
24612 [  7450] By: jhi                                   on 2000/10/26  04:50:52
24613         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
24614              From: "Peter J. Farley III" <pjfarley@banet.net>            
24615              Date: Wed, 25 Oct 2000 23:10:18 -0400
24616              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
24617      Branch: perl
24618            ! t/io/open.t
24619 ____________________________________________________________________________
24620 [  7449] By: jhi                                   on 2000/10/26  04:49:16
24621         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
24622              From: Hugo <hv@crypt.compulink.co.uk>
24623              Date: Thu, 26 Oct 2000 01:55:17 +0100
24624              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
24625              
24626              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
24627      Branch: perl
24628            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
24629 ____________________________________________________________________________
24630 [  7448] By: jhi                                   on 2000/10/26  04:38:36
24631         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
24632              From: Peter Prymmer <pvhp@forte.com>
24633              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
24634              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
24635      Branch: perl
24636            ! configure.com
24637 ____________________________________________________________________________
24638 [  7447] By: jhi                                   on 2000/10/25  23:20:02
24639         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
24640              in platforms that strictly require all the symbols being present
24641              at link time.
24642      Branch: perl
24643            ! handy.h
24644 ____________________________________________________________________________
24645 [  7446] By: jhi                                   on 2000/10/25  21:55:57
24646         Log: Update Changes.
24647      Branch: perl
24648            ! Changes patchlevel.h
24649 ____________________________________________________________________________
24650 [  7445] By: jhi                                   on 2000/10/25  21:27:08
24651         Log: Integrate with vmsperl #7430 by Charles Bailey:
24652              
24653              Cleanup from prior patch (Charles Lane?):
24654              - improve handling of MFDs in Basename and Path
24655              - default to no xsubpp line # munging when building debug images
24656      Branch: perl
24657           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
24658 ____________________________________________________________________________
24659 [  7444] By: jhi                                   on 2000/10/25  21:03:50
24660         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
24661              From: John Peacock <JPeacock@UnivPress.com>
24662              Date: Thu, 18 May 2000 11:55:27 -0400
24663              Message-ID: <3924126F.A58BE57A@UnivPress.com>
24664      Branch: perl
24665            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
24666            ! t/op/write.t
24667 ____________________________________________________________________________
24668 [  7443] By: jhi                                   on 2000/10/25  20:43:10
24669         Log: Temporary stopgap for the self-tying issue: for now only
24670              array and hash self-ties are verboten.  The real fix, of
24671              course, would be to comprehensively test (and implement?)
24672              and debug (and document) self-ties.
24673      Branch: perl
24674            ! pod/perldiag.pod pp_sys.c t/op/tie.t
24675 ____________________________________________________________________________
24676 [  7442] By: jhi                                   on 2000/10/25  20:14:30
24677         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
24678              From: Dan Sugalski <dan@sidhe.org>
24679              Date: Wed, 25 Oct 2000 13:36:35 -0400
24680              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
24681              
24682              plus regen global.sym.
24683      Branch: perl
24684            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
24685            ! thrdvar.h util.c
24686 ____________________________________________________________________________
24687 [  7441] By: jhi                                   on 2000/10/25  20:12:20
24688         Log: buildtoc target tweaks.
24689      Branch: perl
24690            ! pod/Makefile.SH
24691 ____________________________________________________________________________
24692 [  7440] By: jhi                                   on 2000/10/25  20:03:53
24693         Log: A new version of making the syslog test more robust.
24694              (Replaces #7421.)
24695              
24696              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
24697              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24698              Date: Wed, 25 Oct 2000 12:13:54 -0400
24699              Message-ID: <20001025121354.B2264@O2.chapin.edu>
24700      Branch: perl
24701            ! t/lib/syslog.t
24702 ____________________________________________________________________________
24703 [  7439] By: jhi                                   on 2000/10/25  20:00:48
24704         Log: Continue the internal UTF-8 API tweaking.
24705              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
24706              used much more than the simpler API, now called utf8_to_uv_simple().
24707              Still not quite happy with API, too much partial duplication
24708              of functionality.
24709      Branch: perl
24710            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
24711            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
24712            ! regcomp.c regexec.c sv.c toke.c utf8.c
24713 ____________________________________________________________________________
24714 [  7438] By: jhi                                   on 2000/10/25  18:52:30
24715         Log: Allow poking holes at the UTF-8 decoding strictness.
24716      Branch: perl
24717            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
24718            ! utf8.h
24719 ____________________________________________________________________________
24720 [  7437] By: jhi                                   on 2000/10/25  13:53:05
24721         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
24722              UTF8LEN() and UTF8SKIP(). 
24723      Branch: perl
24724            ! pp.c utf8.c utf8.h
24725 ____________________________________________________________________________
24726 [  7436] By: jhi                                   on 2000/10/25  13:51:37
24727         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
24728              From: Nicholas Clark <nick@ccl4.org>
24729              Date: Wed, 25 Oct 2000 14:44:05 +0100
24730              Message-ID: <20001025144404.D27253@plum.flirble.org>
24731      Branch: perl
24732            ! pod/perlrun.pod
24733 ____________________________________________________________________________
24734 [  7435] By: jhi                                   on 2000/10/25  13:49:32
24735         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
24736              From: Mike Guy <mjtg@cam.ac.uk>
24737              Date: Tue, 24 Oct 2000 14:59:40 +0100
24738              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
24739      Branch: perl
24740            ! scope.c
24741 ____________________________________________________________________________
24742 [  7434] By: jhi                                   on 2000/10/25  13:48:41
24743         Log: AIX is picky about its symbol exports.  Solution for now
24744              is to include the deb.o explicitly to the re extension build.
24745              
24746              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
24747              From: Peter Prymmer <pvhp@forte.com>
24748              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
24749              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
24750      Branch: perl
24751            ! ext/re/Makefile.PL hints/aix.sh
24752 ____________________________________________________________________________
24753 [  7433] By: jhi                                   on 2000/10/25  13:46:49
24754         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
24755              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24756              Date: Wed, 25 Oct 2000 12:02:20 +0200
24757              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
24758      Branch: perl
24759            ! perlsdio.h
24760 ____________________________________________________________________________
24761 [  7432] By: jhi                                   on 2000/10/25  13:44:28
24762         Log: Subject: Minor update to find2perl, for portability
24763              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
24764              Date: Wed, 25 Oct 2000 12:05:47 +0100
24765              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
24766      Branch: perl
24767            ! x2p/find2perl.PL
24768 ____________________________________________________________________________
24769 [  7431] By: jhi                                   on 2000/10/25  13:40:39
24770         Log: Add targets to Makefile.SH, most importantly
24771              'regen_all' which also remembers to update vms/perly*.
24772      Branch: perl
24773            ! Makefile.SH
24774 ____________________________________________________________________________
24775 [  7430] By: bailey                                on 2000/10/25  03:13:53
24776         Log: Cleanup from prior patch (Charles Lane?):
24777              - improve handling of MFDs in Basename and Path
24778              - default to no xsubpp line # munging when building debug images
24779      Branch: vmsperl
24780            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
24781 ____________________________________________________________________________
24782 [  7429] By: jhi                                   on 2000/10/24  20:03:40
24783         Log: Podify README.epoc and README.vos.
24784      Branch: perl
24785            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
24786            ! pod/perlport.pod pod/perltoc.pod
24787 ____________________________________________________________________________
24788 [  7428] By: jhi                                   on 2000/10/24  19:10:33
24789         Log: Stratus VOS updates from Paul Green.
24790      Branch: perl
24791            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24792            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
24793            - vos/config.def vos/config.h vos/config_h.SH_orig
24794            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
24795            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
24796 ____________________________________________________________________________
24797 [  7427] By: jhi                                   on 2000/10/24  18:59:48
24798         Log: Check if stdio supports tweaking lval and cnt simultaneously.
24799              
24800              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
24801              From: Nicholas Clark <nick@ccl4.org>
24802              Date: Mon, 23 Oct 2000 15:39:32 +0100
24803              Message-ID: <20001023153932.A10786@plum.flirble.org>
24804      Branch: metaconfig
24805            ! U/compline/d_stdstdio.U
24806      Branch: perl
24807            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24808            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
24809            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
24810            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
24811            ! vos/config.h vos/config_h.SH_orig win32/config.bc
24812            ! win32/config.gc win32/config.vc
24813 ____________________________________________________________________________
24814 [  7426] By: jhi                                   on 2000/10/24  17:57:44
24815         Log: Missed the header file changes from #7425.
24816      Branch: perl
24817            ! embed.h embed.pl objXSUB.h proto.h
24818 ____________________________________________________________________________
24819 [  7425] By: jhi                                   on 2000/10/24  17:55:17
24820         Log: Fix the bug reported in
24821              
24822              From: andreas.koenig@anima.de (Andreas J. Koenig)
24823              Subject: Encode bug?
24824              Date: 24 Oct 2000 14:01:26 +0200 
24825              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
24826              
24827              Also make is_utf8_char() stricter.
24828      Branch: perl
24829            ! ext/Encode/Encode.xs utf8.c
24830 ____________________________________________________________________________
24831 [  7424] By: jhi                                   on 2000/10/24  15:15:39
24832         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
24833              From: Peter Scott <Peter@PSDT.com>
24834              Date: Mon, 23 Oct 2000 19:46:01 -0700
24835              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
24836      Branch: perl
24837            ! pod/perlfaq5.pod
24838 ____________________________________________________________________________
24839 [  7423] By: jhi                                   on 2000/10/24  14:25:30
24840         Log: Test tweak to avoid pulling in the whole Config.
24841      Branch: perl
24842            ! t/lib/st-lock.t
24843 ____________________________________________________________________________
24844 [  7422] By: jhi                                   on 2000/10/24  14:03:16
24845         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
24846      Branch: perl
24847            ! pp.c
24848 ____________________________________________________________________________
24849 [  7421] By: jhi                                   on 2000/10/24  13:32:09
24850         Log: (Replaced by #7440.)
24851              
24852              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
24853              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24854              Date: Mon, 23 Oct 2000 16:40:54 -0400
24855              Message-ID: <20001023164054.B14491@O2.chapin.edu>
24856      Branch: perl
24857            ! t/lib/syslog.t
24858 ____________________________________________________________________________
24859 [  7420] By: jhi                                   on 2000/10/24  13:30:53
24860         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
24861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24862              Date: Mon, 23 Oct 2000 17:29:03 -0400
24863              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
24864      Branch: perl
24865            ! lib/ExtUtils/MM_Unix.pm
24866 ____________________________________________________________________________
24867 [  7419] By: jhi                                   on 2000/10/24  13:29:57
24868         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
24869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24870              Date: Mon, 23 Oct 2000 19:01:32 -0400
24871              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
24872      Branch: perl
24873            ! utils/h2xs.PL
24874 ____________________________________________________________________________
24875 [  7418] By: jhi                                   on 2000/10/24  13:26:04
24876         Log: Replace #7409 with
24877              
24878              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
24879              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
24880              Date: Mon, 23 Oct 2000 20:08:56 +0200
24881              Message-ID: <20001023200855.A14850@nice.ram.loc>
24882      Branch: perl
24883            ! ext/Storable/Storable.pm t/lib/st-lock.t
24884 ____________________________________________________________________________
24885 [  7417] By: jhi                                   on 2000/10/24  13:17:52
24886         Log: Run vms/vms_yfix.pl, should have done that after changing
24887              perly.c in #7382.
24888      Branch: perl
24889            ! vms/perly_c.vms vms/perly_h.vms
24890 ____________________________________________________________________________
24891 [  7416] By: jhi                                   on 2000/10/24  02:55:33
24892         Log: Make the UTF-8 decoding stricter and more verbose when
24893              malformation happens.  This involved adding an argument
24894              to utf8_to_uv_chk(), which involved changing its prototype,
24895              and prefer STRLEN over I32 for the UTF-8 length, which as
24896              a domino effect necessitated changing the prototypes of
24897              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
24898              The stricter UTF-8 decoding checking uses Markus Kuhn's
24899              UTF-8 Decode Stress Tester from
24900              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
24901      Branch: perl
24902            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
24903            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
24904            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
24905            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
24906 ____________________________________________________________________________
24907 [  7415] By: jhi                                   on 2000/10/23  14:06:06
24908         Log: Update Changes.
24909      Branch: perl
24910            ! Changes patchlevel.h
24911 ____________________________________________________________________________
24912 [  7414] By: jhi                                   on 2000/10/23  12:39:52
24913         Log: Undo the basename() part of #7412 since the lib/basename
24914              tests would need upgrading too.
24915      Branch: perl
24916            ! lib/File/Basename.pm
24917 ____________________________________________________________________________
24918 [  7413] By: jhi                                   on 2000/10/23  12:19:27
24919         Log: Document PERL_INSTALL_ROOT of #7210.
24920      Branch: perl
24921            ! lib/ExtUtils/Install.pm
24922 ____________________________________________________________________________
24923 [  7412] By: jhi                                   on 2000/10/23  12:16:47
24924         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
24925      Branch: perl
24926            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
24927            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
24928 ____________________________________________________________________________
24929 [  7411] By: jhi                                   on 2000/10/23  12:07:41
24930         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
24931              From: Prymmer/Kahn <pvhp@best.com>
24932              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
24933              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
24934      Branch: perl
24935            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
24936 ____________________________________________________________________________
24937 [  7410] By: jhi                                   on 2000/10/23  04:10:11
24938         Log: The change #7187 was not so good on VMS.
24939              
24940              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
24941              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24942              Date: Sun, 22 Oct 2000 23:03:08 -0500
24943              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
24944      Branch: perl
24945            ! utils/perldoc.PL
24946 ____________________________________________________________________________
24947 [  7409] By: jhi                                   on 2000/10/23  03:57:36
24948         Log: Avoid Storable locking on DJGPP for now.
24949              
24950              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
24951              From: "Peter J. Farley III" <pjfarley@banet.net>
24952              Date: Sun, 22 Oct 2000 20:00:00 -0400
24953              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
24954      Branch: perl
24955            ! ext/Storable/Storable.pm t/lib/st-lock.t
24956 ____________________________________________________________________________
24957 [  7408] By: jhi                                   on 2000/10/23  03:50:24
24958         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
24959              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24960              Date: Sun, 22 Oct 2000 21:12:22 -0400
24961              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
24962      Branch: perl
24963            ! lib/vars.pm
24964 ____________________________________________________________________________
24965 [  7407] By: jhi                                   on 2000/10/23  03:43:12
24966         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
24967              From: Hugo <hv@crypt.compulink.co.uk>
24968              Date: Mon, 23 Oct 2000 00:47:22 +0100
24969              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
24970      Branch: perl
24971            ! regexec.c t/op/pat.t
24972 ____________________________________________________________________________
24973 [  7406] By: jhi                                   on 2000/10/23  03:40:29
24974         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
24975      Branch: perl
24976            ! lib/ExtUtils/MakeMaker.pm
24977 ____________________________________________________________________________
24978 [  7405] By: jhi                                   on 2000/10/22  21:32:00
24979         Log: Doc patch.
24980              
24981              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
24982              From: rspier@pobox.com (Robert Spier)
24983              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
24984              Message-ID: <14835.16112.13457.447971@rls.cx>
24985      Branch: perl
24986            ! lib/strict.pm
24987 ____________________________________________________________________________
24988 [  7404] By: jhi                                   on 2000/10/22  21:30:51
24989         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
24990              From: rspier@pobox.com (Robert Spier)
24991              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
24992              Message-ID: <14835.17223.72448.705566@rls.cx>
24993      Branch: perl
24994            ! lib/ExtUtils/MakeMaker.pm
24995 ____________________________________________________________________________
24996 [  7403] By: jhi                                   on 2000/10/22  21:24:11
24997         Log: Subject: [PATCH bleadperl] ripples from constsub patch
24998              From: John Tobey <jtobey@john-edwin-tobey.org>
24999              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
25000              Message-Id: <m13nSOB-000FObC@feynman.localnet>
25001      Branch: perl
25002            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
25003 ____________________________________________________________________________
25004 [  7402] By: jhi                                   on 2000/10/22  20:59:35
25005         Log: Support s?printf parameter reordering.
25006      Branch: perl
25007            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
25008 ____________________________________________________________________________
25009 [  7401] By: jhi                                   on 2000/10/22  19:19:14
25010         Log: Expand %Config variables only if explicitly so requested
25011              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
25012              
25013              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25014              From: Gurusamy Sarathy <gsar@ActiveState.com>
25015              Date: Sun, 22 Oct 2000 11:47:32 -0700
25016              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
25017      Branch: perl
25018            ! Makefile.SH lib/lib_pm.PL
25019 ____________________________________________________________________________
25020 [  7400] By: jhi                                   on 2000/10/22  18:24:10
25021         Log: Move the #7390 test from warn/op to comp/redef.
25022              
25023              Subject: Re: Creating const subs for constants.
25024              From: John Tobey <jtobey@john-edwin-tobey.org>
25025              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
25026              Message-Id: <m13nG72-000FObC@feynman.localnet>               
25027      Branch: perl
25028            ! t/comp/redef.t t/pragma/warn/op
25029 ____________________________________________________________________________
25030 [  7399] By: jhi                                   on 2000/10/22  17:49:59
25031         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25032              From: Nicholas Clark <nick@ccl4.org>
25033              Date: Sat, 21 Oct 2000 22:23:19 +0100
25034              Message-ID: <20001021222319.B45586@plum.flirble.org>
25035      Branch: perl
25036            ! ext/DynaLoader/DynaLoader_pm.PL
25037 ____________________________________________________________________________
25038 [  7398] By: jhi                                   on 2000/10/22  17:47:35
25039         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
25040              From: Hugo <hv@crypt.compulink.co.uk>
25041              Date: Sat, 21 Oct 2000 18:19:59 +0100
25042              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
25043      Branch: perl
25044            ! ext/B/B.pm ext/B/B/C.pm
25045 ____________________________________________________________________________
25046 [  7397] By: jhi                                   on 2000/10/22  17:35:18
25047         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
25048              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25049              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
25050              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
25051      Branch: perl
25052            ! hints/openbsd.sh
25053 ____________________________________________________________________________
25054 [  7396] By: jhi                                   on 2000/10/22  17:19:46
25055         Log: Subject: installman go-faster stripes
25056              From: Nicholas Clark <nick@talking.bollo.cx>
25057              Date: Sat, 21 Oct 2000 17:24:53 +0100
25058              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
25059              
25060              Subject: Re: installman go-faster stripes
25061              From: Russ Allbery <rra@stanford.edu>
25062              Date: 21 Oct 2000 11:04:13 -0700
25063              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
25064      Branch: perl
25065            ! installman pod/pod2man.PL
25066 ____________________________________________________________________________
25067 [  7395] By: jhi                                   on 2000/10/22  17:17:35
25068         Log: Hints tweak from Anton Berezin.
25069      Branch: perl
25070            ! hints/freebsd.sh
25071 ____________________________________________________________________________
25072 [  7394] By: jhi                                   on 2000/10/22  04:50:04
25073         Log: Tweak the Is* definitions of Unicode character classes
25074              to better match the official categorizations; embrace
25075              the official categorizations; add the combining marks
25076              as alpha (and -numeric); fix DCinital (a typo and edito)
25077              to be DCmedial.
25078      Branch: perl
25079            + lib/unicode/Is/DCmedial.pl
25080            - lib/unicode/Is/DCinital.pl
25081            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25082            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
25083            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
25084            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25085 ____________________________________________________________________________
25086 [  7393] By: jhi                                   on 2000/10/21  18:06:05
25087         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
25088              From: Daniel Chetlin <daniel@chetlin.com>
25089              Date: Sat, 21 Oct 2000 02:57:03 -0700
25090              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
25091      Branch: perl
25092            + t/lib/tie-splice.t
25093            ! MANIFEST lib/Tie/Array.pm
25094 ____________________________________________________________________________
25095 [  7392] By: gsar                                  on 2000/10/21  18:05:15
25096         Log: resync utfperl branch with mainline
25097      Branch: utfperl
25098           !> (integrate 1760 files)
25099 ____________________________________________________________________________
25100 [  7391] By: jhi                                   on 2000/10/21  14:37:49
25101         Log: Testcases for a #7383,#7385 related bug.
25102              
25103              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
25104              From: Nicholas Clark <nick@ccl4.org>
25105              Date: Sat, 21 Oct 2000 15:04:51 +0100
25106              Message-ID: <20001021150451.A51566@plum.flirble.org>
25107      Branch: perl
25108            ! t/pragma/utf8.t
25109 ____________________________________________________________________________
25110 [  7390] By: jhi                                   on 2000/10/21  14:35:57
25111         Log: Add a testcase for #7389.
25112      Branch: perl
25113            ! t/pragma/warn/op
25114 ____________________________________________________________________________
25115 [  7389] By: jhi                                   on 2000/10/21  14:26:45
25116         Log: Subject: Re: Creating const subs for constants.
25117              From: John Tobey <jtobey@john-edwin-tobey.org>
25118              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
25119              Message-Id: <m13mo0N-000FObC@feynman.localnet>
25120      Branch: perl
25121            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
25122            ! proto.h sv.c
25123 ____________________________________________________________________________
25124 [  7388] By: nick                                  on 2000/10/21  11:44:23
25125         Log: Populate perlio branch
25126      Branch: perlio
25127           +> (branch 1760 files)
25128 ____________________________________________________________________________
25129 [  7387] By: nick                                  on 2000/10/21  10:52:05
25130         Log: Get branch back as replica of mainline via :
25131              p4 integrate -b utfperl
25132              p4 resolve -at ./...
25133      Branch: utfperl
25134           +> (branch 269 files)
25135            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
25136            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
25137            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
25138            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
25139            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
25140            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25141            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25142            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25143            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25144            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25145            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25146            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25147            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25148            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25149            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25150            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25151            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25152            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25153            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
25154            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
25155            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
25156            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
25157            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
25158            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
25159            - lib/unicode/UCD300.html lib/unicode/Unicode.300
25160            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
25161            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
25162            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
25163            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
25164           !> (integrate 965 files)
25165 ____________________________________________________________________________
25166 [  7386] By: jhi                                   on 2000/10/21  01:31:12
25167         Log: Update Changes.
25168      Branch: perl
25169            ! Changes patchlevel.h
25170 ____________________________________________________________________________
25171 [  7385] By: jhi                                   on 2000/10/21  01:28:42
25172         Log: The #7383 was right only in the context of the original bug report,
25173              not in more general case.
25174      Branch: perl
25175            ! pp_hot.c
25176 ____________________________________________________________________________
25177 [  7384] By: jhi                                   on 2000/10/21  01:08:23
25178         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
25179      Branch: perl
25180            ! ext/IO/lib/IO/Select.pm
25181 ____________________________________________________________________________
25182 [  7383] By: jhi                                   on 2000/10/21  00:44:18
25183         Log: Fix for ID 20001020.006, concatenating an unset submatch
25184              with utf8 resulted in "Modification of a read-only value".
25185      Branch: perl
25186            ! pp_hot.c t/pragma/utf8.t
25187 ____________________________________________________________________________
25188 [  7382] By: jhi                                   on 2000/10/20  20:44:31
25189         Log: Make scan_num() reëntrant, as suggested in
25190              
25191              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25192              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25193              Date: Fri, 20 Oct 2000 14:17:27 +0100
25194              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25195      Branch: perl
25196            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
25197            ! toke.c
25198 ____________________________________________________________________________
25199 [  7381] By: jhi                                   on 2000/10/20  20:07:29
25200         Log: Reëntrancy fix.
25201              
25202              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25203              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25204              Date: Fri, 20 Oct 2000 14:17:27 +0100
25205              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25206      Branch: perl
25207            ! embed.h embed.pl perl.h proto.h toke.c
25208 ____________________________________________________________________________
25209 [  7380] By: jhi                                   on 2000/10/20  19:15:54
25210         Log: Don't write double values through long double pointers,
25211              based on a part of
25212              
25213              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25214              From: Jens Hamisch <jens@Strawberry.COM>
25215              Date: Tue, 17 Oct 2000 08:39:36 +0200
25216              Message-Id: <20001017083936.A11104@Strawberry.COM>
25217      Branch: perl
25218            ! perl.h pp.c
25219 ____________________________________________________________________________
25220 [  7379] By: jhi                                   on 2000/10/20  18:43:37
25221         Log: Portability tweak on #7377.
25222              
25223              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
25224              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25225              Date:     Fri, 20 Oct 2000 13:13:41 EDT
25226              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
25227      Branch: perl
25228            ! t/lib/dprof.t
25229 ____________________________________________________________________________
25230 [  7378] By: jhi                                   on 2000/10/20  12:57:19
25231         Log: SOCKS function redefinitions need prototypes, too, otherwise
25232              for example 32 bit versus 64 bit differences cause a lot of
25233              problems.  Part of
25234              
25235              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25236              From: Jens Hamisch <jens@Strawberry.COM>
25237              Date: Tue, 17 Oct 2000 08:39:36 +0200
25238              Message-Id: <20001017083936.A11104@Strawberry.COM>
25239      Branch: perl
25240            ! doio.c pp_sys.c
25241 ____________________________________________________________________________
25242 [  7377] By: jhi                                   on 2000/10/20  12:37:12
25243         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
25244              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25245              Date:     Fri, 20 Oct 2000 08:26:04 EDT
25246              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
25247      Branch: perl
25248            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
25249 ____________________________________________________________________________
25250 [  7376] By: jhi                                   on 2000/10/20  12:35:31
25251         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
25252              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25253              Date:     Fri, 20 Oct 2000 07:48:15 EDT
25254              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
25255      Branch: perl
25256            ! configure.com vms/gen_shrfls.pl
25257 ____________________________________________________________________________
25258 [  7375] By: bailey                                on 2000/10/20  04:44:37
25259         Log: SYN SYN
25260      Branch: vmsperl
25261           +> (branch 134 files)
25262            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
25263            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
25264            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
25265            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
25266            - eg/cgi/frameset.cgi eg/cgi/index.html
25267            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25268            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25269            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25270            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25271            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25272            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25273            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25274            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25275            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25276            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25277            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25278            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25279            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25280            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
25281            - lib/unicode/Props.txt lib/unicode/UCD300.html
25282            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
25283            - utils/perlbc.PL vms/subconfigure.com
25284           !> (integrate 785 files)
25285 ____________________________________________________________________________
25286 [  7374] By: jhi                                   on 2000/10/20  00:59:48
25287         Log: In the latest compiler builds cccdlflags must not become -fpic,
25288              from Wilfredo Sánchez.
25289      Branch: perl
25290            ! hints/darwin.sh
25291 ____________________________________________________________________________
25292 [  7373] By: jhi                                   on 2000/10/20  00:56:35
25293         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
25294              From: Tony Cook <tony@develop-help.com>
25295              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
25296              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
25297      Branch: perl
25298            ! pod/perlop.pod
25299 ____________________________________________________________________________
25300 [  7372] By: jhi                                   on 2000/10/19  19:34:40
25301         Log: Typo noted by Mark Lutz.
25302      Branch: perl
25303            ! t/op/64bitint.t
25304 ____________________________________________________________________________
25305 [  7371] By: jhi                                   on 2000/10/19  19:33:13
25306         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
25307      Branch: metaconfig
25308            ! U/modified/Cppsym.U U/modified/Oldconfig.U
25309      Branch: metaconfig/U/perl
25310            ! End.U dlsrc.U libperl.U
25311      Branch: perl
25312            + hints/nonstopux.sh
25313            ! Configure MANIFEST config_h.SH
25314 ____________________________________________________________________________
25315 [  7370] By: jhi                                   on 2000/10/19  17:18:08
25316         Log: Subject: PATCH do_print has 2 PerlIO_error()s
25317              From: nick@ccl4.org
25318              Date: Thu, 19 Oct 2000 18:09:20 +0100
25319              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
25320      Branch: perl
25321            ! doio.c
25322 ____________________________________________________________________________
25323 [  7369] By: jhi                                   on 2000/10/19  14:01:49
25324         Log: Update Changes.
25325      Branch: perl
25326            ! Changes patchlevel.h
25327 ____________________________________________________________________________
25328 [  7368] By: jhi                                   on 2000/10/19  13:04:29
25329         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
25330              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25331              Date: Wed, 18 Oct 2000 13:12:01 +0200
25332              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
25333      Branch: perl
25334            ! hints/aix.sh
25335 ____________________________________________________________________________
25336 [  7367] By: jhi                                   on 2000/10/19  02:22:40
25337         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
25338              of a 'pmshort' anywhere in the B, so the offending line was simply
25339              removed.
25340      Branch: perl
25341            ! ext/B/B/Debug.pm
25342 ____________________________________________________________________________
25343 [  7366] By: jhi                                   on 2000/10/19  02:12:37
25344         Log: Add the test case for the bug id 20000730.004 which seems
25345              to have been fixed by now.
25346      Branch: perl
25347            ! t/pragma/utf8.t
25348 ____________________________________________________________________________
25349 [  7365] By: jhi                                   on 2000/10/18  23:36:24
25350         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
25351              From: Hugo <hv@crypt.compulink.co.uk>
25352              Date: Wed, 18 Oct 2000 23:25:58 +0100
25353              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
25354      Branch: perl
25355            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
25356 ____________________________________________________________________________
25357 [  7364] By: jhi                                   on 2000/10/18  21:12:53
25358         Log: (retracted)
25359      Branch: perl
25360            ! pp.c
25361 ____________________________________________________________________________
25362 [  7363] By: jhi                                   on 2000/10/18  20:55:38
25363         Log: Missing change from #7362.
25364      Branch: perl
25365            ! win32/perlhost.h
25366 ____________________________________________________________________________
25367 [  7362] By: jhi                                   on 2000/10/18  20:52:01
25368         Log: Borland C fstat() never saw the fd as writable.
25369              
25370              Subject: fix for Borland's weak "stat" (perl@7211)
25371              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25372              Date: Mon, 16 Oct 2000 09:55:03 +0400
25373              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
25374      Branch: perl
25375            ! win32/win32.c
25376 ____________________________________________________________________________
25377 [  7361] By: jhi                                   on 2000/10/18  17:43:50
25378         Log: Regen toc.
25379      Branch: perl
25380            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
25381 ____________________________________________________________________________
25382 [  7360] By: jhi                                   on 2000/10/18  17:07:44
25383         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25384              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
25385              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
25386              Date: Mon, 16 Oct 2000 15:19:49 +0200
25387      Branch: perl
25388            + README.aix
25389            ! MANIFEST
25390 ____________________________________________________________________________
25391 [  7359] By: jhi                                   on 2000/10/18  17:04:49
25392         Log: Subject: Pod patch for Devel::Peek
25393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25394              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
25395              Date: Mon, 16 Oct 2000 12:26:34 +0200
25396      Branch: perl
25397            ! ext/Devel/Peek/Peek.pm
25398 ____________________________________________________________________________
25399 [  7358] By: jhi                                   on 2000/10/18  17:03:15
25400         Log: Make Cwd more bulletproof in chrooted environments.
25401              
25402              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
25403              From: "Eric E. Coe" <Eric.Coe@oracle.com>
25404              Date: Wed, 18 Oct 2000 04:03:54 -0400
25405              Message-Id: <39ED596A.70E599FE@oracle.com>
25406      Branch: perl
25407            ! lib/Cwd.pm
25408 ____________________________________________________________________________
25409 [  7357] By: jhi                                   on 2000/10/18  16:37:26
25410         Log: Disable the UTF8 downgrade croakage for now to avoid
25411              too many not okay messages.
25412      Branch: perl
25413            ! doio.c
25414 ____________________________________________________________________________
25415 [  7356] By: jhi                                   on 2000/10/17  23:29:41
25416         Log: Show the failed remote port, instead of the failing line number.
25417              
25418              Subject: [PATCH 5.6.1 Debugger] More diagnostics
25419              From: David Sparks <daves@ActiveState.com>
25420              Date: Tue, 17 Oct 2000 15:00:24 -0700
25421              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
25422      Branch: perl
25423            ! lib/perl5db.pl
25424 ____________________________________________________________________________
25425 [  7355] By: jhi                                   on 2000/10/17  14:11:31
25426         Log: On output try to downgrade to bytes, croak if impossible,
25427              from Simon Cozens.  This means that outputting >255 UTF8
25428              is impossible.  Consider this as a strong incentive to get
25429              the I/O disciplines implemented.
25430      Branch: perl
25431            ! doio.c pod/perldiag.pod sv.c
25432 ____________________________________________________________________________
25433 [  7354] By: jhi                                   on 2000/10/17  13:42:23
25434         Log: Clarify documentation on 'use bytes'.
25435              
25436              Subject: Re: What does 'use bytes' "mean" ?
25437              From: Simon Cozens <simon@cozens.net>
25438              Date: Mon, 18 Sep 2000 18:24:25 +0100
25439              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
25440      Branch: perl
25441            ! lib/bytes.pm
25442 ____________________________________________________________________________
25443 [  7353] By: jhi                                   on 2000/10/17  13:28:12
25444         Log: Workaround for a sfio bug where the stream error indicator
25445              is not cleared as documented.
25446              
25447              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25448              From: Nicholas Clark <nick@ccl4.org>
25449              Date: Mon, 16 Oct 2000 18:28:23 +0100
25450              Message-ID: <20001016182823.J19700@plum.flirble.org>
25451      Branch: perl
25452            ! doio.c
25453 ____________________________________________________________________________
25454 [  7352] By: jhi                                   on 2000/10/17  13:06:19
25455         Log: More IoTYPE sprinkling.
25456      Branch: perl
25457            ! doio.c pp_hot.c
25458 ____________________________________________________________________________
25459 [  7351] By: jhi                                   on 2000/10/16  22:47:07
25460         Log: Detect early whether the std streams have gone bad.
25461              
25462              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25463              Date: Mon, 16 Oct 2000 23:28:42 +0100
25464              From: Nicholas Clark <nick@ccl4.org>
25465              Message-ID: <20001016232842.A37942@plum.flirble.org>
25466      Branch: perl
25467            ! t/op/misc.t
25468 ____________________________________________________________________________
25469 [  7350] By: jhi                                   on 2000/10/16  22:45:16
25470         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
25471              From: "Peter J. Farley III" <pjfarley@banet.net>
25472              Date: Mon, 16 Oct 2000 18:15:59 -0400
25473              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
25474      Branch: perl
25475            ! djgpp/djgpp.c dosish.h t/io/open.t
25476 ____________________________________________________________________________
25477 [  7349] By: jhi                                   on 2000/10/16  22:36:45
25478         Log: perldelta tweak.
25479      Branch: perl
25480            ! pod/perldelta.pod
25481 ____________________________________________________________________________
25482 [  7348] By: jhi                                   on 2000/10/16  15:17:53
25483         Log: Update Changes.
25484      Branch: perl
25485            ! Changes patchlevel.h
25486 ____________________________________________________________________________
25487 [  7347] By: jhi                                   on 2000/10/16  13:55:27
25488         Log: Add the capability to include/exclude branches.
25489      Branch: perl
25490            ! Porting/genlog
25491 ____________________________________________________________________________
25492 [  7346] By: jhi                                   on 2000/10/16  13:18:04
25493         Log: Add Charles Lane.
25494      Branch: perl
25495            ! AUTHORS Changes
25496 ____________________________________________________________________________
25497 [  7345] By: jhi                                   on 2000/10/16  13:13:21
25498         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
25499      Branch: perl
25500            ! pod/perldelta.pod
25501 ____________________________________________________________________________
25502 [  7344] By: gsar                                  on 2000/10/16  09:30:21
25503         Log: integrate change#6220 from cfgperl
25504              
25505              Win32 patches from Benjamin Stuhl.
25506      Branch: maint-5.6/perl
25507           !> makedef.pl win32/win32.h
25508 ____________________________________________________________________________
25509 [  7343] By: gsar                                  on 2000/10/16  08:32:19
25510         Log: integrate changes#6221,6222 from cfgperl
25511              
25512              Remove tr///CU (the feature is to be obsoleted by better interfaces).
25513              From: simon@brecon.co.uk (Simon Cozens)
25514              Subject: [PATCH] Eliminate tr///[CU][CU]
25515              Date: 23 Jun 2000 11:05:40 GMT
25516              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
25517              
25518              doc typo fix
25519              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
25520              From: Ian Phillipps <Ian.Phillipps@iname.com>
25521              Date: Fri, 23 Jun 2000 10:40:58 +0100
25522              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
25523      Branch: maint-5.6/perl
25524           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
25525 ____________________________________________________________________________
25526 [  7342] By: gsar                                  on 2000/10/16  08:28:08
25527         Log: integrate change#6217 from cfgperl (in part)
25528              
25529              Rename the fdpid locking and integrate with Sarathy.
25530      Branch: maint-5.6/perl
25531           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
25532           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
25533           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
25534           !> win32/win32.c
25535 ____________________________________________________________________________
25536 [  7341] By: gsar                                  on 2000/10/16  08:23:39
25537         Log: integrate changes#6214..6216 from mainline
25538              
25539              @_ can't have junk in it even in the non-USE_ITHREADS case because
25540              caller() wants to populate @DB::args with it (causes a coredump
25541              in Carp::confess())
25542              
25543              tweak comment about @DB::args
25544              
25545              be more optimal about clearing @_
25546      Branch: maint-5.6/perl
25547           !> av.h cop.h pp_ctl.c t/op/runlevel.t
25548 ____________________________________________________________________________
25549 [  7340] By: gsar                                  on 2000/10/16  08:20:37
25550         Log: integrate changes#6207..6210 from cfgperl
25551              
25552              Subject: [PATCH 5.6.0] Threadsafe patches
25553              From: Dan Sugalski <dan@sidhe.org>
25554              To: perl5-porters@perl.org
25555              Date: Mon, 08 May 2000 18:08:13 -0400
25556              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
25557              
25558              Regen headers for #6207.
25559              
25560              Lock PL_fdpid against race conditions, based on:
25561              Subject: [PATCH 5.6.0]subprocess fixup for threads
25562              From: Dan Sugalski <dan@sidhe.org>
25563              To: perl5-porters@perl.org
25564              Date: Tue, 11 Apr 2000 17:02:32 -0400
25565              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
25566              
25567              Mopup for #6207 and #6209.
25568      Branch: maint-5.6/perl
25569           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
25570           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
25571           !> win32/win32.c
25572 ____________________________________________________________________________
25573 [  7339] By: gsar                                  on 2000/10/16  08:14:34
25574         Log: integrate change#6203 from cfgperl
25575              
25576              perldiag should refer to perlos2.pod not README.os2
25577      Branch: maint-5.6/perl
25578           !> pod/perldiag.pod
25579 ____________________________________________________________________________
25580 [  7338] By: gsar                                  on 2000/10/16  08:11:42
25581         Log: integrate change#6201 from mainline
25582              
25583              Perl_eval_pv() leaks 4 bytes every time it is called because it
25584              does a PUSHMARK that's never ever POPMARKed; in general, only
25585              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
25586              Perl_eval_[sp]v() don't because they don't take any incoming
25587              arguments (this leak has been around since the original version
25588              of perl_eval_pv() in 5.003_97e)
25589      Branch: maint-5.6/perl
25590           !> perl.c
25591 ____________________________________________________________________________
25592 [  7337] By: gsar                                  on 2000/10/16  08:08:47
25593         Log: integrate changes#6197..6200 from cfgperl
25594              
25595              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
25596              From: John Borwick <jhborwic@unity.ncsu.edu>
25597              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
25598              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
25599              
25600              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
25601              From: Dan Sugalski <dan@sidhe.org>
25602              To: vmsperl@perl.org, perl5-porters@perl.org
25603              Date: Fri, 02 Jun 2000 16:00:41 -0400
25604              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
25605              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
25606              
25607              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
25608              From: Dan Sugalski <dan@sidhe.org>
25609              To: perl5-porters@perl.org, vmsperl@perl.org
25610              Date: Fri, 02 Jun 2000 17:30:51 -0400
25611              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
25612              
25613              Update to cperl-mode.el 4.31 from
25614              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
25615              Subject: A couple of notes
25616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25617              To: Mailing list Perl5 <perl5-porters@perl.org>
25618              Date: Sat, 3 Jun 2000 23:33:32 -0400
25619              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
25620      Branch: maint-5.6/perl
25621           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
25622           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
25623           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
25624           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
25625           !> vms/vmsish.h
25626 ____________________________________________________________________________
25627 [  7336] By: gsar                                  on 2000/10/16  08:03:46
25628         Log: integrate changes#6194,6195 from mainline
25629              
25630              fix small eval"" memory leaks under USE_ITHREADS
25631              
25632              fix yet another eval"" leak under USE_ITHREADS
25633      Branch: maint-5.6/perl
25634           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
25635           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
25636           !> vms/perly_c.vms
25637 ____________________________________________________________________________
25638 [  7335] By: gsar                                  on 2000/10/16  08:02:15
25639         Log: integrate changes#6190,6191 from mainline
25640              
25641              submit missing embed.pl change
25642              
25643              vec() loses numericalness (modified version of patch suggested
25644              by Robin Barker)
25645      Branch: maint-5.6/perl
25646           !> doop.c embed.pl t/op/vec.t
25647 ____________________________________________________________________________
25648 [  7334] By: gsar                                  on 2000/10/16  08:01:03
25649         Log: integrate change#6189 from mainline
25650              
25651              counting tr/// corrupts later operation (from M.J.T Guy)
25652      Branch: maint-5.6/perl
25653           !> doop.c t/op/tr.t
25654 ____________________________________________________________________________
25655 [  7333] By: gsar                                  on 2000/10/16  07:59:07
25656         Log: integrate changes#6183..6188 from mainline
25657              
25658              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
25659              <nick@ccl4.org>)
25660              
25661              tweak for change#6127
25662              
25663              remove incorrect documentation about implicit split to @_ in
25664              list context, which never really worked in perl 5 (from
25665              M.J.T. Guy)
25666              
25667              further qualify references to "alphanumeric" (from Wolfgang Laun
25668              <wolfgang.laun@alcatel.at>)
25669              
25670              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
25671              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25672              
25673              h2xs tweaks
25674      Branch: maint-5.6/perl
25675           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
25676           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
25677           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
25678           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
25679           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
25680           !> pod/pod2latex.PL utils/h2xs.PL
25681 ____________________________________________________________________________
25682 [  7332] By: gsar                                  on 2000/10/16  07:53:52
25683         Log: integrate change#6179 from mainline
25684              
25685              buggy modulus on UVs introduced by change#3378 (resulted in
25686              4063328477 % 65535 amounting to 27406, instead of 27407)
25687      Branch: maint-5.6/perl
25688           !> pp.c t/op/arith.t
25689 ____________________________________________________________________________
25690 [  7331] By: gsar                                  on 2000/10/16  07:52:49
25691         Log: integrate changes#6176,6177,6178,6182 from cfgperl
25692              
25693              Single-quoted utf8 patch from Simon Cozens.
25694              
25695              Substitution utf8 patch from Simon Cozens.
25696              
25697              Be cleaner.
25698              
25699              Be Cleaner Part Deux.
25700      Branch: maint-5.6/perl
25701           !> Makefile.SH pp_hot.c toke.c
25702 ____________________________________________________________________________
25703 [  7330] By: gsar                                  on 2000/10/16  07:41:36
25704         Log: integrate change#6172 from mainline
25705              
25706              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
25707              (from Ilya Zakharevich)
25708      Branch: maint-5.6/perl
25709           !> regexec.c t/op/re_tests
25710 ____________________________________________________________________________
25711 [  7329] By: gsar                                  on 2000/10/16  07:40:25
25712         Log: integrate change#6171 from mainline
25713              
25714              scalar() doesn't force scalar context when used in void context
25715              (from Simon Cozens)
25716      Branch: maint-5.6/perl
25717           !> op.c t/op/wantarray.t
25718 ____________________________________________________________________________
25719 [  7328] By: gsar                                  on 2000/10/16  07:39:33
25720         Log: integrate change#6170 from mainline
25721              
25722              change#6142 needs tweaks to tests to work where there's no
25723              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25724      Branch: maint-5.6/perl
25725           !> t/lib/filefind.t
25726 ____________________________________________________________________________
25727 [  7327] By: gsar                                  on 2000/10/16  07:35:34
25728         Log: integrate changes#6166..6168 from cfgperl
25729              
25730              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
25731              in case somebody wants to write an extension for more
25732              shadow database interfaces.
25733              
25734              tweak todo
25735              
25736              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
25737      Branch: maint-5.6/perl
25738           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25739           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
25740           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
25741           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
25742           !> win32/config.vc win32/config_H.bc win32/config_H.gc
25743           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
25744 ____________________________________________________________________________
25745 [  7326] By: gsar                                  on 2000/10/16  07:29:05
25746         Log: integrate changes#6157,6159..6161,6164 from cfgperl
25747              
25748              Regen Configure to jive with #6149.
25749              
25750              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
25751              
25752              Changes for the File::Temp 0.08 (change #6159) test suite
25753              to fit better into the Perl distribution test framework.
25754              
25755              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
25756              both from Simon Cozens.
25757              
25758              detypo
25759      Branch: maint-5.6/perl
25760           +> pod/perlmodlib.PL pod/perlnewmod.pod
25761           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
25762           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
25763           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25764           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25765 ____________________________________________________________________________
25766 [  7325] By: gsar                                  on 2000/10/16  07:25:13
25767         Log: integrate change#6158 from vmsperl
25768              
25769              Add fallback to tmpfile for use in cases where user's relying on
25770              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
25771              Lane's patch)
25772      Branch: maint-5.6/perl
25773           !> vms/vms.c vms/vmsish.h
25774 ____________________________________________________________________________
25775 [  7324] By: gsar                                  on 2000/10/16  07:20:50
25776         Log: integrate changes#6153..6155 from mainline
25777              
25778              prettier Test::Harness output on failed tests (from Nicholas Clark
25779              <nick@Bagpuss.uk.boo.com>)
25780              
25781              avoid type mismatch warning
25782              
25783              small bug in change#6144; remove random \xA0 character that snuck
25784              in via change#6145
25785      Branch: maint-5.6/perl
25786           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
25787           !> perl.c
25788 ____________________________________________________________________________
25789 [  7323] By: gsar                                  on 2000/10/16  07:18:47
25790         Log: integrate changes#6151,6152 from mainline
25791              
25792              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
25793              
25794              cosmetic fixups of RE debug output (from Ilya Zakharevich)
25795      Branch: maint-5.6/perl
25796           !> regexec.c
25797 ____________________________________________________________________________
25798 [  7322] By: gsar                                  on 2000/10/16  07:17:25
25799         Log: integrate changes#6146..6150 from mainline
25800              
25801              doc typo
25802              
25803              add a make entry to Config.pm so "perl -V:make" works on VMS
25804              (from Peter Prymmer)
25805              
25806              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
25807              
25808              OS/2 tweaks for usethreads build (from Rocco Caputo
25809              <troc@netrus.net>)
25810              
25811              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
25812      Branch: maint-5.6/perl
25813           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
25814           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
25815           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
25816           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
25817           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
25818           !> warnings.pl x2p/a2p.h
25819 ____________________________________________________________________________
25820 [  7321] By: gsar                                  on 2000/10/16  07:14:02
25821         Log: integrate changes#6143..6145 from mainline
25822              
25823              MacOS support, part 1 (from Matthias Neeracher
25824              <neeri@iis.ee.ethz.ch>)
25825              
25826              MacOS support, part 2: make AutoSplit use File::Spec instead
25827              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
25828              <neeri@iis.ee.ethz.ch>)
25829              
25830              make xsubpp skip embedded pod (from Matthias Neeracher
25831              <neeri@iis.ee.ethz.ch>)
25832      Branch: maint-5.6/perl
25833           +> ext/DynaLoader/dl_mac.xs
25834           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
25835           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25836           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
25837           !> pp_ctl.c proto.h toke.c util.c util.h
25838 ____________________________________________________________________________
25839 [  7320] By: gsar                                  on 2000/10/16  07:12:13
25840         Log: integrate changes#6141,6142 from mainline
25841              
25842              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
25843              forwarded by Peter Seebach from the bsdi-users mailing list.
25844              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
25845              
25846              File::Find fails to chdir when chasing symlinks (from
25847              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25848      Branch: maint-5.6/perl
25849           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
25850 ____________________________________________________________________________
25851 [  7319] By: gsar                                  on 2000/10/16  07:04:30
25852         Log: integrate change#6139 from mainline
25853              
25854              revise mktables.PL for bugs and newness in Unicode 3.0
25855              (from James Bence <jbence@amgen.com>)
25856      Branch: maint-5.6/perl
25857           +> (branch 30 files)
25858           !> (integrate 49 files)
25859 ____________________________________________________________________________
25860 [  7318] By: gsar                                  on 2000/10/16  07:01:01
25861         Log: integrate changes#6137,6138 from mainline
25862              
25863              fix bogus redeclaration warning for "our" variables in different
25864              scopes
25865              
25866              add note about the handling of negative indices to tied arrays
25867              (from Michael G Schwern <schwern@pobox.com>)
25868      Branch: maint-5.6/perl
25869           !> op.c pod/perltie.pod t/pragma/strict-vars
25870 ____________________________________________________________________________
25871 [  7317] By: gsar                                  on 2000/10/16  06:58:46
25872         Log: integrate changes#6127..6136 from mainline
25873              
25874              call_method(...,G_EVAL) can longjmp() out if the method probing
25875              failed (from Gisle Aas)
25876              
25877              new perlxstut example for passing/returning refs to arrays
25878              (from David Lowe <dlowe@pootpoot.com>)
25879              
25880              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
25881              
25882              fix places that mean C<"word" character> but say C<alphanumeric
25883              character>
25884              
25885              avoid warnings in POSIX.pm (from Barrie Slaymaker)
25886              
25887              warnings::enabled() doesn't fall back to looking at $^W if
25888              caller isn't using lexical warnings (from Paul Marquess)
25889              
25890              elide bogus test in change#6132
25891              
25892              make Test::Harness use wait.h/WCOREDUMP if available
25893              (from Ben Tilly <ben_tilly@hotmail.com>)
25894              
25895              enable Test::Harness to dynamically determine column width etc.
25896              (from Rob Napier <rnapier@employees.org>)
25897              
25898              random pod typos (from Peter Scott <Peter@PSDT.com>)
25899      Branch: maint-5.6/perl
25900           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
25901           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
25902           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
25903           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
25904 ____________________________________________________________________________
25905 [  7316] By: gsar                                  on 2000/10/16  06:53:23
25906         Log: integrate change#6126 from mainline
25907              
25908              change#2879 broke rvalue autovivification of magicals such as
25909              ${$num} (reworked variant of patch suggested by Simon Cozens)
25910      Branch: maint-5.6/perl
25911           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
25912           !> pp_hot.c proto.h t/op/gv.t
25913 ____________________________________________________________________________
25914 [  7315] By: gsar                                  on 2000/10/16  06:51:38
25915         Log: integrate changes#6123,6125 from mainline
25916              
25917              clarify gotcha with #line directives (from Rocco Caputo
25918              <troc@netrus.net>)
25919              
25920              enable propagating exception objects via Perl_croak() in XS code
25921              (from Gisle Aas)
25922      Branch: maint-5.6/perl
25923           !> pod/perldebug.pod pod/perlsyn.pod util.c
25924 ____________________________________________________________________________
25925 [  7314] By: gsar                                  on 2000/10/16  06:49:28
25926         Log: integrate change#6122 from mainline
25927              
25928              downgrade fatal error on C<"foo@nosucharray.com"> to optional
25929              warning (from Mark-Jason Dominus)
25930      Branch: maint-5.6/perl
25931           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
25932           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
25933           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
25934           !> toke.c
25935 ____________________________________________________________________________
25936 [  7313] By: gsar                                  on 2000/10/16  06:46:54
25937         Log: integrate changes#6112..6121 from vmsperl
25938              
25939              Check for existence of file before trying to delete
25940              
25941              Ugly workaround for version-specific RTL error
25942              
25943              Urk -- undo previous removal of vmsish 'exit' change
25944              
25945              Add bounds checking for several strings (Charles Lane)
25946              
25947              Miscellaneous cosmetic fixes (Charles Lane)
25948              
25949              Treat sockets as special in sys(read|write) (Charles Lane et al.)
25950              
25951              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
25952              Flatten case labels in switch statements uniformly (Charles Bailey)
25953              
25954              Quiet error messages in vmsish.t (Charles Lane)
25955              
25956              Add missing escape (Charles Lane)
25957              
25958              Allow eliminate_macros() and fixpath() to handle space-delimited
25959              lists (based on fixes by Craig Berry)
25960      Branch: maint-5.6/perl
25961           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
25962           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
25963           !> vms/vmsish.h
25964 ____________________________________________________________________________
25965 [  7312] By: gsar                                  on 2000/10/16  06:41:18
25966         Log: integrate changes#6107,6110 from cfgperl
25967              
25968              Tweak the todo list.
25969              
25970              todo tweak
25971      Branch: maint-5.6/perl
25972           !> Todo-5.6
25973 ____________________________________________________________________________
25974 [  7311] By: gsar                                  on 2000/10/16  06:38:38
25975         Log: integrate changes#6104,6108 from mainline
25976              
25977              PL_sys_intern was being initialized too late on windows
25978              
25979              reenable fake signal handling on Windows, bugs and all
25980      Branch: maint-5.6/perl
25981           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
25982           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
25983           !> win32/win32.c
25984 ____________________________________________________________________________
25985 [  7310] By: gsar                                  on 2000/10/16  06:36:03
25986         Log: integrate changes#6095,6097..6103 from cfgperl
25987              
25988              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
25989              might be useful in future.
25990              
25991              Add a note about possible compilation problems from Allen Smith.
25992              
25993              Add a note about other, yet unsupported, shadow password APIs.
25994              
25995              Tweaks for the cc bugs from Allen Smith.
25996              
25997              More compilation tweakery from Allen Smith.
25998              
25999              Hints and test tweaks for Unicos.
26000              
26001              The test suite tweak in #6101 wasn't quite right.
26002              
26003              Test tweaking for Unicos continues.
26004      Branch: maint-5.6/perl
26005           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26006           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
26007           !> t/lib/complex.t t/op/64bitint.t
26008 ____________________________________________________________________________
26009 [  7309] By: gsar                                  on 2000/10/16  06:29:41
26010         Log: integrate changes#6093,6094 from mainline
26011              
26012              fork() failure to create pseudo process sets errno=EAGAIN and returns
26013              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
26014              
26015              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
26016      Branch: maint-5.6/perl
26017           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
26018           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
26019 ____________________________________________________________________________
26020 [  7308] By: gsar                                  on 2000/10/16  06:27:29
26021         Log: integrate change#6092 from cfgperl
26022              
26023              Regen perltoc with the fixed buildtoc.
26024      Branch: maint-5.6/perl
26025           !> pod/perltoc.pod
26026 ____________________________________________________________________________
26027 [  7307] By: gsar                                  on 2000/10/16  06:26:40
26028         Log: integrate changes#6089,6090 from mainline
26029              
26030              buildtoc tweak to fix newline lossage
26031              
26032              concat doesn't preserve utf8-ness, and doesn't invalidate
26033              [NI]OK; added tests for both
26034      Branch: maint-5.6/perl
26035           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
26036 ____________________________________________________________________________
26037 [  7306] By: gsar                                  on 2000/10/16  06:24:05
26038         Log: integrate change#6088 from cfgperl
26039              
26040              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
26041              because we do not use those.  The HAS_GETSPNAM remains,
26042              though, because we still do use that.
26043      Branch: maint-5.6/perl
26044           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26045           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
26046           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
26047           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26048           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26049           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26050 ____________________________________________________________________________
26051 [  7305] By: gsar                                  on 2000/10/16  06:15:52
26052         Log: integrate changes#6084,6085,6087 from mainline
26053              
26054              substr() does not preserve utf8-ness (from Stefan Eissing
26055              <Eissing@medicaldataservice.de>); added tests
26056              
26057              repeat operator (x) doesn't preserve utf8-ness
26058              
26059              reverse() and quotemeta() weren't preserving utf8-ness; add tests
26060      Branch: maint-5.6/perl
26061           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
26062 ____________________________________________________________________________
26063 [  7304] By: gsar                                  on 2000/10/16  06:13:10
26064         Log: integrate changes#6077..6083 from mainline
26065              
26066              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
26067              and Tom Phoenix)
26068              
26069              workaround for CRT bug in chdir() (from Charles Lane, via
26070              Peter Prymmer)
26071              
26072              remove outdated kludge in Carp (NULLs are permitted in diagnostics
26073              now)
26074              
26075              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
26076              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26077              
26078              better default perlbug categories for ok reports (from Richard Foley)
26079              
26080              peek.t non-portable to ithreads
26081              
26082              note about undocumented caller() return value (from M.J.T. Guy);
26083              yet another peek.t tweak
26084      Branch: maint-5.6/perl
26085           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26086           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26087           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
26088           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
26089           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
26090           !> vms/vmsish.h
26091 ____________________________________________________________________________
26092 [  7303] By: gsar                                  on 2000/10/16  06:03:18
26093         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
26094              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
26095              
26096              &HUGE_VAL is not defined, it exists.
26097              
26098              Do not warn that an infinity does not look like a number.
26099              
26100              Rewrite the pwent/spent logic to be a little bit more clearer.
26101              
26102              Continue on the pwent/spent case.
26103              
26104              Correct Freudian slip.
26105              
26106              Use HUGE_VALL if applicable.
26107              
26108              pwent/spent #ifdef imbalance.
26109              
26110              Infinite problems.
26111              
26112              Call getspnam() only iff needd.
26113              
26114              Test both the scalar and list contexts.
26115              
26116              Use setxxent()/endxxent().
26117              
26118              Complex tweakery.
26119              
26120              Unicos hint tweak.
26121              
26122              Be more forgiving in POSIX about HUGE_VALL.
26123              
26124              Detypo.
26125              
26126              The search of infinity continues, this time simplified.
26127              
26128              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
26129              in natively 64-bit platforms where a long is a quad (no need
26130              for long longs).  Also added bias for IVs.
26131              
26132              Complex tweaks.
26133              
26134              Introduce t/lib/peek.t.
26135              
26136              Make the test more portable.
26137      Branch: maint-5.6/perl
26138           +> t/lib/peek.t
26139            ! pp_sys.c
26140           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
26141           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
26142           !> t/op/pwent.t toke.c util.c
26143 ____________________________________________________________________________
26144 [  7302] By: gsar                                  on 2000/10/16  05:03:37
26145         Log: integrate changes#6066..6071 from mainline
26146              
26147              s/END/CHECK/
26148              
26149              replace direct call to sighandler() with (*PL_sighandlerp)()
26150              
26151              note about values()
26152              
26153              File::Spec compatibility update (from Barrie Slaymaker
26154              <barries@slaysys.com>)
26155              
26156              remove misleading comment (from M.J.T. Guy)
26157              
26158              misformatted perllocal.pod (from Tim Jenness
26159              <t.jenness@jach.hawaii.edu>)
26160      Branch: maint-5.6/perl
26161           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
26162           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26163           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
26164           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
26165 ____________________________________________________________________________
26166 [  7301] By: gsar                                  on 2000/10/16  05:00:08
26167         Log: integrate changes#6061..6063 from mainline
26168              
26169              change#5921 neglected to make eq honor "use bytes"
26170              
26171              additional tests for utf8.t
26172              
26173              tokeq() could read unallocated field in argument
26174      Branch: maint-5.6/perl
26175           !> sv.c t/pragma/utf8.t toke.c
26176 ____________________________________________________________________________
26177 [  7300] By: gsar                                  on 2000/10/16  04:56:54
26178         Log: integrate changes#6046,6048,6057,6058 from mainline
26179              
26180              libscheck has insufficient checks for n32 libs (from
26181              Albert Chin-A-Young <china@thewrittenword.com>)
26182              
26183              add note about how $( doesn't interpolate in REs (from
26184              Philip Newton <newton@ficus.frogspace.net>)
26185              
26186              fix broken parsing of /\x{ab}/
26187              
26188              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
26189              (spotted by Donald Kinzer <dkinzer@premia.com>)
26190      Branch: maint-5.6/perl
26191           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
26192           !> t/pragma/utf8.t
26193 ____________________________________________________________________________
26194 [  7299] By: gsar                                  on 2000/10/16  04:52:50
26195         Log: integrate change#6044 from mainline
26196              
26197              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
26198              such that underscores are only ignored in literal numbers,
26199              "\x{...}", and hex/oct argument
26200      Branch: maint-5.6/perl
26201           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
26202 ____________________________________________________________________________
26203 [  7298] By: gsar                                  on 2000/10/16  04:50:53
26204         Log: integrate changes#6027..6043 from mainline
26205              
26206              podlators-1.02 update (from Russ Allbery)
26207              
26208              Pod::Man generates groff-incompatible macro definition (from
26209              Tom Christiansen)
26210              
26211              add CGI.pm v2.66 (from Lincoln Stein)
26212              
26213              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
26214              for @- and @+ (from Johan Vromans)
26215              
26216              small nits in diagnostics.pm (from Robin Barker)
26217              
26218              whitespace adjustments
26219              
26220              missing files in MANIFEST
26221              
26222              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
26223              to compensate
26224              
26225              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
26226              
26227              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
26228      Branch: maint-5.6/perl
26229           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
26230           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
26231           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
26232           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
26233           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
26234           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
26235           !> t/lib/cgi-html.t t/lib/cgi-request.t
26236 ____________________________________________________________________________
26237 [  7297] By: gsar                                  on 2000/10/16  04:44:30
26238         Log: integrate change#6025 from mainline
26239              
26240              Is{Alnum,Alpha,Word} don't match titlecase
26241              TODO: IsSpace is defined recursively!
26242              (both spotted by Larry)
26243      Branch: maint-5.6/perl
26244           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26245           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26246 ____________________________________________________________________________
26247 [  7296] By: gsar                                  on 2000/10/16  04:39:30
26248         Log: integrate change#6023 from mainline
26249              
26250              debugger stomps on $. (from M.J.T. Guy)
26251      Branch: maint-5.6/perl
26252           !> lib/perl5db.pl
26253 ____________________________________________________________________________
26254 [  7295] By: gsar                                  on 2000/10/16  04:38:02
26255         Log: integrate change#6022 from mainline
26256              
26257              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
26258      Branch: maint-5.6/perl
26259           !> sv.c
26260 ____________________________________________________________________________
26261 [  7294] By: gsar                                  on 2000/10/16  04:37:05
26262         Log: integrate changes#6018..6021 from mainline
26263              
26264              make lib/syslog.t portable to systems that don't have _PATH_LOG,
26265              make _PATH_LOG() return "" if unavailable
26266              
26267              windows portability tweaks
26268              
26269              test tweak
26270              
26271              remove Win2K issue in pod (fixed by change#6020)
26272      Branch: maint-5.6/perl
26273           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
26274           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
26275           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
26276 ____________________________________________________________________________
26277 [  7293] By: gsar                                  on 2000/10/16  04:20:00
26278         Log: integrate changes#6013..6015 from mainline
26279              
26280              tweak change#5945 to display correct switch name in diagnostic
26281              
26282              glob() loading File::Glob behind the scenes may cause syntax errors
26283              
26284              tweak test for portability
26285      Branch: maint-5.6/perl
26286           !> op.c perl.c pod/perldiag.pod t/lib/b.t
26287 ____________________________________________________________________________
26288 [  7292] By: gsar                                  on 2000/10/16  04:18:11
26289         Log: integrate changes#6005..6010 from mainline, cfgperl
26290              
26291              perldoc might fail via "use blib" (from Hugo van der Sanden)
26292              
26293              Regen Configure.
26294              
26295              note about compile failures and END blocks (from M.J.T. Guy)
26296              
26297              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
26298              
26299              (change#6009 integrated earlier in change#7255)
26300              
26301              clarify note about shadow password support (from
26302              gellyfish@gellyfish.com)
26303      Branch: maint-5.6/perl
26304           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26305           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
26306           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
26307 ____________________________________________________________________________
26308 [  7291] By: gsar                                  on 2000/10/16  04:12:03
26309         Log: integrate changes#6002,6003 from mainline
26310              
26311              destructive sv_setsv() can lose UV-ness from source, causing
26312              numeric promotions/comparisons to fail to do the right thing
26313              
26314              allow REG_EXPAND_SZ keys in Windows registry (from
26315              John Clayton <John.Clayton@barclayscapital.com>)
26316      Branch: maint-5.6/perl
26317           !> sv.c win32/win32.c
26318 ____________________________________________________________________________
26319 [  7290] By: gsar                                  on 2000/10/16  04:10:19
26320         Log: integrate change#6001 from mainline
26321              
26322              support additional library locations via $Config{otherlibdirs}
26323              (from Andy Dougherty)
26324      Branch: maint-5.6/perl
26325           !> Configure INSTALL Porting/Glossary Porting/config.sh
26326           !> Porting/config_H config_h.SH epoc/config.sh perl.c
26327           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
26328           !> win32/config.bc win32/config.gc win32/config.vc
26329 ____________________________________________________________________________
26330 [  7289] By: gsar                                  on 2000/10/16  04:08:28
26331         Log: integrate change#5999 from mainline
26332              
26333              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
26334      Branch: maint-5.6/perl
26335           !> t/pragma/warn/toke toke.c
26336 ____________________________________________________________________________
26337 [  7288] By: gsar                                  on 2000/10/16  04:07:01
26338         Log: integrate changes#5997,5998 from cfgperl
26339              
26340              Preserve $!.
26341              
26342              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
26343      Branch: maint-5.6/perl
26344           !> lib/Math/Complex.pm
26345 ____________________________________________________________________________
26346 [  7287] By: gsar                                  on 2000/10/16  04:04:37
26347         Log: integrate change#5995 from mainline
26348              
26349              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
26350      Branch: maint-5.6/perl
26351           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
26352 ____________________________________________________________________________
26353 [  7286] By: gsar                                  on 2000/10/16  04:03:21
26354         Log: integrate change#5994 from mainline
26355              
26356              fix for missed accounting for null byte in pack("Z",...) (from
26357              M.J.T. Guy)
26358      Branch: maint-5.6/perl
26359           !> pp.c t/op/pack.t
26360 ____________________________________________________________________________
26361 [  7285] By: gsar                                  on 2000/10/16  04:02:11
26362         Log: integrate changes#5989..5993 from mainline
26363              
26364              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
26365              itself and no other (from Tom Hughes)
26366              
26367              use $ENV{LIB} to search for libs under Visual C compiler
26368              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
26369              
26370              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
26371              
26372              pod nit (from Simon Cozens)
26373              
26374              various minor tweaks seen on p5p
26375      Branch: maint-5.6/perl
26376           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
26377           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
26378           !> t/op/array.t toke.c
26379 ____________________________________________________________________________
26380 [  7284] By: gsar                                  on 2000/10/16  03:59:00
26381         Log: integrate changes#5978..5988 from mainline
26382              
26383              sync version numbers in File::Spec with the ones on CPAN
26384              (from Barrie Slaymaker)
26385              
26386              under useithreads, constant pad entries could inadvertantly be
26387              shared across threads (from Eric Blood <eblood@xmission.com>);
26388              added Eric's test case to testsuite
26389              
26390              allow Configure -S to run non-interactively (spotted by Greg Hudson
26391              <ghudson@mit.edu>)
26392              
26393              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
26394              prototype mismatch with CORE::glob(); update pod and tests to
26395              suit (File::Glob::glob() is still available for backward
26396              compatibility, but should be considered deprecated)
26397              
26398              avoid error in IO::Socket::INET when given an unknown service name
26399              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
26400              
26401              numeric conversion of non-number in change#3378 tramples on
26402              OOK offset, causing segfaults
26403              
26404              attributes::reftype() doesn't work on tied argument
26405              
26406              forked child may not exit correctly if it failed to open
26407              /dev/console (from Graham Barr)
26408              
26409              add regular expressions tutorial and quick-start guide (from
26410              Mark Kvale <kvale@phy.ucsf.edu>)
26411              
26412              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
26413              
26414              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
26415              <paul@miraclefish.com>)
26416      Branch: maint-5.6/perl
26417           +> pod/perlrequick.pod pod/perlretut.pod
26418           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
26419           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
26420           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
26421           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
26422           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
26423           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26424           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
26425           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
26426 ____________________________________________________________________________
26427 [  7283] By: gsar                                  on 2000/10/16  03:52:14
26428         Log: integrate change#5977 from mainline
26429              
26430              autoquote barewords followed by newline and arrow properly
26431              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
26432      Branch: maint-5.6/perl
26433           !> t/pragma/warn/toke toke.c
26434 ____________________________________________________________________________
26435 [  7282] By: gsar                                  on 2000/10/16  03:50:48
26436         Log: integrate change#5976 from mainline
26437              
26438              DB_File v1.73 update (from Paul Marquess)
26439      Branch: maint-5.6/perl
26440           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26441           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
26442 ____________________________________________________________________________
26443 [  7281] By: gsar                                  on 2000/10/16  03:49:14
26444         Log: integrate change#5975 from mainline
26445              
26446              allow sort() reentrancy (variant of patch suggested by
26447              Hugo van der Sanden)
26448      Branch: maint-5.6/perl
26449           !> pp_ctl.c t/op/sort.t
26450 ____________________________________________________________________________
26451 [  7280] By: gsar                                  on 2000/10/16  03:48:22
26452         Log: integrate change#5974 from mainline
26453              
26454              change#4197 somehow missed initializing PL_errors, meaning
26455              syntax error queueing wasn't working outside eval"" at all;
26456              also fixed eval"" to localize PL_error_count, so that compile-time
26457              eval's don't clobber the error state of the outer context
26458      Branch: maint-5.6/perl
26459           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
26460           !> t/pragma/warn/toke
26461 ____________________________________________________________________________
26462 [  7279] By: gsar                                  on 2000/10/16  03:46:21
26463         Log: integrate change#5973 from mainline
26464              
26465              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
26466      Branch: maint-5.6/perl
26467           !> regcomp.c regexec.c t/op/re_tests
26468 ____________________________________________________________________________
26469 [  7278] By: gsar                                  on 2000/10/16  03:44:54
26470         Log: integrate change#5971 from cfgperl
26471              
26472              Unicos tweaks from Mark P. Lutz.
26473      Branch: maint-5.6/perl
26474           !> hints/unicos.sh lib/Math/Complex.pm
26475 ____________________________________________________________________________
26476 [  7277] By: gsar                                  on 2000/10/16  03:42:59
26477         Log: integrate changes#5966..5970 from mainline
26478              
26479              add testsuite for B backends, fix bug in B::Deparse (from
26480              Simon Cozens <simon@brecon.co.uk>)
26481              
26482              improved docs on the warn_uninit diagnostic (from David Glasser
26483              and Simon Cozens)
26484              
26485              tolerate spaces in group names in test on solaris (from David Boyce
26486              <dsb@boyski.com>)
26487              
26488              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
26489              
26490              Data::Dumper fumbles negative numbers on 32-bit platforms where
26491              IV is >32bits
26492      Branch: maint-5.6/perl
26493           +> t/lib/b.t t/lib/syslog.t
26494           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
26495           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
26496           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
26497 ____________________________________________________________________________
26498 [  7276] By: gsar                                  on 2000/10/16  03:39:30
26499         Log: integrate change#5965 from mainline
26500              
26501              avoid "will not stay shared" warnings for our variables (from
26502              Robin Barker)
26503      Branch: maint-5.6/perl
26504           !> op.c t/pragma/warn/op
26505 ____________________________________________________________________________
26506 [  7275] By: gsar                                  on 2000/10/16  03:38:18
26507         Log: integrate change#5964 from mainline
26508              
26509              reformat to 72 columns (again)
26510      Branch: maint-5.6/perl
26511           !> pod/perldiag.pod
26512 ____________________________________________________________________________
26513 [  7274] By: gsar                                  on 2000/10/16  03:36:58
26514         Log: integrate change#5963 from mainline
26515              
26516              patch from Larry to make (\&) prototype work; added tests for
26517              the same
26518      Branch: maint-5.6/perl
26519           !> op.c t/comp/proto.t
26520 ____________________________________________________________________________
26521 [  7273] By: gsar                                  on 2000/10/16  03:35:51
26522         Log: integrate changes#5956..5962 from mainline
26523              
26524              better diagnostics on failed tests (from Ilya Zakharevich)
26525              
26526              pod nits (from A. C. Yardley <yardley@tanet.net>)
26527              
26528              change#3569 deleted some essential code, revert; avoid use of
26529              atexit() to make DynaLoader work properly on AIX under mod_perl
26530              (from Jens-Uwe Mager <jum@helios.de>)
26531              
26532              doubled words in pods (from Simon Cozens
26533              <simon.p.cozens@jp.pwcglobal.com>)
26534              
26535              better INSTALL notes on Solaris issues (from Dominic Dunlop)
26536              
26537              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
26538              
26539              updated README.hpux (from Jeff Okamoto)
26540      Branch: maint-5.6/perl
26541           !> INSTALL README.hpux emacs/cperl-mode.el
26542           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
26543           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
26544           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
26545           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
26546           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
26547           !> t/op/lex_assign.t
26548 ____________________________________________________________________________
26549 [  7272] By: gsar                                  on 2000/10/16  03:31:22
26550         Log: integrate change#5955 from mainline
26551              
26552              longstanding bug exposed by change#3307: sort arguments weren't
26553              compiled with the right wantarray context (ensuing runtime lookup
26554              via block_gimme() was getting the incidental context of the
26555              sort() itself)
26556      Branch: maint-5.6/perl
26557           !> op.c t/op/sort.t
26558 ____________________________________________________________________________
26559 [  7271] By: gsar                                  on 2000/10/16  03:29:11
26560         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
26561              branch
26562              
26563              Flatten the cpp jungle doing the nosuid checking.
26564              
26565              Do not assume sign propagation. (from M.J.T. Guy)
26566              
26567              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
26568              
26569              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
26570              Now pp_ncmp() returns undef is either operand is a NaN.
26571              
26572              On second thoughts frexp() does have two arguments.
26573              
26574              Document that tr() is not tr(1).
26575              
26576              Be more robust on "extreme" (large absolute value)
26577              arguments.  Originally reported by Daniel Connelly
26578              as a problem with asinh() on large negative arguments,
26579              asinh() used to bail out because an argument to log()
26580              ended up being zero.  Ilya Zakharevich proposed using
26581              Taylor's series in such cases, which for such large
26582              arguments is a very good approximation.
26583              
26584              Undo "use integer" addition from 64bitint as it seems
26585              to break most of the subtests in Digital UNIX;
26586              Unicos needs to find another way.
26587      Branch: maint-5.6/perl
26588           !> (integrate 29 files)
26589 ____________________________________________________________________________
26590 [  7270] By: gsar                                  on 2000/10/16  03:09:44
26591         Log: integrate changes#5948,5949,5950 from mainline
26592              
26593              typo in vars.pm that leads to cryptic message (from Piotr
26594              Piatkowski <kompas@kompas.usr.onet.pl>)
26595              
26596              make perldoc use the pod2man from the same version (from
26597              M.J.T. Guy)
26598              
26599              reformat perldiag to avoid long lines
26600      Branch: maint-5.6/perl
26601           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
26602 ____________________________________________________________________________
26603 [  7269] By: gsar                                  on 2000/10/16  03:05:54
26604         Log: integrate change#5947 from mainline
26605              
26606              use &dl_error rather than &dl_load_file as the guard for calling
26607              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
26608              statically built perl)
26609      Branch: maint-5.6/perl
26610           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
26611 ____________________________________________________________________________
26612 [  7268] By: gsar                                  on 2000/10/16  03:04:48
26613         Log: integrate change#5945 from mainline
26614              
26615              make module name mandatory after -M switch; reorder perldiag
26616              alphabetically (from Mark-Jason Dominus)
26617      Branch: maint-5.6/perl
26618           !> perl.c pod/perldiag.pod
26619 ____________________________________________________________________________
26620 [  7267] By: gsar                                  on 2000/10/16  03:03:01
26621         Log: integrate change#5939 from mainline
26622              
26623              more pod nits (from Larry Virden)
26624      Branch: maint-5.6/perl
26625           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
26626           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
26627           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
26628 ____________________________________________________________________________
26629 [  7266] By: gsar                                  on 2000/10/16  03:01:39
26630         Log: integrate change#5938 from mainline
26631              
26632              Consolidated B::Deparse fixes (from Stephen McCamant)
26633      Branch: maint-5.6/perl
26634           !> ext/B/B/Deparse.pm
26635 ____________________________________________________________________________
26636 [  7265] By: gsar                                  on 2000/10/16  03:00:43
26637         Log: integrate change#5936 from mainline
26638              
26639              additional tests for change#7263 (from Paul Marquess)
26640      Branch: maint-5.6/perl
26641           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
26642           !> t/pragma/warn/5nolint t/pragma/warn/6default
26643 ____________________________________________________________________________
26644 [  7264] By: gsar                                  on 2000/10/16  02:58:34
26645         Log: integrate change#5934 from mainline
26646              
26647              propagate lexical warnings from surrounding scope correctly
26648              within string eval() (from Paul Marquess)
26649      Branch: maint-5.6/perl
26650           !> pp_ctl.c t/pragma/warn/pp_ctl
26651 ____________________________________________________________________________
26652 [  7263] By: gsar                                  on 2000/10/16  02:56:53
26653         Log: integrate change#5932 from mainline
26654              
26655              add rsignal(), whichsig() and do_join() to public API list
26656              (mod_perl uses them to good advantage)
26657      Branch: maint-5.6/perl
26658           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
26659 ____________________________________________________________________________
26660 [  7262] By: gsar                                  on 2000/10/16  02:55:53
26661         Log: integrate change#5931 from mainline
26662              
26663              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
26664      Branch: maint-5.6/perl
26665           !> pp_hot.c regexec.c t/op/pat.t
26666 ____________________________________________________________________________
26667 [  7261] By: gsar                                  on 2000/10/16  02:55:01
26668         Log: integrate change#5930 from mainline
26669              
26670              small os390 tweaks (from Peter Prymmer)
26671      Branch: maint-5.6/perl
26672           !> config_h.SH makedepend.SH
26673 ____________________________________________________________________________
26674 [  7260] By: gsar                                  on 2000/10/16  02:54:10
26675         Log: integrate change#5929 from mainline
26676              
26677              pod nits
26678      Branch: maint-5.6/perl
26679           !> pod/perlguts.pod
26680 ____________________________________________________________________________
26681 [  7259] By: gsar                                  on 2000/10/16  02:52:55
26682         Log: integrate change#5927 from mainline
26683              
26684              arrange for next() to resume at the unstack op rather than the
26685              loop conditional, so that scope cleanup happens correctly
26686              (from Stephen McCamant)
26687      Branch: maint-5.6/perl
26688           !> op.c pp_ctl.c t/op/misc.t
26689 ____________________________________________________________________________
26690 [  7258] By: gsar                                  on 2000/10/16  02:51:38
26691         Log: integrate change#5926 from mainline
26692              
26693              on windows, reserve 16M of stack rather than 128M (allows more
26694              threads to run concurrently)
26695      Branch: maint-5.6/perl
26696           !> win32/Makefile win32/makefile.mk
26697 ____________________________________________________________________________
26698 [  7257] By: gsar                                  on 2000/10/16  02:50:37
26699         Log: integrate change#5925 from mainline
26700              
26701              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
26702      Branch: maint-5.6/perl
26703           !> toke.c
26704 ____________________________________________________________________________
26705 [  7256] By: gsar                                  on 2000/10/16  02:49:36
26706         Log: integrate change#5924 from mainline
26707              
26708              avoid using uninitialized memory in require version check
26709      Branch: maint-5.6/perl
26710           !> pp_ctl.c universal.c
26711 ____________________________________________________________________________
26712 [  7255] By: gsar                                  on 2000/10/16  02:48:03
26713         Log: integrate changes#5923,5928,6009 from mainline
26714              
26715              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
26716      Branch: maint-5.6/perl
26717           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
26718 ____________________________________________________________________________
26719 [  7254] By: gsar                                  on 2000/10/16  02:44:46
26720         Log: integrate change#5922 from mainline
26721              
26722              commentary about IoTYPE() (from Nathan Torkington)
26723      Branch: maint-5.6/perl
26724           !> sv.h
26725 ____________________________________________________________________________
26726 [  7253] By: gsar                                  on 2000/10/16  02:43:49
26727         Log: integrate change#5921 from mainline
26728              
26729              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
26730      Branch: maint-5.6/perl
26731           !> sv.c t/lib/charnames.t t/pragma/utf8.t
26732 ____________________________________________________________________________
26733 [  7252] By: gsar                                  on 2000/10/16  02:42:31
26734         Log: integrate change#5920 from mainline
26735              
26736              Larry's fix for buggy propagation of utf8-ness in join(); add test
26737      Branch: maint-5.6/perl
26738           !> doop.c t/op/ver.t
26739 ____________________________________________________________________________
26740 [  7251] By: gsar                                  on 2000/10/16  02:41:14
26741         Log: integrate changes#5915..5919 from mainline
26742              
26743              various (pod tweaks &c)
26744      Branch: maint-5.6/perl
26745           !> (integrate 33 files)
26746 ____________________________________________________________________________
26747 [  7250] By: gsar                                  on 2000/10/16  02:38:16
26748         Log: integrate change#5914 from mainline
26749              
26750              caller() wasn't returning the right number of elements for
26751              eval {...}
26752      Branch: maint-5.6/perl
26753           !> pp_ctl.c t/pragma/warn/9enabled
26754 ____________________________________________________________________________
26755 [  7249] By: gsar                                  on 2000/10/16  02:37:02
26756         Log: integrate change#5913 from mainline
26757              
26758              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
26759              (from Mark-Jason Dominus)
26760      Branch: maint-5.6/perl
26761           !> pod/perlfunc.pod
26762 ____________________________________________________________________________
26763 [  7248] By: gsar                                  on 2000/10/16  02:35:58
26764         Log: integrate change#5912 from mainline
26765              
26766              fix totally broken caching in UNIVERSAL::isa() (from
26767              Nick Ing-Simmons)
26768      Branch: maint-5.6/perl
26769           !> t/op/universal.t universal.c
26770 ____________________________________________________________________________
26771 [  7247] By: gsar                                  on 2000/10/16  02:34:27
26772         Log: integrate changes#5910,5911 from mainline
26773              
26774              typo in pod
26775              
26776              add linebreak properties from unicode/LineBrk.txt (from
26777              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
26778      Branch: maint-5.6/perl
26779           +> (branch 29 files)
26780           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
26781 ____________________________________________________________________________
26782 [  7246] By: gsar                                  on 2000/10/16  02:33:29
26783         Log: integrate change#5909 from mainline
26784              
26785              mode argument to do_binmode() should be file mode, not boolean
26786      Branch: maint-5.6/perl
26787           !> pp_sys.c
26788 ____________________________________________________________________________
26789 [  7245] By: gsar                                  on 2000/10/16  02:31:04
26790         Log: integrate change#5908 from mainline
26791              
26792              introduce illegal symbols into null package so that
26793              gv_fetchpv(...,TRUE) always returns a valid GV even when the
26794              symbol is trapped by strictures (avoids coredumps)
26795      Branch: maint-5.6/perl
26796           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
26797           !> t/pragma/strict-vars
26798 ____________________________________________________________________________
26799 [  7244] By: jhi                                   on 2000/10/16  02:29:54
26800         Log: Subject: $Carp::ExportLevel confusion in Exporter
26801              From: "Ben Tilly" <ben_tilly@hotmail.com>
26802              Date: Sat, 14 Oct 2000 16:44:34 EDT
26803              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
26804      Branch: perl
26805            ! lib/Exporter/Heavy.pm
26806 ____________________________________________________________________________
26807 [  7243] By: jhi                                   on 2000/10/16  02:28:33
26808         Log: Subject: [PATCH perlguts.pod] Document offset hack
26809              From: Simon Cozens <simon@cozens.net>
26810              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
26811              Date: Sat, 14 Oct 2000 19:32:25 +0100
26812      Branch: perl
26813            ! pod/perlguts.pod
26814 ____________________________________________________________________________
26815 [  7242] By: gsar                                  on 2000/10/16  02:26:51
26816         Log: integrate changes#5905,5906,5907,6064 from mainline
26817              
26818              printf/sprintf didn't get quad types right under use64bitint
26819      Branch: maint-5.6/perl
26820           !> pp_sys.c sv.c t/op/64bitint.t
26821 ____________________________________________________________________________
26822 [  7241] By: jhi                                   on 2000/10/16  02:22:44
26823         Log: Subject: small pod patch
26824              From: Dan Boorstein <dan_boo@bellsouth.net>
26825              Date: Sat, 14 Oct 2000 14:29:24 -0400
26826              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
26827      Branch: perl
26828            ! pod/perlfaq7.pod pod/perlmod.pod
26829 ____________________________________________________________________________
26830 [  7240] By: jhi                                   on 2000/10/16  02:13:46
26831         Log: -w cleanup.
26832              
26833              Subject: Re: Problems with bleadperl 
26834              From: "Stephen P. Potter" <spp@ds.net>
26835              Date: Fri, 13 Oct 2000 13:32:49 -0400
26836              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
26837      Branch: perl
26838            ! t/pragma/overload.t
26839 ____________________________________________________________________________
26840 [  7239] By: jhi                                   on 2000/10/16  01:41:18
26841         Log: One more ~utf8 tweak.
26842      Branch: perl
26843            ! t/op/bop.t
26844 ____________________________________________________________________________
26845 [  7238] By: jhi                                   on 2000/10/16  01:34:14
26846         Log: Tweak the test of #7235.
26847      Branch: perl
26848            ! t/op/bop.t
26849 ____________________________________________________________________________
26850 [  7237] By: jhi                                   on 2000/10/16  01:25:04
26851         Log: Fix a couple of compiler-noted nits in #7235.
26852      Branch: perl
26853            ! pp.c
26854 ____________________________________________________________________________
26855 [  7236] By: jhi                                   on 2000/10/16  01:22:46
26856         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
26857      Branch: perl
26858            ! pp.c pp_hot.c
26859 ____________________________________________________________________________
26860 [  7235] By: jhi                                   on 2000/10/15  16:24:44
26861         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
26862              
26863              From: Simon Cozens <simon@cozens.net>
26864              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
26865              Date: Sat, 14 Oct 2000 20:52:13 +0100
26866              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
26867      Branch: perl
26868            ! pp.c t/op/bop.t utf8.h
26869 ____________________________________________________________________________
26870 [  7234] By: jhi                                   on 2000/10/15  15:19:29
26871         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
26872              The problem was that rx->minlen was in chars while pp_split()
26873              thought it would be in bytes. 
26874      Branch: perl
26875            ! pp.c t/pragma/utf8.t
26876 ____________________________________________________________________________
26877 [  7233] By: jhi                                   on 2000/10/14  20:24:24
26878         Log: Document FNCASE=y as discussed in the bug 20000902.009.
26879      Branch: perl
26880            ! README.dos
26881 ____________________________________________________________________________
26882 [  7232] By: jhi                                   on 2000/10/14  18:52:21
26883         Log: Add test for bug id 20000427.003 (which seems to have
26884              been fixed) (also duplicate as 20000427.004, though
26885              with a higher severity).  Move one utf8 from op/append
26886              to pragma/utf8, tag the tests with bug ids.
26887      Branch: perl
26888            ! t/op/append.t t/pragma/utf8.t
26889 ____________________________________________________________________________
26890 [  7231] By: jhi                                   on 2000/10/14  17:28:37
26891         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
26892      Branch: perl
26893            ! t/pragma/utf8.t
26894 ____________________________________________________________________________
26895 [  7230] By: jhi                                   on 2000/10/14  14:24:50
26896         Log: Needs to be conditional on SunOS 4.
26897              
26898              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
26899              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26900              Date: Sat, 14 Oct 2000 13:37:49 +0100
26901              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
26902      Branch: metaconfig/U/perl
26903            ! End.U
26904      Branch: perl
26905            ! Configure myconfig.SH pod/perldelta.pod
26906 ____________________________________________________________________________
26907 [  7229] By: jhi                                   on 2000/10/14  00:49:22
26908         Log: Update Changes.
26909      Branch: perl
26910            ! Changes patchlevel.h
26911 ____________________________________________________________________________
26912 [  7228] By: jhi                                   on 2000/10/14  00:46:10
26913         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
26914              From: Peter Prymmer <pvhp@forte.com>
26915              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
26916              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
26917      Branch: perl
26918            ! lib/utf8.pm
26919 ____________________________________________________________________________
26920 [  7227] By: jhi                                   on 2000/10/13  23:20:30
26921         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
26922      Branch: perl
26923            ! t/op/tie.t
26924 ____________________________________________________________________________
26925 [  7226] By: jhi                                   on 2000/10/13  22:14:32
26926         Log: Tweak #7225.
26927              
26928              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
26929              From: Peter Prymmer <pvhp@forte.com>
26930              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
26931              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
26932      Branch: perl
26933            ! t/op/sprintf.t
26934 ____________________________________________________________________________
26935 [  7225] By: jhi                                   on 2000/10/13  22:11:31
26936         Log: op/sprintf.t patch for OS/390 (and any other host with limited
26937              floating-point exponent length)
26938              
26939              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
26940              From: Dominic Dunlop <domo@computer.org>
26941              Date: Fri, 13 Oct 2000 19:17:57 +0200
26942              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
26943      Branch: perl
26944            ! t/op/sprintf.t
26945 ____________________________________________________________________________
26946 [  7224] By: jhi                                   on 2000/10/13  18:40:48
26947         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
26948      Branch: perl
26949            ! toke.c
26950 ____________________________________________________________________________
26951 [  7223] By: jhi                                   on 2000/10/13  18:37:13
26952         Log: Thinko in #7222.
26953      Branch: perl
26954            ! utf8.c
26955 ____________________________________________________________________________
26956 [  7222] By: jhi                                   on 2000/10/13  18:05:23
26957         Log: Use UTF8SKIP(), from Simon Cozens.
26958      Branch: perl
26959            ! utf8.c
26960 ____________________________________________________________________________
26961 [  7221] By: jhi                                   on 2000/10/13  15:43:19
26962         Log: (accidentally empty check-in)
26963      Branch: perl
26964            ! utf8.c
26965 ____________________________________________________________________________
26966 [  7220] By: jhi                                   on 2000/10/13  15:23:51
26967         Log: Add (optimistically) Storable to static extensions.
26968      Branch: perl
26969            ! hints/uwin.sh hints/vmesa.sh
26970 ____________________________________________________________________________
26971 [  7219] By: jhi                                   on 2000/10/13  15:20:05
26972         Log: Amdahl UTS doesn't seem to do dynaloading.
26973      Branch: perl
26974            ! hints/uts.sh
26975 ____________________________________________________________________________
26976 [  7218] By: jhi                                   on 2000/10/13  15:15:20
26977         Log: Slight tweak of the code to appease Amdahl UTS cc.
26978      Branch: perl
26979            ! pp.c
26980 ____________________________________________________________________________
26981 [  7217] By: jhi                                   on 2000/10/13  14:50:42
26982         Log: In Amdahl UTS "struct sv" is defined by a system header,
26983              <ksync.h>.
26984      Branch: perl
26985            ! perl.h sv.h
26986 ____________________________________________________________________________
26987 [  7216] By: jhi                                   on 2000/10/13  11:58:25
26988         Log: Ilya implemented the memory profiling API.
26989      Branch: perl
26990            ! Todo
26991 ____________________________________________________________________________
26992 [  7215] By: jhi                                   on 2000/10/13  02:56:38
26993         Log: Subject: [PATCH 5.7.0] Perl API for mstats
26994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26995              Date: Thu, 12 Oct 2000 22:52:40 -0400
26996              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
26997      Branch: perl
26998            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
26999 ____________________________________________________________________________
27000 [  7214] By: jhi                                   on 2000/10/13  02:55:38
27001         Log: Subject: [PATCH 5.7.0] IVs in mtats
27002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27003              Date: Thu, 12 Oct 2000 22:51:04 -0400
27004              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
27005      Branch: perl
27006            ! malloc.c perl.h
27007 ____________________________________________________________________________
27008 [  7213] By: jhi                                   on 2000/10/13  02:31:47
27009         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
27010      Branch: perl
27011            ! pod/perldiag.pod pp_sys.c
27012 ____________________________________________________________________________
27013 [  7212] By: jhi                                   on 2000/10/13  01:27:38
27014         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
27015              From: Peter Prymmer <pvhp@forte.com>
27016              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
27017              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
27018      Branch: perl
27019            ! t/op/oct.t
27020 ____________________________________________________________________________
27021 [  7211] By: jhi                                   on 2000/10/13  00:35:09
27022         Log: Update Changes.
27023      Branch: perl
27024            ! Changes patchlevel.h
27025 ____________________________________________________________________________
27026 [  7210] By: jhi                                   on 2000/10/12  23:59:40
27027         Log: The Install.pm third of
27028              
27029              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27030              From: Bill Campbell <bill@celestial.com>
27031              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27032              Date: Thu, 5 Oct 2000 18:04:51 -0700
27033      Branch: perl
27034            ! lib/ExtUtils/Install.pm
27035 ____________________________________________________________________________
27036 [  7209] By: jhi                                   on 2000/10/12  23:58:43
27037         Log: Two thirds of
27038              
27039              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27040              Date: Thu, 5 Oct 2000 18:04:51 -0700
27041              From: Bill Campbell <bill@celestial.com>
27042              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27043              
27044              The Install.pm changes will be submitted separately because
27045              they need some work and discussion still.
27046      Branch: perl
27047            ! lib/getopts.pl lib/termcap.pl
27048 ____________________________________________________________________________
27049 [  7208] By: jhi                                   on 2000/10/12  23:41:19
27050         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
27051              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27052              Date:     Thu, 12 Oct 2000 07:30:02 EDT
27053              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
27054      Branch: perl
27055            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
27056            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
27057 ____________________________________________________________________________
27058 [  7207] By: jhi                                   on 2000/10/12  23:39:01
27059         Log: An updated EBCDIC tr patch.
27060              
27061              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
27062              From: Peter Prymmer <pvhp@forte.com>
27063              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
27064              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
27065      Branch: perl
27066            ! t/op/tr.t
27067 ____________________________________________________________________________
27068 [  7206] By: jhi                                   on 2000/10/12  23:34:55
27069         Log: Upgrade to CPAN 1.58, from Andreas König.
27070      Branch: perl
27071            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27072 ____________________________________________________________________________
27073 [  7205] By: jhi                                   on 2000/10/12  23:29:08
27074         Log: Introduce the man[24-8] variables, from Andy Dougherty.
27075      Branch: metaconfig/U/perl
27076            + mandirs.U mandirstyle.U
27077      Branch: perl
27078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27079            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
27080            ! vos/config.h vos/config.pl vos/config_h.SH_orig
27081            ! win32/config.bc win32/config.gc win32/config.vc
27082 ____________________________________________________________________________
27083 [  7204] By: gsar                                  on 2000/10/12  18:11:24
27084         Log: restore change#7202
27085      Branch: perl
27086            ! mg.c
27087 ____________________________________________________________________________
27088 [  7203] By: gsar                                  on 2000/10/12  18:09:40
27089         Log: another test of the Emergency Broadcast System--back out 
27090              change#7202
27091      Branch: perl
27092            ! mg.c
27093 ____________________________________________________________________________
27094 [  7202] By: gsar                                  on 2000/10/12  16:40:47
27095         Log: (submitted on behalf of Jarkko)
27096              Fix the lib/encode.t subtest 6 failure as reported by Andreas
27097              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
27098              was unearthed by change 7182, as was a bug in HTML::Entities.
27099      Branch: perl
27100            ! mg.c
27101 ____________________________________________________________________________
27102 [  7201] By: jhi                                   on 2000/10/11  03:16:05
27103         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
27104      Branch: perl
27105            ! pp_hot.c t/pragma/utf8.t
27106 ____________________________________________________________________________
27107 [  7200] By: jhi                                   on 2000/10/11  00:40:30
27108         Log: The #7198 was a false alarm.
27109      Branch: perl
27110            ! pp_hot.c
27111 ____________________________________________________________________________
27112 [  7199] By: jhi                                   on 2000/10/11  00:26:04
27113         Log: Remove duplicated code.
27114      Branch: perl
27115            ! t/lib/cgi-html.t
27116 ____________________________________________________________________________
27117 [  7198] By: jhi                                   on 2000/10/10  23:30:46
27118         Log: (Retracted by #7200.)
27119      Branch: perl
27120            ! pp_hot.c
27121 ____________________________________________________________________________
27122 [  7197] By: jhi                                   on 2000/10/10  21:49:30
27123         Log: Add the test case for #7190, from the original bug report
27124              by Andreas König.
27125      Branch: perl
27126            ! t/pragma/utf8.t
27127 ____________________________________________________________________________
27128 [  7196] By: jhi                                   on 2000/10/10  21:40:49
27129         Log: Reapply Andy's patch and regen Configure.
27130      Branch: perl
27131            ! Configure INSTALL Makefile.SH Porting/Glossary
27132            ! Porting/config.sh config_h.SH epoc/config.sh installperl
27133            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27134            ! win32/config.vc
27135 ____________________________________________________________________________
27136 [  7195] By: jhi                                   on 2000/10/10  21:09:30
27137         Log: Use the versiononly instead of the installscripts,
27138              retract the changes 7146 and 7147.
27139      Branch: perl
27140            ! Configure INSTALL Makefile.SH Porting/Glossary
27141            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
27142            ! installperl uconfig.sh vos/config.def win32/config.bc
27143            ! win32/config.gc win32/config.vc
27144 ____________________________________________________________________________
27145 [  7194] By: jhi                                   on 2000/10/10  21:06:15
27146         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
27147              From: Peter Prymmer <pvhp@forte.com>
27148              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
27149              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
27150      Branch: perl
27151            ! t/op/ver.t
27152 ____________________________________________________________________________
27153 [  7193] By: jhi                                   on 2000/10/10  21:05:12
27154         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
27155              From: Peter Prymmer <pvhp@forte.com>
27156              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
27157              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
27158      Branch: perl
27159            ! t/op/tr.t
27160 ____________________________________________________________________________
27161 [  7192] By: jhi                                   on 2000/10/10  20:57:30
27162         Log: Add versiononly, delete installscripts, from Andy Dougherty.
27163      Branch: metaconfig
27164            - U/installdirs/installscripts.U
27165      Branch: metaconfig/U/perl
27166            + versiononly.U
27167 ____________________________________________________________________________
27168 [  7191] By: jhi                                   on 2000/10/10  19:41:21
27169         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
27170              From: Peter Prymmer <pvhp@forte.com>
27171              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
27172              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
27173      Branch: perl
27174            ! pod/perlebcdic.pod
27175 ____________________________________________________________________________
27176 [  7190] By: jhi                                   on 2000/10/10  19:26:14
27177         Log: Subject: Re: utf8 concat, mg_get
27178              From: Simon Cozens <simon@cozens.net>
27179              Date: Tue, 10 Oct 2000 17:40:17 +0100
27180              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
27181      Branch: perl
27182            ! pp_hot.c
27183 ____________________________________________________________________________
27184 [  7189] By: jhi                                   on 2000/10/10  19:23:03
27185         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
27186              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
27187              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
27188              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
27189      Branch: perl
27190            ! lib/ExtUtils/MM_Unix.pm
27191 ____________________________________________________________________________
27192 [  7188] By: jhi                                   on 2000/10/10  15:31:24
27193         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
27194              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27195              Date: Fri, 14 Jul 2000 10:47:36 +0100
27196              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
27197      Branch: perl
27198            ! README.win32
27199 ____________________________________________________________________________
27200 [  7187] By: jhi                                   on 2000/10/10  13:30:10
27201         Log: Quote the temp file name, needed in Win32 because the
27202              default name unfortunately contains spaces, shouldn't
27203              hurt elsewhere.
27204              
27205              Subject: FW: perldoc fails if $TEMP contains spaces
27206              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27207              Date: Thu, 14 Sep 2000 08:58:45 +0100
27208              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
27209      Branch: perl
27210            ! utils/perldoc.PL
27211 ____________________________________________________________________________
27212 [  7186] By: jhi                                   on 2000/10/10  13:16:27
27213         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
27214              From: hv@hugo.hybyte.com
27215              Date: Tue, 10 Oct 2000 14:10:20 +0100
27216              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
27217      Branch: perl
27218            ! t/lib/thr5005.t util.c
27219 ____________________________________________________________________________
27220 [  7185] By: jhi                                   on 2000/10/10  12:06:22
27221         Log: Upgrade to podlators 1.04, from Russ Allbery.
27222      Branch: perl
27223            ! lib/Pod/Man.pm lib/Pod/Text.pm
27224 ____________________________________________________________________________
27225 [  7184] By: jhi                                   on 2000/10/10  12:01:32
27226         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
27227      Branch: perl
27228            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
27229 ____________________________________________________________________________
27230 [  7183] By: jhi                                   on 2000/10/09  23:47:15
27231         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
27232              From: Peter Prymmer <pvhp@forte.com>
27233              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
27234              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
27235      Branch: perl
27236            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
27237 ____________________________________________________________________________
27238 [  7182] By: jhi                                   on 2000/10/09  23:43:16
27239         Log: Make eq work again with utf8 (disabling the upgrading
27240              should no more be necessary since the copies of the
27241              scalars are upgraded, not the scalars themselves).
27242              Takes care of ID 20001009.001.  (The claimed length()
27243              bug in 20001009.001 seems bogus to me.)
27244      Branch: perl
27245            ! sv.c t/pragma/utf8.t
27246 ____________________________________________________________________________
27247 [  7181] By: gsar                                  on 2000/10/09  19:41:54
27248         Log: tweak for change#7173
27249      Branch: perl
27250            ! win32/win32sck.c
27251 ____________________________________________________________________________
27252 [  7180] By: gsar                                  on 2000/10/09  19:26:56
27253         Log: on Windows, clean targets might not work under some flavors of the shell
27254      Branch: perl
27255            ! win32/Makefile win32/makefile.mk
27256 ____________________________________________________________________________
27257 [  7179] By: jhi                                   on 2000/10/09  19:21:02
27258         Log: Update Changes.
27259      Branch: perl
27260            ! Changes patchlevel.h
27261 ____________________________________________________________________________
27262 [  7178] By: jhi                                   on 2000/10/09  19:18:23
27263         Log: Warn about unknown scripts.
27264              
27265              Subject: Re: ideas? patches? [PATCH bleadperl]
27266              From: Dominic Dunlop <domo@computer.org>
27267              Date: Mon, 9 Oct 2000 14:57:17 +0200
27268              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
27269      Branch: perl
27270            ! lib/charnames.pm
27271 ____________________________________________________________________________
27272 [  7177] By: jhi                                   on 2000/10/09  19:13:27
27273         Log: Change #7160 had a nasty typo.
27274      Branch: metaconfig
27275            ! U/compline/Compile.U
27276      Branch: perl
27277            ! Configure config_h.SH
27278 ____________________________________________________________________________
27279 [  7176] By: gsar                                  on 2000/10/09  18:59:33
27280         Log: pod nit
27281      Branch: perl
27282            ! pod/perlport.pod
27283 ____________________________________________________________________________
27284 [  7175] By: gsar                                  on 2000/10/09  18:54:28
27285         Log: Windows9x doesn't support link(), despite what Config.pm
27286              might think
27287      Branch: perl
27288            ! lib/ExtUtils/Manifest.pm
27289 ____________________________________________________________________________
27290 [  7174] By: gsar                                  on 2000/10/09  18:50:03
27291         Log: avoid nonportable example code
27292      Branch: perl
27293            ! lib/File/Copy.pm
27294 ____________________________________________________________________________
27295 [  7173] By: gsar                                  on 2000/10/09  18:46:54
27296         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
27297              being used) when closing a socket handle
27298      Branch: perl
27299            ! win32/win32.c win32/win32.h win32/win32sck.c
27300 ____________________________________________________________________________
27301 [  7172] By: gsar                                  on 2000/10/09  18:41:40
27302         Log: on Windows, cwd strings in the environment should be of the
27303              form =X:=X:\foo instead of =X=X:\foo\
27304      Branch: perl
27305            ! win32/vdir.h
27306 ____________________________________________________________________________
27307 [  7171] By: gsar                                  on 2000/10/09  18:30:09
27308         Log: on Windows, LoadLibrary() could load an extension DLL multiple
27309              times if forward slashes are used in the path
27310      Branch: perl
27311            ! win32/win32.c
27312 ____________________________________________________________________________
27313 [  7170] By: jhi                                   on 2000/10/09  17:53:59
27314         Log: Add a todo note about overloadable assertions.
27315      Branch: perl
27316            ! Todo-5.6
27317 ____________________________________________________________________________
27318 [  7169] By: jhi                                   on 2000/10/09  13:43:45
27319         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
27320              From: mjd@plover.com
27321              Date: 9 Oct 2000 00:24:44 -0000
27322              Message-ID: <20001009002444.10616.qmail@plover.com>
27323      Branch: perl
27324            ! pod/perldebguts.pod
27325 ____________________________________________________________________________
27326 [  7168] By: nick                                  on 2000/10/08  13:16:33
27327         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
27328              is not right thing to do on (e.g. x86). Network order is also "right" for
27329              X fonts.
27330      Branch: perl
27331            ! ext/Encode/Encode.pm
27332 ____________________________________________________________________________
27333 [  7167] By: nick                                  on 2000/10/08  12:54:42
27334         Log: Make "encodings" work post-install when Encode/*.enc files may not
27335              be in same directory as Encode.pm
27336      Branch: perl
27337            ! ext/Encode/Encode.pm
27338 ____________________________________________________________________________
27339 [  7166] By: nick                                  on 2000/10/08  11:51:26
27340         Log: Work round the fact that $hash->{$key} does not take into account
27341              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
27342              so that key is always in the "expected" encoding - i.e. same way we put
27343              it in the hash.
27344      Branch: perl
27345            ! ext/Encode/Encode.pm
27346 ____________________________________________________________________________
27347 [  7165] By: gsar                                  on 2000/10/08  04:15:29
27348         Log: save_re_context() could reset PL_curcop to freed memory, causing core
27349              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
27350      Branch: perl
27351            ! pp_ctl.c
27352 ____________________________________________________________________________
27353 [  7164] By: jhi                                   on 2000/10/06  20:51:48
27354         Log: UTF8ize split() so that the cloned substrings get the UTF8
27355              flag of the original scalar.  Problem reported by Simon Cozens.
27356      Branch: perl
27357            ! pp.c t/pragma/utf8.t
27358 ____________________________________________________________________________
27359 [  7163] By: nick                                  on 2000/10/06  20:48:34
27360         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
27361              got a false +ve and so did not reach code which would have un-FAKEd the SV.
27362      Branch: perl
27363            ! sv.c
27364 ____________________________________________________________________________
27365 [  7162] By: nick                                  on 2000/10/06  20:25:37
27366         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
27367              To fix  (sort {$a <=> $b} keys %hash) in particular but
27368              should cover a number of other as-yet-unknown cases as well.
27369      Branch: perl
27370            ! sv.c
27371 ____________________________________________________________________________
27372 [  7161] By: jhi                                   on 2000/10/06  19:56:18
27373         Log: Change the version number of Tie::Handle in the core to 4.0,
27374              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
27375              
27376              Subject: Note on Tie::Handle
27377              From: andreas.koenig@anima.de (Andreas J. Koenig)
27378              Date:      06 Oct 2000 21:48:58 +0200
27379              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
27380      Branch: perl
27381            ! lib/Tie/Handle.pm
27382 ____________________________________________________________________________
27383 [  7160] By: jhi                                   on 2000/10/06  18:20:35
27384         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
27385              as the first option of cc/ld because of ultrapicky compilers
27386              (e.g. OS/390 R2.5)
27387      Branch: metaconfig
27388            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
27389            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
27390            ! U/compline/orderlib.U U/modified/Cppsym.U
27391            ! U/modified/d_access.U
27392      Branch: metaconfig/U/perl
27393            ! Checkcc.U d_dlsymun.U gccvers.U
27394      Branch: perl
27395            ! Configure config_h.SH
27396 ____________________________________________________________________________
27397 [  7159] By: jhi                                   on 2000/10/06  13:56:39
27398         Log: Update Changes.
27399      Branch: perl
27400            ! Changes patchlevel.h
27401 ____________________________________________________________________________
27402 [  7158] By: jhi                                   on 2000/10/06  12:48:40
27403         Log: Eliminate $Is_VMS code from the test.
27404              
27405              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
27406              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27407              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
27408              Date:     Thu, 5 Oct 2000 07:46:33 EDT
27409      Branch: perl
27410            ! t/lib/b.t
27411 ____________________________________________________________________________
27412 [  7157] By: jhi                                   on 2000/10/06  12:47:13
27413         Log: Also the $ccflags is needed for the C compiler check.
27414              
27415              Subject: Configure (check for C-compiler)
27416              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27417              Date: Fri, 06 Oct 2000 08:47:15 +0200
27418              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
27419      Branch: metaconfig/U/perl
27420            ! Checkcc.U
27421      Branch: perl
27422            ! Configure config_h.SH
27423 ____________________________________________________________________________
27424 [  7156] By: jhi                                   on 2000/10/06  11:45:15
27425         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
27426      Branch: perl
27427            ! perl.c pp_ctl.c sv.h utf8.c
27428 ____________________________________________________________________________
27429 [  7155] By: jhi                                   on 2000/10/06  11:40:41
27430         Log: IO::Handle->syswrite() did not handle length omission
27431              like CORE::syswrite() does.
27432              
27433              Subject: [Fwd] IO::Handle, syswrite and arguments
27434              From: Graham Barr <gbarr@pobox.com>
27435              Date: Fri, 6 Oct 2000 10:22:05 +0100
27436              Message-ID: <20001006102205.U6312@pobox.com>
27437              
27438              The original patch from andrew@ugh.net.au.
27439      Branch: perl
27440            ! ext/IO/lib/IO/Handle.pm
27441 ____________________________________________________________________________
27442 [  7154] By: jhi                                   on 2000/10/06  01:42:15
27443         Log: Tweak #7153.
27444      Branch: perl
27445            ! utf8.h
27446 ____________________________________________________________________________
27447 [  7153] By: jhi                                   on 2000/10/06  00:39:55
27448         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
27449      Branch: perl
27450            ! utf8.h
27451 ____________________________________________________________________________
27452 [  7152] By: jhi                                   on 2000/10/06  00:38:11
27453         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
27454      Branch: perl
27455            ! perl.c pp_ctl.c sv.h utf8.c
27456 ____________________________________________________________________________
27457 [  7151] By: jhi                                   on 2000/10/06  00:36:38
27458         Log: Subject: Re: Questions about Tie::Array and perl modules
27459              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27460              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
27461              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
27462              
27463              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
27464      Branch: perl
27465            ! lib/Tie/Array.pm t/op/array.t
27466 ____________________________________________________________________________
27467 [  7150] By: jhi                                   on 2000/10/05  00:20:45
27468         Log: Regen Changes.
27469      Branch: perl
27470            ! Changes patchlevel.h
27471 ____________________________________________________________________________
27472 [  7149] By: jhi                                   on 2000/10/05  00:20:01
27473         Log: Regen toc.
27474      Branch: perl
27475            ! pod/perltoc.pod
27476 ____________________________________________________________________________
27477 [  7148] By: jhi                                   on 2000/10/04  23:35:08
27478         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
27479              reported several times by Dominic Dunlop, for example in
27480              ID 20000315.008.  Patch from Dominic.  Patch affects at
27481              least MachTen, and possibly other oldish BSDs. Should not
27482              break non-broken platforms (tested on LinuxPPC). 
27483      Branch: perl
27484            ! doio.c
27485 ____________________________________________________________________________
27486 [  7147] By: jhi                                   on 2000/10/04  23:26:34
27487         Log: The one that got away from 7146.
27488      Branch: metaconfig
27489            + U/installdirs/installscripts.U
27490 ____________________________________________________________________________
27491 [  7146] By: jhi                                   on 2000/10/04  23:25:04
27492         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
27493              suggested by H. Merijn Brand.
27494      Branch: perl
27495            ! Configure INSTALL Makefile.SH Porting/Glossary
27496            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
27497            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27498            ! win32/config.vc
27499 ____________________________________________________________________________
27500 [  7145] By: jhi                                   on 2000/10/04  22:08:21
27501         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
27502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27503              Date: Wed, 4 Oct 2000 17:37:46 -0400
27504              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
27505      Branch: perl
27506            ! utils/h2xs.PL
27507 ____________________________________________________________________________
27508 [  7144] By: jhi                                   on 2000/10/04  18:11:41
27509         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
27510              From: Jeff Pinyan <jeffp@crusoe.net>
27511              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
27512              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
27513      Branch: perl
27514            ! pod/perlrun.pod
27515 ____________________________________________________________________________
27516 [  7143] By: jhi                                   on 2000/10/04  18:09:58
27517         Log: Subject: perlhack.pod Patch for Externals Tools
27518              From: Fisher Mark <fisherm@tce.com>
27519              Date: Tue, 3 Oct 2000 15:43:27 -0500 
27520              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
27521      Branch: perl
27522            ! pod/perlhack.pod
27523 ____________________________________________________________________________
27524 [  7142] By: jhi                                   on 2000/10/04  18:08:41
27525         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
27526              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27527              Date:     Wed, 4 Oct 2000 12:11:11 EDT
27528              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
27529      Branch: perl
27530            ! vms/vms.c
27531 ____________________________________________________________________________
27532 [  7141] By: jhi                                   on 2000/10/04  12:20:16
27533         Log: Subject: [PATCH 5.7.0] h2xs not working
27534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27535              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
27536              Date: Tue, 3 Oct 2000 21:43:01 -0400
27537              
27538              Subject: [PATCH 5.7.0] h2xs not documenting the created module
27539              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27540              Date: Tue, 3 Oct 2000 22:55:19 -0400
27541              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
27542      Branch: perl
27543            ! utils/h2xs.PL
27544 ____________________________________________________________________________
27545 [  7140] By: jhi                                   on 2000/10/04  11:53:44
27546         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
27547              From: nick@babyhippo.com
27548              Date: Wed, 4 Oct 2000 12:06:45 +0100
27549              Message-Id: <20001004120645.A7356@babyhippo.com>
27550              
27551              Retract 7118 and 7135.
27552      Branch: perl
27553            ! installman installperl op.c t/pragma/subs.t
27554 ____________________________________________________________________________
27555 [  7139] By: jhi                                   on 2000/10/03  22:09:41
27556         Log: It is possible to have no hosts database at all.  Pointed out in
27557              
27558              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27559              From: Peter Prymmer <pvhp@forte.com>
27560              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27561              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27562      Branch: metaconfig
27563            ! U/modified/myhostname.U
27564      Branch: perl
27565            ! Configure config_h.SH
27566 ____________________________________________________________________________
27567 [  7138] By: jhi                                   on 2000/10/03  21:49:49
27568         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27569              From: Peter Prymmer <pvhp@forte.com>
27570              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27571              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27572      Branch: perl
27573            ! pp_sys.c
27574 ____________________________________________________________________________
27575 [  7137] By: jhi                                   on 2000/10/03  20:10:05
27576         Log: One remaining nit less at the VMS mailbox sizing.
27577      Branch: perl
27578            ! vms/vms.c
27579 ____________________________________________________________________________
27580 [  7136] By: jhi                                   on 2000/10/03  20:08:47
27581         Log: Test harness update to sync with the new perlcc,
27582              from Simon Cozens.
27583      Branch: perl
27584            ! t/TEST t/UTEST
27585 ____________________________________________________________________________
27586 [  7135] By: jhi                                   on 2000/10/03  15:15:42
27587         Log: Subject: Re: PATCH for 20001003.004
27588              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
27589              From: "AARON B. DOSSETT" <aaron@iglou.com>
27590              Message-Id: <E13gTay-0006od-00@iglou.com>
27591      Branch: perl
27592            ! installman installperl
27593 ____________________________________________________________________________
27594 [  7134] By: jhi                                   on 2000/10/03  15:00:34
27595         Log: Subject: [ID 20001003.006] B::Debug not -w clean
27596              From: Nicholas Clark <nick@babyhippo.co.uk>
27597              Date: Tue, 03 Oct 2000 15:46:32 +0100
27598              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
27599      Branch: perl
27600            ! ext/B/B/Debug.pm
27601 ____________________________________________________________________________
27602 [  7133] By: jhi                                   on 2000/10/03  14:58:39
27603         Log: Scale down the VMS message boxes, by Charles Lane.
27604              Fix for ID 20000903.009, workaround at
27605              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
27606      Branch: perl
27607            ! vms/vms.c
27608 ____________________________________________________________________________
27609 [  7132] By: jhi                                   on 2000/10/03  11:20:37
27610         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
27611      Branch: perl
27612            + t/lib/st-lock.t t/lib/st-utf8.t
27613            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
27614            ! ext/Storable/Storable.xs t/lib/st-recurse.t
27615 ____________________________________________________________________________
27616 [  7131] By: jhi                                   on 2000/10/03  03:38:23
27617         Log: Encode nits.
27618      Branch: perl
27619            ! MANIFEST Makefile.SH
27620 ____________________________________________________________________________
27621 [  7130] By: jhi                                   on 2000/10/03  03:31:05
27622         Log: Update Changes.
27623      Branch: perl
27624            ! Changes patchlevel.h
27625 ____________________________________________________________________________
27626 [  7129] By: jhi                                   on 2000/10/03  02:24:02
27627         Log: Misplaced else.
27628      Branch: metaconfig/U/perl
27629            ! d_strtoll.U
27630      Branch: perl
27631            ! Configure config_h.SH
27632 ____________________________________________________________________________
27633 [  7128] By: jhi                                   on 2000/10/03  02:08:29
27634         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
27635              From: sthoenna@efn.org
27636              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
27637              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
27638      Branch: metaconfig/U/perl
27639            ! d_strtoll.U
27640      Branch: perl
27641            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
27642 ____________________________________________________________________________
27643 [  7127] By: jhi                                   on 2000/10/03  01:13:14
27644         Log: Update Changes.
27645      Branch: perl
27646            ! Changes patchlevel.h
27647 ____________________________________________________________________________
27648 [  7126] By: jhi                                   on 2000/10/03  00:57:08
27649         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
27650              as suggested by Olaf Flebbe and Nick Clark.
27651      Branch: perl
27652            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
27653 ____________________________________________________________________________
27654 [  7125] By: jhi                                   on 2000/10/03  00:50:56
27655         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
27656              From: Nick Clark <nick@plum.flirble.org>
27657              Date: Mon, 2 Oct 2000 11:03:24 +0100
27658              Message-Id: <20001002110324.D20073@plum.flirble.org>
27659              
27660              Also fixes bug ID 20001002.005.
27661      Branch: perl
27662            ! t/lib/encode.t
27663 ____________________________________________________________________________
27664 [  7124] By: jhi                                   on 2000/10/03  00:34:59
27665         Log: Subject: [PATCH 5.7.0] Epoc update
27666              From: Olaf Flebbe <o.flebbe@gmx.de>
27667              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
27668              Message-ID: <26423.969484586@www10.gmx.net>
27669      Branch: perl
27670            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
27671            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
27672            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
27673            ! util.c util.h
27674 ____________________________________________________________________________
27675 [  7123] By: jhi                                   on 2000/10/03  00:30:07
27676         Log: Regen headers.
27677      Branch: perl
27678            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
27679 ____________________________________________________________________________
27680 [  7122] By: jhi                                   on 2000/10/03  00:10:48
27681         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
27682      Branch: perl
27683            ! hints/openbsd.sh
27684 ____________________________________________________________________________
27685 [  7121] By: jhi                                   on 2000/10/03  00:05:06
27686         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
27687              From: <abigail@foad.org>
27688              Date: Tue, 26 Sep 2000 13:36:14 -0400
27689              Message-ID: <20000926173614.4356.qmail@foad.org>
27690      Branch: perl
27691            ! pod/perlop.pod
27692 ____________________________________________________________________________
27693 [  7120] By: jhi                                   on 2000/10/03  00:04:00
27694         Log: Inside require() $^S was always left undefined.
27695              
27696              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
27697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27698              Date: Wed, 27 Sep 2000 18:54:49 -0400
27699              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
27700      Branch: perl
27701            ! cop.h mg.c pp_ctl.c util.c
27702 ____________________________________________________________________________
27703 [  7119] By: jhi                                   on 2000/10/03  00:00:16
27704         Log: Subject: [PATCH] DLL not restartabke with threaded perl
27705              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
27706              Date: Thu, 28 Sep 2000 09:20:46 +0100
27707              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
27708      Branch: perl
27709            ! perl.c
27710 ____________________________________________________________________________
27711 [  7118] By: jhi                                   on 2000/10/02  23:59:20
27712         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
27713              From: Nicholas Clark <nick@ccl4.org>
27714              Date: Thu, 28 Sep 2000 11:52:24 +0100
27715              Message-ID: <20000928115224.D7924@plum.flirble.org>
27716      Branch: perl
27717            ! op.c
27718 ____________________________________________________________________________
27719 [  7117] By: jhi                                   on 2000/10/02  23:57:51
27720         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
27721              From: Nicholas Clark <nick@babyhippo.co.uk>
27722              Date: Thu, 28 Sep 2000 12:18:10 +0100
27723              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
27724              
27725              Did not apply cleanly, manual intervention was needed.
27726      Branch: perl
27727            ! ext/B/B/Bytecode.pm utils/perlcc.PL
27728 ____________________________________________________________________________
27729 [  7116] By: jhi                                   on 2000/10/02  23:50:40
27730         Log: Document the issue (is not a syntax error, kind of)
27731              
27732              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
27733              From: Nicholas Clark <nick@ccl4.org>
27734              Date: Thu, 28 Sep 2000 17:12:42 +0100
27735              Message-ID: <20000928171242.K7924@plum.flirble.org>
27736      Branch: perl
27737            ! pod/perldata.pod
27738 ____________________________________________________________________________
27739 [  7115] By: jhi                                   on 2000/10/02  23:48:58
27740         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
27741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27742              Date: Thu, 28 Sep 2000 21:55:31 -0400
27743              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
27744      Branch: perl
27745            ! regexec.c
27746 ____________________________________________________________________________
27747 [  7114] By: jhi                                   on 2000/10/02  23:47:57
27748         Log: Subject: DOC PATCH 5.6.0
27749              From: mjd@plover.com
27750              Date: 30 Sep 2000 06:02:34 -0000
27751              Message-ID: <20000930060234.4559.qmail@plover.com>
27752      Branch: perl
27753            ! pod/perldebguts.pod
27754 ____________________________________________________________________________
27755 [  7113] By: jhi                                   on 2000/10/02  23:46:43
27756         Log: SOCK_DGRAM and listen() do not mix as reported in
27757              
27758              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
27759              From: Petter Reinholdtsen <pere@hungry.com>
27760              Date: Sun, 1 Oct 2000 10:57:20 +0800
27761              Message-Id: <200010010257.KAA05735@localhost.localdomain>
27762              
27763              The patch for 5.7.0+ had to be reengineered, though.
27764      Branch: perl
27765            ! ext/IO/lib/IO/Socket/UNIX.pm
27766 ____________________________________________________________________________
27767 [  7112] By: jhi                                   on 2000/10/02  23:36:57
27768         Log: Subject: Re: [PATCH 5.005_64 missed]
27769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27770              Date: Sun, 1 Oct 2000 18:50:10 -0400
27771              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
27772      Branch: perl
27773            ! pod/perlxs.pod
27774 ____________________________________________________________________________
27775 [  7111] By: jhi                                   on 2000/10/02  23:35:40
27776         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
27777              From: Radu Greab <radu@netsoft.ro>
27778              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
27779              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
27780      Branch: perl
27781            ! op.c opcode.pl t/op/substr.t
27782 ____________________________________________________________________________
27783 [  7110] By: jhi                                   on 2000/10/02  23:32:38
27784         Log: Subject: [PATCH] Fix aliasing of tied filehandles
27785              From: Daniel Chetlin <daniel@chetlin.com>
27786              Date: Mon, 2 Oct 2000 14:53:27 -0700
27787              Message-ID: <20001002145327.C1617@ilmd>
27788      Branch: perl
27789            ! perl.h pp_hot.c t/op/tiehandle.t
27790 ____________________________________________________________________________
27791 [  7109] By: jhi                                   on 2000/10/02  23:31:30
27792         Log: s/Robin Parker/Robin Barker/
27793      Branch: perl
27794            ! Changes5.6
27795 ____________________________________________________________________________
27796 [  7108] By: jhi                                   on 2000/10/02  23:15:46
27797         Log: Retract #7091 as suggested in
27798              
27799              From: Robin Barker <rmb1@cise.npl.co.uk> 
27800              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
27801              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
27802              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
27803      Branch: perl
27804            ! embed.pl proto.h
27805 ____________________________________________________________________________
27806 [  7107] By: nick                                  on 2000/10/02  18:23:14
27807         Log: A few tweaks to get Tk803 to work with Encode scheme.
27808      Branch: perl
27809            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
27810 ____________________________________________________________________________
27811 [  7106] By: nick                                  on 2000/10/01  21:34:14
27812         Log: Add checking cases to Encode's toUnicode and fromUnicode.
27813      Branch: perl
27814            ! ext/Encode/Encode.pm
27815 ____________________________________________________________________________
27816 [  7105] By: nick                                  on 2000/10/01  17:18:01
27817         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
27818              To read and use them.
27819              Add a lib/encode.t which checks a few things.
27820      Branch: perl
27821            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
27822            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
27823            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
27824            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
27825            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
27826            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
27827            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
27828            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
27829            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
27830            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
27831            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
27832            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
27833            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
27834            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
27835            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
27836            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
27837            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
27838            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
27839            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
27840            + ext/Encode/Encode/iso2022-jp.enc
27841            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
27842            + ext/Encode/Encode/iso8859-1.enc
27843            + ext/Encode/Encode/iso8859-2.enc
27844            + ext/Encode/Encode/iso8859-3.enc
27845            + ext/Encode/Encode/iso8859-4.enc
27846            + ext/Encode/Encode/iso8859-5.enc
27847            + ext/Encode/Encode/iso8859-6.enc
27848            + ext/Encode/Encode/iso8859-7.enc
27849            + ext/Encode/Encode/iso8859-8.enc
27850            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
27851            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
27852            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
27853            + ext/Encode/Encode/macCentEuro.enc
27854            + ext/Encode/Encode/macCroatian.enc
27855            + ext/Encode/Encode/macCyrillic.enc
27856            + ext/Encode/Encode/macDingbats.enc
27857            + ext/Encode/Encode/macGreek.enc
27858            + ext/Encode/Encode/macIceland.enc
27859            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
27860            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
27861            + ext/Encode/Encode/macTurkish.enc
27862            + ext/Encode/Encode/macUkraine.enc
27863            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
27864            + t/lib/encode.t
27865            ! MANIFEST ext/Encode/Encode.pm
27866 ____________________________________________________________________________
27867 [  7104] By: nick                                  on 2000/09/30  13:04:30
27868         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
27869              From: Daniel Chetlin <daniel@chetlin.com>
27870              Date: Mon, 18 Sep 2000 05:05:40 -0700
27871              Message-Id: <20000918050540.C652@ilmd>
27872      Branch: perl
27873            ! lib/overload.pm sv.c t/pragma/overload.t
27874 ____________________________________________________________________________
27875 [  7103] By: nick                                  on 2000/09/30  12:53:36
27876         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
27877              From: Johan Vromans <jvromans@squirrel.nl>
27878              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
27879              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
27880      Branch: perl
27881            ! pod/Makefile.SH
27882 ____________________________________________________________________________
27883 [  7102] By: nick                                  on 2000/09/30  12:52:31
27884         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
27885              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27886              Date: Sat, 16 Sep 2000 16:36:45 -0400
27887              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
27888      Branch: perl
27889            ! ext/B/B/Deparse.pm
27890 ____________________________________________________________________________
27891 [  7101] By: nick                                  on 2000/09/30  12:51:41
27892         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
27893              From: Craig A. Berry <craig.berry@psinetcs.com>
27894              Date: Sat, 16 Sep 2000 10:11:10 -0500
27895              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
27896      Branch: perl
27897            ! vms/vms.c
27898 ____________________________________________________________________________
27899 [  7100] By: nick                                  on 2000/09/30  12:50:33
27900         Log: Subject: Re: unicode support and perl [ID 20000901.097]
27901              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27902              Date: Fri, 15 Sep 2000 16:37:58 -0400
27903              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
27904      Branch: perl
27905            ! t/op/append.t
27906 ____________________________________________________________________________
27907 [  7099] By: nick                                  on 2000/09/30  12:49:35
27908         Log: Subject: Re: unicode support and perl [ID 20000901.097]
27909              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27910              Date: Fri, 15 Sep 2000 16:25:30 -0400
27911              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
27912      Branch: perl
27913            ! pp_hot.c
27914 ____________________________________________________________________________
27915 [  7098] By: nick                                  on 2000/09/30  12:48:00
27916         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
27917              From: Gisle Aas <gisle@ActiveState.com>
27918              Date: 15 Sep 2000 16:23:41 +0200
27919              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
27920      Branch: perl
27921            ! toke.c
27922 ____________________________________________________________________________
27923 [  7097] By: nick                                  on 2000/09/30  12:45:16
27924         Log: Subject: [PATCH] Nits in perlmod.pod
27925              From: Daniel Chetlin <daniel@chetlin.com>
27926              Date: Fri, 15 Sep 2000 02:04:09 -0700
27927              Message-Id: <20000915020409.A2104@ilmd>
27928      Branch: perl
27929            ! pod/perlmod.pod
27930 ____________________________________________________________________________
27931 [  7096] By: nick                                  on 2000/09/30  12:18:00
27932         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
27933              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
27934              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
27935              0 to checking to get the warning.
27936      Branch: perl
27937            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
27938            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
27939            ! regexec.c sv.c toke.c utf8.c
27940 ____________________________________________________________________________
27941 [  7095] By: nick                                  on 2000/09/15  16:55:59
27942         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
27943              
27944              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
27945              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27946              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
27947              Date: Fri, 15 Sep 2000 06:37:30 -0400
27948      Branch: perl
27949            ! ext/Encode/Encode.xs sv.c
27950 ____________________________________________________________________________
27951 [  7094] By: jhi                                   on 2000/09/15  03:23:32
27952         Log: Update Changes.
27953      Branch: perl
27954            ! Changes patchlevel.h
27955 ____________________________________________________________________________
27956 [  7093] By: jhi                                   on 2000/09/15  03:11:44
27957         Log: Fix for the charnames.t failures from Spider Boardman.
27958      Branch: perl
27959            ! toke.c
27960 ____________________________________________________________________________
27961 [  7092] By: jhi                                   on 2000/09/15  00:15:48
27962         Log: Botched the #7090 check-in.
27963      Branch: perl
27964            ! sv.c
27965 ____________________________________________________________________________
27966 [  7091] By: jhi                                   on 2000/09/14  23:33:24
27967         Log: Part of #7081 didn't come through.
27968      Branch: perl
27969            ! embed.pl proto.h
27970 ____________________________________________________________________________
27971 [  7090] By: jhi                                   on 2000/09/14  23:17:39
27972         Log: Subject: Re: perl@7078 
27973              From: Spider Boardman <spider@web.zk3.dec.com>
27974              Date: Thu, 14 Sep 2000 19:06:36 -0400
27975              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
27976      Branch: perl
27977            ! sv.c toke.c
27978 ____________________________________________________________________________
27979 [  7089] By: jhi                                   on 2000/09/14  23:11:21
27980         Log: Small portability tweaks.
27981      Branch: perl
27982            ! ext/Encode/Encode.xs
27983 ____________________________________________________________________________
27984 [  7088] By: jhi                                   on 2000/09/14  22:57:23
27985         Log: Fake return to pacify picky compilers.
27986      Branch: perl
27987            ! ext/Encode/Encode.xs
27988 ____________________________________________________________________________
27989 [  7087] By: jhi                                   on 2000/09/14  22:53:37
27990         Log: Subject: [PATCH] utf8.c apidoc
27991              From: Simon Cozens <simon@cozens.net>
27992              Date: Thu, 14 Sep 2000 23:46:57 +0100
27993              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
27994      Branch: perl
27995            ! perlapi.c pod/perlapi.pod utf8.c
27996 ____________________________________________________________________________
27997 [  7086] By: jhi                                   on 2000/09/14  22:40:38
27998         Log: We don't need to count the high bit bytes, a boolean is enough. 
27999      Branch: perl
28000            ! sv.c
28001 ____________________________________________________________________________
28002 [  7085] By: jhi                                   on 2000/09/14  21:20:09
28003         Log: Replace #7084 with
28004              
28005              Subject: Re: perl@7078 
28006              From: Spider Boardman <spider@web.zk3.dec.com>
28007              Date: Thu, 14 Sep 2000 17:09:36 -0400
28008              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
28009      Branch: perl
28010            ! sv.c utf8.c
28011 ____________________________________________________________________________
28012 [  7084] By: jhi                                   on 2000/09/14  20:03:34
28013         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
28014              convertable to bytes by checking it doesn't go above 0xc3
28015              
28016              Subject: Re: perl@7078
28017              From: Simon Cozens <simon@cozens.net>
28018              Date: Thu, 14 Sep 2000 20:59:19 +0100
28019              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
28020      Branch: perl
28021            ! utf8.c
28022 ____________________________________________________________________________
28023 [  7083] By: jhi                                   on 2000/09/14  19:38:47
28024         Log: Subject: Re: perl@7078
28025              From: Simon Cozens <simon@cozens.net>
28026              Date: Thu, 14 Sep 2000 20:13:09 +0100
28027              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
28028      Branch: perl
28029            ! t/op/bop.t
28030 ____________________________________________________________________________
28031 [  7082] By: jhi                                   on 2000/09/14  17:50:44
28032         Log: The one that got away.
28033      Branch: perl
28034            ! lib/File/Find.pm
28035 ____________________________________________________________________________
28036 [  7081] By: jhi                                   on 2000/09/14  17:45:35
28037         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
28038              From: Robin Barker <rmb1@cise.npl.co.uk>
28039              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
28040              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
28041      Branch: perl
28042            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
28043            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
28044            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
28045            ! regcomp.c toke.c universal.c
28046 ____________________________________________________________________________
28047 [  7080] By: jhi                                   on 2000/09/14  17:40:35
28048         Log: Problems picked up by AIX cc.
28049              
28050              Subject: Re: perl@7078 (patch included)
28051              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28052              Date: Thu, 14 Sep 2000 18:53:30 +0200
28053              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
28054      Branch: perl
28055            ! ext/Encode/Encode.xs
28056 ____________________________________________________________________________
28057 [  7079] By: jhi                                   on 2000/09/14  17:38:27
28058         Log: Subject: File::Find 5.7.0 POD nits
28059              From: Rich Morin <rdm@cfcl.com>
28060              Date: Wed, 13 Sep 2000 22:03:58 -0700
28061              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
28062      Branch: perl
28063            ! lib/File/Find.pm
28064 ____________________________________________________________________________
28065 [  7078] By: jhi                                   on 2000/09/14  14:58:20
28066         Log: Update Changes.
28067      Branch: perl
28068            ! Changes patchlevel.h
28069 ____________________________________________________________________________
28070 [  7077] By: jhi                                   on 2000/09/14  14:55:54
28071         Log: Compilation warnings and an error.
28072      Branch: perl
28073            ! sv.c
28074 ____________________________________________________________________________
28075 [  7076] By: jhi                                   on 2000/09/14  14:42:56
28076         Log: Fix for a parsing bug, not for the original bug.
28077              
28078              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
28079              From: Spider Boardman <spider@web.zk3.dec.com>
28080              Date: Wed, 13 Sep 2000 17:52:20 -0400
28081              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
28082      Branch: perl
28083            ! regcomp.c
28084 ____________________________________________________________________________
28085 [  7075] By: jhi                                   on 2000/09/14  14:40:40
28086         Log: Batch of UTF-8 patches from Simon Cozens.
28087      Branch: perl
28088            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
28089            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
28090            ! toke.c utf8.c
28091 ____________________________________________________________________________
28092 [  7074] By: jhi                                   on 2000/09/14  14:29:58
28093         Log: Subject: Re: Two advertising clauses need to be removed
28094              From: Russ Allbery <rra@stanford.edu>
28095              Date: 13 Sep 2000 18:50:26 -0700
28096              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
28097      Branch: perl
28098            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28099 ____________________________________________________________________________
28100 [  7073] By: jhi                                   on 2000/09/14  14:28:20
28101         Log: Subject: [PATCH] de-wall t/README
28102              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28103              Date: Wed, 13 Sep 2000 17:46:55 -0700
28104              Message-ID: <//Bw5gzkge/e092yn@efn.org>
28105      Branch: perl
28106            ! t/README
28107 ____________________________________________________________________________
28108 [  7072] By: jhi                                   on 2000/09/14  14:25:10
28109         Log: Hints optimization.
28110              
28111              Subject: Minor nit
28112              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28113              Date: Wed, 13 Sep 2000 21:42:07 +0200
28114              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
28115      Branch: perl
28116            ! hints/hpux.sh
28117 ____________________________________________________________________________
28118 [  7071] By: jhi                                   on 2000/09/14  14:23:30
28119         Log: Allow chop() and chomp() to be overridden.
28120              
28121              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
28122              From: "Casey R. Tweten" <crt@kiski.net>
28123              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
28124              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
28125      Branch: perl
28126            ! toke.c
28127 ____________________________________________________________________________
28128 [  7070] By: jhi                                   on 2000/09/14  14:20:36
28129         Log: The return value of setlocale must be copied away.
28130              
28131              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
28132              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28133              Date: Wed, 13 Sep 2000 16:27:37 +0100 
28134              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
28135      Branch: perl
28136            ! util.c
28137 ____________________________________________________________________________
28138 [  7069] By: jhi                                   on 2000/09/14  14:16:27
28139         Log: Remove vestiges of tr//CU.
28140              
28141              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28142              From: Nick Clark <nick@plum.flirble.org>
28143              Date: Tue, 12 Sep 2000 22:50:14 +0100
28144              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
28145              
28146              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28147              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28148              Date: Tue, 12 Sep 2000 21:38:48 -0700
28149              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
28150      Branch: perl
28151            ! op.h pod/perlunicode.pod
28152 ____________________________________________________________________________
28153 [  7068] By: jhi                                   on 2000/09/13  14:18:39
28154         Log: Add the Encode extension.  The code is still largely just skeleton.
28155      Branch: perl
28156            + ext/Encode/Encode.pm ext/Encode/Encode.xs
28157            + ext/Encode/Makefile.PL ext/Encode/Todo
28158            ! MANIFEST Todo-5.6
28159 ____________________________________________________________________________
28160 [  7067] By: jhi                                   on 2000/09/12  17:43:33
28161         Log: Allow for whitespace between "#" and "line" in cpp output.
28162              
28163              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
28164              From: Calle Dybedahl <calle@lysator.liu.se>
28165              Date: 12 Sep 2000 19:38:02 +0200 
28166              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
28167      Branch: perl
28168            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
28169 ____________________________________________________________________________
28170 [  7066] By: gsar                                  on 2000/09/12  17:24:29
28171         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
28172              initialization in all the threads on Windows
28173      Branch: perl
28174            ! win32/win32.c
28175 ____________________________________________________________________________
28176 [  7065] By: jhi                                   on 2000/09/12  15:11:31
28177         Log: Update Changes.
28178      Branch: perl
28179            ! Changes patchlevel.h
28180 ____________________________________________________________________________
28181 [  7064] By: jhi                                   on 2000/09/12  14:54:54
28182         Log: Retract #7062, the pod tests are not ready.
28183      Branch: perl
28184            ! t/TEST t/harness
28185 ____________________________________________________________________________
28186 [  7063] By: jhi                                   on 2000/09/12  14:25:41
28187         Log: The #7054 truncated Configure badly.
28188      Branch: metaconfig/U/perl
28189            ! End.U
28190      Branch: perl
28191            ! Configure config_h.SH
28192 ____________________________________________________________________________
28193 [  7062] By: jhi                                   on 2000/09/12  14:08:32
28194         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
28195              From: sthoenna@efn.org
28196              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
28197              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
28198      Branch: perl
28199            ! t/TEST t/harness
28200 ____________________________________________________________________________
28201 [  7061] By: jhi                                   on 2000/09/12  14:07:18
28202         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
28203              From: sthoenna@efn.org
28204              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
28205              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
28206      Branch: perl
28207            ! pod/perlxs.pod
28208 ____________________________________________________________________________
28209 [  7060] By: jhi                                   on 2000/09/12  14:06:08
28210         Log: Break up the myconfig lines a bit.
28211              
28212              Subject: perlbug/perl -V output format
28213              From: sthoenna@efn.org
28214              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
28215              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
28216      Branch: perl
28217            ! myconfig.SH
28218 ____________________________________________________________________________
28219 [  7059] By: jhi                                   on 2000/09/12  14:05:04
28220         Log: Test for the #7049.
28221              
28222              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
28223              From: andreas.koenig@anima.de (Andreas J. Koenig)
28224              Date: 12 Sep 2000 06:42:01 +0200
28225              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
28226      Branch: perl
28227            ! t/op/my.t
28228 ____________________________________________________________________________
28229 [  7058] By: jhi                                   on 2000/09/12  14:03:05
28230         Log: Subject: [patch: perl@7045] vms updates
28231              From: Peter Prymmer <pvhp@forte.com>
28232              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
28233              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
28234      Branch: perl
28235            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
28236 ____________________________________________________________________________
28237 [  7057] By: jhi                                   on 2000/09/12  14:00:51
28238         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
28239              From: sthoenna@efn.org
28240              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
28241              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
28242      Branch: perl
28243            ! t/op/64bitint.t
28244 ____________________________________________________________________________
28245 [  7056] By: jhi                                   on 2000/09/12  13:58:14
28246         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
28247              From: Jeff Pinyan <jeffp@crusoe.net>
28248              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
28249              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
28250      Branch: perl
28251            ! pod/perlfunc.pod
28252 ____________________________________________________________________________
28253 [  7055] By: jhi                                   on 2000/09/12  13:56:32
28254         Log: Do in VMS as the #7054 does.
28255      Branch: perl
28256            ! configure.com
28257 ____________________________________________________________________________
28258 [  7054] By: jhi                                   on 2000/09/12  13:50:31
28259         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
28260              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28261              Date: Mon, 11 Sep 2000 08:33:09 +0100
28262              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
28263      Branch: metaconfig/U/perl
28264            ! End.U
28265      Branch: perl
28266            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
28267            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28268 ____________________________________________________________________________
28269 [  7053] By: jhi                                   on 2000/09/12  13:29:19
28270         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
28271              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28272              Date:     Tue, 12 Sep 2000 08:35:59 EDT
28273              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
28274      Branch: perl
28275            ! vms/test.com
28276 ____________________________________________________________________________
28277 [  7052] By: jhi                                   on 2000/09/11  23:01:50
28278         Log: Document the SvUTF8*().
28279      Branch: perl
28280            ! pod/perlapi.pod sv.h
28281 ____________________________________________________________________________
28282 [  7051] By: gsar                                  on 2000/09/11  14:46:30
28283         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
28284              (missed a spot when fixing up op_pmreplroot hack for ithreads)
28285      Branch: perl
28286            ! op.c t/op/split.t
28287 ____________________________________________________________________________
28288 [  7050] By: nick                                  on 2000/09/11  10:03:51
28289         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
28290              
28291              Subject: borland C++ win32.c tweak
28292              From: Vadim Konovalov <vkonovalov@lucent.com>
28293              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
28294              Date: Mon, 11 Sep 2000 11:22:33 +0400
28295      Branch: perl
28296            ! win32/win32.c
28297 ____________________________________________________________________________
28298 [  7049] By: nick                                  on 2000/09/11  09:57:33
28299         Log: Point fix for s/// on foreach (keys %xxx).
28300      Branch: perl
28301            ! pp_hot.c
28302 ____________________________________________________________________________
28303 [  7048] By: jhi                                   on 2000/09/10  23:37:09
28304         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
28305              by Pod::Text, from Brad Appleton.
28306      Branch: perl
28307            ! t/pod/testp2pt.pl
28308 ____________________________________________________________________________
28309 [  7047] By: jhi                                   on 2000/09/10  14:32:53
28310         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
28311              by Russ Allbery.
28312      Branch: perl
28313            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
28314 ____________________________________________________________________________
28315 [  7046] By: jhi                                   on 2000/09/10  14:15:08
28316         Log: Upgrade to CPAN 1.57_65, from Andreas König.
28317      Branch: perl
28318            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28319 ____________________________________________________________________________
28320 [  7045] By: jhi                                   on 2000/09/08  21:36:32
28321         Log: Update Changes.
28322      Branch: perl
28323            ! Changes patchlevel.h
28324 ____________________________________________________________________________
28325 [  7044] By: jhi                                   on 2000/09/08  21:29:56
28326         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
28327              From: Peter Prymmer <pvhp@forte.com>
28328              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
28329              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
28330      Branch: perl
28331            ! configure.com
28332 ____________________________________________________________________________
28333 [  7043] By: jhi                                   on 2000/09/08  21:27:50
28334         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
28335              From: Peter Prymmer <pvhp@forte.com>
28336              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
28337              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
28338      Branch: perl
28339            ! Makefile.SH installperl
28340 ____________________________________________________________________________
28341 [  7042] By: jhi                                   on 2000/09/08  21:23:21
28342         Log: Continue #7041.
28343      Branch: perl
28344            ! cygwin/Makefile.SHs os2/Makefile.SHs
28345 ____________________________________________________________________________
28346 [  7041] By: jhi                                   on 2000/09/08  21:18:10
28347         Log: Do away with memory models cruft.  Sorry, PDP users.
28348      Branch: metaconfig
28349            ! U/modified/cc.U U/modified/libpth.U
28350      Branch: perl
28351            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
28352            ! Porting/config_H cflags.SH config_h.SH configure.com
28353            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
28354            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
28355            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
28356 ____________________________________________________________________________
28357 [  7040] By: jhi                                   on 2000/09/08  14:34:18
28358         Log: Major rewrite of s2p.  And I mean really major, it is
28359              an implementation of sed in perl.  If called as s2p it
28360              will function as s2p.  Note: needs non-UNIXifying.
28361              
28362              Subject: s2p
28363              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28364              Date: Mon, 28 Aug 2000 14:05:12 +0200
28365              Message-ID: <39AA5578.2102E2AA@alcatel.at>
28366      Branch: perl
28367            ! x2p/s2p.PL
28368 ____________________________________________________________________________
28369 [  7039] By: jhi                                   on 2000/09/08  14:19:49
28370         Log: Re-allow vec() for characters > 255.
28371              
28372              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
28373              From: Spider Boardman <spider@web.zk3.dec.com>
28374              Date: Fri, 08 Sep 2000 02:21:02 -0400
28375              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
28376      Branch: perl
28377            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
28378            ! t/op/vec.t
28379 ____________________________________________________________________________
28380 [  7038] By: jhi                                   on 2000/09/08  14:14:18
28381         Log: Subject: [PATCH lib/Benchmark.pm]
28382              From: <abigail@foad.org>
28383              Date: Thu, 7 Sep 2000 15:03:20 -0400
28384              Message-ID: <20000907190320.888.qmail@foad.org>
28385      Branch: perl
28386            ! lib/Benchmark.pm
28387 ____________________________________________________________________________
28388 [  7037] By: jhi                                   on 2000/09/08  14:11:06
28389         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
28390              
28391              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
28392              From: Spider Boardman <spider@web.zk3.dec.com>
28393              Date: Fri, 08 Sep 2000 01:30:27 -0400
28394              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
28395      Branch: perl
28396            ! op.c
28397 ____________________________________________________________________________
28398 [  7036] By: jhi                                   on 2000/09/08  14:08:58
28399         Log: Subject: [ID 20000908.002] perlipc documentation bug.
28400              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
28401              Date: Fri, 08 Sep 2000 12:38:32 +0200
28402              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
28403      Branch: perl
28404            ! pod/perlipc.pod
28405 ____________________________________________________________________________
28406 [  7035] By: jhi                                   on 2000/09/08  14:03:12
28407         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28409              Date: Fri, 08 Sep 2000 11:47:34 +0200
28410              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
28411      Branch: perl
28412            ! hints/dec_osf.sh
28413 ____________________________________________________________________________
28414 [  7034] By: jhi                                   on 2000/09/08  13:59:35
28415         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
28416              From: Simon Cozens <simon@cozens.net>
28417              Date: Thu, 7 Sep 2000 20:40:38 +0100
28418              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
28419      Branch: perl
28420            ! pp_hot.c
28421 ____________________________________________________________________________
28422 [  7033] By: jhi                                   on 2000/09/08  04:03:03
28423         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
28424              From: "Larry W. Virden" <lvirden@cas.org>
28425              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
28426              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
28427      Branch: perl
28428            ! pod/perldiag.pod
28429 ____________________________________________________________________________
28430 [  7032] By: jhi                                   on 2000/09/07  22:18:30
28431         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
28432              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
28433              Date: Mon, 04 Sep 2000 13:16:38 -0700
28434              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
28435      Branch: perl
28436            ! lib/perl5db.pl
28437 ____________________________________________________________________________
28438 [  7031] By: jhi                                   on 2000/09/07  22:02:29
28439         Log: Fix the ccversion detection for 5.1 and beyond.
28440              
28441              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28442              From: Spider Boardman <spider@leggy.zk3.dec.com>
28443              Date: Thu, 7 Sep 2000 17:54:27 -0400
28444              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
28445      Branch: perl
28446            ! hints/dec_osf.sh
28447 ____________________________________________________________________________
28448 [  7030] By: jhi                                   on 2000/09/07  19:12:28
28449         Log: Fix for
28450              
28451              Subject: [ID 20000903.001] \w in utf8-strings
28452              From: Marc Lehmann <pcg@goof.com>
28453              Date: Sun, 03 Sep 2000 09:44:29 +0200
28454              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
28455              
28456              and various related nits.
28457      Branch: perl
28458            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
28459 ____________________________________________________________________________
28460 [  7029] By: jhi                                   on 2000/09/07  18:49:09
28461         Log: Fix the URL, but the server is still missing in action.
28462              
28463              Subject: [ID 20000905.002] perlfaq1.pod URL error
28464              From: "Larry W. Virden" <lvirden@cas.org>
28465              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
28466              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
28467      Branch: perl
28468            ! pod/perlfaq1.pod
28469 ____________________________________________________________________________
28470 [  7028] By: jhi                                   on 2000/09/07  18:47:13
28471         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
28472              From: Hugo <hv@crypt.compulink.co.uk>
28473              Date: Tue, 05 Sep 2000 14:13:37 +0100
28474              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
28475      Branch: perl
28476            ! toke.c
28477 ____________________________________________________________________________
28478 [  7027] By: jhi                                   on 2000/09/07  18:45:35
28479         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28480              From: Daniel Chetlin <daniel@chetlin.com>
28481              Date: Tue, 5 Sep 2000 04:57:07 -0700
28482              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
28483      Branch: perl
28484            ! pod/perlfaq6.pod pod/perlop.pod
28485 ____________________________________________________________________________
28486 [  7026] By: jhi                                   on 2000/09/07  18:44:01
28487         Log: Document the new ref() semantics.
28488              
28489              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28490              From: Gisle Aas <gisle@ActiveState.com>
28491              Date: 05 Sep 2000 08:10:30 +0200
28492              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
28493      Branch: perl
28494            ! pod/perldelta.pod
28495 ____________________________________________________________________________
28496 [  7025] By: jhi                                   on 2000/09/07  18:42:27
28497         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
28498              
28499              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28500              From: Gisle Aas <gisle@ActiveState.com>
28501              Date: 05 Sep 2000 08:11:40 +0200
28502              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
28503      Branch: perl
28504            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
28505 ____________________________________________________________________________
28506 [  7024] By: jhi                                   on 2000/09/07  18:39:32
28507         Log: Subject: [PATCH] Modernize Opcode.pm documentation
28508              From: Gisle Aas <gisle@ActiveState.com>
28509              Date: 4 Sep 2000 00:18:55 -0000
28510              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
28511      Branch: perl
28512            ! ext/Opcode/Opcode.pm
28513 ____________________________________________________________________________
28514 [  7023] By: jhi                                   on 2000/09/07  18:37:42
28515         Log: Subject: [PATCH] Tied filehandle documentation
28516              From: Gisle Aas <gisle@ActiveState.com>
28517              Date: 4 Sep 2000 00:14:40 -0000
28518              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
28519      Branch: perl
28520            ! pod/perlfunc.pod pod/perltie.pod
28521 ____________________________________________________________________________
28522 [  7022] By: jhi                                   on 2000/09/07  18:35:37
28523         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28524              From: Gisle Aas <gisle@ActiveState.com>
28525              Date: 4 Sep 2000 00:04:22 -0000
28526              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
28527      Branch: perl
28528            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
28529 ____________________________________________________________________________
28530 [  7021] By: jhi                                   on 2000/09/07  18:33:22
28531         Log: Subject: small apidoc fix
28532              From: Marc Lehmann <pcg@goof.com>
28533              Date: Sun, 3 Sep 2000 05:12:06 +0200
28534              Message-ID: <20000903051206.A5909@cerebro.laendle>
28535      Branch: perl
28536            ! pod/perlapi.pod utf8.c
28537 ____________________________________________________________________________
28538 [  7020] By: jhi                                   on 2000/09/07  16:14:57
28539         Log: Tiny perldelta nits.
28540      Branch: perl
28541            ! pod/perldelta.pod
28542 ____________________________________________________________________________
28543 [  7019] By: jhi                                   on 2000/09/07  16:04:20
28544         Log: Guard against bad string->int conversion for quads.
28545      Branch: perl
28546            ! t/op/64bitint.t
28547 ____________________________________________________________________________
28548 [  7018] By: jhi                                   on 2000/09/06  17:07:03
28549         Log: Update Unicode todo list.
28550      Branch: perl
28551            ! Todo-5.6
28552 ____________________________________________________________________________
28553 [  7017] By: jhi                                   on 2000/09/05  21:16:01
28554         Log: Document the SvIOK_.*UV().
28555      Branch: perl
28556            ! pod/perlapi.pod sv.h
28557 ____________________________________________________________________________
28558 [  7016] By: nick                                  on 2000/09/03  21:54:46
28559         Log: Hash lookup of constant strings optimization:
28560              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
28561              to string table (as per sharepvn). Add newSV_pvn_share to create such
28562              a thing. Make hv.c compare addresses of strings and skip string compare
28563              if equal. Make method_named and helem ops use these shared-string SVs
28564              when arg is constant. Make keys op return shared-string SVs (less clearly
28565              a win).
28566      Branch: perl
28567            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
28568            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
28569            ! pod/perlintern.pod pp_hot.c proto.h sv.c
28570 ____________________________________________________________________________
28571 [  7015] By: jhi                                   on 2000/09/02  17:48:59
28572         Log: This is 5.7.0.
28573      Branch: perl
28574            ! Changes
28575 ____________________________________________________________________________
28576 [  7014] By: jhi                                   on 2000/09/02  17:35:45
28577         Log: Changes and patchlevel tweaks.
28578      Branch: perl
28579            ! Changes patchlevel.h
28580 ____________________________________________________________________________
28581 [  7013] By: jhi                                   on 2000/09/02  17:30:50
28582         Log: Update Changes.
28583      Branch: perl
28584            ! Changes patchlevel.h
28585 ____________________________________________________________________________
28586 [  7012] By: nick                                  on 2000/09/02  17:25:20
28587         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
28588      Branch: perl
28589            ! gv.c lib/overload.pm
28590 ____________________________________________________________________________
28591 [  7011] By: jhi                                   on 2000/09/02  17:16:25
28592         Log: Update perlhist.
28593      Branch: perl
28594            ! pod/perlhist.pod
28595 ____________________________________________________________________________
28596 [  7010] By: jhi                                   on 2000/09/02  17:01:35
28597         Log: perldelta nits.
28598      Branch: perl
28599            ! pod/perldelta.pod
28600 ____________________________________________________________________________
28601 [  7009] By: nick                                  on 2000/09/02  16:48:35
28602         Log: If overloaded %{} etc. return the object do not loop.
28603              Thus  sub deref { $_[0] } functions if object is wanted type.
28604      Branch: perl
28605            ! pp.h
28606 ____________________________________________________________________________
28607 [  7008] By: jhi                                   on 2000/09/02  16:26:11
28608         Log: Retab MANIFEST.
28609      Branch: perl
28610            ! ext/Storable/MANIFEST
28611 ____________________________________________________________________________
28612 [  7007] By: jhi                                   on 2000/09/02  16:23:02
28613         Log: Make certain cc is set before trying to run it.
28614      Branch: perl
28615            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
28616 ____________________________________________________________________________
28617 [  7006] By: jhi                                   on 2000/09/02  15:45:41
28618         Log: Unicode notes.
28619      Branch: perl
28620            ! pod/perldelta.pod
28621 ____________________________________________________________________________
28622 [  7005] By: jhi                                   on 2000/09/02  15:42:11
28623         Log: Various Configure nits by Philip Newton,
28624              plus the ebcdic one by me.
28625      Branch: metaconfig
28626            + U/modified/pager.U
28627            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
28628      Branch: metaconfig/U/perl
28629            ! Devel.U quadfio.U
28630      Branch: perl
28631            ! Configure config_h.SH
28632 ____________________________________________________________________________
28633 [  7004] By: jhi                                   on 2000/09/02  15:06:14
28634         Log: Apparently avoiding the swapping is too costly.
28635              
28636              From: "Ben Tilly" <ben_tilly@hotmail.com>
28637              Subject: Re: the door is closed.
28638              Date: Fri, 01 Sep 2000 20:23:16 EDT
28639              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
28640      Branch: perl
28641            ! pod/perlfaq4.pod
28642 ____________________________________________________________________________
28643 [  7003] By: nick                                  on 2000/09/02  12:26:04
28644         Log: Undo part of change 6489 which looks like a bulk edit which
28645              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
28646              The supressing of main:: on return from select() is undesirable.
28647      Branch: perl
28648            ! pp_sys.c
28649 ____________________________________________________________________________
28650 [  7002] By: jhi                                   on 2000/09/01  23:08:54
28651         Log: Update Changes.
28652      Branch: perl
28653            ! Changes patchlevel.h
28654 ____________________________________________________________________________
28655 [  7001] By: jhi                                   on 2000/09/01  23:00:13
28656         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
28657              From: Peter Prymmer <pvhp@forte.com>
28658              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
28659              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
28660              
28661              plus rework the http: spots as suggested by Tom Christiansen,
28662              plus regen perltoc.
28663      Branch: perl
28664            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
28665            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
28666 ____________________________________________________________________________
28667 [  7000] By: jhi                                   on 2000/09/01  22:36:01
28668         Log: Only the first line, thank you very much.
28669      Branch: perl
28670            ! hints/solaris_2.sh
28671 ____________________________________________________________________________
28672 [  6999] By: gsar                                  on 2000/09/01  22:16:40
28673         Log: change#6791 accidentally clobbered change#6710, put it back
28674      Branch: perl
28675            ! win32/win32.c
28676 ____________________________________________________________________________
28677 [  6998] By: jhi                                   on 2000/09/01  22:14:16
28678         Log: Mention the HP-UX LP64 freak failure.
28679      Branch: perl
28680            ! pod/perldelta.pod
28681 ____________________________________________________________________________
28682 [  6997] By: jhi                                   on 2000/09/01  21:48:32
28683         Log: Detypo.
28684      Branch: perl
28685            ! hints/hpux.sh
28686 ____________________________________________________________________________
28687 [  6996] By: jhi                                   on 2000/09/01  21:27:10
28688         Log: Update Changes.
28689      Branch: perl
28690            ! Changes patchlevel.h
28691 ____________________________________________________________________________
28692 [  6995] By: jhi                                   on 2000/09/01  21:14:24
28693         Log: Mi splgn s gnin.g
28694      Branch: perl
28695            ! pp_ctl.c
28696 ____________________________________________________________________________
28697 [  6994] By: jhi                                   on 2000/09/01  21:09:54
28698         Log: Subject: http:// in L<>
28699              From: Nicholas Clark <nick@ccl4.org>
28700              Date: Fri, 1 Sep 2000 22:03:21 +0100
28701              Message-ID: <20000901220321.B72074@plum.flirble.org>
28702      Branch: perl
28703            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
28704 ____________________________________________________________________________
28705 [  6993] By: jhi                                   on 2000/09/01  21:06:54
28706         Log: Update to Storable 1.0, from Raphael Manfredi.
28707      Branch: perl
28708            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
28709            ! ext/Storable/Makefile.PL ext/Storable/README
28710            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28711            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28712            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
28713            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
28714            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
28715            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
28716 ____________________________________________________________________________
28717 [  6992] By: jhi                                   on 2000/09/01  20:43:05
28718         Log: Mention known sfio+linux buglet.
28719      Branch: perl
28720            ! pod/perldelta.pod
28721 ____________________________________________________________________________
28722 [  6991] By: jhi                                   on 2000/09/01  20:40:11
28723         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
28724              From: Peter Prymmer <pvhp@forte.com>
28725              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
28726              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
28727      Branch: perl
28728            ! vms/vms.c
28729 ____________________________________________________________________________
28730 [  6990] By: jhi                                   on 2000/09/01  20:25:26
28731         Log: Retract #6986.
28732      Branch: perl
28733            ! hints/solaris_2.sh
28734 ____________________________________________________________________________
28735 [  6989] By: jhi                                   on 2000/09/01  20:23:00
28736         Log: Mergesort is back.
28737      Branch: perl
28738            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
28739 ____________________________________________________________________________
28740 [  6988] By: jhi                                   on 2000/09/01  19:37:40
28741         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
28742              From: Mike Guy <mjtg@cam.ac.uk>
28743              Date: Fri, 01 Sep 2000 17:43:33 +0100
28744              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
28745      Branch: perl
28746            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
28747            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
28748 ____________________________________________________________________________
28749 [  6987] By: jhi                                   on 2000/09/01  19:17:10
28750         Log: Regen perltoc.
28751      Branch: perl
28752            ! pod/perltoc.pod
28753 ____________________________________________________________________________
28754 [  6986] By: jhi                                   on 2000/09/01  18:51:10
28755         Log: Subject: Re: Solaris x86 has no SPARC libraries!
28756              From: Lupe Christoph <lupe@lupe-christoph.de>
28757              Date: Fri, 1 Sep 2000 20:41:20 +0200
28758              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
28759      Branch: perl
28760            ! hints/solaris_2.sh
28761 ____________________________________________________________________________
28762 [  6985] By: jhi                                   on 2000/09/01  18:28:10
28763         Log: Update Changes.
28764      Branch: perl
28765            ! Changes patchlevel.h
28766 ____________________________________________________________________________
28767 [  6984] By: jhi                                   on 2000/09/01  18:26:53
28768         Log: Feature ordering tweak.
28769      Branch: perl
28770            ! myconfig.SH
28771 ____________________________________________________________________________
28772 [  6983] By: jhi                                   on 2000/09/01  18:19:50
28773         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28774              From: <abigail@foad.org>
28775              Date: Fri, 1 Sep 2000 13:07:32 -0400
28776              Message-ID: <20000901170732.18249.qmail@foad.org>
28777      Branch: perl
28778            ! t/pragma/overload.t
28779 ____________________________________________________________________________
28780 [  6982] By: jhi                                   on 2000/09/01  18:17:54
28781         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
28782              so that case-ignoring systems like DCL can tell them from
28783              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
28784      Branch: metaconfig/U/perl
28785            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
28786      Branch: perl
28787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28788            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
28789            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
28790            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
28791            ! vos/config.def vos/config.h vos/config_h.SH_orig
28792            ! win32/config.bc win32/config.gc win32/config.vc
28793 ____________________________________________________________________________
28794 [  6981] By: nick                                  on 2000/09/01  17:21:57
28795         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
28796              warning when UNTIE exists and instead pass the cound of extra references to
28797              the UNTIE method.
28798      Branch: perl
28799            ! pod/perltie.pod pp_sys.c
28800 ____________________________________________________________________________
28801 [  6980] By: jhi                                   on 2000/09/01  16:54:44
28802         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
28803              From: Peter Prymmer <pvhp@forte.com>
28804              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
28805              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
28806      Branch: perl
28807            ! configure.com
28808 ____________________________________________________________________________
28809 [  6979] By: jhi                                   on 2000/09/01  16:06:20
28810         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
28811              From: Mike Guy <mjtg@cam.ac.uk> 
28812              Date: Fri, 01 Sep 2000 16:49:27 +0100
28813              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
28814      Branch: perl
28815            ! t/base/rs.t
28816 ____________________________________________________________________________
28817 [  6978] By: jhi                                   on 2000/09/01  16:00:42
28818         Log: Update to PodParser 1.18, from Brad Appleton.
28819      Branch: perl
28820            ! lib/Pod/Checker.pm t/pod/find.t
28821 ____________________________________________________________________________
28822 [  6977] By: jhi                                   on 2000/09/01  14:48:58
28823         Log: Subject: Nit in Configure (bleadperl@6961)
28824              From: Lupe Christoph <lupe@lupe-christoph.de>
28825              Date: Fri, 1 Sep 2000 16:34:29 +0200
28826              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
28827      Branch: metaconfig
28828            ! U/compline/ccflags.U
28829      Branch: perl
28830            ! Configure config_h.SH
28831 ____________________________________________________________________________
28832 [  6976] By: jhi                                   on 2000/09/01  14:39:52
28833         Log: Update Changes.
28834      Branch: perl
28835            ! Changes patchlevel.h
28836 ____________________________________________________________________________
28837 [  6975] By: jhi                                   on 2000/09/01  14:37:36
28838         Log: microperl config update.
28839      Branch: perl
28840            ! uconfig.h uconfig.sh
28841 ____________________________________________________________________________
28842 [  6974] By: jhi                                   on 2000/09/01  14:36:53
28843         Log: Document known deficiencies.
28844      Branch: perl
28845            ! pod/perldelta.pod
28846 ____________________________________________________________________________
28847 [  6973] By: jhi                                   on 2000/09/01  14:10:20
28848         Log: Mention warnings fixes and updates.
28849      Branch: perl
28850            ! pod/perldelta.pod
28851 ____________________________________________________________________________
28852 [  6972] By: jhi                                   on 2000/09/01  14:01:52
28853         Log: Drop unused argument.
28854              
28855              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
28856              From: Spider Boardman <spider@web.zk3.dec.com>
28857              Date: Thu, 31 Aug 2000 16:10:15 -0400
28858              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
28859      Branch: perl
28860            ! toke.c
28861 ____________________________________________________________________________
28862 [  6971] By: jhi                                   on 2000/09/01  13:59:24
28863         Log: Add the overload warnings to perldiag.
28864      Branch: perl
28865            ! lib/overload.pm pod/perldiag.pod
28866 ____________________________________________________________________________
28867 [  6970] By: jhi                                   on 2000/09/01  13:55:10
28868         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28869              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28870              Date: Fri, 1 Sep 2000 13:43:15 +0100 
28871              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
28872      Branch: perl
28873            ! lib/overload.pm t/pragma/overload.t
28874 ____________________________________________________________________________
28875 [  6969] By: jhi                                   on 2000/09/01  13:52:27
28876         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28877              From: <abigail@foad.org>
28878              Date: Fri, 1 Sep 2000 05:46:54 -0400
28879              Message-ID: <20000901094654.6476.qmail@foad.org>
28880      Branch: perl
28881            ! lib/overload.pm
28882 ____________________________________________________________________________
28883 [  6968] By: jhi                                   on 2000/09/01  13:50:05
28884         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
28885              From: Daniel Chetlin <daniel@chetlin.com>
28886              Date: Fri, 1 Sep 2000 02:10:55 -0700
28887              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
28888      Branch: perl
28889            ! pod/perlretut.pod
28890 ____________________________________________________________________________
28891 [  6967] By: jhi                                   on 2000/09/01  13:47:54
28892         Log: Part of the solution.
28893              
28894              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
28895              From: Mike Guy <mjtg@cam.ac.uk>
28896              Date: Fri, 01 Sep 2000 14:16:01 +0100
28897              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
28898      Branch: perl
28899            ! gv.c mg.c
28900 ____________________________________________________________________________
28901 [  6966] By: jhi                                   on 2000/09/01  13:46:17
28902         Log: Subject: CPAN.pm beta 1.57_57 for the core
28903              From: andreas.koenig@anima.de (Andreas J. Koenig)
28904              Date: 01 Sep 2000 15:16:31 +0200
28905              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
28906      Branch: perl
28907            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28908 ____________________________________________________________________________
28909 [  6965] By: jhi                                   on 2000/09/01  13:43:18
28910         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
28911              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28912              Date: Fri, 01 Sep 2000 01:47:22 -0500
28913              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
28914      Branch: perl
28915            ! pod/perldelta.pod vms/vms.c
28916 ____________________________________________________________________________
28917 [  6964] By: jhi                                   on 2000/09/01  13:35:35
28918         Log: File::Temp patches from Andreas König,
28919              
28920              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
28921              From: andreas.koenig@anima.de (Andreas J. Koenig)
28922              Date: 01 Sep 2000 10:07:20 +0200
28923              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
28924              
28925              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
28926              From: andreas.koenig@anima.de (Andreas J. Koenig)
28927              Date: 31 Aug 2000 23:26:08 +0200
28928              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
28929      Branch: perl
28930            ! lib/File/Temp.pm t/lib/ftmp-security.t
28931 ____________________________________________________________________________
28932 [  6963] By: jhi                                   on 2000/09/01  02:22:24
28933         Log: Retract the mergesort code, way too incompatible licensing
28934              and copyrights.
28935      Branch: perl
28936            ! pod/perldelta.pod pp_ctl.c
28937 ____________________________________________________________________________
28938 [  6962] By: jhi                                   on 2000/08/31  23:27:32
28939         Log: Update Changes.
28940      Branch: perl
28941            ! Changes patchlevel.h
28942 ____________________________________________________________________________
28943 [  6961] By: jhi                                   on 2000/08/31  23:20:04
28944         Log: Small tweaks all over.
28945      Branch: metaconfig
28946            ! U/compline/d_gconvert.U
28947      Branch: perl
28948            ! AUTHORS Configure config_h.SH pp_ctl.c
28949 ____________________________________________________________________________
28950 [  6960] By: jhi                                   on 2000/08/31  22:39:36
28951         Log: Further rewording.
28952      Branch: perl
28953            ! pp_ctl.c
28954 ____________________________________________________________________________
28955 [  6959] By: jhi                                   on 2000/08/31  21:26:44
28956         Log: More address tweaking.
28957      Branch: perl
28958            ! AUTHORS Changes
28959 ____________________________________________________________________________
28960 [  6958] By: jhi                                   on 2000/08/31  20:47:25
28961         Log: AUTHORS tweaks, from Peter Prymmer.
28962              
28963              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
28964              From: Peter Prymmer <pvhp@forte.com>
28965              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
28966              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
28967      Branch: perl
28968            ! AUTHORS MAINTAIN
28969 ____________________________________________________________________________
28970 [  6957] By: jhi                                   on 2000/08/31  20:34:43
28971         Log: perldelta tweaks.
28972      Branch: perl
28973            ! pod/perldelta.pod
28974 ____________________________________________________________________________
28975 [  6956] By: jhi                                   on 2000/08/31  19:11:06
28976         Log: Regen perltoc.
28977      Branch: perl
28978            ! pod/perltoc.pod
28979 ____________________________________________________________________________
28980 [  6955] By: jhi                                   on 2000/08/31  19:06:30
28981         Log: Clarify the mergesort situation.
28982      Branch: perl
28983            ! pp_ctl.c
28984 ____________________________________________________________________________
28985 [  6954] By: jhi                                   on 2000/08/31  18:24:17
28986         Log: Move the Solaris 7 scan to use64bitall, make the
28987              failure to find 64-bot sparc libc to mention the
28988              possibility of being in an intel, from Lupe and Alan.
28989      Branch: perl
28990            ! hints/solaris_2.sh
28991 ____________________________________________________________________________
28992 [  6953] By: jhi                                   on 2000/08/31  18:09:20
28993         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
28994              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
28995      Branch: metaconfig
28996            ! U/compline/d_gconvert.U U/threads/archname.U
28997      Branch: metaconfig/U/perl
28998            ! perlxv.U
28999      Branch: perl
29000            ! Configure config_h.SH sv.c
29001 ____________________________________________________________________________
29002 [  6952] By: jhi                                   on 2000/08/31  17:42:24
29003         Log: :: not allowed in pathnames, change to .
29004              
29005              Subject: [PATCH perl@6938] cygwin port
29006              From: "Fifer, Eric" <EFifer@sanwaint.com>
29007              Date: Thu, 31 Aug 2000 16:32:59 +0100
29008              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
29009      Branch: metaconfig/U/perl
29010            ! perlxv.U
29011 ____________________________________________________________________________
29012 [  6951] By: jhi                                   on 2000/08/31  17:02:05
29013         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
29014      Branch: perl
29015            ! perl.h
29016 ____________________________________________________________________________
29017 [  6950] By: jhi                                   on 2000/08/31  16:26:08
29018         Log: More author updates.
29019              
29020              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
29021              From: Simon Cozens <simon@cozens.net>
29022              Date: Thu, 31 Aug 2000 17:13:32 +0100
29023              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
29024      Branch: perl
29025            ! AUTHORS
29026 ____________________________________________________________________________
29027 [  6949] By: jhi                                   on 2000/08/31  16:04:49
29028         Log: POSIX doesn't report long double values under -Duselongdouble
29029              when the long doubles are "real" (bigger than doubles).
29030              
29031              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
29032              From: Spider Boardman <spider@peano.zk3.dec.com>
29033              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
29034              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
29035      Branch: perl
29036            ! ext/POSIX/POSIX.xs
29037 ____________________________________________________________________________
29038 [  6948] By: jhi                                   on 2000/08/31  15:25:10
29039         Log: Update Changes.
29040      Branch: perl
29041            ! Changes patchlevel.h
29042 ____________________________________________________________________________
29043 [  6947] By: jhi                                   on 2000/08/31  15:22:29
29044         Log: Document UNTIE in a very minimalistic way.
29045      Branch: perl
29046            ! pod/perlfunc.pod pod/perltie.pod
29047 ____________________________________________________________________________
29048 [  6946] By: jhi                                   on 2000/08/31  15:15:23
29049         Log: Document known failures.
29050      Branch: perl
29051            ! pod/perldelta.pod
29052 ____________________________________________________________________________
29053 [  6945] By: jhi                                   on 2000/08/31  15:07:00
29054         Log: Don't attach -ld to the archname if pointless.
29055      Branch: metaconfig
29056            ! U/threads/archname.U
29057      Branch: perl
29058            ! Configure config_h.SH
29059 ____________________________________________________________________________
29060 [  6944] By: jhi                                   on 2000/08/31  14:37:42
29061         Log: Wrap the test in eval.
29062              
29063              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
29064              From: Tim Jenness <timj@jach.hawaii.edu>
29065              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
29066              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
29067      Branch: perl
29068            ! t/lib/ftmp-security.t
29069 ____________________________________________________________________________
29070 [  6943] By: jhi                                   on 2000/08/31  14:30:57
29071         Log: Make -Dusemorebits find long doubles in Solaris.
29072      Branch: perl
29073            ! hints/solaris_2.sh
29074 ____________________________________________________________________________
29075 [  6942] By: jhi                                   on 2000/08/31  13:48:45
29076         Log: Clarify the third case of ftmp-security warnings.
29077      Branch: perl
29078            ! INSTALL
29079 ____________________________________________________________________________
29080 [  6941] By: jhi                                   on 2000/08/31  13:40:31
29081         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
29082              From: <abigail@foad.org>
29083              Date: Thu, 31 Aug 2000 01:35:05 -0400
29084              Message-ID: <20000831053505.32120.qmail@foad.org>
29085      Branch: perl
29086            ! pod/perldelta.pod
29087 ____________________________________________________________________________
29088 [  6940] By: jhi                                   on 2000/08/31  13:38:48
29089         Log: Issue useful diagnostic on unknown pod commands.
29090              
29091              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
29092              From: <abigail@foad.org>
29093              Date: Thu, 31 Aug 2000 03:41:18 -0400
29094              Message-ID: <20000831074118.24880.qmail@foad.org>
29095      Branch: perl
29096            ! lib/Pod/Man.pm
29097 ____________________________________________________________________________
29098 [  6939] By: jhi                                   on 2000/08/31  13:34:33
29099         Log: Reveal Borland's isnan.
29100              
29101              Subject: build with BC++ tweak
29102              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29103              Date: Thu, 31 Aug 2000 13:09:37 +0400
29104              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
29105      Branch: perl
29106            ! win32/win32.h
29107 ____________________________________________________________________________
29108 [  6938] By: jhi                                   on 2000/08/31  05:01:20
29109         Log: Update Changes.
29110      Branch: perl
29111            ! Changes patchlevel.h
29112 ____________________________________________________________________________
29113 [  6937] By: jhi                                   on 2000/08/31  04:26:23
29114         Log: sscanf() may be the only way to read long doubles from strings.
29115      Branch: metaconfig/U/perl
29116            ! longdblfio.U
29117      Branch: perl
29118            ! Configure config_h.SH perl.h util.c
29119 ____________________________________________________________________________
29120 [  6936] By: jhi                                   on 2000/08/31  04:18:19
29121         Log: The #6929 was too skimpy.
29122      Branch: perl
29123            ! sv.c
29124 ____________________________________________________________________________
29125 [  6935] By: jhi                                   on 2000/08/31  02:47:07
29126         Log: Subject: Re: typos in pods
29127              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29128              Date: Wed, 30 Aug 2000 19:25:34 -0700
29129              Message-ID: <eIcr5gzkg25X092yn@efn.org>
29130      Branch: perl
29131            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
29132 ____________________________________________________________________________
29133 [  6934] By: jhi                                   on 2000/08/31  02:42:55
29134         Log: Missed one Unicode file.
29135      Branch: perl
29136            + lib/unicode/UCDFF301.html
29137 ____________________________________________________________________________
29138 [  6933] By: jhi                                   on 2000/08/30  23:42:27
29139         Log: Update Changes.
29140      Branch: perl
29141            ! Changes patchlevel.h
29142 ____________________________________________________________________________
29143 [  6932] By: jhi                                   on 2000/08/30  23:40:07
29144         Log: Mention UNTIE in perldelta.  Still needs documenting
29145              in perltie et alia.
29146      Branch: perl
29147            ! pod/perldelta.pod
29148 ____________________________________________________________________________
29149 [  6931] By: jhi                                   on 2000/08/30  23:36:02
29150         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
29151              From: <abigail@foad.org>
29152              Date: Wed, 30 Aug 2000 19:28:07 -0400
29153              Message-ID: <20000830232807.305.qmail@foad.org>
29154      Branch: perl
29155            ! pod/perldelta.pod
29156 ____________________________________________________________________________
29157 [  6930] By: jhi                                   on 2000/08/30  23:32:40
29158         Log: Update to Unicode 3.0.1.
29159      Branch: perl
29160            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
29161            + lib/unicode/PropList.txt lib/unicode/README.perl
29162            + lib/unicode/UCD301.html lib/unicode/Unicode.301
29163            - lib/unicode/Props.txt lib/unicode/UCD300.html
29164            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29165            ! (edit 257 files)
29166 ____________________________________________________________________________
29167 [  6929] By: jhi                                   on 2000/08/30  22:38:18
29168         Log: Heap decorruption.
29169              
29170              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
29171              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29172              Date: Wed, 30 Aug 2000 22:39:52 +0100
29173              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
29174      Branch: perl
29175            ! sv.c
29176 ____________________________________________________________________________
29177 [  6928] By: jhi                                   on 2000/08/30  22:29:34
29178         Log: Retract the dummy test, skip the security tests (instead of failing),
29179              explain what the warnings mean.
29180      Branch: perl
29181            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
29182 ____________________________________________________________________________
29183 [  6927] By: jhi                                   on 2000/08/30  22:14:13
29184         Log: Change the internal implementation of sort() to be mergesort
29185              instead of quicksort, from John Linderman <jpl@research.att.com>.
29186              Gives us better worst case, better average case, and stability.
29187              What's there not to like?  (Small fixes for threaded builds
29188              were required).
29189      Branch: perl
29190            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
29191 ____________________________________________________________________________
29192 [  6926] By: jhi                                   on 2000/08/30  20:55:20
29193         Log: A better fix for the Socket building problem from Craig Berry.
29194      Branch: perl
29195            ! vms/vms.c
29196 ____________________________________________________________________________
29197 [  6925] By: jhi                                   on 2000/08/30  20:20:25
29198         Log: Subject: [PATCH] Re: UNTIE method 
29199              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29200              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
29201              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
29202      Branch: perl
29203            ! pp_sys.c t/op/tie.t
29204 ____________________________________________________________________________
29205 [  6924] By: jhi                                   on 2000/08/30  20:17:11
29206         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
29207              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29208              Date: Wed, 30 Aug 2000 15:03:14 -0500
29209              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
29210      Branch: perl
29211            ! vms/vms.c
29212 ____________________________________________________________________________
29213 [  6923] By: jhi                                   on 2000/08/30  20:15:18
29214         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
29215              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29216              Date: Wed, 30 Aug 2000 13:30:36 -0500
29217              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
29218      Branch: perl
29219            ! vms/vms.c
29220 ____________________________________________________________________________
29221 [  6922] By: jhi                                   on 2000/08/30  19:54:43
29222         Log: Better options for rsync.
29223      Branch: perl
29224            ! pod/perlhack.pod
29225 ____________________________________________________________________________
29226 [  6921] By: jhi                                   on 2000/08/30  19:40:16
29227         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
29228              From: Rick Delaney <rick@consumercontact.com>
29229              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
29230              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
29231      Branch: perl
29232            ! pod/perlfunc.pod
29233 ____________________________________________________________________________
29234 [  6920] By: jhi                                   on 2000/08/30  19:36:40
29235         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
29236              From: Peter Prymmer <pvhp@forte.com>
29237              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
29238              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
29239      Branch: perl
29240            ! configure.com
29241 ____________________________________________________________________________
29242 [  6919] By: jhi                                   on 2000/08/30  14:52:02
29243         Log: Update Changes.
29244      Branch: perl
29245            ! Changes patchlevel.h
29246 ____________________________________________________________________________
29247 [  6918] By: jhi                                   on 2000/08/30  14:48:34
29248         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
29249      Branch: perl
29250            ! lib/ExtUtils/typemap
29251 ____________________________________________________________________________
29252 [  6917] By: jhi                                   on 2000/08/30  14:46:34
29253         Log: Subject: typos in pods
29254              From: Nicholas Clark <nick@ccl4.org>
29255              Date: Wed, 30 Aug 2000 01:12:50 +0100
29256              Message-ID: <20000830011249.A61388@plum.flirble.org>
29257      Branch: perl
29258            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
29259            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
29260            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
29261            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
29262 ____________________________________________________________________________
29263 [  6916] By: jhi                                   on 2000/08/30  14:19:09
29264         Log: Document Storable problems on Crays.  (Will have
29265              to document all the other Storable problems, too.)
29266      Branch: perl
29267            ! pod/perldelta.pod
29268 ____________________________________________________________________________
29269 [  6915] By: jhi                                   on 2000/08/30  14:06:02
29270         Log: Subject: [PATCH] fix misc cast warnings
29271              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29272              Date: Tue, 29 Aug 2000 23:16:14 -0700
29273              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
29274      Branch: perl
29275            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
29276            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
29277            ! os2/os2ish.h
29278 ____________________________________________________________________________
29279 [  6914] By: jhi                                   on 2000/08/30  14:03:45
29280         Log: Timestamp mismatch again.  Need to fix this dependence on
29281              config_h.SH timestamp, since it's the contents of config_h.SH
29282              that matter.
29283      Branch: perl
29284            ! uconfig.h uconfig.sh
29285 ____________________________________________________________________________
29286 [  6913] By: jhi                                   on 2000/08/30  13:54:06
29287         Log: Don't say "Perl 5.0 source kit".
29288      Branch: perl
29289            ! perl.c
29290 ____________________________________________________________________________
29291 [  6912] By: jhi                                   on 2000/08/30  13:51:24
29292         Log: Reset archname and archname64 always, forcing them be
29293              recomputed at each Configure run, make Configure and
29294              the hints files agree on the naming of largefiles variables.
29295      Branch: metaconfig
29296            ! U/threads/archname.U
29297      Branch: metaconfig/U/perl
29298            ! use64bits.U
29299      Branch: perl
29300            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
29301            ! hints/linux.sh hints/solaris_2.sh
29302 ____________________________________________________________________________
29303 [  6911] By: jhi                                   on 2000/08/30  13:30:13
29304         Log: Put back the slice accidentally removed by #6907.
29305      Branch: perl
29306            ! hints/solaris_2.sh
29307 ____________________________________________________________________________
29308 [  6910] By: jhi                                   on 2000/08/30  01:24:26
29309         Log: Be consistent: other Net::get* do export theirs.
29310              
29311              Subject: Re: Net::protoent does not export 'getproto'
29312              From: Yasushi Nakajima <sey@jkc.co.jp>
29313              Date: Wed, 30 Aug 2000 09:53:14 +0900
29314              Message-Id: <200008300051.DAA24700@taku.hut.fi>
29315      Branch: perl
29316            ! lib/Net/protoent.pm
29317 ____________________________________________________________________________
29318 [  6909] By: jhi                                   on 2000/08/30  01:17:25
29319         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
29320              From: Gurusamy Sarathy <gsar@ActiveState.com>
29321              Date: Tue, 29 Aug 2000 17:17:07 -0700
29322              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
29323      Branch: perl
29324            ! cop.h
29325 ____________________________________________________________________________
29326 [  6908] By: jhi                                   on 2000/08/30  00:58:05
29327         Log: Update Changes.
29328      Branch: perl
29329            ! Changes patchlevel.h
29330 ____________________________________________________________________________
29331 [  6907] By: jhi                                   on 2000/08/30  00:57:22
29332         Log: Introduce ccname to keep track of what compiler kind of we have.
29333      Branch: metaconfig/U/perl
29334            ! Checkcc.U gccvers.U
29335      Branch: perl
29336            ! Configure config_h.SH hints/solaris_2.sh
29337 ____________________________________________________________________________
29338 [  6906] By: jhi                                   on 2000/08/30  00:25:47
29339         Log: Put back the flags dump as reasoned in
29340              
29341              Subject: Re: [PATCH] Glob dumping
29342              From: Mike Guy <mjtg@cam.ac.uk> 
29343              Date: Tue, 29 Aug 2000 21:41:32 +0100
29344              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
29345      Branch: perl
29346            ! dump.c t/lib/peek.t
29347 ____________________________________________________________________________
29348 [  6905] By: jhi                                   on 2000/08/30  00:16:17
29349         Log: Make the epsilon to be relative, not absolute.
29350              
29351              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
29352              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
29353              Date: Tue, 29 Aug 2000 19:58:56 -0400
29354              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
29355      Branch: perl
29356            ! t/lib/trig.t
29357 ____________________________________________________________________________
29358 [  6904] By: jhi                                   on 2000/08/30  00:13:09
29359         Log: From now on, Gisle is on my list of usual suspects :-)
29360              Retract #6902.
29361      Branch: perl
29362            ! ext/Opcode/Safe.pm
29363 ____________________________________________________________________________
29364 [  6903] By: jhi                                   on 2000/08/29  23:51:20
29365         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
29366              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29367              Date: Tue, 29 Aug 2000 18:43:26 -0500
29368              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
29369      Branch: perl
29370            + vms/vmspipe.com
29371            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
29372            ! vms/vms.c
29373 ____________________________________________________________________________
29374 [  6902] By: jhi                                   on 2000/08/29  23:44:14
29375         Log: Retry what #6882 attempted.
29376              
29377              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
29378              From: Gisle Aas <gisle@ActiveState.com>
29379              Date: 30 Aug 2000 00:33:09 +0200
29380              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
29381      Branch: perl
29382            ! ext/Opcode/Safe.pm
29383 ____________________________________________________________________________
29384 [  6901] By: jhi                                   on 2000/08/29  22:59:32
29385         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
29386              From: Hugo <hv@crypt.compulink.co.uk>
29387              Date: Mon, 12 Jun 2000 19:36:08 +0100
29388              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
29389      Branch: perl
29390            ! sv.c
29391 ____________________________________________________________________________
29392 [  6900] By: jhi                                   on 2000/08/29  22:58:35
29393         Log: Admit that we are leaking scalars.
29394              
29395              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
29396              From: Spider Boardman <spider@leggy.zk3.dec.com>
29397              Date: Tue, 29 Aug 2000 18:48:29 -0400
29398              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
29399      Branch: perl
29400            ! t/pragma/warnings.t
29401 ____________________________________________________________________________
29402 [  6899] By: jhi                                   on 2000/08/29  20:53:13
29403         Log: Update Changes.
29404      Branch: perl
29405            ! Changes patchlevel.h
29406 ____________________________________________________________________________
29407 [  6898] By: jhi                                   on 2000/08/29  20:46:21
29408         Log: Undo namespace pollution of #6878.
29409              
29410              Subject: Re: Net::protoent does not export 'getproto'
29411              From: Mike Guy <mjtg@cam.ac.uk>
29412              Date: Tue, 29 Aug 2000 21:32:37 +0100
29413              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
29414      Branch: perl
29415            ! lib/Net/protoent.pm
29416 ____________________________________________________________________________
29417 [  6897] By: jhi                                   on 2000/08/29  20:44:29
29418         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
29419              From: Peter Prymmer <pvhp@forte.com>
29420              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
29421              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
29422      Branch: perl
29423            ! pod/perlebcdic.pod
29424 ____________________________________________________________________________
29425 [  6896] By: jhi                                   on 2000/08/29  20:40:57
29426         Log: There's no point repeating the 'revision' (5) of perl5.
29427      Branch: metaconfig/U/perl
29428            ! Devel.U patchlevel.U
29429      Branch: perl
29430            ! Configure config_h.SH
29431 ____________________________________________________________________________
29432 [  6895] By: jhi                                   on 2000/08/29  20:16:58
29433         Log: Regen Configure for #6894.
29434      Branch: metaconfig/U/perl
29435            ! perladmin.U
29436      Branch: perl
29437            ! Configure config_h.SH
29438 ____________________________________________________________________________
29439 [  6894] By: jhi                                   on 2000/08/29  19:59:52
29440         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29441              From: "Philip Newton" <Philip.Newton@gmx.net>
29442              Date: Tue, 29 Aug 2000 21:39:14 +0200
29443              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
29444      Branch: perl
29445            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
29446            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
29447            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
29448            ! utils/perlbug.PL
29449 ____________________________________________________________________________
29450 [  6893] By: jhi                                   on 2000/08/29  19:55:30
29451         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29452              From: "Philip Newton" <Philip.Newton@gmx.net>
29453              Date: Tue, 29 Aug 2000 21:39:14 +0200
29454              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
29455      Branch: perl
29456            ! installhtml
29457 ____________________________________________________________________________
29458 [  6892] By: jhi                                   on 2000/08/29  19:53:59
29459         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29460              From: "Philip Newton" <Philip.Newton@gmx.net>
29461              Date: Tue, 29 Aug 2000 21:48:18 +0200
29462              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
29463      Branch: perl
29464            ! lib/File/Temp.pm
29465 ____________________________________________________________________________
29466 [  6891] By: jhi                                   on 2000/08/29  18:30:03
29467         Log: Nail the ID 20000828.023.
29468      Branch: perl
29469            ! ext/Storable/Storable.xs
29470 ____________________________________________________________________________
29471 [  6890] By: jhi                                   on 2000/08/29  16:50:17
29472         Log: Under usethreads the dumped variable is IN_PAD.
29473              
29474              Subject: Re: [PATCH] Glob dumping
29475              From: Gisle Aas <gisle@ActiveState.com>
29476              Date: 29 Aug 2000 18:45:05 +0200
29477              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
29478      Branch: perl
29479            ! t/lib/peek.t
29480 ____________________________________________________________________________
29481 [  6889] By: jhi                                   on 2000/08/29  15:17:37
29482         Log: Update Changes.
29483      Branch: perl
29484            ! Changes patchlevel.h
29485 ____________________________________________________________________________
29486 [  6888] By: jhi                                   on 2000/08/29  14:49:59
29487         Log: Retract #6882, broke the safe tests.
29488      Branch: perl
29489            ! ext/Opcode/Safe.pm
29490 ____________________________________________________________________________
29491 [  6887] By: jhi                                   on 2000/08/29  14:47:06
29492         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29493              From: Gisle Aas <gisle@ActiveState.com> 
29494              Date: 09 Jun 2000 20:00:11 +0200
29495              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
29496      Branch: perl
29497            ! utils/perldoc.PL
29498 ____________________________________________________________________________
29499 [  6886] By: jhi                                   on 2000/08/29  14:42:45
29500         Log: The #6881 removed one dump line.
29501      Branch: perl
29502            ! t/lib/peek.t
29503 ____________________________________________________________________________
29504 [  6885] By: jhi                                   on 2000/08/29  14:30:47
29505         Log: Don't forget to tidy up.
29506      Branch: perl
29507            ! t/lib/ftmp-security.t
29508 ____________________________________________________________________________
29509 [  6884] By: jhi                                   on 2000/08/29  14:25:17
29510         Log: Disabling the one test is a bit tricky.
29511      Branch: perl
29512            ! t/lib/ftmp-security.t
29513 ____________________________________________________________________________
29514 [  6883] By: jhi                                   on 2000/08/29  14:16:25
29515         Log: Disable one of the tests for now.
29516      Branch: perl
29517            ! t/lib/ftmp-security.t
29518 ____________________________________________________________________________
29519 [  6882] By: jhi                                   on 2000/08/29  14:05:50
29520         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
29521              From: gisle@aas.no
29522              Date: 29 Aug 2000 10:35:06 -0000
29523              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
29524      Branch: perl
29525            ! ext/Opcode/Safe.pm
29526 ____________________________________________________________________________
29527 [  6881] By: jhi                                   on 2000/08/29  14:03:51
29528         Log: Subject: [PATCH] Glob dumping
29529              From: Gisle Aas <gisle@ActiveState.com>
29530              Date: 29 Aug 2000 07:59:42 -0000
29531              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
29532      Branch: perl
29533            ! dump.c
29534 ____________________________________________________________________________
29535 [  6880] By: jhi                                   on 2000/08/29  14:02:01
29536         Log: Subject: [PATCH] Warnings in B::Deparse
29537              From: <abigail@foad.org>
29538              Date: Tue, 29 Aug 2000 00:00:01 -0400
29539              Message-ID: <20000829040001.2999.qmail@foad.org>
29540      Branch: perl
29541            ! ext/B/B/Deparse.pm
29542 ____________________________________________________________________________
29543 [  6879] By: jhi                                   on 2000/08/29  13:57:26
29544         Log: Missed a change in #6869.
29545      Branch: perl
29546            ! mg.c
29547 ____________________________________________________________________________
29548 [  6878] By: jhi                                   on 2000/08/29  13:45:04
29549         Log: Subject: Net::protoent does not export 'getproto'
29550              From: Yasushi Nakajima <sey@jkc.co.jp>
29551              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
29552      Branch: perl
29553            ! lib/Net/protoent.pm
29554 ____________________________________________________________________________
29555 [  6877] By: jhi                                   on 2000/08/29  13:39:19
29556         Log: Patches all over for people and the files they (hopefully) care about.
29557      Branch: perl
29558            ! AUTHORS Changes MAINTAIN
29559 ____________________________________________________________________________
29560 [  6876] By: jhi                                   on 2000/08/29  12:53:54
29561         Log: Fix for thinko in #6848.
29562              
29563              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
29564              From: Lupe Christoph <lupe@lupe-christoph.de>
29565              Date: Tue, 29 Aug 2000 09:04:08 +0200
29566              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
29567      Branch: perl
29568            ! ext/Thread/Thread.xs
29569 ____________________________________________________________________________
29570 [  6875] By: jhi                                   on 2000/08/29  12:50:14
29571         Log: Update to Getopt::Long 2.24, from Johan Vromans.
29572      Branch: perl
29573            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
29574 ____________________________________________________________________________
29575 [  6874] By: jhi                                   on 2000/08/29  02:09:53
29576         Log: Use minimal @INC in tests, most of the time just '../lib',
29577              so that we simply can't pick up stuff from other Perls than
29578              the one we are testing.  Pointed out by
29579              
29580              From: Mike Guy <mjtg@cam.ac.uk>
29581              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
29582              Date: Fri, 25 Aug 2000 15:15:59 +0100
29583              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
29584      Branch: perl
29585            ! (edit 185 files)
29586 ____________________________________________________________________________
29587 [  6873] By: jhi                                   on 2000/08/29  01:07:11
29588         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
29589              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29590              Date: Mon, 28 Aug 2000 17:45:52 -0700
29591              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
29592      Branch: perl
29593            ! Makefile.SH hints/os2.sh
29594 ____________________________________________________________________________
29595 [  6872] By: jhi                                   on 2000/08/28  23:33:39
29596         Log: Subject: [PATCH bleedperl@6866] spellings
29597              From: marcel@codewerk.com (Marcel Grunauer)
29598              Date: Tue, 29 Aug 2000 01:19:59 +0200
29599              Message-Id: <200008282319.BAA29862@gandalf.local>
29600      Branch: perl
29601            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
29602            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
29603            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
29604 ____________________________________________________________________________
29605 [  6871] By: jhi                                   on 2000/08/28  23:22:09
29606         Log: Take out the SUIDMAIL thing, that will not be
29607              a problem in 5.7.*.
29608      Branch: perl
29609            ! patchlevel.h
29610 ____________________________________________________________________________
29611 [  6870] By: jhi                                   on 2000/08/28  23:19:30
29612         Log: -S is the silent flag, -s is the strip flag.
29613              
29614              Subject: [PATCH] Re: [PATCH] make no-install          
29615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29616              Date: Mon, 28 Aug 2000 15:12:55 -0700
29617              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
29618      Branch: perl
29619            ! Makefile.SH
29620 ____________________________________________________________________________
29621 [  6869] By: jhi                                   on 2000/08/28  23:12:05
29622         Log: Subject: [PATCH bleedperl@6856] warnings fixes
29623              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29624              Date: Mon, 28 Aug 2000 23:55:06 +0100
29625              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
29626      Branch: perl
29627            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
29628            ! warnings.h warnings.pl
29629 ____________________________________________________________________________
29630 [  6868] By: jhi                                   on 2000/08/28  21:38:22
29631         Log: Potential cruft.
29632      Branch: perl
29633            ! Makefile.SH
29634 ____________________________________________________________________________
29635 [  6867] By: jhi                                   on 2000/08/28  21:35:36
29636         Log: Update Changes.
29637      Branch: perl
29638            ! Changes patchlevel.h
29639 ____________________________________________________________________________
29640 [  6866] By: jhi                                   on 2000/08/28  21:33:49
29641         Log: Subject: hv.h Doc Patch
29642              From: Fisher Mark <fisherm@tce.com>
29643              Date: Mon, 28 Aug 2000 16:24:59 -0500
29644              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
29645      Branch: perl
29646            ! hv.h
29647 ____________________________________________________________________________
29648 [  6865] By: jhi                                   on 2000/08/28  21:02:15
29649         Log: Add -ld to archname on long tr...double platforms.
29650      Branch: metaconfig
29651            ! U/threads/archname.U
29652      Branch: perl
29653            ! Configure config_h.SH
29654 ____________________________________________________________________________
29655 [  6864] By: jhi                                   on 2000/08/28  20:38:59
29656         Log: An attempt to fix the problem reported in
29657              
29658              Subject: Building perl@6856 using gcc/AIX 4.3.3 
29659              From: Daniel Muino <dmuino@afip.gov.ar> 
29660              Date: Mon, 28 Aug 2000 15:50:01 -0300   
29661              Message-ID: <20000828155001.A14403@con2-dgi>
29662              
29663              I can't test this properly since the gcc installation I have
29664              access to seems to be botched (gcc is calling the AIX cpp,
29665              a losing proposition...)
29666      Branch: perl
29667            ! hints/aix.sh
29668 ____________________________________________________________________________
29669 [  6863] By: jhi                                   on 2000/08/28  18:57:52
29670         Log: Fix for ID 20000828.001, long doubles were not formatted
29671              correctly (showed up in $], which stopped installing perl).
29672      Branch: perl
29673            ! sv.c
29674 ____________________________________________________________________________
29675 [  6862] By: jhi                                   on 2000/08/28  18:07:15
29676         Log: Typo in #6858.
29677      Branch: perl
29678            ! lib/Cwd.pm
29679 ____________________________________________________________________________
29680 [  6861] By: jhi                                   on 2000/08/28  17:57:27
29681         Log: opmini.o may be left around if a build is interrupted.
29682      Branch: perl
29683            ! Makefile.SH
29684 ____________________________________________________________________________
29685 [  6860] By: jhi                                   on 2000/08/28  16:52:50
29686         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
29687              From: Daniel Chetlin <daniel@chetlin.com>
29688              Date: Mon, 28 Aug 2000 01:14:18 -0700
29689              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
29690      Branch: perl
29691            ! lib/overload.pm
29692 ____________________________________________________________________________
29693 [  6859] By: jhi                                   on 2000/08/28  16:08:46
29694         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
29695              From: Nicholas Clark <nick@ccl4.org>
29696              Date: Mon, 28 Aug 2000 16:03:27 +0100
29697              Message-Id: <20000828160327.C49785@plum.flirble.org>
29698      Branch: perl
29699            ! ext/ByteLoader/bytecode.h
29700 ____________________________________________________________________________
29701 [  6858] By: jhi                                   on 2000/08/28  16:02:10
29702         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
29703              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
29704              Date: Mon, 28 Aug 2000 13:08:30 +0200
29705              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
29706      Branch: perl
29707            ! lib/Cwd.pm
29708 ____________________________________________________________________________
29709 [  6857] By: jhi                                   on 2000/08/28  15:42:47
29710         Log: display_format used as a class method without arguments was broken,
29711              reported in
29712              
29713              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
29714              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
29715              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
29716              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
29717      Branch: perl
29718            ! lib/Math/Complex.pm t/lib/complex.t
29719 ____________________________________________________________________________
29720 [  6856] By: jhi                                   on 2000/08/27  22:09:48
29721         Log: Update Changes.
29722      Branch: perl
29723            ! Changes patchlevel.h
29724 ____________________________________________________________________________
29725 [  6855] By: jhi                                   on 2000/08/27  21:59:21
29726         Log: Retract #6853 (false alarm).
29727      Branch: perl
29728            ! lib/ExtUtils/xsubpp
29729 ____________________________________________________________________________
29730 [  6854] By: jhi                                   on 2000/08/27  21:37:44
29731         Log: Update Changes.
29732      Branch: perl
29733            ! Changes patchlevel.h
29734 ____________________________________________________________________________
29735 [  6853] By: jhi                                   on 2000/08/27  21:37:16
29736         Log: Subject: [PATCH perl@6850] workaround for xsubpp
29737              From: Hugo <hv@crypt.compulink.co.uk>
29738              Date: Sun, 27 Aug 2000 22:30:25 +0100
29739              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
29740      Branch: perl
29741            ! lib/ExtUtils/xsubpp
29742 ____________________________________________________________________________
29743 [  6852] By: jhi                                   on 2000/08/27  21:33:58
29744         Log: Big-endian 64-bit patch from Raphael Manfredi.
29745      Branch: perl
29746            ! ext/Storable/Storable.xs
29747 ____________________________________________________________________________
29748 [  6851] By: jhi                                   on 2000/08/27  21:22:21
29749         Log: More ruthless editing from Hugo van der Sanden.
29750      Branch: perl
29751            ! pod/perldelta.pod
29752 ____________________________________________________________________________
29753 [  6850] By: jhi                                   on 2000/08/27  16:11:46
29754         Log: Update Changes.
29755      Branch: perl
29756            ! Changes patchlevel.h
29757 ____________________________________________________________________________
29758 [  6849] By: jhi                                   on 2000/08/27  16:11:05
29759         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
29760      Branch: perl
29761            ! configpm pod/perldelta.pod
29762 ____________________________________________________________________________
29763 [  6848] By: jhi                                   on 2000/08/27  15:35:08
29764         Log: Use the actual thread type, not the pointer-to-struct.
29765      Branch: perl
29766            ! ext/Thread/Thread.xs
29767 ____________________________________________________________________________
29768 [  6847] By: jhi                                   on 2000/08/27  15:30:49
29769         Log: Test nit.
29770      Branch: perl
29771            ! t/pragma/warn/pp_sys
29772 ____________________________________________________________________________
29773 [  6846] By: jhi                                   on 2000/08/27  15:19:02
29774         Log: Passing -R in ldflags makes now it to appear in the default
29775              for lddlflags, just like with -L.
29776              
29777              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29778              From: Lupe Christoph <lupe@lupe-christoph.de>
29779              Date: Sun, 27 Aug 2000 10:28:21 +0200
29780              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
29781      Branch: metaconfig/U/perl
29782            ! dlsrc.U
29783      Branch: perl
29784            ! Configure
29785 ____________________________________________________________________________
29786 [  6845] By: jhi                                   on 2000/08/27  15:08:54
29787         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29788              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29789              Date: Sat, 26 Aug 2000 22:23:27 +0100
29790              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
29791      Branch: perl
29792            ! lib/ExtUtils/MM_Unix.pm
29793 ____________________________________________________________________________
29794 [  6844] By: jhi                                   on 2000/08/27  15:02:37
29795         Log: DJGPP update from Laszlo Molnar.
29796              
29797              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
29798              From: ml1050 <ml1050@freemail.hu>
29799              Date: Sat, 26 Aug 2000 23:24:40 +0200
29800              Message-Id: <20000826232440.A439@freemail.hu>
29801      Branch: perl
29802            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
29803            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
29804 ____________________________________________________________________________
29805 [  6843] By: jhi                                   on 2000/08/27  14:53:58
29806         Log: Subject: installman buglet
29807              From: Lupe Christoph <lupe@lupe-christoph.de>
29808              Date: Sun, 27 Aug 2000 14:38:59 +0200
29809              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
29810      Branch: perl
29811            ! installman
29812 ____________________________________________________________________________
29813 [  6842] By: jhi                                   on 2000/08/27  14:52:08
29814         Log: Can't get the test to reliably work thanks to the
29815              inaccurateness of floating point.  "Resolves" bug ids
29816              20000826.003, 20000826.009, 20000826.010,
29817      Branch: perl
29818            ! t/lib/trig.t
29819 ____________________________________________________________________________
29820 [  6841] By: jhi                                   on 2000/08/26  15:53:58
29821         Log: Update Changes.
29822      Branch: perl
29823            ! Changes patchlevel.h
29824 ____________________________________________________________________________
29825 [  6840] By: jhi                                   on 2000/08/26  14:23:03
29826         Log: grep -e isn't portable.
29827              
29828              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
29829              From: chris@broadband.att.com
29830              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
29831              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
29832      Branch: perl
29833            ! hints/solaris_2.sh
29834 ____________________________________________________________________________
29835 [  6839] By: jhi                                   on 2000/08/26  14:12:23
29836         Log: no-install target a la make -n.
29837              
29838              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
29839              From: <abigail@foad.org>
29840              Date: Sat, 26 Aug 2000 03:57:34 -0400
29841              Message-ID: <20000826075735.18912.qmail@foad.org>
29842      Branch: perl
29843            ! Makefile.SH installman installperl
29844 ____________________________________________________________________________
29845 [  6838] By: jhi                                   on 2000/08/26  14:06:33
29846         Log: Retract #6826 as the #6828 should be do the same
29847              in a More Correct Way.
29848      Branch: perl
29849            ! installperl
29850 ____________________________________________________________________________
29851 [  6837] By: jhi                                   on 2000/08/26  05:24:00
29852         Log: More casting.
29853      Branch: perl
29854            ! ext/Storable/Storable.xs
29855 ____________________________________________________________________________
29856 [  6836] By: jhi                                   on 2000/08/26  05:05:46
29857         Log: Nicer in decimal.
29858      Branch: perl
29859            ! ext/Storable/Storable.xs
29860 ____________________________________________________________________________
29861 [  6835] By: jhi                                   on 2000/08/26  05:03:50
29862         Log: There be no UVdf.
29863      Branch: perl
29864            ! ext/Storable/Storable.xs
29865 ____________________________________________________________________________
29866 [  6834] By: jhi                                   on 2000/08/26  05:00:18
29867         Log: Continue IVdfing and UVxfing.
29868      Branch: perl
29869            ! ext/Storable/Storable.xs
29870 ____________________________________________________________________________
29871 [  6833] By: jhi                                   on 2000/08/26  04:53:14
29872         Log: Use IVdf.
29873      Branch: perl
29874            ! ext/Storable/Storable.xs
29875 ____________________________________________________________________________
29876 [  6832] By: jhi                                   on 2000/08/26  04:40:41
29877         Log: Document PTR2XX and INT2PTR.
29878      Branch: perl
29879            ! pod/perlguts.pod
29880 ____________________________________________________________________________
29881 [  6831] By: jhi                                   on 2000/08/26  04:33:18
29882         Log: Use UVxf, PTR2UV, NVff.
29883      Branch: perl
29884            ! ext/Storable/Storable.xs
29885 ____________________________________________________________________________
29886 [  6830] By: jhi                                   on 2000/08/26  04:31:32
29887         Log: Update the test count.
29888      Branch: perl
29889            ! t/lib/trig.t
29890 ____________________________________________________________________________
29891 [  6829] By: jhi                                   on 2000/08/26  03:05:50
29892         Log: Subject: [PATCH] installation not quite silent yet.
29893              From: <abigail@foad.org>
29894              Date: Fri, 25 Aug 2000 20:07:53 -0400
29895              Message-ID: <20000826000753.7822.qmail@foad.org>
29896      Branch: perl
29897            ! installman installperl
29898 ____________________________________________________________________________
29899 [  6828] By: jhi                                   on 2000/08/26  03:05:14
29900         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
29901              From: Spider Boardman <spider@web.zk3.dec.com>
29902              Date: Fri, 25 Aug 2000 19:12:40 -0400
29903              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
29904      Branch: perl
29905            ! gv.c
29906 ____________________________________________________________________________
29907 [  6827] By: jhi                                   on 2000/08/25  23:54:34
29908         Log: Support preserving extremely big/small angles.
29909      Branch: perl
29910            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
29911 ____________________________________________________________________________
29912 [  6826] By: jhi                                   on 2000/08/25  23:01:20
29913         Log: Patch installperl to be long double-aware.
29914              
29915              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
29916              From: Spider Boardman <spider@web.zk3.dec.com>
29917              Date: Fri, 25 Aug 2000 18:15:23 -0400
29918              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
29919      Branch: perl
29920            ! installperl
29921 ____________________________________________________________________________
29922 [  6825] By: jhi                                   on 2000/08/25  22:58:25
29923         Log: Remove duplicately applied patch shards.
29924              
29925              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
29926              From: Spider Boardman <spider@leggy.zk3.dec.com>
29927              Date: Fri, 25 Aug 2000 16:45:03 -0400
29928              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
29929      Branch: perl
29930            ! t/lib/cgi-html.t
29931 ____________________________________________________________________________
29932 [  6824] By: jhi                                   on 2000/08/25  22:57:00
29933         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
29934              From: Daniel Chetlin <daniel@chetlin.com>
29935              Date: Fri, 25 Aug 2000 12:23:16 -0700
29936              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
29937              
29938              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
29939              From: Daniel Chetlin <daniel@chetlin.com>
29940              Date: Fri, 25 Aug 2000 14:47:19 -0700
29941              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
29942      Branch: perl
29943            ! installman
29944 ____________________________________________________________________________
29945 [  6823] By: jhi                                   on 2000/08/25  22:44:17
29946         Log: Timestamp problem?
29947      Branch: perl
29948            ! uconfig.h uconfig.sh
29949 ____________________________________________________________________________
29950 [  6822] By: jhi                                   on 2000/08/25  19:01:06
29951         Log: One forgotten file from #6816.
29952      Branch: perl
29953            ! vos/config.h
29954 ____________________________________________________________________________
29955 [  6821] By: jhi                                   on 2000/08/25  18:56:39
29956         Log: Regen Changes.
29957      Branch: perl
29958            ! Changes patchlevel.h
29959 ____________________________________________________________________________
29960 [  6820] By: jhi                                   on 2000/08/25  18:52:35
29961         Log: Fix Changes ordering.
29962      Branch: perl
29963            ! Changes
29964 ____________________________________________________________________________
29965 [  6819] By: jhi                                   on 2000/08/25  18:50:25
29966         Log: Update Changes.
29967      Branch: perl
29968            ! Changes patchlevel.h
29969 ____________________________________________________________________________
29970 [  6818] By: jhi                                   on 2000/08/25  18:47:45
29971         Log: Tweak the sfio/useperlio logic, hopefully as wished in
29972              
29973              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
29974              From: Nicholas Clark <nick@babyhippo.co.uk>
29975              Date: Fri, 25 Aug 2000 12:01:45 +0100
29976              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
29977      Branch: metaconfig/U/perl
29978            ! d_sfio.U
29979      Branch: perl
29980            ! Configure
29981 ____________________________________________________________________________
29982 [  6817] By: jhi                                   on 2000/08/25  18:32:51
29983         Log: Allow microperl to assume <math.h>, without it the math
29984              functions like floor() are assumed to return int, which makes
29985              for core dumps in machines where integer and floating register
29986              don't mix.
29987      Branch: perl
29988            ! uconfig.h uconfig.sh
29989 ____________________________________________________________________________
29990 [  6816] By: jhi                                   on 2000/08/25  18:27:17
29991         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
29992              the problem reported in
29993              
29994              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
29995              From: danhale@us.ibm.com
29996              Date: Fri, 25 Aug 2000 10:58:06 -0400
29997              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
29998      Branch: metaconfig/U/perl
29999            + d_socks5_init.U
30000      Branch: perl
30001            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
30002            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
30003            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
30004            ! win32/config.gc win32/config.vc
30005 ____________________________________________________________________________
30006 [  6815] By: jhi                                   on 2000/08/25  17:43:31
30007         Log: A solution for the retrieve_fd autosplit warning,
30008              idea suggested by Mike Guy.
30009      Branch: perl
30010            ! ext/Storable/Storable.pm
30011 ____________________________________________________________________________
30012 [  6814] By: jhi                                   on 2000/08/25  17:16:03
30013         Log: Add install-silent target.
30014      Branch: perl
30015            ! Makefile.SH
30016 ____________________________________________________________________________
30017 [  6813] By: jhi                                   on 2000/08/25  17:14:23
30018         Log: Subject: Re: [PATCH] More silencing of installman.
30019              From: <abigail@foad.org>
30020              Date: Thu, 24 Aug 2000 19:27:03 -0400
30021              Message-ID: <20000824232703.7001.qmail@foad.org>
30022              
30023              Subject: Re: [PATCH] More silencing of installman.
30024              From: <abigail@foad.org>
30025              Date: Fri, 25 Aug 2000 03:00:58 -0400
30026              Message-ID: <20000825070058.10697.qmail@foad.org>
30027      Branch: perl
30028            ! installman
30029 ____________________________________________________________________________
30030 [  6812] By: jhi                                   on 2000/08/25  17:11:28
30031         Log: installperl --verbose and --silent.
30032              
30033              Subject: Re: [PATCH] More silencing of installman.
30034              From: <abigail@foad.org>
30035              Message-ID: <20000825064430.9719.qmail@foad.org>
30036              Date: Fri, 25 Aug 2000 02:44:30 -0400
30037      Branch: perl
30038            ! installperl
30039 ____________________________________________________________________________
30040 [  6811] By: jhi                                   on 2000/08/25  17:05:43
30041         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30042              From: "Peter J. Farley III" <pjfarley@banet.net>
30043              Date: Thu, 24 Aug 2000 21:58:03 -0400
30044              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
30045              
30046              (applied slightly modified)
30047      Branch: perl
30048            ! lib/ExtUtils/MM_Unix.pm
30049 ____________________________________________________________________________
30050 [  6810] By: jhi                                   on 2000/08/25  17:01:18
30051         Log: Missing parts of 
30052              
30053              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30054              From: Peter Prymmer <pvhp@forte.com>
30055              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
30056              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
30057      Branch: perl
30058            ! t/lib/cgi-html.t
30059 ____________________________________________________________________________
30060 [  6809] By: jhi                                   on 2000/08/25  16:46:32
30061         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30062              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30063              Date: Thu, 24 Aug 2000 19:13:11 -0500
30064              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
30065      Branch: perl
30066            ! vms/vms.c
30067 ____________________________________________________________________________
30068 [  6808] By: jhi                                   on 2000/08/25  16:39:22
30069         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
30070              From: Peter Prymmer <pvhp@forte.com>
30071              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
30072              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
30073      Branch: perl
30074            ! configure.com
30075 ____________________________________________________________________________
30076 [  6807] By: jhi                                   on 2000/08/25  16:36:37
30077         Log: Better wording for the vec lvalue diagnostic.
30078              
30079              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30080              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30081              Date: Wed, 23 Aug 2000 14:12:16 -0400
30082              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
30083      Branch: perl
30084            ! pod/perldiag.pod
30085 ____________________________________________________________________________
30086 [  6806] By: jhi                                   on 2000/08/24  18:17:22
30087         Log: Subject: [PATCH] More silencing of installman.
30088              From: <abigail@foad.org>
30089              Date: Thu, 24 Aug 2000 14:01:44 -0400
30090              Message-ID: <20000824180144.20062.qmail@foad.org>
30091      Branch: perl
30092            ! installman
30093 ____________________________________________________________________________
30094 [  6805] By: jhi                                   on 2000/08/24  15:00:31
30095         Log: Update Changes.
30096      Branch: perl
30097            ! Changes patchlevel.h
30098 ____________________________________________________________________________
30099 [  6804] By: jhi                                   on 2000/08/24  14:59:07
30100         Log: Regen perltoc.
30101      Branch: perl
30102            ! pod/perltoc.pod
30103 ____________________________________________________________________________
30104 [  6803] By: jhi                                   on 2000/08/24  14:44:39
30105         Log: Show the doc file, not the temp file.
30106      Branch: perl
30107            ! installman
30108 ____________________________________________________________________________
30109 [  6802] By: jhi                                   on 2000/08/24  14:41:53
30110         Log: Continue silencing.
30111      Branch: perl
30112            ! installman
30113 ____________________________________________________________________________
30114 [  6801] By: jhi                                   on 2000/08/24  14:34:40
30115         Log: Actually do something with the silencer option.
30116      Branch: perl
30117            ! installman
30118 ____________________________________________________________________________
30119 [  6800] By: jhi                                   on 2000/08/24  14:26:22
30120         Log: Make installman to recognize the silence flag -S.
30121      Branch: perl
30122            ! installman
30123 ____________________________________________________________________________
30124 [  6799] By: jhi                                   on 2000/08/24  13:49:38
30125         Log: DOS patches and portability/porting notes, from Tim Jenness.
30126      Branch: perl
30127            ! lib/File/Temp.pm
30128 ____________________________________________________________________________
30129 [  6798] By: jhi                                   on 2000/08/24  13:48:27
30130         Log: Create directories in silence.
30131              
30132              Subject: [PATCH] Another silencer for MakeMaker
30133              From: andreas.koenig@anima.de (Andreas J. Koenig)
30134              Date: 24 Aug 2000 14:18:52 +0200
30135              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
30136      Branch: perl
30137            ! lib/ExtUtils/Command.pm
30138 ____________________________________________________________________________
30139 [  6797] By: jhi                                   on 2000/08/24  13:46:42
30140         Log: More liberal parsing of version numbers.
30141              
30142              Subject: Re: CPAN.pm beta for testing available
30143              From: andreas.koenig@anima.de (Andreas J. Koenig)
30144              Date: 24 Aug 2000 13:51:57 +0200
30145              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
30146      Branch: perl
30147            ! lib/CPAN.pm
30148 ____________________________________________________________________________
30149 [  6796] By: jhi                                   on 2000/08/24  13:44:36
30150         Log: Make "make install" by default silent.  A new "install-verbose"
30151              target is verbose.
30152      Branch: perl
30153            ! Makefile.SH
30154 ____________________________________________________________________________
30155 [  6795] By: jhi                                   on 2000/08/24  13:39:14
30156         Log: Add silencer flags to installperl.
30157              
30158              Subject: [PATCH] Making installperl silent.
30159              From: <abigail@foad.org>
30160              Date: Thu, 24 Aug 2000 05:01:45 -0400
30161              Message-ID: <20000824090145.13141.qmail@foad.org>
30162      Branch: perl
30163            ! installperl
30164 ____________________________________________________________________________
30165 [  6794] By: jhi                                   on 2000/08/24  13:35:50
30166         Log: installperl couldn't tell whether it had run tests or not.
30167              
30168              Subject: [PATCH] Re: installperl and t/TEST
30169              From: <abigail@foad.org>
30170              Date: Thu, 24 Aug 2000 04:00:53 -0400
30171              Message-ID: <20000824080053.2494.qmail@foad.org>
30172      Branch: perl
30173            ! Makefile.SH installperl
30174 ____________________________________________________________________________
30175 [  6793] By: jhi                                   on 2000/08/24  13:27:50
30176         Log: Drop the separate perlbc, perlcc -b should be enough.
30177      Branch: perl
30178            - utils/perlbc.PL
30179            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
30180 ____________________________________________________________________________
30181 [  6792] By: jhi                                   on 2000/08/24  04:41:30
30182         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
30183              plus the typo fix from Peter Prymmer.
30184      Branch: perl
30185            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30186            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30187 ____________________________________________________________________________
30188 [  6791] By: jhi                                   on 2000/08/24  02:10:43
30189         Log: Replace #6705 with a minimal doc patch.
30190              
30191              Subject: [PATCH 5.6.0] replace change #6705
30192              From: Jan Dubois <jand@ActiveState.com>
30193              Date: Wed, 23 Aug 2000 18:31:51 -0700
30194              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
30195      Branch: perl
30196            ! lib/Win32.pod win32/win32.c
30197 ____________________________________________________________________________
30198 [  6790] By: jhi                                   on 2000/08/23  17:52:00
30199         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30200              From: Mike Guy <mjtg@cam.ac.uk>
30201              Date: Wed, 23 Aug 2000 18:38:46 +0100
30202              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
30203      Branch: perl
30204            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
30205 ____________________________________________________________________________
30206 [  6789] By: jhi                                   on 2000/08/23  15:34:21
30207         Log: Update Changes.
30208      Branch: perl
30209            ! Changes patchlevel.h
30210 ____________________________________________________________________________
30211 [  6788] By: jhi                                   on 2000/08/23  15:33:40
30212         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30213              From: Wilfredo Sánchez <wsanchez@apple.com>
30214              Date: Tue, 22 Aug 2000 19:31:27 -0700
30215              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
30216      Branch: perl
30217            ! perl.h
30218 ____________________________________________________________________________
30219 [  6787] By: jhi                                   on 2000/08/23  15:29:31
30220         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30221              From: Spider Boardman <spider@leggy.zk3.dec.com>
30222              Date: Wed, 23 Aug 2000 10:33:23 -0400
30223              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
30224      Branch: perl
30225            ! lib/Pod/Html.pm
30226 ____________________________________________________________________________
30227 [  6786] By: jhi                                   on 2000/08/23  15:28:11
30228         Log: Bad makefile.
30229      Branch: perl
30230            ! ext/B/Makefile.PL
30231 ____________________________________________________________________________
30232 [  6785] By: jhi                                   on 2000/08/23  14:37:04
30233         Log: Update Changes.
30234      Branch: perl
30235            ! Changes patchlevel.h
30236 ____________________________________________________________________________
30237 [  6784] By: jhi                                   on 2000/08/23  13:58:41
30238         Log: Portability fix from Hugo van der Sanden.
30239      Branch: perl
30240            ! ext/re/Makefile.PL
30241 ____________________________________________________________________________
30242 [  6783] By: jhi                                   on 2000/08/23  13:53:53
30243         Log: Storable support, v-version fixes.
30244              
30245              Subject: CPAN.pm beta for testing available
30246              From: andreas.koenig@anima.de (Andreas J. Koenig)
30247              Date: 22 Aug 2000 23:31:33 +0200
30248              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
30249      Branch: perl
30250            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30251 ____________________________________________________________________________
30252 [  6782] By: jhi                                   on 2000/08/23  13:51:26
30253         Log: Mac and other portability updates from Chris Nandor.
30254      Branch: perl
30255            ! pod/perlmodinstall.pod
30256 ____________________________________________________________________________
30257 [  6781] By: jhi                                   on 2000/08/23  13:47:33
30258         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
30259              From: Peter Prymmer <pvhp@forte.com>
30260              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
30261              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
30262      Branch: perl
30263            ! ext/Storable/Storable.xs
30264 ____________________________________________________________________________
30265 [  6780] By: jhi                                   on 2000/08/23  13:33:34
30266         Log: VMS MMS (make) wants null action.
30267      Branch: perl
30268            ! ext/B/Makefile.PL
30269 ____________________________________________________________________________
30270 [  6779] By: jhi                                   on 2000/08/22  19:44:47
30271         Log: Forgot portability nit.
30272      Branch: perl
30273            ! t/lib/st-forgive.t
30274 ____________________________________________________________________________
30275 [  6778] By: jhi                                   on 2000/08/22  19:35:25
30276         Log: Be portable.
30277      Branch: perl
30278            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
30279            ! t/lib/st-store.t
30280 ____________________________________________________________________________
30281 [  6777] By: jhi                                   on 2000/08/22  18:50:53
30282         Log: Update Changes.
30283      Branch: perl
30284            ! Changes patchlevel.h
30285 ____________________________________________________________________________
30286 [  6776] By: jhi                                   on 2000/08/22  18:44:46
30287         Log: cSVOPo_*v things index into the current PL_curpad
30288              under ithreads, which is different from the curpad
30289              used by the XSUB.  (In other words, the code as-is
30290              before this patch wouldn't work under ithreads.)
30291              From Sarathy.
30292      Branch: perl
30293            ! ext/B/B.xs
30294 ____________________________________________________________________________
30295 [  6775] By: jhi                                   on 2000/08/22  18:18:37
30296         Log: Make the selection of NVff et al stricter.
30297      Branch: metaconfig/U/perl
30298            ! perlxvf.U
30299      Branch: perl
30300            ! Configure config_h.SH
30301 ____________________________________________________________________________
30302 [  6774] By: jhi                                   on 2000/08/22  17:19:42
30303         Log: perldelta nits.
30304      Branch: perl
30305            ! pod/perldelta.pod
30306 ____________________________________________________________________________
30307 [  6773] By: jhi                                   on 2000/08/22  17:06:26
30308         Log: Long double fixes from Spider Boardman.
30309              
30310              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
30311              From: system PRIVILEGED account <root@peano.zk3.dec.com>
30312              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
30313              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
30314      Branch: perl
30315            ! t/lib/bigfltpm.t t/lib/st-06compat.t
30316 ____________________________________________________________________________
30317 [  6772] By: jhi                                   on 2000/08/22  15:04:53
30318         Log: Update Changes.
30319      Branch: perl
30320            ! Changes patchlevel.h
30321 ____________________________________________________________________________
30322 [  6771] By: jhi                                   on 2000/08/22  15:01:44
30323         Log: perldelta fixes from Hugo van der Sanden.
30324      Branch: perl
30325            ! pod/perldelta.pod
30326 ____________________________________________________________________________
30327 [  6770] By: jhi                                   on 2000/08/22  14:34:49
30328         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
30329              From: Hugo <hv@crypt.compulink.co.uk>
30330              Date: Tue, 22 Aug 2000 11:21:53 +0100
30331              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
30332      Branch: perl
30333            ! regcomp.c
30334 ____________________________________________________________________________
30335 [  6769] By: jhi                                   on 2000/08/22  14:30:02
30336         Log: Add Yitzchak, reformat.
30337      Branch: perl
30338            ! Changes config_h.SH
30339 ____________________________________________________________________________
30340 [  6768] By: jhi                                   on 2000/08/22  14:21:35
30341         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
30342              and Spider Boardman.
30343      Branch: metaconfig
30344            ! U/compline/d_gconvert.U
30345      Branch: perl
30346            ! Configure
30347 ____________________________________________________________________________
30348 [  6767] By: jhi                                   on 2000/08/22  14:11:24
30349         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
30350              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30351              Date: Mon, 21 Aug 2000 19:08:31 -0700
30352              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
30353      Branch: perl
30354            - ext/Storable/patchlevel.h
30355            ! MANIFEST ext/Storable/MANIFEST
30356 ____________________________________________________________________________
30357 [  6766] By: jhi                                   on 2000/08/22  13:49:29
30358         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
30359              From: Peter Prymmer <pvhp@forte.com>
30360              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
30361              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
30362      Branch: perl
30363            ! configure.com ext/Storable/Makefile.PL
30364 ____________________________________________________________________________
30365 [  6765] By: jhi                                   on 2000/08/22  13:44:59
30366         Log: Subject: [PATCH blead] B:: missing dependency
30367              From: Hugo <hv@crypt.compulink.co.uk>
30368              Date: Tue, 22 Aug 2000 06:44:33 +0100
30369              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
30370      Branch: perl
30371            ! ext/B/Makefile.PL
30372 ____________________________________________________________________________
30373 [  6764] By: jhi                                   on 2000/08/22  13:38:12
30374         Log: More bytecompiler.
30375      Branch: perl
30376            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
30377 ____________________________________________________________________________
30378 [  6763] By: jhi                                   on 2000/08/22  13:36:44
30379         Log: Bytecompiler patches from Benjamin Stuhl.
30380      Branch: perl
30381            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
30382            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30383            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
30384            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30385            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
30386            ! perl.c perlapi.h pod/perldelta.pod
30387 ____________________________________________________________________________
30388 [  6762] By: jhi                                   on 2000/08/21  23:43:40
30389         Log: An obsoleted diagnostic.
30390      Branch: perl
30391            ! pod/perldelta.pod
30392 ____________________________________________________________________________
30393 [  6761] By: jhi                                   on 2000/08/21  23:01:45
30394         Log: The #6759 wasn't quite right.
30395      Branch: perl
30396            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30397            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
30398            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30399            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30400            ! t/lib/st-tieditems.t
30401 ____________________________________________________________________________
30402 [  6760] By: jhi                                   on 2000/08/21  22:35:49
30403         Log: Be verydeepclean.
30404      Branch: perl
30405            ! Makefile.SH
30406 ____________________________________________________________________________
30407 [  6759] By: jhi                                   on 2000/08/21  22:25:40
30408         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
30409              From: Peter Prymmer <pvhp@forte.com>
30410              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
30411              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
30412      Branch: perl
30413            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30414            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
30415            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30416            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30417            ! t/lib/st-tieditems.t
30418 ____________________________________________________________________________
30419 [  6758] By: jhi                                   on 2000/08/21  22:22:32
30420         Log: Few more casts, need reported in
30421              
30422              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
30423              From: Mike Stok <mike@stok.co.uk>
30424              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
30425              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
30426              
30427              and
30428              
30429              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
30430              From: abigail@foad.org
30431              Date: 21 Aug 2000 21:31:34 -0000
30432              Message-Id: <20000821213134.30170.qmail@foad.org>
30433      Branch: perl
30434            ! ext/Storable/Storable.xs
30435 ____________________________________________________________________________
30436 [  6757] By: jhi                                   on 2000/08/21  18:37:07
30437         Log: Update Changes.
30438      Branch: perl
30439            ! Changes patchlevel.h
30440 ____________________________________________________________________________
30441 [  6756] By: jhi                                   on 2000/08/21  18:34:02
30442         Log: A pod nit.
30443              
30444              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30445              From: <abigail@foad.org>
30446              Date: Mon, 21 Aug 2000 14:00:16 -0400
30447              Message-ID: <20000821180016.28627.qmail@foad.org>
30448      Branch: perl
30449            ! pod/perlre.pod
30450 ____________________________________________________________________________
30451 [  6755] By: jhi                                   on 2000/08/21  18:30:56
30452         Log: Use PodParser 1.18 new test.
30453      Branch: perl
30454            ! t/pod/special_seqs.t t/pod/special_seqs.xr
30455 ____________________________________________________________________________
30456 [  6754] By: jhi                                   on 2000/08/21  18:28:35
30457         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
30458              patches cannot be applied since #6712 conflicts.
30459      Branch: perl
30460            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
30461 ____________________________________________________________________________
30462 [  6753] By: jhi                                   on 2000/08/21  18:15:11
30463         Log: Weed out some smaller changes.
30464      Branch: perl
30465            ! pod/perldelta.pod
30466 ____________________________________________________________________________
30467 [  6752] By: jhi                                   on 2000/08/21  18:02:30
30468         Log: Also under djgpp the timestamps are funky.
30469      Branch: perl
30470            ! t/op/stat.t
30471 ____________________________________________________________________________
30472 [  6751] By: jhi                                   on 2000/08/21  17:55:56
30473         Log: Tweak the floating point output routine preferences.
30474      Branch: metaconfig
30475            ! U/compline/d_gconvert.U
30476      Branch: perl
30477            ! Configure
30478 ____________________________________________________________________________
30479 [  6750] By: jhi                                   on 2000/08/21  17:51:29
30480         Log: Unicos/mk requires elaborate paranoia.
30481      Branch: perl
30482            ! lib/Math/Complex.pm
30483 ____________________________________________________________________________
30484 [  6749] By: gsar                                  on 2000/08/21  16:53:31
30485         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
30486      Branch: perl
30487            ! lib/Cwd.pm
30488 ____________________________________________________________________________
30489 [  6748] By: gsar                                  on 2000/08/21  16:22:19
30490         Log: free TLS slot properly on Windows
30491      Branch: perl
30492            ! thread.h win32/perllib.c win32/win32thread.h
30493 ____________________________________________________________________________
30494 [  6747] By: jhi                                   on 2000/08/21  16:20:58
30495         Log: Rename the macro argument because some preprocessors
30496              can't tell the difference and expand arguments also inside
30497              double quoted strings.
30498      Branch: perl
30499            ! regcomp.c
30500 ____________________________________________________________________________
30501 [  6746] By: jhi                                   on 2000/08/21  16:09:41
30502         Log: Support long doubles in Storable.
30503              
30504              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
30505              From: Radu Greab <radu@netsoft.ro>
30506              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
30507              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
30508      Branch: perl
30509            ! ext/Storable/Storable.xs
30510 ____________________________________________________________________________
30511 [  6745] By: jhi                                   on 2000/08/21  15:51:40
30512         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
30513              From: "Fifer, Eric" <EFifer@sanwaint.com>
30514              Date: Mon, 21 Aug 2000 15:34:49 +0100
30515              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
30516      Branch: perl
30517            ! t/pragma/warn/9enabled
30518 ____________________________________________________________________________
30519 [  6744] By: jhi                                   on 2000/08/21  15:39:35
30520         Log: Document the endianness of Alpha more precisely.
30521      Branch: perl
30522            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
30523            ! pod/perlport.pod
30524 ____________________________________________________________________________
30525 [  6743] By: jhi                                   on 2000/08/21  14:47:05
30526         Log: perldelta fixes from the p5p crowd.
30527      Branch: perl
30528            ! pod/perldelta.pod pod/perlop.pod
30529 ____________________________________________________________________________
30530 [  6742] By: jhi                                   on 2000/08/21  13:34:51
30531         Log: Update to Pod::LaTeX 0.53.
30532              
30533              Subject: [PATCH] lib/Pod/LaTeX.pm updates
30534              From: Tim Jenness <timj@jach.hawaii.edu>
30535              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
30536              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
30537      Branch: perl
30538            ! lib/Pod/LaTeX.pm
30539 ____________________________________________________________________________
30540 [  6741] By: jhi                                   on 2000/08/21  13:33:01
30541         Log: Subject: [PATCH] os2.c fix for use64bitint
30542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30543              Date: Mon, 21 Aug 2000 01:32:25 -0700
30544              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
30545      Branch: perl
30546            ! os2/os2.c
30547 ____________________________________________________________________________
30548 [  6740] By: jhi                                   on 2000/08/21  13:28:52
30549         Log: Array context keeps slithering in.
30550              
30551              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
30552              From: Daniel Chetlin <daniel@chetlin.com>
30553              Date: Sun, 20 Aug 2000 21:40:25 -0700
30554              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
30555      Branch: perl
30556            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
30557            ! pod/perldebtut.pod
30558 ____________________________________________________________________________
30559 [  6739] By: jhi                                   on 2000/08/21  13:23:55
30560         Log: Big-endian quad fixes for Storable from Radu Greab,
30561              plus few explicit null casts for picky compilers.
30562      Branch: perl
30563            ! ext/Storable/Storable.xs
30564 ____________________________________________________________________________
30565 [  6738] By: gsar                                  on 2000/08/21  05:56:13
30566         Log: small tweaks for change#6705: avoid C++ style comments in C code;
30567              use Perl's malloc API rather than the low level system one
30568      Branch: perl
30569            ! win32/win32.c
30570 ____________________________________________________________________________
30571 [  6737] By: gsar                                  on 2000/08/21  05:35:41
30572         Log: add Storable to list of extensions on Windows
30573      Branch: perl
30574            ! win32/Makefile win32/makefile.mk
30575 ____________________________________________________________________________
30576 [  6736] By: jhi                                   on 2000/08/21  02:57:53
30577         Log: Update Changes.
30578      Branch: perl
30579            ! Changes patchlevel.h
30580 ____________________________________________________________________________
30581 [  6735] By: jhi                                   on 2000/08/21  02:57:20
30582         Log: Draft 0.
30583      Branch: perl
30584            ! pod/perldelta.pod
30585 ____________________________________________________________________________
30586 [  6734] By: jhi                                   on 2000/08/21  02:57:03
30587         Log: Add Storable 0.7.2 from Raphael Manfredi,
30588              plus the patch from
30589              
30590              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
30591              From: Radu Greab <radu@netsoft.ro>
30592              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
30593              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
30594              
30595              plus changes to get Storable to compile with
30596              picky ANSI compilers.
30597      Branch: perl
30598            + ext/Storable/ChangeLog ext/Storable/MANIFEST
30599            + ext/Storable/Makefile.PL ext/Storable/README
30600            + ext/Storable/Storable.pm ext/Storable/Storable.xs
30601            + ext/Storable/patchlevel.h t/lib/st-06compat.t
30602            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
30603            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
30604            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30605            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30606            + t/lib/st-tieditems.t
30607            ! MANIFEST
30608 ____________________________________________________________________________
30609 [  6733] By: jhi                                   on 2000/08/21  02:29:09
30610         Log: The correct cleaning order is an art.
30611      Branch: perl
30612            ! Makefile.SH
30613 ____________________________________________________________________________
30614 [  6732] By: jhi                                   on 2000/08/21  01:23:39
30615         Log: The #6724 is here.
30616      Branch: perl
30617            ! t/lib/ftmp-security.t
30618 ____________________________________________________________________________
30619 [  6731] By: jhi                                   on 2000/08/20  23:17:03
30620         Log: s/this one/the 5.6.0 release/
30621      Branch: perl
30622            ! pod/perl56delta.pod
30623 ____________________________________________________________________________
30624 [  6730] By: jhi                                   on 2000/08/20  23:07:34
30625         Log: Mention perlebcdic and perlposix-bc.
30626      Branch: perl
30627            ! pod/perlport.pod
30628 ____________________________________________________________________________
30629 [  6729] By: jhi                                   on 2000/08/20  21:32:59
30630         Log: Document the number of exponent digits.
30631      Branch: perl
30632            ! pod/perlfunc.pod
30633 ____________________________________________________________________________
30634 [  6728] By: jhi                                   on 2000/08/20  21:16:47
30635         Log: Use File::Spec->tmpdir().
30636              
30637              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
30638              From: Tim Jenness <timj@jach.hawaii.edu>
30639              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
30640              MIME-Version: 1.0
30641              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
30642      Branch: perl
30643            ! utils/perlbug.PL
30644 ____________________________________________________________________________
30645 [  6727] By: jhi                                   on 2000/08/20  20:43:32
30646         Log: Update Changes.
30647      Branch: perl
30648            ! Changes patchlevel.h
30649 ____________________________________________________________________________
30650 [  6726] By: jhi                                   on 2000/08/20  20:41:44
30651         Log: The veryclean target needs to clobber.
30652      Branch: perl
30653            ! Makefile.SH
30654 ____________________________________________________________________________
30655 [  6725] By: jhi                                   on 2000/08/20  20:37:38
30656         Log: Document odd vs even subreleases and -Dusedevel.
30657      Branch: perl
30658            ! INSTALL
30659 ____________________________________________________________________________
30660 [  6724] By: jhi                                   on 2000/08/20  19:58:05
30661         Log: Use temporary directory instead of current directory.
30662              
30663              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
30664              From: Tim Jenness <timj@jach.hawaii.edu>
30665              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
30666              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
30667      Branch: perl
30668            ! t/lib/ftmp-security.t
30669 ____________________________________________________________________________
30670 [  6723] By: jhi                                   on 2000/08/20  19:55:55
30671         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
30672              From: andreas.koenig@anima.de (Andreas J. Koenig)
30673              Date: 20 Aug 2000 15:52:03 +0200
30674              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
30675      Branch: perl
30676            ! lib/ExtUtils/MM_Unix.pm
30677 ____________________________________________________________________________
30678 [  6722] By: jhi                                   on 2000/08/20  19:46:01
30679         Log: Update to CGI 2.72, from Lincoln Stein.
30680      Branch: perl
30681            ! lib/CGI.pm
30682 ____________________________________________________________________________
30683 [  6721] By: jhi                                   on 2000/08/20  19:43:54
30684         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
30685              From: Radu Greab <radu@netsoft.ro>
30686              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
30687              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
30688      Branch: perl
30689            ! ext/GDBM_File/GDBM_File.xs
30690 ____________________________________________________________________________
30691 [  6720] By: jhi                                   on 2000/08/20  19:42:01
30692         Log: pp_open() could pass an uninitialized filename down to do_open9().
30693      Branch: perl
30694            ! pp_sys.c
30695 ____________________________________________________________________________
30696 [  6719] By: jhi                                   on 2000/08/20  14:06:41
30697         Log: UTF8 concat fixes.
30698              
30699              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
30700              From: Hugo <hv@crypt.compulink.co.uk>
30701              Date: Sun, 20 Aug 2000 07:30:46 +0100
30702              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
30703      Branch: perl
30704            ! pp_hot.c t/op/append.t
30705 ____________________________________________________________________________
30706 [  6718] By: jhi                                   on 2000/08/20  02:09:37
30707         Log: Let's try #6717 again.
30708      Branch: perl
30709            ! lib/File/Temp.pm
30710 ____________________________________________________________________________
30711 [  6717] By: jhi                                   on 2000/08/20  01:56:55
30712         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
30713              From: "Craig A. Berry" <craig.berry@metamorgs.com>
30714              Date: Sat, 19 Aug 2000 18:15:39 -0500
30715              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
30716      Branch: perl
30717            ! lib/File/Temp.pm
30718 ____________________________________________________________________________
30719 [  6716] By: jhi                                   on 2000/08/19  15:50:11
30720         Log: Update Changes.
30721      Branch: perl
30722            ! Changes patchlevel.h
30723 ____________________________________________________________________________
30724 [  6715] By: jhi                                   on 2000/08/19  15:39:09
30725         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
30726              From: Jonathan D Johnston <jdjohnston2@juno.com>
30727              Date: Thu, 17 Aug 2000 23:13:01 -0400       
30728              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
30729      Branch: perl
30730            ! pod/perlfunc.pod
30731 ____________________________________________________________________________
30732 [  6714] By: jhi                                   on 2000/08/19  15:34:04
30733         Log: Introduce a 'veryclean' target that is like 'distclean'
30734              but also removes *~ and *.orig.
30735      Branch: perl
30736            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
30737            ! utils/Makefile x2p/Makefile.SH
30738 ____________________________________________________________________________
30739 [  6713] By: jhi                                   on 2000/08/19  14:15:45
30740         Log: Put back the long double avoidance code to POSIX.xs
30741              because VMS seems to need it still.
30742      Branch: perl
30743            ! ext/POSIX/POSIX.xs
30744 ____________________________________________________________________________
30745 [  6712] By: jhi                                   on 2000/08/19  14:10:41
30746         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
30747              From: Peter Prymmer <pvhp@forte.com>
30748              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
30749              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
30750      Branch: perl
30751            ! lib/Pod/Find.pm t/pod/find.t
30752 ____________________________________________________________________________
30753 [  6711] By: jhi                                   on 2000/08/19  14:09:19
30754         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
30755              From: Peter Prymmer <pvhp@forte.com>
30756              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
30757              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
30758              cc: vmsperl@perl.org
30759      Branch: perl
30760            ! t/lib/peek.t
30761 ____________________________________________________________________________
30762 [  6710] By: jhi                                   on 2000/08/19  14:08:01
30763         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
30764              From: Jan Dubois <jand@ActiveState.com>
30765              Date: Fri, 18 Aug 2000 16:31:48 -0700
30766              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
30767      Branch: perl
30768            ! win32/win32.c
30769 ____________________________________________________________________________
30770 [  6709] By: jhi                                   on 2000/08/19  14:06:57
30771         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
30772              
30773              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
30774              From: Spider.Boardman@Orb.Nashua.NH.US
30775              Date: Fri, 18 Aug 2000 18:41:14 -0400
30776              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
30777      Branch: perl
30778            ! regcomp.c
30779 ____________________________________________________________________________
30780 [  6708] By: jhi                                   on 2000/08/18  22:04:49
30781         Log: Update Changes.
30782      Branch: perl
30783            ! Changes patchlevel.h
30784 ____________________________________________________________________________
30785 [  6707] By: jhi                                   on 2000/08/18  21:55:14
30786         Log: Add warnif(), check warnings further up the stack,
30787              all the warnings functions now can take an optional object reference.
30788              
30789              Subject: [PATCH bleedperl@6691] warnings pragma update
30790              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30791              Date: Fri, 18 Aug 2000 22:42:06 +0100
30792              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
30793      Branch: perl
30794            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
30795            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
30796            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
30797 ____________________________________________________________________________
30798 [  6706] By: jhi                                   on 2000/08/18  21:41:45
30799         Log: Typo in pp_complement().
30800              
30801              Subject: [PATCH perl-current] Deparse
30802              From: Peter Scott <Peter@PSDT.com>
30803              Date: Fri, 18 Aug 2000 12:44:37 -0700
30804              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
30805      Branch: perl
30806            ! ext/B/B/Deparse.pm
30807 ____________________________________________________________________________
30808 [  6705] By: jhi                                   on 2000/08/18  21:25:59
30809         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
30810              From: Jan Dubois <jand@ActiveState.com>
30811              Date: Fri, 18 Aug 2000 14:22:51 -0700
30812              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
30813      Branch: perl
30814            ! lib/Win32.pod win32/win32.c
30815 ____________________________________________________________________________
30816 [  6704] By: jhi                                   on 2000/08/18  21:16:14
30817         Log: Don't eat leading os from index entries.
30818              
30819              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
30820              From: Russ Allbery <rra@stanford.edu>
30821              Date: 10 Aug 2000 20:49:25 -0700
30822              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
30823      Branch: perl
30824            ! lib/Pod/Man.pm
30825 ____________________________________________________________________________
30826 [  6703] By: jhi                                   on 2000/08/18  21:07:06
30827         Log: Add [[:blank:]] as suggested in
30828              
30829              Subject: [ID 20000716.024] [=cc=] / [:blank:]
30830              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
30831              Date: Sun, 16 Jul 2000 17:55:29 -0700
30832              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
30833              
30834              (the [=cc=] has already been taken care of by #6439
30835              so the whole bug report can be closed)
30836              
30837              and make [[:space:]] to be equivalent to isspace(3)
30838              (as opposed to \s, which is isSPACE()).  The difference
30839              is that now [[:space:]] matches the mythical vertical tab,
30840              while \s doesn't.
30841      Branch: perl
30842            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
30843            ! regexec.c t/op/pat.t
30844 ____________________________________________________________________________
30845 [  6702] By: jhi                                   on 2000/08/18  18:47:47
30846         Log: The new tests were missing from #6415.
30847      Branch: perl
30848            ! t/op/bop.t
30849 ____________________________________________________________________________
30850 [  6701] By: jhi                                   on 2000/08/18  18:20:40
30851         Log: Document the NDBM_File and ODBM_File as SDBM_File
30852              was documented in #6417.
30853      Branch: perl
30854            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
30855            ! ext/SDBM_File/SDBM_File.pm
30856 ____________________________________________________________________________
30857 [  6700] By: jhi                                   on 2000/08/18  18:10:39
30858         Log: Subject: [PATCH perl@6698] cygwin port
30859              From: "Fifer, Eric" <EFifer@sanwaint.com>
30860              Date: Fri, 18 Aug 2000 17:30:05 +0100
30861              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
30862      Branch: perl
30863            ! lib/File/Temp.pm
30864 ____________________________________________________________________________
30865 [  6699] By: jhi                                   on 2000/08/18  16:21:49
30866         Log: Document code point which makes if (defined %stash::) to work
30867              (noted by Spider Boardman).
30868      Branch: perl
30869            ! op.c
30870 ____________________________________________________________________________
30871 [  6698] By: jhi                                   on 2000/08/18  13:43:27
30872         Log: Update Changes.
30873      Branch: perl
30874            ! Changes patchlevel.h
30875 ____________________________________________________________________________
30876 [  6697] By: jhi                                   on 2000/08/18  13:35:57
30877         Log: Tiny Getopt::Long patch from Johan Vromans.
30878      Branch: perl
30879            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
30880 ____________________________________________________________________________
30881 [  6696] By: jhi                                   on 2000/08/18  13:26:14
30882         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
30883              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
30884              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
30885              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
30886      Branch: perl
30887            ! pod/perldiag.pod pod/perlsyn.pod
30888 ____________________________________________________________________________
30889 [  6695] By: jhi                                   on 2000/08/18  13:13:26
30890         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
30891              From: Daniel Chetlin <daniel@chetlin.com>
30892              Date: Fri, 18 Aug 2000 03:13:36 -0700
30893              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
30894      Branch: perl
30895            ! pod/perlfunc.pod
30896 ____________________________________________________________________________
30897 [  6694] By: jhi                                   on 2000/08/18  13:08:05
30898         Log: Subject: [PATCH] perltrap.pod spring cleaning
30899              From: Daniel Chetlin <daniel@chetlin.com>
30900              Date: Fri, 18 Aug 2000 03:06:54 -0700
30901              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
30902              
30903              plus Mike Guy's nitfix.
30904      Branch: perl
30905            ! pod/perltrap.pod
30906 ____________________________________________________________________________
30907 [  6693] By: jhi                                   on 2000/08/18  13:00:26
30908         Log: Unbuffer the output.
30909              
30910              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
30911              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30912              Date: Thu, 17 Aug 2000 18:39:29 -0700
30913              Message-ID: <RPJn5gzkgydf092yn@efn.org>
30914      Branch: perl
30915            ! t/op/fork.t
30916 ____________________________________________________________________________
30917 [  6692] By: jhi                                   on 2000/08/18  05:19:17
30918         Log: Delete the image, too, not just its MANIFEStation.
30919      Branch: perl
30920            - lib/CGI/eg/wilogo.gif
30921 ____________________________________________________________________________
30922 [  6691] By: jhi                                   on 2000/08/18  05:10:26
30923         Log: Propagate new Configure vars.
30924      Branch: perl
30925            ! configure.com epoc/config.sh uconfig.h uconfig.sh
30926            ! vos/config.def vos/config.h vos/config_h.SH_orig
30927            ! win32/config.bc win32/config.gc win32/config.vc
30928            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30929 ____________________________________________________________________________
30930 [  6690] By: jhi                                   on 2000/08/18  04:30:56
30931         Log: Update Changes.
30932      Branch: perl
30933            ! Changes patchlevel.h
30934 ____________________________________________________________________________
30935 [  6689] By: jhi                                   on 2000/08/18  04:12:30
30936         Log: Fix the lib/complex failure of
30937              
30938              From: abigail@foad.org
30939              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30940              Date: 15 Aug 2000 04:06:38 -0000
30941              Message-Id: <20000815040638.8524.qmail@foad.org> 
30942              
30943              Linux long double accuracy issue: something that
30944              when printed with %g looks like "2" but int() of it is 1.
30945      Branch: perl
30946            ! lib/Math/Complex.pm
30947 ____________________________________________________________________________
30948 [  6688] By: jhi                                   on 2000/08/18  03:15:35
30949         Log: The byteorder code in #6671 was wrong.
30950      Branch: perl
30951            ! configpm
30952 ____________________________________________________________________________
30953 [  6687] By: jhi                                   on 2000/08/18  02:08:42
30954         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
30955              From: Jan Dubois <jand@ActiveState.com>
30956              Date: Thu, 17 Aug 2000 18:31:55 -0700
30957              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
30958      Branch: perl
30959            ! sv.c
30960 ____________________________________________________________________________
30961 [  6686] By: jhi                                   on 2000/08/18  02:04:15
30962         Log: Use NVs in POSIX math, not doubles.
30963              
30964              From: abigail@foad.org
30965              Subject: [ID 20000817.014] POSIX & modfl
30966              Date: 17 Aug 2000 20:49:18 -0000
30967              Message-Id: <20000817204918.23123.qmail@foad.org>
30968      Branch: perl
30969            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
30970 ____________________________________________________________________________
30971 [  6685] By: jhi                                   on 2000/08/18  02:02:12
30972         Log: Introduce NVef, NVff, and NVgf, use the middle one.
30973              (helps for lib/peek + Linux + long doubles)  Reported in
30974              
30975              From: abigail@foad.org
30976              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30977              Date: 15 Aug 2000 04:06:38 -0000
30978              Message-Id: <20000815040638.8524.qmail@foad.org> 
30979              
30980              (note: the lib/complex failure has not yet been addressed)
30981      Branch: metaconfig/U/perl
30982            ! perlxvf.U
30983      Branch: perl
30984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30985            ! config_h.SH dump.c perl.h pod/perlguts.pod
30986 ____________________________________________________________________________
30987 [  6684] By: jhi                                   on 2000/08/17  23:22:19
30988         Log: Add byteorder to the myconfig output.
30989      Branch: perl
30990            ! myconfig.SH
30991 ____________________________________________________________________________
30992 [  6683] By: jhi                                   on 2000/08/17  23:20:19
30993         Log: The image doth not exist, spotted by Johan Vromans.
30994      Branch: perl
30995            ! MANIFEST
30996 ____________________________________________________________________________
30997 [  6682] By: jhi                                   on 2000/08/17  22:38:16
30998         Log: Document what the backtick returns if the command fails.
30999      Branch: perl
31000            ! pod/perlop.pod
31001 ____________________________________________________________________________
31002 [  6681] By: jhi                                   on 2000/08/17  22:33:12
31003         Log: Do not use prototyping here.
31004              
31005              Subject: [ID 20000817.016] [PATCH] Peek.xs
31006              From: abigail@foad.org
31007              Date: 17 Aug 2000 20:55:56 -0000
31008              Message-Id: <20000817205556.24270.qmail@foad.org>
31009      Branch: perl
31010            ! ext/Devel/Peek/Makefile.PL
31011 ____________________________________________________________________________
31012 [  6680] By: jhi                                   on 2000/08/17  19:46:43
31013         Log: Don't propose using modules built for 5.005 if no binary
31014              compatibility with 5.005 is attempted.
31015              
31016              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31017              Subject: Minor nit with 5.7.0 (6655)
31018              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
31019              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
31020      Branch: metaconfig
31021            ! U/installdirs/inc_version_list.U
31022      Branch: perl
31023            ! Configure config_h.SH
31024 ____________________________________________________________________________
31025 [  6679] By: jhi                                   on 2000/08/17  19:16:39
31026         Log: Microperl config update.
31027      Branch: perl
31028            ! uconfig.h uconfig.sh
31029 ____________________________________________________________________________
31030 [  6678] By: jhi                                   on 2000/08/17  19:16:13
31031         Log: The #6648 wasn't protective enough for limited platforms
31032              (like microperl).
31033      Branch: perl
31034            ! dump.c sv.c
31035 ____________________________________________________________________________
31036 [  6677] By: jhi                                   on 2000/08/17  14:46:35
31037         Log: Update Changes.
31038      Branch: perl
31039            ! Changes patchlevel.h
31040 ____________________________________________________________________________
31041 [  6676] By: jhi                                   on 2000/08/17  14:44:02
31042         Log: Add perlebcdic from Peter Prymmer, regen toc.
31043      Branch: perl
31044            + pod/perlebcdic.pod
31045            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31046 ____________________________________________________________________________
31047 [  6675] By: jhi                                   on 2000/08/17  14:41:52
31048         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
31049      Branch: perl
31050            ! pod/perldebtut.pod
31051 ____________________________________________________________________________
31052 [  6674] By: jhi                                   on 2000/08/17  14:29:43
31053         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
31054              
31055              Subject: [ID 20000724.006] -DLEAKTEST problem
31056              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
31057              Date: Tue, 25 Jul 2000 00:36:32 -0500
31058              Message-Id: <20000725003632.A26186@www.llamacom.com>
31059              
31060              Reminder sent
31061              
31062              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
31063              From: Hugo <hv@crypt.compulink.co.uk>
31064              Date: Thu, 17 Aug 2000 15:23:42 +0100
31065              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
31066      Branch: perl
31067            ! util.c
31068 ____________________________________________________________________________
31069 [  6673] By: jhi                                   on 2000/08/17  04:07:10
31070         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
31071              From: John Peacock <JPeacock@UnivPress.com>
31072              Date: Tue, 01 Aug 2000 09:38:12 -0400
31073              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
31074      Branch: perl
31075            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
31076 ____________________________________________________________________________
31077 [  6672] By: jhi                                   on 2000/08/17  03:04:35
31078         Log: Subject: [PATCH] Cwd.pm now uses strict
31079              From: Tim Jenness <timj@jach.hawaii.edu>
31080              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
31081              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
31082      Branch: perl
31083            ! lib/Cwd.pm
31084 ____________________________________________________________________________
31085 [  6671] By: jhi                                   on 2000/08/17  02:16:35
31086         Log: Make $Config{byteorder} more magical so that it is
31087              dynamically computed: nice for 'fat binaries'.
31088              
31089              Subject: [PATCH]: default byteorder
31090              From: Wilfredo Sánchez <wsanchez@apple.com>
31091              Date: Mon, 31 Jul 2000 19:45:31 -0700
31092              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
31093      Branch: perl
31094            ! configpm
31095 ____________________________________________________________________________
31096 [  6670] By: gsar                                  on 2000/08/17  01:22:21
31097         Log: move WNOHANG definition to where other such things are
31098      Branch: perl
31099            ! win32/win32.h
31100 ____________________________________________________________________________
31101 [  6669] By: jhi                                   on 2000/08/17  01:19:17
31102         Log: Update Changes.
31103      Branch: perl
31104            ! Changes patchlevel.h
31105 ____________________________________________________________________________
31106 [  6668] By: jhi                                   on 2000/08/17  01:16:29
31107         Log: Doc nits spotted by Richard Soderberg.
31108      Branch: perl
31109            ! README.posix-bc README.vmesa
31110 ____________________________________________________________________________
31111 [  6667] By: jhi                                   on 2000/08/17  01:12:11
31112         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
31113              From: "Casey R. Tweten" <crt@kiski.net>
31114              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
31115              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
31116      Branch: perl
31117            ! pod/perldebtut.pod
31118 ____________________________________________________________________________
31119 [  6666] By: jhi                                   on 2000/08/17  01:09:31
31120         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
31121              From: "Casey R. Tweten" <crt@kiski.net>
31122              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
31123              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
31124      Branch: perl
31125            ! lib/Shell.pm
31126 ____________________________________________________________________________
31127 [  6665] By: gsar                                  on 2000/08/17  01:03:52
31128         Log: add "ok" targets from change#6632 in makefile.mk
31129      Branch: perl
31130            ! pod/perlport.pod win32/Makefile win32/makefile.mk
31131 ____________________________________________________________________________
31132 [  6664] By: gsar                                  on 2000/08/17  00:56:11
31133         Log: avoid warnings from dense compiler
31134      Branch: perl
31135            ! win32/win32.c
31136 ____________________________________________________________________________
31137 [  6663] By: jhi                                   on 2000/08/17  00:51:49
31138         Log: Tweak the regex compilation errors once more.
31139      Branch: perl
31140            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31141            ! t/op/regmesg.t t/pragma/warn/regcomp
31142 ____________________________________________________________________________
31143 [  6662] By: gsar                                  on 2000/08/17  00:28:19
31144         Log: trailing new %ENV entries weren't being pushed into the real
31145              environment of subprocesses on Windows
31146      Branch: perl
31147            ! t/op/magic.t win32/perlhost.h
31148 ____________________________________________________________________________
31149 [  6661] By: gsar                                  on 2000/08/17  00:19:20
31150         Log: waitpid() now handles externally spawned pids correctly;
31151              fixes for backtick/wait/waitpid failures on Windows 9x
31152              
31153              these changes make the pid returned by process functions on
31154              Windows 9x always positive by clearing the high bit (which
31155              is always set on Win9x); pseudo-process PIDs are likewise
31156              always negative now on Win9x (just as on NT/2000)
31157      Branch: perl
31158            ! pp_sys.c win32/perlhost.h win32/win32.c
31159 ____________________________________________________________________________
31160 [  6660] By: jhi                                   on 2000/08/17  00:04:32
31161         Log: Retract #6645.
31162      Branch: perl
31163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31164            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
31165            ! t/op/sprintf.t
31166 ____________________________________________________________________________
31167 [  6659] By: gsar                                  on 2000/08/16  23:59:28
31168         Log: on windows, the return values from wait() and waitpid() don't
31169              match those of pseudo-pids
31170      Branch: perl
31171            ! pp_sys.c t/op/fork.t util.c win32/win32.c
31172 ____________________________________________________________________________
31173 [  6658] By: gsar                                  on 2000/08/16  23:56:14
31174         Log: pod nit seen in passing
31175      Branch: perl
31176            ! pod/perlfunc.pod
31177 ____________________________________________________________________________
31178 [  6657] By: gsar                                  on 2000/08/16  23:53:42
31179         Log: change#6328 could make close(SOCKET) return false on windows
31180              when it shouldn't
31181      Branch: perl
31182            ! win32/win32sck.c
31183 ____________________________________________________________________________
31184 [  6656] By: gsar                                  on 2000/08/16  23:46:57
31185         Log: check that the number pseudo children doesn't exceed
31186              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
31187              the WaitForMultipleObjects() limit that would cause wait()
31188              to crash)
31189              
31190              wait() and waitpid() could potentially be rewritten to use
31191              more than one thread to do the waiting to eliminate this
31192              limitation
31193      Branch: perl
31194            ! win32/perlhost.h
31195 ____________________________________________________________________________
31196 [  6655] By: jhi                                   on 2000/08/16  14:11:05
31197         Log: Update Changes.
31198      Branch: perl
31199            ! Changes patchlevel.h
31200 ____________________________________________________________________________
31201 [  6654] By: jhi                                   on 2000/08/16  14:10:12
31202         Log: Update to perldebtut 1.9, from Richard Foley.
31203      Branch: perl
31204            ! pod/perldebtut.pod
31205 ____________________________________________________________________________
31206 [  6653] By: jhi                                   on 2000/08/16  14:08:17
31207         Log: Change the regx compilation error markers to use = instead of <
31208              since pod makes using the latter quite messy.  Reported in
31209              ID 20000814.006 by Abigail and in
31210              Subject: Unknown escape E<> ?
31211              From: Lupe Christoph <lupe@lupe-christoph.de>
31212              Date: Fri, 11 Aug 2000 00:30:27 +0200
31213              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
31214      Branch: perl
31215            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31216            ! t/op/regmesg.t t/pragma/warn/regcomp
31217 ____________________________________________________________________________
31218 [  6652] By: jhi                                   on 2000/08/16  13:25:31
31219         Log: Change the perlbug address to perl.org since it's more forgiving.
31220              
31221              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
31222              From: abigail@foad.org
31223              Date: 15 Aug 2000 04:15:40 -0000
31224              Message-Id: <20000815041540.8633.qmail@foad.org>
31225      Branch: perl
31226            ! utils/perlbug.PL
31227 ____________________________________________________________________________
31228 [  6651] By: jhi                                   on 2000/08/16  13:22:35
31229         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
31230              From: Tim Jenness <timj@jach.hawaii.edu>
31231              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
31232              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
31233      Branch: perl
31234            ! lib/Cwd.pm
31235 ____________________________________________________________________________
31236 [  6650] By: jhi                                   on 2000/08/16  13:18:13
31237         Log: Update to CPAN 1.57.
31238              
31239              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
31240              From: andreas.koenig@anima.de (Andreas J. Koenig)
31241              Date: 16 Aug 2000 15:09:46 +0200
31242              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
31243      Branch: perl
31244            ! lib/CPAN.pm
31245 ____________________________________________________________________________
31246 [  6649] By: jhi                                   on 2000/08/16  13:12:31
31247         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
31248              From: "Larry W. Virden" <lvirden@cas.org>
31249              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
31250              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
31251      Branch: perl
31252            ! README.hpux
31253 ____________________________________________________________________________
31254 [  6648] By: jhi                                   on 2000/08/16  13:03:53
31255         Log: The numeric locale was reset to "C" by s?printf and never restored.
31256              
31257              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31258              From: Christian Kirsch <ck@held.mind.de>
31259              Date: Wed, 9 Aug 2000 17:05:17 +0200
31260              Message-Id: <20000809170517.A25389@held>
31261              
31262              No test since adding the failing example to locale.t
31263              does not fail -- probably because the locale settings are so
31264              thoroughly tweaked by that time.  Running the example standalone
31265              does fail, though.  UPDATE: test case added at change #7540.
31266      Branch: perl
31267            ! dump.c perl.h pp.c pp_ctl.c sv.c
31268 ____________________________________________________________________________
31269 [  6647] By: jhi                                   on 2000/08/16  00:07:54
31270         Log: Update Changes and test semi-automatic patchlevel updating.
31271      Branch: perl
31272            ! Changes patchlevel.h
31273 ____________________________________________________________________________
31274 [  6646] By: jhi                                   on 2000/08/15  23:35:07
31275         Log: Fix a dependency problem.
31276              
31277              Subject: [PATCH: 6640] VMS Makefile.SH update
31278              From: Peter Prymmer <pvhp@forte.com>
31279              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
31280              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
31281      Branch: perl
31282            ! vms/descrip_mms.template
31283 ____________________________________________________________________________
31284 [  6645] By: jhi                                   on 2000/08/15  23:33:23
31285         Log: (Retracted by #6660)
31286              
31287              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
31288              From: Dominic Dunlop <domo@computer.org>
31289              Date: Tue, 15 Aug 2000 22:20:52 +0200
31290              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
31291      Branch: metaconfig/U/perl
31292            + d_printfed.U
31293      Branch: perl
31294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31295            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
31296            ! t/op/sprintf.t
31297 ____________________________________________________________________________
31298 [  6644] By: jhi                                   on 2000/08/15  21:17:20
31299         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
31300              From: abigail@foad.org
31301              Date: 15 Aug 2000 20:12:41 -0000
31302              Message-Id: <20000815201241.25556.qmail@foad.org>
31303      Branch: perl
31304            ! INSTALL
31305 ____________________________________________________________________________
31306 [  6643] By: jhi                                   on 2000/08/15  21:15:28
31307         Log: (an already applied patch)
31308      Branch: perl
31309            ! lib/CGI.pm
31310 ____________________________________________________________________________
31311 [  6642] By: gsar                                  on 2000/08/15  19:54:05
31312         Log: magic callbacks all need to have same type signature
31313      Branch: perl
31314            ! embed.pl mg.c proto.h
31315 ____________________________________________________________________________
31316 [  6641] By: jhi                                   on 2000/08/15  17:56:27
31317         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)
31318              From: Mike Guy <mjtg@cam.ac.uk>
31319              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
31320              Date: Tue, 15 Aug 2000 18:26:45 +0100
31321              
31322              Only the peek.t part applied, not the hash quality part.
31323      Branch: perl
31324            ! t/lib/peek.t
31325 ____________________________________________________________________________
31326 [  6640] By: jhi                                   on 2000/08/15  16:37:37
31327         Log: Update Changes.
31328      Branch: perl
31329            ! Changes
31330 ____________________________________________________________________________
31331 [  6639] By: jhi                                   on 2000/08/15  16:34:55
31332         Log: Missed a file from #6638.
31333      Branch: perl
31334            ! lib/File/Temp.pm
31335 ____________________________________________________________________________
31336 [  6638] By: jhi                                   on 2000/08/15  16:33:19
31337         Log: Subject: [PATCH perl@6620] cygwin port
31338              From: "Fifer, Eric" <EFifer@sanwaint.com>
31339              Date: Tue, 15 Aug 2000 17:00:49 +0100
31340              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
31341      Branch: perl
31342            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
31343 ____________________________________________________________________________
31344 [  6637] By: jhi                                   on 2000/08/15  16:29:22
31345         Log: Subject: [PATCH] debugger exit code should reflect user exit code
31346              From: Mike Guy <mjtg@cam.ac.uk>
31347              Date: Tue, 15 Aug 2000 16:55:59 +0100
31348              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
31349      Branch: perl
31350            ! lib/perl5db.pl
31351 ____________________________________________________________________________
31352 [  6636] By: jhi                                   on 2000/08/15  15:30:58
31353         Log: Update Changes.
31354      Branch: perl
31355            ! Changes
31356 ____________________________________________________________________________
31357 [  6635] By: jhi                                   on 2000/08/15  15:27:21
31358         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
31359      Branch: metaconfig
31360            ! U/mkglossary U/mksample
31361      Branch: metaconfig/U/perl
31362            ! Devel.U
31363      Branch: perl
31364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31365 ____________________________________________________________________________
31366 [  6634] By: jhi                                   on 2000/08/15  14:11:55
31367         Log: Don't blow limited stacks, a lower number is enough to
31368              tickle the lookbehind limit.
31369              
31370              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
31371              From: Dominic Dunlop <domo@computer.org>
31372              Date: Tue, 15 Aug 2000 13:51:24 +0200
31373              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
31374      Branch: perl
31375            ! t/op/regmesg.t
31376 ____________________________________________________________________________
31377 [  6633] By: jhi                                   on 2000/08/15  14:01:46
31378         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
31379              From: Mike Guy <mjtg@cam.ac.uk>
31380              Date: Tue, 15 Aug 2000 12:10:50 +0100
31381              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
31382      Branch: perl
31383            ! utils/perldoc.PL
31384 ____________________________________________________________________________
31385 [  6632] By: jhi                                   on 2000/08/15  13:58:48
31386         Log: make ok etc also for win32.
31387              
31388              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
31389              From: Prymmer/Kahn <pvhp@best.com>
31390              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
31391              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
31392      Branch: perl
31393            ! win32/Makefile
31394 ____________________________________________________________________________
31395 [  6631] By: jhi                                   on 2000/08/15  13:45:03
31396         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
31397      Branch: perl
31398            ! lib/Test.pm
31399 ____________________________________________________________________________
31400 [  6630] By: jhi                                   on 2000/08/15  03:25:09
31401         Log: Update Changes.
31402      Branch: perl
31403            ! Changes
31404 ____________________________________________________________________________
31405 [  6629] By: jhi                                   on 2000/08/15  03:23:53
31406         Log: magic_regdatum_set() is void, not int.
31407      Branch: perl
31408            ! embed.pl mg.c proto.h
31409 ____________________________________________________________________________
31410 [  6628] By: jhi                                   on 2000/08/15  03:08:02
31411         Log: Make the user to give up his firstborn, err, to knowingly
31412              verify installing an unstable developer release.  Also bump
31413              the release to 5.7.0, but leave a patch tag in the local
31414              patches saying that this is not yet the real thing.
31415      Branch: metaconfig
31416            ! U/modified/Instruct.U
31417      Branch: metaconfig/U/perl
31418            + Devel.U
31419      Branch: perl
31420            ! Configure patchlevel.h
31421 ____________________________________________________________________________
31422 [  6627] By: jhi                                   on 2000/08/14  22:32:52
31423         Log: README.os2 update.
31424              
31425              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
31426              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31427              Date: Wed, 02 Aug 2000 21:55:09 -0700
31428              Message-ID: <tsPi5gzkgegX092yn@efn.org>
31429      Branch: perl
31430            ! README.os2
31431 ____________________________________________________________________________
31432 [  6626] By: jhi                                   on 2000/08/14  21:00:02
31433         Log: Subject: Re: File::Temp problems on VMS in bleedperl
31434              From: Tim Jenness <timj@jach.hawaii.edu>
31435              cc: vmsperl@perl.org
31436              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
31437              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
31438      Branch: perl
31439            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31440 ____________________________________________________________________________
31441 [  6625] By: jhi                                   on 2000/08/14  20:52:16
31442         Log: Add SUIDMAIL as was done for the CERT alert.
31443      Branch: perl
31444            ! patchlevel.h
31445 ____________________________________________________________________________
31446 [  6624] By: jhi                                   on 2000/08/14  20:48:50
31447         Log: Subject: sfio2000
31448              From: Daniel Muino <dmuino@afip.gov.ar>
31449              Date: Mon, 14 Aug 2000 16:58:11 -0300
31450              Message-ID: <20000814165811.B16368@con2-dgi>
31451      Branch: perl
31452            ! perlsdio.h perlsfio.h
31453 ____________________________________________________________________________
31454 [  6623] By: jhi                                   on 2000/08/14  20:47:36
31455         Log: Subject: warning: storage class after type is obsolescent
31456              From: Daniel Muino <dmuino@afip.gov.ar>
31457              Date: Mon, 14 Aug 2000 16:42:47 -0300
31458              Message-ID: <20000814164247.A16368@con2-dgi>
31459      Branch: perl
31460            ! regcomp.pl regnodes.h
31461 ____________________________________________________________________________
31462 [  6622] By: jhi                                   on 2000/08/14  20:43:05
31463         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
31464              From: abigail@foad.org
31465              Date: 14 Aug 2000 20:00:10 -0000
31466              Message-Id: <20000814200010.27271.qmail@foad.org>
31467      Branch: perl
31468            ! Changes
31469 ____________________________________________________________________________
31470 [  6621] By: jhi                                   on 2000/08/14  15:23:05
31471         Log: Update Changes.
31472      Branch: perl
31473            ! Changes
31474 ____________________________________________________________________________
31475 [  6620] By: jhi                                   on 2000/08/14  15:22:14
31476         Log: Subject: Re: [PATCH] @+, @- readonly
31477              From: Mike Guy <mjtg@cam.ac.uk>
31478              Date: Mon, 14 Aug 2000 15:26:55 +0100
31479              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
31480      Branch: perl
31481            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
31482            ! sv.c t/op/pat.t
31483 ____________________________________________________________________________
31484 [  6619] By: jhi                                   on 2000/08/14  14:12:08
31485         Log: Update Changes.
31486      Branch: perl
31487            ! Changes
31488 ____________________________________________________________________________
31489 [  6618] By: jhi                                   on 2000/08/14  14:09:34
31490         Log: For now remove the mail code.
31491      Branch: perl
31492            ! perl.c
31493 ____________________________________________________________________________
31494 [  6617] By: jhi                                   on 2000/08/14  14:08:28
31495         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
31496      Branch: perl
31497            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
31498            ! pod/perlfaq8.pod pod/perlsec.pod
31499 ____________________________________________________________________________
31500 [  6616] By: jhi                                   on 2000/08/14  14:00:11
31501         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31502              From: Mike Guy <mjtg@cam.ac.uk>
31503              Date: Mon, 14 Aug 2000 08:26:02 +0100
31504              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
31505      Branch: perl
31506            ! lib/perl5db.pl
31507 ____________________________________________________________________________
31508 [  6615] By: jhi                                   on 2000/08/14  13:58:45
31509         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
31510              From: Mike Guy <mjtg@cam.ac.uk>
31511              Date: Mon, 14 Aug 2000 08:04:22 +0100
31512              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
31513      Branch: perl
31514            ! gv.c mg.c t/op/pat.t
31515 ____________________________________________________________________________
31516 [  6614] By: jhi                                   on 2000/08/14  13:56:45
31517         Log: Subject: Test fails / warnings with perl-current #6612
31518              From: Mike Guy <mjtg@cam.ac.uk>
31519              Date: Mon, 14 Aug 2000 07:57:23 +0100
31520              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
31521      Branch: perl
31522            ! t/lib/b.t t/lib/peek.t
31523 ____________________________________________________________________________
31524 [  6613] By: jhi                                   on 2000/08/14  13:45:33
31525         Log: VMS configure.com update continues.
31526      Branch: perl
31527            - vms/configure.com
31528            ! MANIFEST configure.com
31529 ____________________________________________________________________________
31530 [  6612] By: jhi                                   on 2000/08/13  22:13:35
31531         Log: Update Changes.
31532      Branch: perl
31533            ! Changes
31534 ____________________________________________________________________________
31535 [  6611] By: jhi                                   on 2000/08/13  16:21:45
31536         Log: Upgrade to CGI 2.71, from Lincoln Stein.
31537      Branch: perl
31538            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
31539 ____________________________________________________________________________
31540 [  6610] By: jhi                                   on 2000/08/13  15:09:16
31541         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31542              From: Mike Guy <mjtg@cam.ac.uk>
31543              Date: Sun, 13 Aug 2000 13:45:51 +0100
31544              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
31545      Branch: perl
31546            ! t/op/regmesg.t
31547 ____________________________________________________________________________
31548 [  6609] By: jhi                                   on 2000/08/13  14:31:26
31549         Log: Andreas says that 1.56 is fine, so reverting back to it.
31550      Branch: perl
31551            ! lib/CPAN.pm
31552 ____________________________________________________________________________
31553 [  6608] By: jhi                                   on 2000/08/13  05:34:20
31554         Log: Update Changes.
31555      Branch: perl
31556            ! Changes
31557 ____________________________________________________________________________
31558 [  6607] By: jhi                                   on 2000/08/13  05:32:01
31559         Log: Put back the \z changes of #5406 to CPAN.pm.
31560      Branch: perl
31561            ! lib/CPAN.pm
31562 ____________________________________________________________________________
31563 [  6606] By: jhi                                   on 2000/08/13  05:20:16
31564         Log: Fix-n-skip the tests under 5005threads.
31565      Branch: perl
31566            ! t/lib/b.t
31567 ____________________________________________________________________________
31568 [  6605] By: jhi                                   on 2000/08/13  05:07:48
31569         Log: Fix the test for 5005threads.
31570      Branch: perl
31571            ! t/lib/peek.t
31572 ____________________________________________________________________________
31573 [  6604] By: jhi                                   on 2000/08/13  03:35:37
31574         Log: Should have deleted this in #6603.
31575      Branch: perl
31576            - vms/subconfigure.com
31577 ____________________________________________________________________________
31578 [  6603] By: jhi                                   on 2000/08/12  18:29:32
31579         Log: Rewrite of vms/subconfigure.com as configure.com,
31580              from Peter Prymmer and the vmsperl crew.
31581      Branch: perl
31582            + vms/configure.com
31583            ! MANIFEST
31584 ____________________________________________________________________________
31585 [  6602] By: jhi                                   on 2000/08/11  13:00:01
31586         Log: PlainText.pm is dead.
31587      Branch: perl
31588            - lib/Pod/PlainText.pm
31589            ! MANIFEST
31590 ____________________________________________________________________________
31591 [  6601] By: jhi                                   on 2000/08/11  04:06:45
31592         Log: Update Changes.
31593      Branch: perl
31594            ! Changes
31595 ____________________________________________________________________________
31596 [  6600] By: jhi                                   on 2000/08/11  04:06:10
31597         Log: Add a few missing files, update MANIFEST.
31598      Branch: perl
31599            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
31600            + lib/Pod/PlainText.pm t/pod/find.t
31601            ! MANIFEST t/op/regmesg.t
31602 ____________________________________________________________________________
31603 [  6599] By: jhi                                   on 2000/08/11  03:31:10
31604         Log: Add Perl debugging tutorial, regen toc. 
31605              
31606              Subject: perldebtut.pod
31607              From: Richard Foley <Richard.Foley@m.dasa.de>
31608              Date: Wed, 09 Aug 2000 10:17:15 +0200
31609              Message-id: <3991138B.262247B8@m.dasa.de>
31610      Branch: perl
31611            + pod/perldebtut.pod
31612            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31613 ____________________________________________________________________________
31614 [  6598] By: jhi                                   on 2000/08/11  02:48:56
31615         Log: tiny Changes edit
31616      Branch: perl
31617            ! Changes
31618 ____________________________________________________________________________
31619 [  6597] By: jhi                                   on 2000/08/11  02:39:04
31620         Log: Tests for #6589.
31621              
31622              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31623              From: simon@brecon.co.uk (Simon Cozens)
31624              Date: 11 Aug 2000 02:24:52 GMT
31625              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
31626      Branch: perl
31627            ! t/lib/b.t
31628 ____________________________________________________________________________
31629 [  6596] By: jhi                                   on 2000/08/11  01:50:07
31630         Log: Update Changes.
31631      Branch: perl
31632            ! Changes
31633 ____________________________________________________________________________
31634 [  6595] By: jhi                                   on 2000/08/11  01:47:16
31635         Log: nitfix
31636      Branch: perl
31637            ! Changes
31638 ____________________________________________________________________________
31639 [  6594] By: jhi                                   on 2000/08/11  01:36:16
31640         Log: Subject: Getting perlio and threads to compile
31641              From: Lupe Christoph <lupe@lupe-christoph.de>
31642              Date: Wed, 9 Aug 2000 11:35:54 +0200
31643              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
31644              
31645              (the Solaris version changes in Configure skipped)
31646      Branch: perl
31647            ! hints/solaris_2.sh thread.h
31648 ____________________________________________________________________________
31649 [  6593] By: jhi                                   on 2000/08/11  01:30:16
31650         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
31651              From: simon@brecon.co.uk (Simon Cozens)
31652              Date: 1 Aug 2000 06:55:19 GMT
31653              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
31654      Branch: perl
31655            ! lib/utf8.pm
31656 ____________________________________________________________________________
31657 [  6592] By: jhi                                   on 2000/08/11  01:26:39
31658         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
31659              From: Peter Scott <Peter@PeterScott.com>
31660              Date: Thu, 10 Aug 2000 08:23:27 -0700
31661              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
31662      Branch: perl
31663            ! lib/perl5db.pl
31664 ____________________________________________________________________________
31665 [  6591] By: jhi                                   on 2000/08/11  01:22:02
31666         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
31667              From: Hugo <hv@crypt.compulink.co.uk>
31668              Date: Thu, 10 Aug 2000 19:23:04 +0100
31669              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
31670      Branch: perl
31671            ! regexec.c t/op/pat.t
31672 ____________________________________________________________________________
31673 [  6590] By: jhi                                   on 2000/08/11  01:19:19
31674         Log: Preprocessing and postprocessing for File::Find.
31675              
31676              Subject: Patch to Find::File.pm to allow alphabetical results
31677              From: Joe Smith <jsmith@inwap.com>
31678              Date: Wed, 9 Aug 2000 02:44:54 -0700
31679              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
31680      Branch: perl
31681            ! lib/File/Find.pm
31682 ____________________________________________________________________________
31683 [  6589] By: jhi                                   on 2000/08/11  01:12:39
31684         Log: B::Deparse didn't do sub attributes.
31685              
31686              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31687              From: simon@brecon.co.uk (Simon Cozens)
31688              Date: 9 Aug 2000 04:49:20 GMT
31689              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
31690      Branch: perl
31691            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
31692 ____________________________________________________________________________
31693 [  6588] By: jhi                                   on 2000/08/11  01:06:40
31694         Log: Subject: debugger "d" command doesnt check line number
31695              From: Mike Guy <mjtg@cam.ac.uk>
31696              Date: Tue, 08 Aug 2000 21:54:29 +0100
31697              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
31698      Branch: perl
31699            ! lib/perl5db.pl mg.c pod/perldiag.pod
31700 ____________________________________________________________________________
31701 [  6587] By: jhi                                   on 2000/08/11  00:45:03
31702         Log: sleep(1) does not necessarily return 1.
31703              
31704              Subject: [PATCH bleadperl] op/lex_assign.t  
31705              From: Hugo <hv@crypt.compulink.co.uk>
31706              Date: Thu, 03 Aug 2000 14:34:22 +0100        
31707              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
31708      Branch: perl
31709            ! t/op/lex_assign.t
31710 ____________________________________________________________________________
31711 [  6586] By: jhi                                   on 2000/08/11  00:31:50
31712         Log: Document the IO::Select timeout.
31713      Branch: perl
31714            ! ext/IO/lib/IO/Select.pm
31715 ____________________________________________________________________________
31716 [  6585] By: jhi                                   on 2000/08/11  00:13:54
31717         Log: Forgot contributor.
31718      Branch: perl
31719            ! Changes
31720 ____________________________________________________________________________
31721 [  6584] By: jhi                                   on 2000/08/11  00:09:19
31722         Log: detypo
31723      Branch: perl
31724            ! Changes
31725 ____________________________________________________________________________
31726 [  6583] By: jhi                                   on 2000/08/11  00:07:53
31727         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
31728              
31729              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
31730              From: Mike Guy <mjtg@cam.ac.uk> 
31731              Date: Thu, 10 Aug 2000 15:50:54 +0100
31732              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
31733      Branch: perl
31734            ! sv.c t/op/int.t
31735 ____________________________________________________________________________
31736 [  6582] By: jhi                                   on 2000/08/10  23:29:32
31737         Log: Update Changes.
31738      Branch: perl
31739            ! Changes
31740 ____________________________________________________________________________
31741 [  6581] By: jhi                                   on 2000/08/10  23:26:16
31742         Log: Put back the std @INC thing.
31743      Branch: perl
31744            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
31745            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
31746            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
31747            ! t/lib/gol-oo.t
31748 ____________________________________________________________________________
31749 [  6580] By: jhi                                   on 2000/08/10  23:03:34
31750         Log: Update to CGI 2.70, from Lincoln Stein.
31751      Branch: perl
31752            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
31753            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
31754            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
31755            ! t/lib/cgi-request.t
31756 ____________________________________________________________________________
31757 [  6579] By: jhi                                   on 2000/08/10  22:41:50
31758         Log: Update to CPAN 1.56, from Andreas König.
31759      Branch: perl
31760            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31761 ____________________________________________________________________________
31762 [  6578] By: jhi                                   on 2000/08/10  22:38:13
31763         Log: Update to Pod::Parser 1.17, from Brad Appleton.
31764      Branch: perl
31765            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
31766            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
31767            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
31768            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
31769            ! t/pod/include.t t/pod/included.t t/pod/lref.t
31770            ! t/pod/multiline_items.t t/pod/nested_items.t
31771            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
31772            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
31773            ! t/pod/special_seqs.t
31774 ____________________________________________________________________________
31775 [  6577] By: jhi                                   on 2000/08/10  22:35:41
31776         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
31777      Branch: perl
31778            ! AUTHORS MAINTAIN
31779 ____________________________________________________________________________
31780 [  6576] By: jhi                                   on 2000/08/10  22:24:54
31781         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
31782      Branch: perl
31783            + t/lib/gol-oo.t
31784            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
31785            ! t/lib/gol-compat.t t/lib/gol-linkage.t
31786 ____________________________________________________________________________
31787 [  6575] By: jhi                                   on 2000/08/10  22:02:07
31788         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
31789      Branch: perl
31790            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
31791 ____________________________________________________________________________
31792 [  6574] By: jhi                                   on 2000/08/10  21:55:03
31793         Log: Iterating perl6 description.
31794      Branch: perl
31795            ! pod/perlfaq1.pod
31796 ____________________________________________________________________________
31797 [  6573] By: jhi                                   on 2000/08/10  21:48:26
31798         Log: Revert the sv.c part of #6559, a better fix is needed.
31799      Branch: perl
31800            ! sv.c
31801 ____________________________________________________________________________
31802 [  6572] By: jhi                                   on 2000/08/10  20:33:43
31803         Log: It's the 2ndO'ROSSC.
31804      Branch: perl
31805            ! pod/perlfaq1.pod
31806 ____________________________________________________________________________
31807 [  6571] By: jhi                                   on 2000/08/10  15:55:48
31808         Log: detypo
31809      Branch: perl
31810            ! pod/perlfaq1.pod
31811 ____________________________________________________________________________
31812 [  6570] By: jhi                                   on 2000/08/10  14:11:17
31813         Log: An exceptionally sticky typo.
31814      Branch: perl
31815            ! Changes
31816 ____________________________________________________________________________
31817 [  6569] By: jhi                                   on 2000/08/10  14:09:33
31818         Log: detypo (and test Changes updating script)
31819      Branch: perl
31820            ! Changes
31821 ____________________________________________________________________________
31822 [  6568] By: jhi                                   on 2000/08/10  14:07:07
31823         Log: Update Changes.
31824      Branch: perl
31825            ! Changes
31826 ____________________________________________________________________________
31827 [  6567] By: jhi                                   on 2000/08/10  14:06:19
31828         Log: Amend the description of Perl6.
31829              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
31830              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31831              Date: Wed, 9 Aug 2000 22:11:06 -0500
31832              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
31833      Branch: perl
31834            ! pod/perlfaq1.pod
31835 ____________________________________________________________________________
31836 [  6566] By: jhi                                   on 2000/08/10  13:58:57
31837         Log: Subject: Remove dead entry in perldiag
31838              From: Mike Guy <mjtg@cam.ac.uk>
31839              Date: Thu, 10 Aug 2000 14:19:19 +0100
31840              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
31841      Branch: perl
31842            ! pod/perldiag.pod
31843 ____________________________________________________________________________
31844 [  6565] By: jhi                                   on 2000/08/10  13:51:48
31845         Log: Zero entries were skipped, fix from Adrian Goalby
31846              <argoalby@yahoo.co.uk>
31847      Branch: perl
31848            ! lib/unicode/Number.pl lib/unicode/mktables.PL
31849 ____________________________________________________________________________
31850 [  6564] By: jhi                                   on 2000/08/10  13:00:12
31851         Log: Subject: [PATCH 5.6.0] cygwin port
31852              From: "Fifer, Eric" <EFifer@sanwaint.com>
31853              Date: Thu, 10 Aug 2000 13:15:36 +0100
31854              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
31855      Branch: perl
31856            ! README.cygwin hints/cygwin.sh
31857 ____________________________________________________________________________
31858 [  6563] By: jhi                                   on 2000/08/10  12:55:16
31859         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
31860      Branch: perl
31861            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
31862 ____________________________________________________________________________
31863 [  6562] By: gsar                                  on 2000/08/10  08:38:39
31864         Log: warn is a macro, avoid using at a variable to avoid warnings
31865              in some configurations; readdir.t is too conservative in
31866              estimating number of *.t's
31867      Branch: perl
31868            ! t/op/readdir.t util.c
31869 ____________________________________________________________________________
31870 [  6561] By: jhi                                   on 2000/08/09  23:35:42
31871         Log: Update Changes.
31872      Branch: perl
31873            ! Changes
31874 ____________________________________________________________________________
31875 [  6560] By: jhi                                   on 2000/08/09  23:05:47
31876         Log: Subject: Re: enhanced(?) regex error messages
31877              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31878              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
31879              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
31880              
31881              (plus two small patches sent privately)
31882              (this still seems to leave few test failures)
31883      Branch: perl
31884            + t/op/regmesg.t
31885            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
31886            ! t/pragma/warn/regcomp
31887 ____________________________________________________________________________
31888 [  6559] By: jhi                                   on 2000/08/09  20:41:18
31889         Log: (The fix did work but was not right, retracted in #6573)
31890              
31891              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31892              From: Christian Kirsch <ck@held.mind.de>
31893              Date: Wed, 9 Aug 2000 17:05:17 +0200
31894              Message-Id: <20000809170517.A25389@held>
31895      Branch: perl
31896            ! sv.c t/pragma/locale.t
31897 ____________________________________________________________________________
31898 [  6558] By: jhi                                   on 2000/08/08  22:34:08
31899         Log: Tiny updates on the contributors list.
31900      Branch: perl
31901            ! Changes
31902 ____________________________________________________________________________
31903 [  6557] By: jhi                                   on 2000/08/08  19:34:28
31904         Log: Double check that we have a dirhandle.
31905      Branch: perl
31906            ! util.c
31907 ____________________________________________________________________________
31908 [  6556] By: jhi                                   on 2000/08/08  19:01:51
31909         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
31910              May be repopulated with fresh maintained examples.
31911      Branch: perl
31912            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
31913            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
31914            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
31915            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
31916            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
31917            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
31918            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
31919            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
31920            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
31921            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
31922            + lib/CGI/eg/wilogo_gif.uu
31923            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
31924            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
31925            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
31926            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
31927            - eg/cgi/frameset.cgi eg/cgi/index.html
31928            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
31929            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
31930            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
31931            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
31932            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
31933            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
31934            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
31935            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
31936            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
31937            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
31938            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
31939            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
31940            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
31941            - eg/van/vanish eg/who eg/wrapsuid
31942            ! MANIFEST
31943 ____________________________________________________________________________
31944 [  6555] By: jhi                                   on 2000/08/08  18:51:08
31945         Log: Delete chat2 as requested by Randal.
31946              
31947              Subject: Re: perlfaq8 coyness
31948              From: merlyn@stonehenge.com (Randal L. Schwartz) 
31949              Date: 15 May 2000 18:52:42 -0700 
31950              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
31951      Branch: perl
31952            - lib/chat2.pl
31953            ! MANIFEST
31954 ____________________________________________________________________________
31955 [  6554] By: jhi                                   on 2000/08/08  18:31:35
31956         Log: Regen global.sym.
31957      Branch: perl
31958            ! global.sym
31959 ____________________________________________________________________________
31960 [  6553] By: jhi                                   on 2000/08/08  18:28:13
31961         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
31962              (either perlbug or p5p ate the original), plus regen
31963              perlapi and perltoc. 
31964      Branch: perl
31965            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
31966            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
31967            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
31968            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
31969            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
31970            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
31971            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
31972            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
31973            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
31974            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
31975 ____________________________________________________________________________
31976 [  6552] By: jhi                                   on 2000/08/08  18:06:29
31977         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
31978              From: Mike Guy <mjtg@cam.ac.uk>
31979              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
31980              Date: Tue, 08 Aug 2000 15:51:27 +0100
31981      Branch: perl
31982            ! doop.c sv.h t/op/join.t t/pragma/overload.t
31983 ____________________________________________________________________________
31984 [  6551] By: jhi                                   on 2000/08/08  18:01:11
31985         Log: Re-apply #6549.
31986      Branch: perl
31987            ! lib/perl5db.pl
31988 ____________________________________________________________________________
31989 [  6550] By: jhi                                   on 2000/08/08  17:43:08
31990         Log: Accidental retraction of #6549.
31991      Branch: perl
31992            ! lib/perl5db.pl
31993 ____________________________________________________________________________
31994 [  6549] By: jhi                                   on 2000/08/08  17:40:04
31995         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31996              From: Mike Guy <mjtg@cam.ac.uk>
31997              Date: Mon, 07 Aug 2000 21:49:58 +0100
31998              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
31999      Branch: perl
32000            ! lib/perl5db.pl
32001 ____________________________________________________________________________
32002 [  6548] By: jhi                                   on 2000/08/08  17:37:57
32003         Log: Document here-doc better.
32004              
32005              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
32006              From: Mike Guy <mjtg@cam.ac.uk>
32007              Date: Mon, 07 Aug 2000 14:02:09 +0100
32008              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
32009      Branch: perl
32010            ! pod/perldata.pod
32011 ____________________________________________________________________________
32012 [  6547] By: jhi                                   on 2000/08/08  17:33:34
32013         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32014              From: "Randy J. Ray" <rjray@redhat.com>
32015              Date: Mon, 07 Aug 2000 19:12:25 -0700
32016              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
32017      Branch: perl
32018            ! perl.c pod/perlrun.pod
32019 ____________________________________________________________________________
32020 [  6546] By: jhi                                   on 2000/08/08  17:29:26
32021         Log: Subject: Re: enhanced(?) regex error messages 
32022              From: Hugo <hv@crypt.compulink.co.uk>
32023              Date: Tue, 08 Aug 2000 03:25:51 +0100
32024              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
32025              
32026              plus Capitalize the error messages, plus perldiag them.
32027      Branch: perl
32028            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
32029 ____________________________________________________________________________
32030 [  6545] By: jhi                                   on 2000/08/08  13:59:28
32031         Log: Augment #6539 a bit: don't croak if there's magic in the air.
32032              
32033              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
32034              From: Hugo <hv@crypt.compulink.co.uk>
32035              Date: Tue, 08 Aug 2000 03:02:03 +0100
32036              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
32037      Branch: perl
32038            ! pp.c t/op/bless.t
32039 ____________________________________________________________________________
32040 [  6544] By: jhi                                   on 2000/08/07  21:11:52
32041         Log: Make the test -w clean.
32042      Branch: perl
32043            ! t/op/bless.t
32044 ____________________________________________________________________________
32045 [  6543] By: jhi                                   on 2000/08/07  19:49:53
32046         Log: use warnings instead of $^W.
32047      Branch: perl
32048            ! t/op/bless.t
32049 ____________________________________________________________________________
32050 [  6542] By: jhi                                   on 2000/08/07  17:41:41
32051         Log: Disable a portability warning Because We Know What We Are Doing.
32052      Branch: perl
32053            ! t/op/bless.t
32054 ____________________________________________________________________________
32055 [  6541] By: jhi                                   on 2000/08/07  17:29:51
32056         Log: Tiny tidying on report_evil_fh().
32057      Branch: perl
32058            ! util.c
32059 ____________________________________________________________________________
32060 [  6540] By: jhi                                   on 2000/08/07  16:37:38
32061         Log: Make regular expression parse error messages easier to understand.
32062              
32063              Subject: Re: enhanced(?) regex error messages
32064              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32065              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
32066              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
32067      Branch: perl
32068            ! regcomp.c
32069 ____________________________________________________________________________
32070 [  6539] By: jhi                                   on 2000/08/07  16:12:27
32071         Log: Make bless(REF, REF) a fatal error, add bless tests.
32072              
32073              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
32074              From: Hugo <hv@crypt.compulink.co.uk>
32075              Date: Mon, 07 Aug 2000 16:59:38 +0100
32076              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
32077      Branch: perl
32078            + t/op/bless.t
32079            ! MANIFEST pod/perldiag.pod pp.c sv.c
32080 ____________________________________________________________________________
32081 [  6538] By: jhi                                   on 2000/08/07  15:59:43
32082         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
32083              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
32084              Date: Thu, 3 Aug 2000 14:29:21 -0700
32085              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
32086      Branch: perl
32087            ! lib/lib_pm.PL
32088 ____________________________________________________________________________
32089 [  6537] By: jhi                                   on 2000/08/07  15:47:18
32090         Log: Retract #6419 for now since it breaks in AFS and MachTen.
32091      Branch: perl
32092            ! lib/Cwd.pm
32093 ____________________________________________________________________________
32094 [  6536] By: jhi                                   on 2000/08/07  15:05:29
32095         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
32096              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32097              The security hole exists only in suidperls, which isn't
32098              installed or even built by default.
32099      Branch: perl
32100            ! perl.c
32101 ____________________________________________________________________________
32102 [  6535] By: jhi                                   on 2000/08/07  14:45:14
32103         Log: tr memory corruption fix from Simon Cozens.
32104      Branch: perl
32105            ! doop.c
32106 ____________________________________________________________________________
32107 [  6534] By: jhi                                   on 2000/08/06  11:38:16
32108         Log: Document a bit that UDP is not what you might think.
32109              
32110              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32111              From: Lupe Christoph <lupe@lupe-christoph.de>
32112              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
32113              Date: Mon, 24 Jul 2000 08:59:15 +0200
32114      Branch: perl
32115            ! pod/perlipc.pod
32116 ____________________________________________________________________________
32117 [  6533] By: jhi                                   on 2000/08/06  11:35:01
32118         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32119              From: Jeff Pinyan <jeffp@hut.crusoe.net>
32120              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
32121              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
32122      Branch: perl
32123            ! pod/perlfunc.pod
32124 ____________________________________________________________________________
32125 [  6532] By: jhi                                   on 2000/08/06  03:45:41
32126         Log: Have symbols for the IoTYPEs.
32127      Branch: perl
32128            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
32129 ____________________________________________________________________________
32130 [  6531] By: jhi                                   on 2000/08/06  01:33:55
32131         Log: Continue fixing the io warnings.  This also
32132              sort of fixes bug ID 20000802.003: the core dump
32133              is no more.  Whether the current behaviour is correct
32134              (giving a warning: "Not a format reference"), is another matter.
32135      Branch: perl
32136            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
32137            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32138 ____________________________________________________________________________
32139 [  6530] By: jhi                                   on 2000/08/05  21:33:12
32140         Log: Change the Policy policy: now -Dprefix= with an existing
32141              Policy.sh and prefix == siteprefix == vendorprefix, then all
32142              of them follow along the new prefix.
32143              
32144              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32145              From: Andy Dougherty <doughera@lafayette.edu>
32146              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
32147              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
32148      Branch: perl
32149            ! Policy_sh.SH
32150 ____________________________________________________________________________
32151 [  6529] By: jhi                                   on 2000/08/05  18:57:28
32152         Log: Zap lib/Sys directory when cleaning up.
32153      Branch: perl
32154            ! Makefile.SH
32155 ____________________________________________________________________________
32156 [  6528] By: jhi                                   on 2000/08/05  18:40:44
32157         Log: Essential prototype changes were missing from #6527.
32158              Also make report_evil_fh() more bomb-proof.
32159      Branch: perl
32160            ! embed.h util.c
32161 ____________________________________________________________________________
32162 [  6527] By: jhi                                   on 2000/08/05  03:22:05
32163         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32164              From: "Ronald F. Guilmette" <rfg@monkeys.com>
32165              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
32166              Message-Id: <200007242247.PAA52177@monkeys.com>
32167      Branch: perl
32168            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
32169 ____________________________________________________________________________
32170 [  6526] By: jhi                                   on 2000/08/04  21:23:27
32171         Log: gcc versions might have (parentheses) in them.
32172      Branch: metaconfig/U/perl
32173            ! gccvers.U
32174      Branch: perl
32175            ! Configure config_h.SH
32176 ____________________________________________________________________________
32177 [  6525] By: jhi                                   on 2000/08/04  20:23:12
32178         Log: Weed buglets pointed out by
32179              
32180              From: Lupe Christoph <lupe@lupe-christoph.de>
32181              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
32182              Date: Fri, 4 Aug 2000 17:34:39 +0200
32183              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
32184      Branch: metaconfig/U/perl
32185            ! gccvers.U uselfs.U
32186      Branch: perl
32187            ! Configure config_h.SH
32188 ____________________________________________________________________________
32189 [  6524] By: jhi                                   on 2000/08/04  19:02:08
32190         Log: Warn under -w if lstat(FH) is attempted.
32191              
32192              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
32193              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
32194              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
32195              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
32196      Branch: perl
32197            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
32198            ! t/pragma/warn/pp_sys
32199 ____________________________________________________________________________
32200 [  6523] By: jhi                                   on 2000/08/04  12:31:11
32201         Log: Subject: New perlcc, take 2
32202              From: simon@brecon.co.uk (Simon Cozens)
32203              Date: 4 Aug 2000 06:21:04 GMT
32204              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
32205      Branch: perl
32206            ! utils/perlcc.PL
32207 ____________________________________________________________________________
32208 [  6522] By: jhi                                   on 2000/08/04  12:26:33
32209         Log: Subject: Re: Array vs. List context
32210              From: Daniel Chetlin <daniel@chetlin.com>
32211              Date: Fri, 4 Aug 2000 00:22:44 -0700
32212              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
32213      Branch: perl
32214            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
32215            ! pod/perlfaq4.pod
32216 ____________________________________________________________________________
32217 [  6521] By: jhi                                   on 2000/08/04  12:22:38
32218         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
32219              From: Raymund Will <ray@caldera.de>
32220              Date: Fri, 4 Aug 2000 12:07:09 +0200
32221              Message-Id: <20000804120709.A14982@caldera.de>
32222      Branch: perl
32223            ! configure.gnu
32224 ____________________________________________________________________________
32225 [  6520] By: jhi                                   on 2000/08/04  04:09:06
32226         Log: After the #6519 a warning about stat() is just that,
32227              not about a filetest, which now have their own warning.
32228      Branch: perl
32229            ! pod/perldiag.pod
32230 ____________________________________________________________________________
32231 [  6519] By: jhi                                   on 2000/08/04  04:06:30
32232         Log: In the warnings call filehandles consistently so;
32233              add "unopened" warning for stat().
32234      Branch: perl
32235            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32236            ! t/pragma/warn/pp_sys
32237 ____________________________________________________________________________
32238 [  6518] By: jhi                                   on 2000/08/04  02:55:35
32239         Log: Subject: Minor tweak to perlvar.pod
32240              From: "Stephen P. Potter" <spp@ds.net>
32241              Date: Tue, 18 Apr 2000 09:26:03 -0400
32242              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
32243      Branch: perl
32244            ! pod/perlvar.pod
32245 ____________________________________________________________________________
32246 [  6517] By: jhi                                   on 2000/08/04  02:50:08
32247         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
32248              From: "Clinton Pierce" <cpierce1@ford.com>
32249              Date: Wed, 21 Jul 1999 16:45:31 -0400
32250              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
32251              
32252              Fix by Stephen Potter (visible in the bug db but not in p5p?)
32253      Branch: perl
32254            ! pod/perlfunc.pod pod/perlop.pod
32255 ____________________________________________________________________________
32256 [  6516] By: jhi                                   on 2000/08/04  02:09:25
32257         Log: This is 6512.  Really.
32258      Branch: perl
32259            ! dump.c
32260 ____________________________________________________________________________
32261 [  6515] By: jhi                                   on 2000/08/04  01:25:50
32262         Log: mention the idea of @( and @)
32263      Branch: perl
32264            ! Todo-5.6
32265 ____________________________________________________________________________
32266 [  6514] By: bailey                                on 2000/08/04  01:18:46
32267         Log: YA resync with mainstem, including VMS patches from others
32268      Branch: vmsperl
32269           +> (branch 48 files)
32270            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
32271           !> (integrate 354 files)
32272 ____________________________________________________________________________
32273 [  6513] By: jhi                                   on 2000/08/04  01:18:18
32274         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
32275              From: Mark Dickinson <dickins3@fas.harvard.edu>
32276              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
32277              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
32278      Branch: perl
32279            ! t/op/grent.t t/op/pwent.t
32280 ____________________________________________________________________________
32281 [  6512] By: jhi                                   on 2000/08/04  01:14:06
32282         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
32283              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32284              Date: Wed, 02 Aug 2000 10:51:01 +0100
32285              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
32286      Branch: perl
32287            ! sv.c
32288 ____________________________________________________________________________
32289 [  6511] By: jhi                                   on 2000/08/04  00:57:00
32290         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
32291              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32292              Date: Thu, 03 Aug 2000 17:20:04 -0700
32293              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
32294      Branch: metaconfig
32295            ! U/modified/Cppsym.U
32296      Branch: perl
32297            ! Configure config_h.SH
32298 ____________________________________________________________________________
32299 [  6510] By: jhi                                   on 2000/08/04  00:25:28
32300         Log: detypo
32301      Branch: perl
32302            ! Makefile.SH
32303 ____________________________________________________________________________
32304 [  6509] By: jhi                                   on 2000/08/03  23:43:18
32305         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
32306              From: Dominic Dunlop <domo@computer.org>
32307              Date: Thu, 3 Aug 2000 22:16:46 +0200
32308              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
32309      Branch: perl
32310            ! t/op/sprintf.t
32311 ____________________________________________________________________________
32312 [  6508] By: jhi                                   on 2000/08/03  23:40:37
32313         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
32314              From: Hugo <hv@crypt.compulink.co.uk>
32315              Date: Thu, 03 Aug 2000 18:25:30 +0100
32316              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
32317      Branch: perl
32318            ! regcomp.c t/op/re_tests
32319 ____________________________________________________________________________
32320 [  6507] By: jhi                                   on 2000/08/03  23:38:28
32321         Log: Subject: [PATCH] sv.h documentation - SvLEN
32322              From: Mike Guy <mjtg@cam.ac.uk>
32323              Date: Thu, 03 Aug 2000 14:43:09 +0100
32324              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
32325      Branch: perl
32326            ! sv.h
32327 ____________________________________________________________________________
32328 [  6506] By: jhi                                   on 2000/08/03  15:49:14
32329         Log: Disable the fix_pl hack for now.
32330      Branch: perl
32331            ! Makefile.SH
32332 ____________________________________________________________________________
32333 [  6505] By: jhi                                   on 2000/08/03  13:49:04
32334         Log: Add a URL for FSF.
32335              
32336              Subject: Patch for README
32337              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32338              Date: Wed, 2 Aug 2000 13:25:09 -0500
32339              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
32340      Branch: perl
32341            ! README
32342 ____________________________________________________________________________
32343 [  6504] By: jhi                                   on 2000/08/03  13:29:19
32344         Log: Be more informative on what is skipped and why,
32345              also repeat the list at the end.
32346      Branch: perl
32347            ! Porting/p4desc
32348 ____________________________________________________________________________
32349 [  6503] By: jhi                                   on 2000/08/03  13:07:05
32350         Log: Circumvent the removal of .patch by fix_pl.
32351              
32352              Subject: Re: [ID 20000802.011] unable to 'make test'          
32353              From: simon@brecon.co.uk (Simon Cozens) 
32354              Date: 3 Aug 2000 04:17:00 GMT
32355              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
32356      Branch: perl
32357            ! Makefile.SH
32358 ____________________________________________________________________________
32359 [  6502] By: jhi                                   on 2000/08/03  00:14:34
32360         Log: Add the missing setproctitle unit.
32361      Branch: metaconfig/U/perl
32362            + d_setproctitle.U
32363 ____________________________________________________________________________
32364 [  6501] By: jhi                                   on 2000/08/03  00:00:26
32365         Log: The subtest 4 may fail also on VOBS, as pointed out
32366              by Nick Ing-Simmons in November 1999, bug id 19991124.003
32367              (but the failure in that bug report isn't the subtest 4).
32368      Branch: perl
32369            ! t/op/stat.t
32370 ____________________________________________________________________________
32371 [  6500] By: jhi                                   on 2000/08/02  23:49:30
32372         Log: Better skip message for the test; one of the two problems in
32373              
32374              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
32375              From: Lupe Christoph <lupe@lupe-christoph.de>
32376              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
32377              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
32378      Branch: perl
32379            ! t/op/numconvert.t
32380 ____________________________________________________________________________
32381 [  6499] By: jhi                                   on 2000/08/02  22:49:16
32382         Log: Allow "no Module;" even if there is no 'unimport'.
32383              
32384              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
32385              From: mjd@plover.com
32386              Date: 24 Mar 2000 15:24:34 -0000
32387              Message-Id: <20000324152434.15160.qmail@plover.com>
32388      Branch: perl
32389            ! gv.c
32390 ____________________________________________________________________________
32391 [  6498] By: jhi                                   on 2000/08/02  22:42:58
32392         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
32393              that are hopefully soon put into use.
32394      Branch: perl
32395            ! opcode.h opcode.pl opnames.h
32396 ____________________________________________________________________________
32397 [  6497] By: gsar                                  on 2000/08/02  22:28:59
32398         Log: require.t needs binmode() to work on windows
32399      Branch: perl
32400            ! t/comp/require.t
32401 ____________________________________________________________________________
32402 [  6496] By: jhi                                   on 2000/08/02  22:08:51
32403         Log: Document the IVdf UVuf UVof UVxf.
32404      Branch: perl
32405            ! pod/perlguts.pod
32406 ____________________________________________________________________________
32407 [  6495] By: jhi                                   on 2000/08/02  21:54:26
32408         Log: detypo #6494
32409      Branch: perl
32410            ! ext/Data/Dumper/Dumper.xs
32411 ____________________________________________________________________________
32412 [  6494] By: jhi                                   on 2000/08/02  21:49:17
32413         Log: Dump UVs as UVs in Data::Dumper.
32414              
32415              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
32416              From: Gurusamy Sarathy <gsar@ActiveState.com>
32417              Date: Thu, 27 Apr 2000 12:26:25 -0700
32418              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
32419      Branch: perl
32420            ! ext/Data/Dumper/Dumper.xs
32421 ____________________________________________________________________________
32422 [  6493] By: jhi                                   on 2000/08/02  17:01:58
32423         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
32424              From: Hugo <hv@crypt.compulink.co.uk>
32425              Date: Wed, 02 Aug 2000 14:53:56 +0100
32426              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
32427      Branch: perl
32428            ! regexec.c t/op/re_tests
32429 ____________________________________________________________________________
32430 [  6492] By: jhi                                   on 2000/08/02  15:02:46
32431         Log: The new setproctitle() feature is available only in 
32432              bleeding edge FreeBSD.  From Paul Saab.
32433      Branch: perl
32434            ! mg.c
32435 ____________________________________________________________________________
32436 [  6491] By: jhi                                   on 2000/08/02  13:34:36
32437         Log: The tr utf8 patching continues.
32438              
32439              Subject: Re: #6469, too many tests claimed in require.t
32440              From: simon@brecon.co.uk (Simon Cozens)
32441              Date: 2 Aug 2000 02:37:17 GMT
32442              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
32443              
32444              (the logic of the test was the wrong way round in the patch)
32445      Branch: perl
32446            ! doop.c
32447 ____________________________________________________________________________
32448 [  6490] By: jhi                                   on 2000/08/02  13:27:38
32449         Log: The name of a filehandle does not have <these>.
32450      Branch: perl
32451            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32452            ! t/pragma/warn/pp_sys util.c
32453 ____________________________________________________________________________
32454 [  6489] By: jhi                                   on 2000/08/02  04:26:46
32455         Log: Remove the extraneous "main::" prefix from all the
32456              "opened only for", "on closed", and "never opened" warnings.
32457              
32458              Subject: Re: inappropriate warning
32459              From: Gurusamy Sarathy <gsar@ActiveState.com>
32460              Date: Mon, 20 Mar 2000 11:28:02 -0800
32461              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
32462      Branch: perl
32463            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
32464            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
32465            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32466 ____________________________________________________________________________
32467 [  6488] By: jhi                                   on 2000/08/02  03:02:57
32468         Log: memcpy has n o in it, as pinted ut by Sarathy.
32469      Branch: perl
32470            ! pod/perlguts.pod
32471 ____________________________________________________________________________
32472 [  6487] By: jhi                                   on 2000/08/02  02:44:51
32473         Log: Document in one place the memory abstractions used in Perl core.
32474              
32475              Subject: Re: Memory abstraction
32476              From: simon@brecon.co.uk (Simon Cozens)
32477              Date: 2 Aug 2000 02:20:23 GMT
32478              Organization: Earth.li Origins
32479      Branch: perl
32480            ! pod/perlguts.pod
32481 ____________________________________________________________________________
32482 [  6486] By: jhi                                   on 2000/08/02  02:41:57
32483         Log: regen_headers, regen perltoc.
32484      Branch: perl
32485            ! perlapi.c pod/perltoc.pod
32486 ____________________________________________________________________________
32487 [  6485] By: jhi                                   on 2000/08/02  01:43:33
32488         Log: "This little thing tests for a file .patch, and if it contains
32489              a number, pops into patchlevel.h" (making it easier to track
32490              which development version people are reporting bugs against)
32491              
32492              Subject: Patchlevel autogeneration for repository perls
32493              From: simon@brecon.co.uk (Simon Cozens)
32494              Date: 14 Jul 2000 07:12:15 GMT
32495              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
32496      Branch: perl
32497            + fix_pl
32498            ! MANIFEST Makefile.SH
32499 ____________________________________________________________________________
32500 [  6484] By: jhi                                   on 2000/08/02  01:32:54
32501         Log: FreeBSD 3.* updates from
32502              
32503              From: Paul Saab <ps@yahoo-inc.com>
32504              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32505              Date: Tue, 1 Aug 2000 15:41:39 -0700
32506              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32507      Branch: perl
32508            ! hints/freebsd.sh
32509 ____________________________________________________________________________
32510 [  6483] By: jhi                                   on 2000/08/02  01:27:44
32511         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
32512              instead one must use setproctitle().  This was already addressed
32513              by change #6457, but the below has a new variant for FreeBSD 4.0
32514              or later, and the matter is also documented more.
32515              
32516              From: Paul Saab <ps@yahoo-inc.com>
32517              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32518              Date: Tue, 1 Aug 2000 15:41:39 -0700
32519              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32520      Branch: metaconfig/U/perl
32521            + i_libutil.U
32522      Branch: perl
32523            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
32524 ____________________________________________________________________________
32525 [  6482] By: jhi                                   on 2000/08/01  22:17:32
32526         Log: The test from this
32527              
32528              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32529              Date: Sat, 15 Apr 2000 17:03:44 +0100
32530              From: Tom Hughes <tom@compton.nu>
32531              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
32532              
32533              was missing, the code change went in as #5989
32534              (which had a different test?)
32535      Branch: perl
32536            ! t/op/misc.t
32537 ____________________________________________________________________________
32538 [  6481] By: jhi                                   on 2000/08/01  21:48:38
32539         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32540              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32541              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
32542              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
32543      Branch: perl
32544            ! perl.h
32545 ____________________________________________________________________________
32546 [  6480] By: jhi                                   on 2000/08/01  18:05:28
32547         Log: Make p4desc to skip non-mainperl branches by default.
32548      Branch: perl
32549            ! Porting/p4desc
32550 ____________________________________________________________________________
32551 [  6479] By: jhi                                   on 2000/08/01  17:29:19
32552         Log: If gccosandvers is equal to osname, clear gccosandvers.
32553      Branch: metaconfig/U/perl
32554            ! gccvers.U
32555      Branch: perl
32556            ! Configure config_h.SH
32557 ____________________________________________________________________________
32558 [  6478] By: jhi                                   on 2000/08/01  15:54:08
32559         Log: BOM patching from Simon Cozens.
32560      Branch: perl
32561            ! toke.c
32562 ____________________________________________________________________________
32563 [  6477] By: jhi                                   on 2000/08/01  04:50:33
32564         Log: Stash away the largefiles flags and libswanted.
32565      Branch: perl
32566            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
32567 ____________________________________________________________________________
32568 [  6476] By: gsar                                  on 2000/08/01  04:24:24
32569         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
32570              on Windows)
32571      Branch: perl
32572            ! t/pragma/utf8.t utf8.c win32/win32.c
32573 ____________________________________________________________________________
32574 [  6475] By: jhi                                   on 2000/08/01  03:35:24
32575         Log: Make chr() for values >127 to create utf8 when under utf8.
32576              
32577              Subject: Re: uft8/chr()
32578              From: simon@brecon.co.uk (Simon Cozens)
32579              Date: 1 Aug 2000 02:37:02 GMT
32580              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
32581      Branch: perl
32582            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
32583 ____________________________________________________________________________
32584 [  6474] By: jhi                                   on 2000/08/01  02:36:18
32585         Log: In Digital UNIX warn if gcc explicitly chosen because even
32586              2.95.2 is known to cause problems.
32587      Branch: perl
32588            ! hints/dec_osf.sh
32589 ____________________________________________________________________________
32590 [  6473] By: jhi                                   on 2000/08/01  02:00:56
32591         Log: Make the safety catch for buggy gccs work with triple version
32592              numbers like 2.95.2.  Reported in
32593              
32594              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
32595              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
32596              Date: Mon, 31 Jul 2000 14:55:06 +0200
32597              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
32598      Branch: perl
32599            ! hints/dec_osf.sh
32600 ____________________________________________________________________________
32601 [  6472] By: jhi                                   on 2000/08/01  01:13:33
32602         Log: Subject: fix and question re: waitpid() under win32
32603              From: Brian Clarke <clarke@appliedmeta.com>
32604              Date: Fri, 28 Jul 2000 15:18:29 -0400
32605              Message-ID: <3981DC85.290314EB@appliedmeta.com>
32606              
32607              Slightly reformatted and WNOHANG # define moved to win32.h
32608              so that also POSIX.xs sees it, as suggsted by Sarathy.
32609      Branch: perl
32610            ! win32/win32.c win32/win32.h
32611 ____________________________________________________________________________
32612 [  6471] By: jhi                                   on 2000/08/01  00:55:05
32613         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
32614              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32615              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
32616              Date: Mon, 31 Jul 2000 13:28:51 +0100
32617              
32618              (aka ID 20000730.002)
32619      Branch: perl
32620            ! op.c t/op/tr.t
32621 ____________________________________________________________________________
32622 [  6470] By: jhi                                   on 2000/07/31  23:34:42
32623         Log: Document the problem with -P in HP-UX and its workaround.
32624              
32625              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
32626              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
32627              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
32628              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
32629      Branch: perl
32630            ! README.hpux
32631 ____________________________________________________________________________
32632 [  6469] By: jhi                                   on 2000/07/31  04:15:02
32633         Log: The swallow_bom() saga continues.  The #23 of require.t
32634              (UTF16-LE) still fails (silently, no output) but the #22
32635              (UTF16-BE) seems to be working now.  The root of the
32636              failure may be in sv_gets(): is it UTF-16LE-aware,
32637              especially when it comes to line endings? 
32638      Branch: perl
32639            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
32640            ! t/comp/require.t toke.c utf8.c
32641 ____________________________________________________________________________
32642 [  6468] By: jhi                                   on 2000/07/30  19:05:48
32643         Log: Find green threads before native threads.
32644              
32645              Subject: Re: Patch to jpl/JNI/Makefile.PL
32646              From: Jens Thomsen <jens@fiend.cis.com>
32647              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
32648              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
32649      Branch: perl
32650            ! jpl/JNI/Makefile.PL
32651 ____________________________________________________________________________
32652 [  6467] By: jhi                                   on 2000/07/30  18:36:22
32653         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
32654      Branch: perl
32655            ! doop.c
32656 ____________________________________________________________________________
32657 [  6466] By: jhi                                   on 2000/07/30  04:37:29
32658         Log: A new version of the "remove UPPERACSE string comparison"
32659              operators.  The problem with the previous one (change #6454)
32660              was that it was for Perl 5.6.0.  From Paul Marquess.
32661      Branch: perl
32662            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
32663            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
32664            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
32665 ____________________________________________________________________________
32666 [  6465] By: jhi                                   on 2000/07/29  22:39:56
32667         Log: Do not upgrade SVs into utf8 just because they participate
32668              in eq or cmp.  Reported and fix suggested in
32669              
32670              Subject: [ID 20000720.009] sv_eq UTF8 bug
32671              From: "Simon Cozens" <simon@othersideofthe.earth.li>
32672              Date: 21 Jul 2000 04:37:29 -0000
32673              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
32674              
32675              Exercise for the kind reader: should we or should we not
32676              cache the utf8 conversion alonside the SV? (as magic,
32677              as thestrxfrm()ed version is cached under use locale)
32678              Argue both for and against.
32679      Branch: perl
32680            ! sv.c
32681 ____________________________________________________________________________
32682 [  6464] By: jhi                                   on 2000/07/29  22:36:22
32683         Log: Subject: UTF8 concat
32684              From: simon@brecon.co.uk (Simon Cozens) 
32685              Date: 30 Jun 2000 06:13:25 GMT
32686              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
32687              
32688              (with a memory leak fixed, plus a few casts added)
32689              
32690              This also seems to help for
32691              
32692              Subject: [ID 20000716.015] join UTF8 weirdness
32693              From: root <root@ak-71.mind.de> 
32694              Date: Sat, 15 Jul 2000 15:29:54 +0200
32695              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
32696              
32697              (from Andreas König)
32698      Branch: perl
32699            ! pp_hot.c
32700 ____________________________________________________________________________
32701 [  6463] By: jhi                                   on 2000/07/29  00:55:39
32702         Log: Tune the comments and hopefully stop a memory leak.
32703      Branch: perl
32704            ! toke.c utf8.c
32705 ____________________________________________________________________________
32706 [  6462] By: jhi                                   on 2000/07/29  00:16:53
32707         Log: The problem described in this
32708              
32709              Subject: [ID 20000322.018] named chars aren't magical enough
32710              From: root <root@dixie.cscaper.com>     
32711              Date: Wed, 22 Mar 2000 18:37:42 -0700
32712              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
32713              
32714              has been fixed in perl 5.6.0 but just in case added a test
32715              to keep it away.  (The report from Joseph Hall.)
32716      Branch: perl
32717            ! t/lib/charnames.t
32718 ____________________________________________________________________________
32719 [  6461] By: jhi                                   on 2000/07/28  23:56:36
32720         Log: Tiny fixes for #6460.
32721      Branch: metaconfig/U/perl
32722            ! gccvers.U
32723      Branch: perl
32724            ! Configure config_h.SH
32725 ____________________________________________________________________________
32726 [  6460] By: jhi                                   on 2000/07/28  23:24:41
32727         Log: Warn if the version of the operating system used to compile gcc
32728              differs from the current version of the operating system.
32729              Also display the gcc compilation os and version in myconfig.
32730              Inspiration from
32731              
32732              Subject: Re: [ID 20000710.003] ERRORS!!         
32733              From: "Kurt D. Starsinic" <kstar@chapin.edu>
32734              Date: Mon, 10 Jul 2000 15:54:16 -0400
32735              Message-ID: <20000710155416.A1384@O2.chapin.edu>
32736      Branch: metaconfig/U/perl
32737            ! gccvers.U
32738      Branch: perl
32739            ! Configure config_h.SH myconfig.SH
32740 ____________________________________________________________________________
32741 [  6459] By: jhi                                   on 2000/07/28  22:00:32
32742         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
32743              letter to $Config{osvers}.
32744      Branch: metaconfig
32745            ! U/modified/Oldconfig.U
32746      Branch: perl
32747            ! Configure config_h.SH
32748 ____________________________________________________________________________
32749 [  6458] By: jhi                                   on 2000/07/28  04:15:39
32750         Log: Back out #6454, doesn't seem to work.
32751              (Reason: that patch was for perl 5.6.0, not perl-current)
32752              (A version of the patch for perl-current came in later as #6466)
32753      Branch: perl
32754            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
32755            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
32756            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
32757 ____________________________________________________________________________
32758 [  6457] By: jhi                                   on 2000/07/27  23:31:49
32759         Log: Use setproctitle() if available to modify $0.
32760              
32761              Subject: setting $* on BSD4 broken
32762              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32763              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
32764              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
32765      Branch: metaconfig
32766            ! U/modified/Myinit.U
32767      Branch: perl
32768            ! Configure config_h.SH mg.c
32769 ____________________________________________________________________________
32770 [  6456] By: jhi                                   on 2000/07/27  14:50:47
32771         Log: Allow "no AutoLoader;", based on change #6444,
32772              suggested by Graham Barr.
32773      Branch: perl
32774            ! lib/AutoLoader.pm
32775 ____________________________________________________________________________
32776 [  6455] By: jhi                                   on 2000/07/27  14:19:10
32777         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
32778              From: rspier@pobox.com (Robert Spier)
32779              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
32780              Message-ID: <14720.15855.787664.424783@rls.cx>
32781      Branch: perl
32782            ! pod/perldiag.pod
32783 ____________________________________________________________________________
32784 [  6454] By: jhi                                   on 2000/07/27  14:03:02
32785         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
32786              for a long time).
32787              
32788              Reported in
32789              
32790              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
32791              From: Ryan Herbert <rherbert@sycamorehq.com>
32792              Date: Mon, 17 Jul 2000 11:40:42 -0400
32793              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
32794              
32795              Patched in
32796              
32797              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
32798              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32799              Date: Wed, 26 Jul 2000 23:40:18 +0100
32800              Message-ID: <000001bff752$79511880$0a17073e@tiny>
32801              
32802              based on an earlier patch from Stephen P. Potter.
32803              
32804              (Removed later by change #6458 because this patch was for
32805              perl 5.6.0, not perl-current)
32806      Branch: perl
32807            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
32808            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
32809            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
32810 ____________________________________________________________________________
32811 [  6453] By: jhi                                   on 2000/07/27  13:48:02
32812         Log: Subject: [PATCH] fixes bug 20000508.004
32813              From: Michael Stevens <mstevens@globnix.org>
32814              Date: Thu, 27 Jul 2000 13:49:04 +0100
32815              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
32816      Branch: perl
32817            ! pod/perldata.pod
32818 ____________________________________________________________________________
32819 [  6452] By: jhi                                   on 2000/07/26  23:51:26
32820         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
32821              and Craig A. Berry.
32822      Branch: perl
32823            ! lib/File/Temp.pm pod/perlport.pod
32824 ____________________________________________________________________________
32825 [  6451] By: jhi                                   on 2000/07/26  19:43:30
32826         Log: Be wary of close()s, too.
32827              
32828              Subject: Re: [PATCH] perlbug cleanup
32829              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32830              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
32831              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
32832      Branch: perl
32833            ! utils/perlbug.PL
32834 ____________________________________________________________________________
32835 [  6450] By: jhi                                   on 2000/07/26  18:41:40
32836         Log: Subject: Minor doc patch: handy.h
32837              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
32838              Date: Wed, 26 Jul 2000 15:34:25 -0300
32839              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
32840      Branch: perl
32841            ! handy.h pod/perlapi.pod
32842 ____________________________________________________________________________
32843 [  6449] By: jhi                                   on 2000/07/26  18:23:55
32844         Log: Subject: [PATCH] minor doc change - perlguts
32845              From: Michael Stevens <mstevens@globnix.org>
32846              Date: Thu, 13 Jul 2000 12:39:18 +0100
32847              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
32848      Branch: perl
32849            ! pod/perlguts.pod
32850 ____________________________________________________________________________
32851 [  6448] By: jhi                                   on 2000/07/26  18:20:30
32852         Log: open() wariness in perlbug.
32853              
32854              Subject: [PATCH] perlbug cleanup
32855              From: Michael Stevens <mstevens@globnix.org>
32856              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
32857              Date: Thu, 13 Jul 2000 15:52:23 +0100
32858      Branch: perl
32859            ! utils/perlbug.PL
32860 ____________________________________________________________________________
32861 [  6447] By: jhi                                   on 2000/07/26  18:13:04
32862         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
32863      Branch: perl
32864            ! lib/File/Temp.pm t/lib/ftmp-security.t
32865 ____________________________________________________________________________
32866 [  6446] By: jhi                                   on 2000/07/26  18:06:32
32867         Log: docfix from Peter Scott <Peter@PSDT.com>.
32868      Branch: perl
32869            ! pod/perlfunc.pod
32870 ____________________________________________________________________________
32871 [  6445] By: jhi                                   on 2000/07/26  17:53:31
32872         Log: Fix *foo{FORMAT}.
32873              
32874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32875              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
32876              Date: Wed, 26 Jul 2000 19:51:02 +0200
32877              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
32878              
32879              From: Graham Barr <gbarr@pobox.com>
32880              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
32881              Date: Wed, 26 Jul 2000 17:38:36 +0100
32882              Message-ID: <20000726173836.L472@pobox.com>
32883      Branch: perl
32884            ! pp.c sv.c t/op/gv.t
32885 ____________________________________________________________________________
32886 [  6444] By: jhi                                   on 2000/07/26  17:49:14
32887         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
32888              from Graham Barr in the module list.
32889      Branch: perl
32890            ! gv.c pod/perlobj.pod
32891 ____________________________________________________________________________
32892 [  6443] By: jhi                                   on 2000/07/26  16:06:56
32893         Log: More split() doc and test patches from Mike Guy.
32894      Branch: perl
32895            ! pod/perlfunc.pod t/op/split.t
32896 ____________________________________________________________________________
32897 [  6442] By: jhi                                   on 2000/07/26  16:05:30
32898         Log: MacOS nits from Matthias Neeracher.
32899      Branch: perl
32900            ! perl.c pp_ctl.c
32901 ____________________________________________________________________________
32902 [  6441] By: jhi                                   on 2000/07/26  04:39:57
32903         Log: Subject: [PATCH] split /^/
32904              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32905              Date: Tue, 25 Jul 2000 14:18:57 +0100
32906              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
32907              
32908              (with notes from tchrist and gbarr)
32909      Branch: perl
32910            ! pod/perlfunc.pod t/op/split.t
32911 ____________________________________________________________________________
32912 [  6440] By: jhi                                   on 2000/07/26  04:32:32
32913         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
32914              From: Peter Prymmer <pvhp@forte.com>
32915              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
32916              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
32917      Branch: perl
32918            ! vms/munchconfig.c
32919 ____________________________________________________________________________
32920 [  6439] By: jhi                                   on 2000/07/26  04:31:01
32921         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
32922              to be fatal errors (instead of by default ignoring them, and
32923              ignoring with a bug: even though -w gave an error, the opening [
32924              was left in)  Reported in:
32925              
32926              Subject: [ID 20000716.024] [=cc=] / [:blank:]
32927              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
32928              Date: Sun, 16 Jul 2000 17:55:29 -0700
32929              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
32930      Branch: perl
32931            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
32932 ____________________________________________________________________________
32933 [  6438] By: jhi                                   on 2000/07/25  15:41:15
32934         Log: Subject: [PATCH] av.c apidoc
32935              From: simon@brecon.co.uk (Simon Cozens)
32936              Date: 24 Jul 2000 06:40:52 GMT
32937              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
32938      Branch: perl
32939            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
32940            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
32941 ____________________________________________________________________________
32942 [  6437] By: jhi                                   on 2000/07/25  14:05:36
32943         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
32944              From: "Stephen P. Potter" <spp@ds.net>
32945              Date: Mon, 24 Jul 2000 14:22:23 -0400
32946              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
32947      Branch: perl
32948            ! pod/perllocale.pod
32949 ____________________________________________________________________________
32950 [  6436] By: jhi                                   on 2000/07/25  14:02:03
32951         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
32952              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32953              Date: Mon, 24 Jul 2000 18:04:28 +0100
32954              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
32955      Branch: perl
32956            ! t/lib/syslfs.t t/op/lfs.t
32957 ____________________________________________________________________________
32958 [  6435] By: jhi                                   on 2000/07/25  13:59:28
32959         Log: Get UTF16 BOMs working.  Patch from
32960              
32961              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
32962              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32963              Date: Tue, 25 Jul 2000 12:52:45 +0100
32964              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
32965              
32966              and notes from
32967              
32968              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
32969              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32970              Date: Tue, 25 Jul 2000 11:43:25 +0100
32971              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
32972      Branch: perl
32973            ! t/comp/require.t toke.c utf8.c
32974 ____________________________________________________________________________
32975 [  6434] By: jhi                                   on 2000/07/25  02:39:54
32976         Log: Make the "uninit variable" warning to say "concat or string"
32977              or "join or string" when in concat or join .
32978              
32979              Subject: Re: [ID 20000403.009] uninitialised concatenation???
32980              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32981              Date: Tue, 04 Apr 2000 18:22:58 +0100
32982              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
32983              
32984              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
32985              From: William R Ward <hermit@BayView.COM>
32986              Date: Thu, 30 Mar 2000 19:50:03 -0800
32987              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
32988      Branch: perl
32989            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
32990            ! t/pragma/warn/op t/pragma/warn/sv
32991 ____________________________________________________________________________
32992 [  6433] By: jhi                                   on 2000/07/24  17:52:56
32993         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
32994      Branch: perl
32995            ! lib/File/Spec/VMS.pm
32996 ____________________________________________________________________________
32997 [  6432] By: jhi                                   on 2000/07/24  17:44:44
32998         Log: Test cases for #6431.
32999              
33000              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33001              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33002              Date: Mon, 24 Jul 2000 15:32:29 +0100
33003              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
33004      Branch: perl
33005            ! t/op/pat.t t/op/split.t
33006 ____________________________________________________________________________
33007 [  6431] By: jhi                                   on 2000/07/24  17:43:17
33008         Log: Bind op fix.
33009              
33010              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33011              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33012              Date: Mon, 17 Jul 2000 20:04:56 +0100
33013              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
33014      Branch: perl
33015            ! op.c
33016 ____________________________________________________________________________
33017 [  6430] By: jhi                                   on 2000/07/24  03:42:42
33018         Log: Subject: [ID 20000716.023] syslog test fails without sockets
33019              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33020              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
33021              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
33022      Branch: metaconfig/U/perl
33023            ! Extensions.U
33024      Branch: perl
33025            ! Configure config_h.SH
33026 ____________________________________________________________________________
33027 [  6429] By: jhi                                   on 2000/07/24  03:11:52
33028         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
33029              case, but add also notes explaining the relationship of this
33030              patch and the earlier notes by Sarathy.
33031              
33032              Subject: Map is still slow
33033              From: "Ben Tilly" <ben_tilly@hotmail.com>
33034              Date: Sat, 15 Jul 2000 17:23:27 EDT
33035              Message-ID: <20000715212327.21656.qmail@hotmail.com>
33036      Branch: perl
33037            ! pp_ctl.c
33038 ____________________________________________________________________________
33039 [  6428] By: jhi                                   on 2000/07/24  02:58:52
33040         Log: Documentation to explain the behaviour of map().
33041              
33042              Subject: Re: Map is still slow 
33043              From: Gurusamy Sarathy <gsar@ActiveState.com>
33044              Date: Sat, 15 Jul 2000 16:05:09 -0700
33045              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
33046      Branch: perl
33047            ! pp_ctl.c
33048 ____________________________________________________________________________
33049 [  6427] By: jhi                                   on 2000/07/24  02:50:03
33050         Log: Add tests for
33051              [ID 19991110.003] another matching finding by pcre author
33052              which has already been fixed by some patch, as verified in
33053              
33054              Subject: Re: two regex bugs from the mists of time (well, last November)
33055              From: Hugo <hv@crypt.compulink.co.uk>
33056              Date: Sat, 22 Jul 2000 18:12:58 +0100
33057              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
33058      Branch: perl
33059            ! t/op/re_tests
33060 ____________________________________________________________________________
33061 [  6426] By: jhi                                   on 2000/07/24  02:11:20
33062         Log: A missing 'break' after the [[:space:]] switch case.
33063              
33064              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
33065              From: "Stephen P. Potter" <spp@ds.net>
33066              Date: Tue, 18 Jul 2000 16:25:17 -0400
33067              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
33068      Branch: perl
33069            ! regcomp.c
33070 ____________________________________________________________________________
33071 [  6425] By: jhi                                   on 2000/07/24  02:06:12
33072         Log: The output might have been produced in the wrong order.
33073              
33074              Subject: [ID 20000720.003] [PATCH] t/op/write.t
33075              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33076              Date: Thu, 20 Jul 2000 18:49:18 +0100
33077              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
33078      Branch: perl
33079            ! t/op/write.t
33080 ____________________________________________________________________________
33081 [  6424] By: jhi                                   on 2000/07/24  02:00:07
33082         Log: Use STDOUT consistently.
33083              
33084              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
33085              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33086              Date: Thu, 20 Jul 2000 18:04:01 +0100
33087              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
33088      Branch: perl
33089            ! lib/Test/Harness.pm
33090 ____________________________________________________________________________
33091 [  6423] By: jhi                                   on 2000/07/24  01:54:54
33092         Log: Protect against "wild next"s, that is, callbacks doing "next"
33093              instead of "return".
33094              
33095              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
33096              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33097              Date: Tue, 18 Jul 2000 11:30:16 +0100
33098              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
33099      Branch: perl
33100            ! lib/File/Find.pm
33101 ____________________________________________________________________________
33102 [  6422] By: jhi                                   on 2000/07/24  01:35:47
33103         Log: Out-of-date note removed.
33104              
33105              Subject: [PATCH] documentation perlipc
33106              From: rspier@pobox.com (Robert Spier)
33107              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
33108              Message-ID: <14711.35178.572612.502654@rls.cx>
33109      Branch: perl
33110            ! pod/perlipc.pod
33111 ____________________________________________________________________________
33112 [  6421] By: jhi                                   on 2000/07/24  00:09:18
33113         Log: Send all installperl messages to STDERR and be -w clean.
33114              
33115              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
33116              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33117              Date: Sat, 22 Jul 2000 14:02:11 +0100
33118              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
33119      Branch: perl
33120            ! installperl
33121 ____________________________________________________________________________
33122 [  6420] By: jhi                                   on 2000/07/24  00:04:19
33123         Log: Decutandpasto.
33124              
33125              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
33126              From: "Richard Soderberg" <rs@crystalflame.net>
33127              Date: Sun, 23 Jul 2000 01:37:23 -0700
33128              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
33129      Branch: perl
33130            ! pod/perlipc.pod
33131 ____________________________________________________________________________
33132 [  6419] By: jhi                                   on 2000/07/24  00:01:12
33133         Log: A cleaner abs_path().
33134              Subject: Re: unix alternative to Cwd.pm
33135              From: Jeff Pinyan <jeffp@crusoe.net>
33136              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
33137              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
33138      Branch: perl
33139            ! lib/Cwd.pm
33140 ____________________________________________________________________________
33141 [  6418] By: jhi                                   on 2000/07/23  23:48:56
33142         Log: Detypo.
33143              
33144              Subject: [PATCH perl-current] Typo in hints/powerux.sh
33145              From: "Richard Soderberg" <rs@crystalflame.net>
33146              Date: Sun, 23 Jul 2000 01:27:33 -0700
33147              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
33148      Branch: perl
33149            ! hints/powerux.sh
33150 ____________________________________________________________________________
33151 [  6417] By: jhi                                   on 2000/07/17  22:13:31
33152         Log: Subject: SDBM_File documentation
33153              From: mjd@plover.com
33154              Date: 16 Jul 2000 17:41:17 -0000
33155              Message-ID: <20000716174117.18515.qmail@plover.com>
33156      Branch: perl
33157            ! ext/SDBM_File/SDBM_File.pm
33158 ____________________________________________________________________________
33159 [  6416] By: jhi                                   on 2000/07/17  19:13:26
33160         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
33161      Branch: perl
33162            ! hints/mpeix.sh mpeix/relink
33163 ____________________________________________________________________________
33164 [  6415] By: jhi                                   on 2000/07/15  14:11:02
33165         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
33166              the utf8 'characters' can be more than one octet).
33167              
33168              Date: Sat, 15 Jul 2000 00:21:56 +0100
33169              From: Tom Hughes <tom@compton.nu>
33170              Subject: Re: [ID 20000714.002]
33171              Message-ID: <db2334de49.tom@compton.compton.nu>
33172              
33173              Reported in
33174              
33175              Subject: [ID 20000714.002]
33176              From: "Simon Cozens" <simon@othersideofthe.earth.li>
33177              Date: 14 Jul 2000 15:13:09 -0000
33178              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
33179      Branch: perl
33180            ! doop.c
33181 ____________________________________________________________________________
33182 [  6414] By: jhi                                   on 2000/07/15  03:13:41
33183         Log: another VMS build tweak from Peter Prymmer
33184      Branch: perl
33185            ! vms/descrip_mms.template
33186 ____________________________________________________________________________
33187 [  6413] By: jhi                                   on 2000/07/15  03:10:40
33188         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
33189      Branch: perl
33190            ! vms/perlvms.pod
33191 ____________________________________________________________________________
33192 [  6412] By: jhi                                   on 2000/07/15  00:31:05
33193         Log: More docs for sv functions.
33194              
33195              Subject: [PATCH cfgperl] sv.c apidoc
33196              From: simon@brecon.co.uk (Simon Cozens)
33197              Date: 13 Jul 2000 09:00:20 GMT
33198              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
33199              
33200              Subject: Re: [PATCH cfgperl] sv.c apidoc
33201              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33202              Date: Thu, 13 Jul 2000 12:27:41 +0100
33203              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
33204              
33205              Subject: Re: [PATCH cfgperl] sv.c apidoc
33206              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33207              Date: Thu, 13 Jul 2000 13:23:09 +0100
33208              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
33209              
33210              Subject: Re: [PATCH cfgperl] sv.c apidoc
33211              From: simon@brecon.co.uk (Simon Cozens)
33212              Date: 14 Jul 2000 06:51:02 GMT
33213              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
33214      Branch: perl
33215            ! embed.pl pod/perlapi.pod sv.c
33216 ____________________________________________________________________________
33217 [  6411] By: jhi                                   on 2000/07/15  00:10:41
33218         Log: lib/b test fixes from Peter Prymmer.
33219      Branch: perl
33220            ! t/lib/b.t
33221 ____________________________________________________________________________
33222 [  6410] By: jhi                                   on 2000/07/15  00:02:09
33223         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
33224              From: Hugo <hv@crypt.compulink.co.uk>
33225              Date: Fri, 14 Jul 2000 23:05:20 +0100
33226              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
33227              
33228              Didn't anymore apply, but that point still could use another fix.
33229      Branch: perl
33230            ! pod/perlfunc.pod
33231 ____________________________________________________________________________
33232 [  6409] By: jhi                                   on 2000/07/14  23:15:15
33233         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
33234              not in pod, from Peter Prymmer
33235      Branch: perl
33236            ! vms/descrip_mms.template
33237 ____________________________________________________________________________
33238 [  6408] By: jhi                                   on 2000/07/14  20:35:05
33239         Log: The bug report
33240              [ID 19991110.002] minimal matching discrepancy found by pcre author
33241              seems to have been fixed (though differently from what was suggested
33242              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
33243      Branch: perl
33244            ! t/op/re_tests
33245 ____________________________________________________________________________
33246 [  6407] By: jhi                                   on 2000/07/14  17:38:08
33247         Log: Fix AutoSplit to use File::Spec the right way in VMS,
33248              from Peter Prymmer.
33249      Branch: perl
33250            ! lib/AutoSplit.pm
33251 ____________________________________________________________________________
33252 [  6406] By: jhi                                   on 2000/07/14  14:13:22
33253         Log: Merge perlhacktut into perlhack, update perlguts.
33254              
33255              Subject: Re: Perlhacktut
33256              From: simon@brecon.co.uk (Simon Cozens)
33257              Date: 14 Jul 2000 06:49:21 GMT
33258              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
33259              
33260              Subject: Re: Perlhacktut
33261              From: simon@brecon.co.uk (Simon Cozens)
33262              Date: 14 Jul 2000 07:09:45 GMT
33263              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
33264      Branch: perl
33265            ! pod/perlguts.pod pod/perlhack.pod
33266 ____________________________________________________________________________
33267 [  6405] By: jhi                                   on 2000/07/14  14:02:31
33268         Log: Integrate with Sarathy.
33269      Branch: cfgperl
33270           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
33271           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
33272           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
33273 ____________________________________________________________________________
33274 [  6404] By: gsar                                  on 2000/07/14  12:15:02
33275         Log: PERL_OBJECT build tweaks
33276      Branch: perl
33277            ! toke.c
33278 ____________________________________________________________________________
33279 [  6403] By: gsar                                  on 2000/07/14  11:23:41
33280         Log: inconsistent types needs casts
33281      Branch: perl
33282            ! toke.c
33283 ____________________________________________________________________________
33284 [  6402] By: gsar                                  on 2000/07/14  11:12:04
33285         Log: typos in change#6399, regen headers
33286      Branch: perl
33287            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
33288 ____________________________________________________________________________
33289 [  6401] By: gsar                                  on 2000/07/14  10:59:12
33290         Log: typecasts needed for change#6394
33291      Branch: perl
33292            ! toke.c
33293 ____________________________________________________________________________
33294 [  6400] By: gsar                                  on 2000/07/14  10:49:37
33295         Log: integrate cfgperl contents into mainline
33296      Branch: perl
33297           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
33298           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
33299 ____________________________________________________________________________
33300 [  6399] By: gsar                                  on 2000/07/14  10:38:35
33301         Log: enable UTF-16 filter by default if relevant BOM is seen; various
33302              cleanups (typos, misformatted code, and small bugs)
33303      Branch: perl
33304            ! doop.c embed.pl mg.c op.c pp.c toke.c
33305 ____________________________________________________________________________
33306 [  6398] By: gsar                                  on 2000/07/14  08:55:38
33307         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
33308              name suggests anyway)
33309      Branch: perl
33310            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
33311 ____________________________________________________________________________
33312 [  6397] By: gsar                                  on 2000/07/14  08:44:33
33313         Log: move new variables to the end of the interpreter structure (for
33314              bincompat in code that doesn't #include XSUB.h)
33315      Branch: perl
33316            ! intrpvar.h
33317 ____________________________________________________________________________
33318 [  6396] By: gsar                                  on 2000/07/14  08:13:58
33319         Log: MakeMaker should not remove editor backups (*~) on `make clean`
33320              by default (completes change#6383)
33321      Branch: perl
33322            ! lib/ExtUtils/MM_Unix.pm
33323 ____________________________________________________________________________
33324 [  6395] By: jhi                                   on 2000/07/14  05:20:33
33325         Log: Replace change #6337 with a better one.
33326              
33327              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
33328              From: Hugo <hv@crypt.compulink.co.uk>
33329              Date: Fri, 14 Jul 2000 04:16:20 +0100
33330              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
33331      Branch: cfgperl
33332            ! regexec.c t/op/re_tests
33333 ____________________________________________________________________________
33334 [  6394] By: jhi                                   on 2000/07/14  01:33:59
33335         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
33336      Branch: cfgperl
33337            ! embed.pl global.sym proto.h toke.c
33338 ____________________________________________________________________________
33339 [  6393] By: jhi                                   on 2000/07/13  23:41:23
33340         Log: remove discarded test
33341      Branch: cfgperl
33342            ! MANIFEST
33343 ____________________________________________________________________________
33344 [  6392] By: jhi                                   on 2000/07/13  23:32:25
33345         Log: The {multiplier} of a fixed substring was overlooked which
33346              caused a wrong initial search offset for that substring.
33347              
33348              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
33349              From: Hugo <hv@crypt.compulink.co.uk>
33350              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
33351              Date: Thu, 13 Jul 2000 19:27:13 +0100
33352      Branch: cfgperl
33353            ! regcomp.c t/op/re_tests
33354 ____________________________________________________________________________
33355 [  6391] By: jhi                                   on 2000/07/13  16:37:42
33356         Log: typo fix from Craig Berry
33357      Branch: cfgperl
33358            ! vms/subconfigure.com
33359 ____________________________________________________________________________
33360 [  6390] By: jhi                                   on 2000/07/13  13:20:12
33361         Log: Integrate with Sarathy.
33362      Branch: cfgperl
33363            - t/op/method2entersub.t
33364           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
33365           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
33366           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
33367           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
33368 ____________________________________________________________________________
33369 [  6389] By: jhi                                   on 2000/07/13  13:18:48
33370         Log: Detypo from Peter Prymmer, part of #6388.
33371      Branch: cfgperl
33372            ! Configure config_h.SH
33373      Branch: metaconfig
33374            ! U/modified/d_longlong.U
33375 ____________________________________________________________________________
33376 [  6388] By: gsar                                  on 2000/07/13  06:33:40
33377         Log: typos (spotted by Peter Prymmer)
33378      Branch: perl
33379            ! Configure t/lib/english.t
33380 ____________________________________________________________________________
33381 [  6387] By: gsar                                  on 2000/07/13  05:35:28
33382         Log: new selfloader.t in change#6183 doesn't close DATA handles,
33383              and thus fails to clean up tmp files on dosish platforms
33384      Branch: perl
33385            ! t/lib/selfloader.t
33386 ____________________________________________________________________________
33387 [  6386] By: gsar                                  on 2000/07/12  21:42:39
33388         Log: sprintf test tweaks (from Dominic Dunlop)
33389      Branch: perl
33390            ! t/op/sprintf.t
33391 ____________________________________________________________________________
33392 [  6385] By: gsar                                  on 2000/07/12  21:33:46
33393         Log: fix bugs in processing %v-*d and similar format specs (from
33394              Avi Finkel <avi@finkel.org>)
33395      Branch: perl
33396            ! sv.c t/op/sprintf.t
33397 ____________________________________________________________________________
33398 [  6384] By: gsar                                  on 2000/07/12  16:04:19
33399         Log: readd missing perldelta.pod changes from changes#6339,6376
33400      Branch: perl
33401            ! pod/perldelta.pod
33402 ____________________________________________________________________________
33403 [  6383] By: gsar                                  on 2000/07/12  16:00:51
33404         Log: don't clobber *.orig files on *clean targets
33405      Branch: perl
33406            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
33407 ____________________________________________________________________________
33408 [  6382] By: gsar                                  on 2000/07/12  07:59:12
33409         Log: fix broken integrations in cfgperl
33410      Branch: cfgperl
33411           !> Changes pod/perldelta.pod
33412 ____________________________________________________________________________
33413 [  6381] By: gsar                                  on 2000/07/12  07:42:17
33414         Log: integrate cfgperl changes into mainline
33415      Branch: perl
33416            ! Changes
33417           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
33418           !> pod/perlre.pod
33419 ____________________________________________________________________________
33420 [  6380] By: gsar                                  on 2000/07/12  07:31:00
33421         Log: get sprintf.t to adjust properly for 3-digit exponents
33422      Branch: perl
33423            ! t/op/sprintf.t
33424 ____________________________________________________________________________
33425 [  6379] By: gsar                                  on 2000/07/12  06:40:04
33426         Log: change#6174 needs corresponding change in win32/config_h.PL,
33427              which grovels through config_h.SH to find the config.h name
33428      Branch: perl
33429            ! win32/config_h.PL
33430 ____________________________________________________________________________
33431 [  6378] By: jhi                                   on 2000/07/12  05:03:59
33432         Log: Do the cc sanity check both before the hints and
33433              after the cc selction.
33434      Branch: cfgperl
33435            ! Configure config_h.SH
33436      Branch: metaconfig
33437            ! U/modified/Oldconfig.U U/modified/cc.U
33438      Branch: metaconfig/U/perl
33439            + Checkcc.U
33440 ____________________________________________________________________________
33441 [  6377] By: jhi                                   on 2000/07/12  02:49:22
33442         Log: Fix nits noticed by Boston.pm.
33443      Branch: cfgperl
33444            ! pod/perlre.pod
33445 ____________________________________________________________________________
33446 [  6376] By: jhi                                   on 2000/07/11  21:22:13
33447         Log: Configure cosmetics and perldelta.
33448      Branch: cfgperl
33449            ! Configure config_h.SH pod/perldelta.pod
33450      Branch: metaconfig
33451            ! U/modified/cc.U
33452 ____________________________________________________________________________
33453 [  6375] By: gsar                                  on 2000/07/11  21:17:35
33454         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33455      Branch: perl
33456            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
33457            ! win32/win32sck.c
33458 ____________________________________________________________________________
33459 [  6374] By: gsar                                  on 2000/07/11  20:48:50
33460         Log: tweak for build failure under multiplicity
33461      Branch: perl
33462            ! toke.c
33463 ____________________________________________________________________________
33464 [  6373] By: gsar                                  on 2000/07/11  20:37:23
33465         Log: integrate cfgperl changes#6325..6373 into mainline
33466              (NOTE: today's batch of integrations still untested)
33467      Branch: perl
33468           +> ext/DynaLoader/hints/netbsd.pl
33469            ! Changes
33470           !> (integrate 26 files)
33471 ____________________________________________________________________________
33472 [  6372] By: jhi                                   on 2000/07/11  20:30:36
33473         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33474              regen perltoc.
33475      Branch: cfgperl
33476            + pod/perlbook.pod
33477            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
33478            ! pod/perltoc.pod
33479 ____________________________________________________________________________
33480 [  6371] By: jhi                                   on 2000/07/11  20:08:56
33481         Log: Minor cleanups on the booklist.
33482      Branch: cfgperl
33483            ! pod/perlfaq2.pod
33484 ____________________________________________________________________________
33485 [  6370] By: jhi                                   on 2000/07/11  19:31:13
33486         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
33487      Branch: cfgperl
33488            ! t/pragma/overload.t
33489 ____________________________________________________________________________
33490 [  6369] By: gsar                                  on 2000/07/11  19:27:48
33491         Log: integrate cfgperl changes#6293..6324 into mainline
33492      Branch: perl
33493           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
33494            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
33495           !> (integrate 30 files)
33496 ____________________________________________________________________________
33497 [  6368] By: gsar                                  on 2000/07/11  19:18:57
33498         Log: skip integrate of problematic change#6292 from cfgperl into mainline
33499      Branch: perl
33500           !> pp_hot.c
33501 ____________________________________________________________________________
33502 [  6367] By: gsar                                  on 2000/07/11  19:17:21
33503         Log: integrate cfgperl changes#6288..6290 into mainline
33504      Branch: perl
33505           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
33506 ____________________________________________________________________________
33507 [  6366] By: gsar                                  on 2000/07/11  19:11:18
33508         Log: integrate cfgperl changes#6268..6282 into mainline
33509      Branch: perl
33510           !> (integrate 30 files)
33511 ____________________________________________________________________________
33512 [  6365] By: gsar                                  on 2000/07/11  18:57:00
33513         Log: delete new accidentally branched file
33514      Branch: perl
33515            - t/op/method2entersub.t
33516 ____________________________________________________________________________
33517 [  6364] By: gsar                                  on 2000/07/11  18:55:13
33518         Log: skip integrate of change#6267 from cfgperl into mainline (the
33519              method call optimization is flawed without additional hints
33520              from user about immutableness of @ISA and no runtime method
33521              definitions)
33522      Branch: perl
33523           +> t/op/method2entersub.t
33524           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
33525           !> perl.h t/op/sprintf.t xsutils.c
33526 ____________________________________________________________________________
33527 [  6363] By: gsar                                  on 2000/07/11  18:49:43
33528         Log: integrate cfgperl changes#6261..6266 into mainline
33529      Branch: perl
33530           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
33531           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
33532           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33533           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
33534 ____________________________________________________________________________
33535 [  6362] By: gsar                                  on 2000/07/11  18:43:26
33536         Log: integrate cfgperl changes#6252..6260 into mainline
33537      Branch: perl
33538           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
33539           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
33540           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
33541           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
33542 ____________________________________________________________________________
33543 [  6361] By: gsar                                  on 2000/07/11  18:37:12
33544         Log: skip integrate of problematic change#6251 from cfgperl into mainline
33545      Branch: perl
33546           !> lib/Exporter.pm
33547 ____________________________________________________________________________
33548 [  6360] By: gsar                                  on 2000/07/11  18:34:56
33549         Log: integrate cfgperl change#6250 into mainline
33550      Branch: perl
33551           +> t/op/my_stash.t
33552           !> MANIFEST embed.pl proto.h toke.c
33553 ____________________________________________________________________________
33554 [  6359] By: gsar                                  on 2000/07/11  18:21:19
33555         Log: integrate cfgperl changes#6242..6249 into mainline
33556      Branch: perl
33557           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
33558           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
33559           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
33560           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
33561           !> t/lib/peek.t utf8.c
33562 ____________________________________________________________________________
33563 [  6358] By: gsar                                  on 2000/07/11  18:15:45
33564         Log: skip integrate of problematic change#6241 from cfgperl into mainline
33565      Branch: perl
33566           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
33567 ____________________________________________________________________________
33568 [  6357] By: jhi                                   on 2000/07/11  18:15:16
33569         Log: Fix for
33570              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33571              From: Roderick Schertler <roderick@argon.org> 
33572              Date: Tue, 11 Jul 2000 13:55:05 -0400 
33573              Message-Id: <200007111755.NAA05077@jones.argon.org> 
33574      Branch: cfgperl
33575            ! doio.c
33576 ____________________________________________________________________________
33577 [  6356] By: jhi                                   on 2000/07/11  18:12:51
33578         Log: Typo in #6341.
33579      Branch: cfgperl
33580            ! pp_hot.c
33581 ____________________________________________________________________________
33582 [  6355] By: gsar                                  on 2000/07/11  18:12:10
33583         Log: integrate cfgperl changes#6231..6240 into mainline
33584      Branch: perl
33585           +> pod/perlutil.pod
33586           !> (integrate 35 files)
33587 ____________________________________________________________________________
33588 [  6354] By: jhi                                   on 2000/07/11  18:04:34
33589         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
33590              From: Dominic Dunlop <domo@computer.org> 
33591              Date: Tue, 11 Jul 2000 12:27:33 +0200 
33592              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
33593              
33594              Replaces change #6268.
33595      Branch: cfgperl
33596            ! t/op/sprintf.t
33597 ____________________________________________________________________________
33598 [  6353] By: gsar                                  on 2000/07/11  17:59:51
33599         Log: skip integrate of problematic change#6230 from cfgperl into mainline
33600              (a later version of File::Spec is already in mainline)
33601      Branch: perl
33602           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
33603           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
33604 ____________________________________________________________________________
33605 [  6352] By: gsar                                  on 2000/07/11  17:57:48
33606         Log: integrate cfgperl changes#6224..6229 into mainline
33607      Branch: perl
33608           +> lib/lib.pm.PL
33609            - lib/lib.pm
33610           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
33611           !> lib/English.pm op.c t/lib/english.t
33612 ____________________________________________________________________________
33613 [  6351] By: gsar                                  on 2000/07/11  17:50:10
33614         Log: skip integrate of problematic change#6223 from cfgperl into mainline
33615      Branch: perl
33616           !> doio.c
33617 ____________________________________________________________________________
33618 [  6350] By: gsar                                  on 2000/07/11  17:48:28
33619         Log: integrate cfgperl changes#6220..6222 into mainline
33620      Branch: perl
33621           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
33622           !> toke.c utf8.c win32/win32.h
33623 ____________________________________________________________________________
33624 [  6349] By: gsar                                  on 2000/07/11  17:46:13
33625         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
33626              mainline
33627      Branch: perl
33628           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
33629           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
33630           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33631 ____________________________________________________________________________
33632 [  6348] By: jhi                                   on 2000/07/11  17:45:49
33633         Log: README.posix-bc podified from Thomas Dorner.
33634      Branch: cfgperl
33635            ! README.posix-bc
33636 ____________________________________________________________________________
33637 [  6347] By: gsar                                  on 2000/07/11  17:42:04
33638         Log: integrate cfgperl change#6217 into mainline
33639      Branch: perl
33640           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
33641           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
33642           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
33643 ____________________________________________________________________________
33644 [  6346] By: gsar                                  on 2000/07/11  17:39:37
33645         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
33646              mainline
33647      Branch: perl
33648           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
33649           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33650           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
33651           !> perlapi.h pod/perlapi.pod
33652 ____________________________________________________________________________
33653 [  6345] By: gsar                                  on 2000/07/11  17:36:42
33654         Log: integrate cfgperl changes#6207..6210 into mainline
33655      Branch: perl
33656           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
33657           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
33658 ____________________________________________________________________________
33659 [  6344] By: gsar                                  on 2000/07/11  17:31:20
33660         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
33661              mainline
33662      Branch: perl
33663           !> (integrate 40 files)
33664 ____________________________________________________________________________
33665 [  6343] By: gsar                                  on 2000/07/11  17:19:08
33666         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
33667      Branch: perl
33668           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
33669            ! Changes
33670           !> (integrate 34 files)
33671 ____________________________________________________________________________
33672 [  6342] By: jhi                                   on 2000/07/11  16:05:48
33673         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
33674              To: perl5-porters@perl.org
33675              From: Karsten Sperling <spiff@phreax.net>
33676              Date: Mon, 10 Jul 2000 15:12:52 +0200
33677              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
33678      Branch: cfgperl
33679            ! lib/Symbol.pm
33680 ____________________________________________________________________________
33681 [  6341] By: jhi                                   on 2000/07/11  15:59:23
33682         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
33683              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33684              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
33685              Date: Fri, 07 Jul 2000 17:57:16 +0100
33686      Branch: cfgperl
33687            ! pp_hot.c
33688 ____________________________________________________________________________
33689 [  6340] By: jhi                                   on 2000/07/11  15:55:47
33690         Log: Subject: Re: format bug report  [Patch]
33691              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33692              Date: Wed, 05 Jul 2000 13:12:52 +0200
33693              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
33694              
33695              Subject: Re: format bug report  [Patch]
33696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33697              Date: Wed, 05 Jul 2000 14:10:01 +0200
33698              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
33699      Branch: cfgperl
33700            ! t/op/write.t toke.c
33701 ____________________________________________________________________________
33702 [  6339] By: jhi                                   on 2000/07/11  13:54:09
33703         Log: Be less forgiving about ambiguous and illegal tr ranges.
33704              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
33705              From: Mark-Jason Dominus <mjd@plover.com>
33706              Date: Tue, 04 Jul 2000 10:00:12 -0400
33707              Message-ID: <20000704140012.17772.qmail@plover.com>
33708              
33709              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
33710              From: Mark-Jason Dominus <mjd@plover.com>
33711              Date: Wed, 05 Jul 2000 09:37:36 -0400
33712              Message-ID: <20000705133736.27293.qmail@plover.com>
33713      Branch: cfgperl
33714            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
33715 ____________________________________________________________________________
33716 [  6338] By: jhi                                   on 2000/07/11  13:31:24
33717         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
33718              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33719              Date: Tue, 11 Jul 2000 13:50:51 +0100
33720              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
33721      Branch: cfgperl
33722            ! sv.c
33723 ____________________________________________________________________________
33724 [  6337] By: jhi                                   on 2000/07/11  13:29:14
33725         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
33726              From: Hugo <hv@crypt.compulink.co.uk>
33727              Date: Tue, 11 Jul 2000 12:44:50 +0100
33728              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
33729      Branch: cfgperl
33730            ! regexec.c t/op/re_tests
33731 ____________________________________________________________________________
33732 [  6336] By: jhi                                   on 2000/07/11  13:26:47
33733         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
33734              From: simon@brecon.co.uk (Simon Cozens)
33735              Date: 7 Jul 2000 11:26:09 GMT
33736              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
33737      Branch: cfgperl
33738            ! mg.c
33739 ____________________________________________________________________________
33740 [  6335] By: jhi                                   on 2000/07/11  13:23:37
33741         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
33742              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
33743              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
33744              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
33745      Branch: cfgperl
33746            + ext/DynaLoader/hints/netbsd.pl
33747            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
33748 ____________________________________________________________________________
33749 [  6334] By: jhi                                   on 2000/07/11  13:20:38
33750         Log: Subject: PATCH perlguts.pod: Document D and d magic types
33751              From: mjd@plover.com
33752              Date: 5 Jul 2000 18:01:51 -0000
33753              Message-ID: <20000705180151.29413.qmail@plover.com>
33754      Branch: cfgperl
33755            ! pod/perlguts.pod
33756 ____________________________________________________________________________
33757 [  6333] By: jhi                                   on 2000/07/11  13:15:51
33758         Log: Precedence goof, fix based on
33759              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
33760              From: Hugo <hv@crypt.compulink.co.uk>
33761              Date: Tue, 11 Jul 2000 12:52:38 +0100
33762              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
33763      Branch: cfgperl
33764            ! t/op/taint.t
33765 ____________________________________________________________________________
33766 [  6332] By: jhi                                   on 2000/07/11  12:40:17
33767         Log: Integrate with Sarathy.
33768      Branch: cfgperl
33769           !> win32/win32sck.c
33770 ____________________________________________________________________________
33771 [  6331] By: jhi                                   on 2000/07/10  20:14:16
33772         Log: Sprinkle ldlibpath.
33773      Branch: cfgperl
33774            ! pod/Makefile.SH
33775 ____________________________________________________________________________
33776 [  6330] By: jhi                                   on 2000/07/10  17:54:49
33777         Log: More POSIX.pod tweaks.
33778      Branch: cfgperl
33779            ! ext/POSIX/POSIX.pod
33780 ____________________________________________________________________________
33781 [  6329] By: jhi                                   on 2000/07/10  14:02:12
33782         Log: Reorder perl.pod once more.
33783      Branch: cfgperl
33784            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33785 ____________________________________________________________________________
33786 [  6328] By: gsar                                  on 2000/07/10  07:06:00
33787         Log: accept() leaks memory on windows due to incorrect ordering of
33788              closesocket() and fclose() calls
33789      Branch: perl
33790            ! win32/win32sck.c
33791 ____________________________________________________________________________
33792 [  6327] By: gsar                                  on 2000/07/10  06:49:17
33793         Log: winsock options weren't being set in all threads under ithreads
33794              (caused send()s from second and subsequent threads to fail)
33795      Branch: perl
33796            ! win32/win32sck.c
33797 ____________________________________________________________________________
33798 [  6326] By: jhi                                   on 2000/07/08  02:45:40
33799         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
33800              was cast to an unsigned (32-bit) integer with wild abandon.
33801      Branch: cfgperl
33802            ! ext/Devel/DProf/DProf.xs
33803 ____________________________________________________________________________
33804 [  6325] By: jhi                                   on 2000/07/07  18:50:33
33805         Log: Remove perlbook, update perlfaq book listing,
33806              rearrange perl.pod, regenerate perltoc.
33807      Branch: cfgperl
33808            - pod/perlbook.pod
33809            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
33810            ! pod/perlfaq2.pod pod/perltoc.pod
33811 ____________________________________________________________________________
33812 [  6324] By: jhi                                   on 2000/07/07  14:03:40
33813         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
33814      Branch: cfgperl
33815            ! sv.h toke.c
33816 ____________________________________________________________________________
33817 [  6323] By: jhi                                   on 2000/07/06  16:03:55
33818         Log: Fix complaints of buildtoc.
33819      Branch: cfgperl
33820            + lib/Win32.pod
33821            - pod/Win32.pod
33822            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33823 ____________________________________________________________________________
33824 [  6322] By: jhi                                   on 2000/07/06  15:15:52
33825         Log: Add =head1 NAMEs so that buildtoc is happy.
33826              (The CGI::Util nit reported to Lincoln.)
33827      Branch: cfgperl
33828            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
33829            ! pod/perltoc.pod
33830 ____________________________________________________________________________
33831 [  6321] By: jhi                                   on 2000/07/06  03:16:04
33832         Log: Config is being used.
33833      Branch: cfgperl
33834            ! t/op/method.t
33835 ____________________________________________________________________________
33836 [  6320] By: jhi                                   on 2000/07/06  03:13:13
33837         Log: Integrate with Sarathy.
33838      Branch: cfgperl
33839           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
33840 ____________________________________________________________________________
33841 [  6319] By: jhi                                   on 2000/07/06  03:11:46
33842         Log: Autogenerate pod/Makefile and pod/buildtoc.
33843              buildtoc also checks whether the existin pods are
33844              mentioned in MANIFEST and perl.pod, and vice versa.
33845              (None of the thusly found discrepancies fixed yet.)
33846              roffitall also needs to be autogenerated similarly but it
33847              seems so badly out of date that I didn't touch it yet.
33848      Branch: cfgperl
33849            + pod/Makefile.SH pod/buildtoc.PL
33850            - pod/Makefile pod/buildtoc
33851            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
33852 ____________________________________________________________________________
33853 [  6318] By: gsar                                  on 2000/07/05  22:10:54
33854         Log: fix UNC path handling on Windows under ithreads, and chdir()
33855              return value when given a non-existent directory
33856      Branch: perl
33857            ! win32/vdir.h
33858 ____________________________________________________________________________
33859 [  6317] By: gsar                                  on 2000/07/05  22:08:19
33860         Log: winsock cleanup never done on Windows (leads to handle leaks)
33861      Branch: perl
33862            ! win32/perllib.c win32/win32sck.c
33863 ____________________________________________________________________________
33864 [  6316] By: gsar                                  on 2000/07/05  22:06:19
33865         Log: some debugger output does not go to the socket when RemotePort is set
33866      Branch: perl
33867            ! lib/perl5db.pl
33868 ____________________________________________________________________________
33869 [  6315] By: jhi                                   on 2000/07/05  00:25:21
33870         Log: Integrate with Sarathy, preliminary fix for unicos
33871              alignment problems in [ID 20000612.002] Perl problem on Cray system.
33872      Branch: cfgperl
33873            ! sv.h
33874           !> pp_hot.c
33875 ____________________________________________________________________________
33876 [  6314] By: gsar                                  on 2000/07/04  23:34:02
33877         Log: tyop in change#6306
33878      Branch: perl
33879            ! pp_hot.c
33880 ____________________________________________________________________________
33881 [  6313] By: jhi                                   on 2000/07/04  22:14:38
33882         Log: Multiline string literals ENONPORTABLE.
33883      Branch: cfgperl
33884            ! pp_hot.c
33885 ____________________________________________________________________________
33886 [  6312] By: jhi                                   on 2000/07/04  20:34:44
33887         Log: Integrate with Sarathy.
33888      Branch: cfgperl
33889           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
33890           !> t/op/method.t
33891 ____________________________________________________________________________
33892 [  6311] By: jhi                                   on 2000/07/04  20:30:56
33893         Log: More POSIX.pod embellishment.
33894      Branch: cfgperl
33895            ! ext/POSIX/POSIX.pod
33896 ____________________________________________________________________________
33897 [  6310] By: gsar                                  on 2000/07/04  17:28:48
33898         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
33899      Branch: perl
33900            ! t/lib/b.t
33901 ____________________________________________________________________________
33902 [  6309] By: jhi                                   on 2000/07/04  17:22:18
33903         Log: The #6308 required a little bit more.
33904      Branch: cfgperl
33905            ! Makefile.SH win32/Makefile
33906 ____________________________________________________________________________
33907 [  6308] By: jhi                                   on 2000/07/04  16:35:24
33908         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
33909      Branch: cfgperl
33910            + lib/lib_pm.PL
33911            - lib/lib.pm.PL
33912            ! MANIFEST Makefile.SH
33913 ____________________________________________________________________________
33914 [  6307] By: jhi                                   on 2000/07/04  16:28:58
33915         Log: Win32 patches for cfgperl from Sarathy.
33916      Branch: cfgperl
33917            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
33918            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
33919            ! thread.h toke.c util.c win32/Makefile win32/win32.c
33920 ____________________________________________________________________________
33921 [  6306] By: gsar                                  on 2000/07/04  16:28:40
33922         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
33923              (from Richard Soderberg <rs@oregonnet.com>)
33924      Branch: perl
33925            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
33926 ____________________________________________________________________________
33927 [  6305] By: jhi                                   on 2000/07/04  16:24:24
33928         Log: Integrate with Sarathy.
33929      Branch: cfgperl
33930           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
33931           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33932           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
33933           !> proto.h win32/win32.c
33934 ____________________________________________________________________________
33935 [  6304] By: gsar                                  on 2000/07/04  16:17:24
33936         Log: missing perldiag entry for unpack("w",...) diagnostic (from
33937              Andreas Koenig)
33938      Branch: perl
33939            ! pod/perldiag.pod
33940 ____________________________________________________________________________
33941 [  6303] By: gsar                                  on 2000/07/04  16:14:44
33942         Log: remove rel2abs prototypes (from Barrie Slaymaker)
33943      Branch: perl
33944            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33945            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33946 ____________________________________________________________________________
33947 [  6302] By: gsar                                  on 2000/07/04  04:59:35
33948         Log: adjust change#6299
33949      Branch: perl
33950            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
33951            ! win32/win32.c
33952 ____________________________________________________________________________
33953 [  6301] By: jhi                                   on 2000/07/04  04:50:07
33954         Log: Integrate with Sarathy.
33955      Branch: cfgperl
33956           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
33957           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
33958           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
33959 ____________________________________________________________________________
33960 [  6300] By: gsar                                  on 2000/07/04  04:42:09
33961         Log: PERL_OBJECT build tweak
33962      Branch: perl
33963            ! perl.h
33964 ____________________________________________________________________________
33965 [  6299] By: gsar                                  on 2000/07/04  04:37:00
33966         Log: fix memory leak on Windows (PL_sys_intern contents were never
33967              freed)
33968      Branch: perl
33969            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33970            ! perlapi.c proto.h win32/win32.c
33971 ____________________________________________________________________________
33972 [  6298] By: gsar                                  on 2000/07/04  04:15:59
33973         Log: fix large memory leak that has been around for ever, masked by
33974              -DPURIFY (most of the arenas were never freed!)
33975      Branch: perl
33976            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
33977 ____________________________________________________________________________
33978 [  6297] By: gsar                                  on 2000/07/04  04:07:46
33979         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
33980      Branch: perl
33981            ! perl.c
33982 ____________________________________________________________________________
33983 [  6296] By: jhi                                   on 2000/06/30  18:28:37
33984         Log: Elaborate POSIX.pod.  Still needs work.
33985      Branch: cfgperl
33986            ! ext/POSIX/POSIX.pod
33987 ____________________________________________________________________________
33988 [  6295] By: jhi                                   on 2000/06/30  14:58:18
33989         Log: Point to perlipc for more SysV IPC examples.
33990      Branch: cfgperl
33991            ! pod/perlfunc.pod
33992 ____________________________________________________________________________
33993 [  6294] By: gsar                                  on 2000/06/30  14:47:45
33994         Log: slurp mode fix in change#4736 still not quite right
33995      Branch: perl
33996            ! pp_hot.c t/io/argv.t
33997 ____________________________________________________________________________
33998 [  6293] By: jhi                                   on 2000/06/30  12:02:55
33999         Log: Integrate with Sarathy.
34000      Branch: cfgperl
34001           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
34002 ____________________________________________________________________________
34003 [  6292] By: jhi                                   on 2000/06/30  12:01:11
34004         Log: From: simon@brecon.co.uk (Simon Cozens)
34005              Subject: UTF8 concat
34006              Date: 30 Jun 2000 06:13:25 GMT
34007              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
34008      Branch: cfgperl
34009            ! pp_hot.c
34010 ____________________________________________________________________________
34011 [  6291] By: gsar                                  on 2000/06/30  04:37:33
34012         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
34013              when @_ is modified, causing coredumps
34014      Branch: perl
34015            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
34016 ____________________________________________________________________________
34017 [  6290] By: jhi                                   on 2000/06/30  02:21:44
34018         Log: Integrate with Sarathy.
34019      Branch: cfgperl
34020           !> vms/vms.c vms/vmsish.h
34021 ____________________________________________________________________________
34022 [  6289] By: jhi                                   on 2000/06/30  02:21:02
34023         Log: Check VERSIONs.
34024      Branch: cfgperl
34025            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34026            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34027            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34028 ____________________________________________________________________________
34029 [  6288] By: jhi                                   on 2000/06/30  02:18:52
34030         Log: Integrate with Sarathy.
34031      Branch: cfgperl
34032           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
34033           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34034           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34035           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
34036 ____________________________________________________________________________
34037 [  6287] By: gsar                                  on 2000/06/30  02:17:08
34038         Log: integrate vmsperl changes into mainline
34039      Branch: perl
34040           !> vms/vms.c vms/vmsish.h
34041 ____________________________________________________________________________
34042 [  6285] By: gsar                                  on 2000/06/30  02:05:28
34043         Log: localize %INC in a Safe compartment so that use/require work
34044              (many other magic globals probably need similar treatment)
34045      Branch: perl
34046            ! ext/Opcode/Opcode.xs
34047 ____________________________________________________________________________
34048 [  6284] By: gsar                                  on 2000/06/30  01:54:54
34049         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
34050              about Windows
34051      Branch: perl
34052            ! pod/perlembed.pod
34053 ____________________________________________________________________________
34054 [  6283] By: jhi                                   on 2000/06/30  01:50:10
34055         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
34056              From: Barrie Slaymaker <barries@jester.slaysys.com>
34057              Date: Wed, 28 Jun 2000 11:35:29 -0400
34058              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
34059      Branch: perl
34060            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34061            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34062            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34063            ! lib/File/Spec/Win32.pm
34064 ____________________________________________________________________________
34065 [  6282] By: jhi                                   on 2000/06/29  22:57:22
34066         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
34067              From: Dan Sugalski <dan@sidhe.org>
34068              Date: Tue, 06 Jun 2000 11:59:50 -0400
34069              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
34070      Branch: cfgperl
34071            ! vms/vms.c
34072 ____________________________________________________________________________
34073 [  6281] By: jhi                                   on 2000/06/29  22:52:50
34074         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
34075              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34076              Date: Wed, 7 Jun 2000 04:02:04 -0500
34077              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
34078      Branch: cfgperl
34079            ! utils/h2xs.PL
34080 ____________________________________________________________________________
34081 [  6280] By: jhi                                   on 2000/06/29  22:45:47
34082         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
34083              From: rspier@pobox.com (Robert Spier)
34084              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
34085              Message-ID: <14654.31913.845602.610277@rls.cx>
34086      Branch: cfgperl
34087            ! utils/h2xs.PL
34088 ____________________________________________________________________________
34089 [  6279] By: jhi                                   on 2000/06/29  22:38:16
34090         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
34091              From: Tim Ayers <tayers@bridge.com>
34092              Date: Thu, 08 Jun 2000 08:11:06 +0200
34093              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
34094              [resent by Richard Foley, Message-Id probably wrong]
34095      Branch: cfgperl
34096            ! pod/perlsub.pod
34097 ____________________________________________________________________________
34098 [  6278] By: jhi                                   on 2000/06/29  22:21:45
34099         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
34100              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
34101              Date: Fri, 09 Jun 2000 12:39:27 -0400
34102              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
34103              (plus update the version "number" of Text::Wrap)
34104      Branch: cfgperl
34105            ! lib/Text/Wrap.pm
34106 ____________________________________________________________________________
34107 [  6277] By: jhi                                   on 2000/06/29  22:13:10
34108         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
34109              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34110              Date: Mon, 12 Jun 2000 14:55:59 +0100
34111              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
34112      Branch: cfgperl
34113            ! pod/perlfunc.pod
34114 ____________________________________________________________________________
34115 [  6276] By: jhi                                   on 2000/06/29  22:11:06
34116         Log: Subject: [PATCH] Re: eval documentation: context
34117              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34118              Date: Mon, 12 Jun 2000 15:07:29 +0100
34119              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
34120      Branch: cfgperl
34121            ! pod/perlfunc.pod
34122 ____________________________________________________________________________
34123 [  6275] By: jhi                                   on 2000/06/29  21:59:46
34124         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
34125              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34126              Date: Tue, 13 Jun 2000 02:43:48 -0500
34127              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
34128      Branch: cfgperl
34129            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
34130 ____________________________________________________________________________
34131 [  6274] By: jhi                                   on 2000/06/29  21:56:14
34132         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
34133              From: Andy Dougherty <doughera@lafayette.edu>
34134              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
34135              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
34136      Branch: cfgperl
34137            ! ext/File/Glob/Glob.pm
34138 ____________________________________________________________________________
34139 [  6273] By: jhi                                   on 2000/06/29  21:49:09
34140         Log: Subject: [PATCH] xsub attributes
34141              From: Doug MacEachern <dougm@covalent.net>
34142              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
34143              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
34144      Branch: cfgperl
34145            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
34146            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
34147 ____________________________________________________________________________
34148 [  6272] By: jhi                                   on 2000/06/29  21:41:28
34149         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
34150              From: Tom Phoenix <rootbeer@redcat.com>
34151              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
34152              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
34153      Branch: cfgperl
34154            ! lib/Net/Ping.pm
34155 ____________________________________________________________________________
34156 [  6271] By: jhi                                   on 2000/06/29  21:36:55
34157         Log: Subject: PATCH pod/perltie.pod
34158              From: Ian Phillipps <Ian.Phillipps@iname.com>
34159              Date: Fri, 16 Jun 2000 00:17:19 +0100
34160              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
34161              (only the first hunk, the second hunk had already been done
34162              by some other patch)
34163      Branch: cfgperl
34164            ! pod/perltie.pod
34165 ____________________________________________________________________________
34166 [  6270] By: jhi                                   on 2000/06/29  21:24:51
34167         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
34168              From: Nicholas Clark <nick@talking.bollo.cx>
34169              Date: Fri, 23 Jun 2000 16:21:15 +0100
34170              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
34171      Branch: cfgperl
34172            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
34173            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
34174 ____________________________________________________________________________
34175 [  6269] By: jhi                                   on 2000/06/29  19:38:15
34176         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
34177              silence few compiler warnings.
34178      Branch: cfgperl
34179            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
34180 ____________________________________________________________________________
34181 [  6268] By: jhi                                   on 2000/06/29  18:21:50
34182         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
34183              From: Dominic Dunlop <domo@computer.org> 
34184              Date: Thu, 29 Jun 2000 12:32:39 +0200 
34185              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
34186      Branch: cfgperl
34187            ! t/op/sprintf.t
34188 ____________________________________________________________________________
34189 [  6267] By: jhi                                   on 2000/06/29  18:16:07
34190         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
34191              From: Doug MacEachern <dougm@covalent.net>
34192              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
34193              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
34194      Branch: cfgperl
34195            + t/op/method2entersub.t
34196            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
34197            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34198            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
34199            ! xsutils.c
34200 ____________________________________________________________________________
34201 [  6266] By: jhi                                   on 2000/06/29  15:11:15
34202         Log: Subject: [PATCH 5.6.0] cygwin port
34203              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
34204              From: "Fifer, Eric" <EFifer@sanwaint.com>
34205              Date: Thu, 29 Jun 2000 12:58:29 +0100
34206      Branch: cfgperl
34207            ! cygwin/Makefile.SHs
34208 ____________________________________________________________________________
34209 [  6265] By: jhi                                   on 2000/06/29  15:04:05
34210         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
34211              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34212              Date: Wed, 28 Jun 2000 17:50:12 -0700
34213              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
34214      Branch: cfgperl
34215            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34216 ____________________________________________________________________________
34217 [  6264] By: jhi                                   on 2000/06/29  15:00:57
34218         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
34219              From: Marty Lucich <marty@netcom.com>
34220              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
34221              Message-Id: <200006282116.OAA11148@netcom.com>
34222              ccdlflags update (the BSD/OS 4.1 part had already been taken
34223              care of by #6141).
34224      Branch: cfgperl
34225            ! hints/bsdos.sh
34226 ____________________________________________________________________________
34227 [  6263] By: jhi                                   on 2000/06/29  13:47:44
34228         Log: tr fixes from Simon Cozens
34229      Branch: cfgperl
34230            ! doop.c
34231 ____________________________________________________________________________
34232 [  6262] By: jhi                                   on 2000/06/28  18:46:01
34233         Log: Subject: 5.6.0 Patch for EPOC
34234              From: Olaf Flebbe <o.flebbe@gmx.de>
34235              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
34236              Message-ID: <23449.960929969@www11.gmx.net>
34237      Branch: cfgperl
34238            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
34239            ! epoc/epocish.h
34240 ____________________________________________________________________________
34241 [  6261] By: jhi                                   on 2000/06/28  18:29:07
34242         Log: Subject: Re: [PATCH cfgperl] BOMs away!
34243              From: simon@brecon.co.uk (Simon Cozens)
34244              Date: 17 Jun 2000 11:49:57 GMT
34245              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
34246      Branch: cfgperl
34247            ! pod/perldiag.pod t/comp/require.t toke.c
34248 ____________________________________________________________________________
34249 [  6260] By: jhi                                   on 2000/06/28  17:47:16
34250         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
34251              From: simon@brecon.co.uk (Simon Cozens) 
34252              Date: 17 Jun 2000 11:56:44 GMT 
34253              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
34254              pack U0, pack C0
34255      Branch: cfgperl
34256            ! pod/perlfunc.pod pp.c t/op/pack.t
34257 ____________________________________________________________________________
34258 [  6259] By: jhi                                   on 2000/06/28  16:43:17
34259         Log: perlnewmod was missing from MANIFEST.
34260      Branch: cfgperl
34261            ! MANIFEST
34262 ____________________________________________________________________________
34263 [  6258] By: jhi                                   on 2000/06/28  15:54:30
34264         Log: linenumber tweak
34265      Branch: cfgperl
34266            ! t/pragma/warn/regcomp
34267 ____________________________________________________________________________
34268 [  6257] By: jhi                                   on 2000/06/28  15:50:44
34269         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
34270              From: Doug MacEachern <dougm@covalent.net>
34271              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
34272              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
34273              (one part of the patch had been applied earlier)
34274      Branch: cfgperl
34275            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
34276 ____________________________________________________________________________
34277 [  6256] By: jhi                                   on 2000/06/28  15:40:22
34278         Log: tweaks from Simon Cozens to further fix tr/// under utf8
34279      Branch: cfgperl
34280            ! doop.c
34281 ____________________________________________________________________________
34282 [  6255] By: jhi                                   on 2000/06/28  15:33:45
34283         Log: small thinko tweaks
34284      Branch: cfgperl
34285            ! lib/IPC/Open3.pm t/op/my_stash.t
34286 ____________________________________________________________________________
34287 [  6254] By: jhi                                   on 2000/06/28  15:33:25
34288         Log: Subject: tr///, help wanted.
34289              From: simon@brecon.co.uk (Simon Cozens)
34290              Date: 28 Jun 2000 11:29:04 GMT
34291              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
34292      Branch: cfgperl
34293            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
34294            ! pp_proto.h proto.h t/op/tr.t
34295 ____________________________________________________________________________
34296 [  6253] By: jhi                                   on 2000/06/28  15:09:17
34297         Log: Paranoia tweak on #6249.
34298              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34299              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34300              Date: Sun, 25 Jun 2000 23:43:12 -0400
34301              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
34302      Branch: cfgperl
34303            ! lib/IPC/Open3.pm
34304 ____________________________________________________________________________
34305 [  6252] By: jhi                                   on 2000/06/28  15:01:38
34306         Log: Document #6249 and #6251.
34307      Branch: cfgperl
34308            ! lib/Exporter.pm lib/IPC/Open3.pm
34309 ____________________________________________________________________________
34310 [  6251] By: jhi                                   on 2000/06/28  14:50:43
34311         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
34312              From: Doug MacEachern <dougm@covalent.net>
34313              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
34314              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
34315      Branch: cfgperl
34316            ! lib/Exporter.pm
34317 ____________________________________________________________________________
34318 [  6250] By: jhi                                   on 2000/06/28  14:45:23
34319         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
34320              From: Doug MacEachern <dougm@covalent.net>
34321              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
34322              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
34323      Branch: cfgperl
34324            + t/op/my_stash.t
34325            ! MANIFEST embed.pl global.sym proto.h toke.c
34326 ____________________________________________________________________________
34327 [  6249] By: jhi                                   on 2000/06/28  14:36:34
34328         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
34329              From: Frank Tobin <ftobin@uiuc.edu>
34330              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
34331              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
34332      Branch: cfgperl
34333            ! lib/IPC/Open3.pm
34334 ____________________________________________________________________________
34335 [  6248] By: jhi                                   on 2000/06/28  14:11:25
34336         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
34337              From: Mark-Jason Dominus <mjd@plover.com>
34338              Date: Tue, 27 Jun 2000 22:36:42 -0400
34339              Message-ID: <20000628023642.12166.qmail@plover.com>
34340      Branch: cfgperl
34341            ! pod/perlfunc.pod
34342 ____________________________________________________________________________
34343 [  6247] By: jhi                                   on 2000/06/27  12:46:37
34344         Log: Tweak $VERSION, patch from Doug MacEachern.
34345      Branch: cfgperl
34346            ! lib/File/Spec.pm
34347 ____________________________________________________________________________
34348 [  6246] By: jhi                                   on 2000/06/27  03:34:46
34349         Log: Allow for standalone testing.
34350      Branch: cfgperl
34351            ! t/lib/filefunc.t t/lib/filespec.t
34352 ____________________________________________________________________________
34353 [  6245] By: jhi                                   on 2000/06/27  02:50:02
34354         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
34355              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34356              Date: Sat, 24 Jun 2000 13:06:20 +0100
34357              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
34358      Branch: cfgperl
34359            ! ext/DynaLoader/DynaLoader_pm.PL
34360 ____________________________________________________________________________
34361 [  6244] By: jhi                                   on 2000/06/27  02:46:10
34362         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
34363              From: Doug MacEachern <dougm@covalent.net>
34364              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
34365              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
34366      Branch: cfgperl
34367            ! gv.c sv.c t/lib/peek.t
34368 ____________________________________________________________________________
34369 [  6243] By: jhi                                   on 2000/06/27  02:38:07
34370         Log: Subject: [PATCH] is_utf8_string
34371              From: simon@brecon.co.uk (Simon Cozens)
34372              Date: 26 Jun 2000 02:25:59 GMT
34373              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
34374      Branch: cfgperl
34375            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
34376            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
34377            ! proto.h utf8.c
34378 ____________________________________________________________________________
34379 [  6242] By: jhi                                   on 2000/06/27  02:24:00
34380         Log: Subject: [PATCH] bytes<->utf8 fixes
34381              From: simon@brecon.co.uk (Simon Cozens)
34382              Date: 26 Jun 2000 04:55:45 GMT
34383              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
34384      Branch: cfgperl
34385            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
34386 ____________________________________________________________________________
34387 [  6241] By: jhi                                   on 2000/06/27  02:12:42
34388         Log: Do no -warn on \_, only on \alpha.
34389              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
34390              From: David Dyck <dcd@tc.fluke.com>
34391              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
34392              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
34393      Branch: cfgperl
34394            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
34395 ____________________________________________________________________________
34396 [  6240] By: jhi                                   on 2000/06/27  02:00:01
34397         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
34398              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34399              Date: Mon, 26 Jun 2000 18:40:14 +0100
34400              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
34401      Branch: cfgperl
34402            ! utils/h2xs.PL
34403 ____________________________________________________________________________
34404 [  6239] By: jhi                                   on 2000/06/27  01:53:40
34405         Log: Configure maintenance.  Sever some dependency cycles,
34406              separate gccversion from the cc unit,
34407              address [ID 20000623.006] Configure script patch for using gcc on AIX
34408              (but solve it a little bit differently),
34409              unduplex some accidentally duplicated units,
34410              suggest using gcc if no cc available
34411              (p5p thread: "Solaris configure: counterproposal", 1999-09)
34412      Branch: cfgperl
34413            ! Configure Todo-5.6 config_h.SH
34414      Branch: metaconfig
34415            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
34416            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
34417      Branch: metaconfig/U/perl
34418            + gccvers.U
34419            ! d_getespwnam.U d_getprpwnam.U i_prot.U
34420 ____________________________________________________________________________
34421 [  6238] By: jhi                                   on 2000/06/25  18:04:56
34422         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
34423              From: Dan Sugalski <dan@sidhe.org>
34424              Date: Fri, 23 Jun 2000 17:00:00 -0400
34425              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
34426      Branch: cfgperl
34427            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
34428 ____________________________________________________________________________
34429 [  6237] By: jhi                                   on 2000/06/25  16:36:45
34430         Log: Tweak embed.pl, regen headers.
34431      Branch: cfgperl
34432            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
34433            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
34434            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
34435            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
34436            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
34437 ____________________________________________________________________________
34438 [  6236] By: jhi                                   on 2000/06/25  15:26:42
34439         Log: Regen headers.
34440      Branch: cfgperl
34441            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
34442            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
34443            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
34444            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
34445            ! regnodes.h warnings.h
34446 ____________________________________________________________________________
34447 [  6235] By: jhi                                   on 2000/06/23  19:39:35
34448         Log: The thread begun by
34449              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
34450              From: Kevin.Ruscoe@ubsw.com
34451              Date: Fri, 16 Jun 2000 16:38:51 +0100
34452              Message-Id: <H000019b03c300d6@MHS>
34453      Branch: cfgperl
34454            ! hints/solaris_2.sh
34455 ____________________________________________________________________________
34456 [  6234] By: jhi                                   on 2000/06/23  19:23:36
34457         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
34458              because when run as services (Win32ese for daemons)
34459              no environment variables are set and tmpdir ends up as /tmp,
34460              which is ambiguous.
34461              
34462              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
34463              From: matt@sergeant.org
34464              Date: 16 Jun 2000 16:30:43 -0000
34465              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
34466      Branch: cfgperl
34467            ! lib/File/Spec/Win32.pm
34468 ____________________________________________________________________________
34469 [  6233] By: jhi                                   on 2000/06/23  19:18:58
34470         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
34471              From: Mark-Jason Dominus <mjd@plover.com>
34472              Date: Fri, 16 Jun 2000 20:53:04 -0400
34473              Message-ID: <20000617005304.8008.qmail@plover.com>
34474      Branch: cfgperl
34475            ! op.h
34476 ____________________________________________________________________________
34477 [  6232] By: jhi                                   on 2000/06/23  16:10:02
34478         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
34479              From: simon@brecon.co.uk (Simon Cozens)
34480              Date: 19 Jun 2000 15:18:27 GMT
34481              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
34482              
34483              plus update pod/Makefile and regenerate perltoc
34484      Branch: cfgperl
34485            + pod/perlutil.pod
34486            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
34487 ____________________________________________________________________________
34488 [  6231] By: jhi                                   on 2000/06/23  15:19:18
34489         Log: Subject: [PATCH 5.6.0] cygwin port
34490              From: "Fifer, Eric" <EFifer@sanwaint.com>
34491              Date: Tue, 20 Jun 2000 14:30:58 +0100
34492              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
34493      Branch: cfgperl
34494            ! README.cygwin lib/File/Find.pm
34495 ____________________________________________________________________________
34496 [  6230] By: jhi                                   on 2000/06/23  14:25:21
34497         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
34498      Branch: cfgperl
34499            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34500            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34501            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34502            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
34503 ____________________________________________________________________________
34504 [  6229] By: jhi                                   on 2000/06/23  14:13:34
34505         Log: Subject: README.hpux version 0.6.1
34506              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
34507              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34508              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
34509      Branch: cfgperl
34510            ! README.hpux
34511 ____________________________________________________________________________
34512 [  6228] By: jhi                                   on 2000/06/23  14:07:20
34513         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
34514              From: Doug MacEachern <dougm@covalent.net>
34515              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
34516              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
34517      Branch: cfgperl
34518            ! op.c
34519 ____________________________________________________________________________
34520 [  6227] By: jhi                                   on 2000/06/23  14:01:06
34521         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
34522              From: Doug MacEachern <dougm@covalent.net>
34523              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
34524              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
34525      Branch: cfgperl
34526            + lib/lib.pm.PL
34527            - lib/lib.pm
34528            ! MANIFEST Makefile.SH
34529 ____________________________________________________________________________
34530 [  6226] By: jhi                                   on 2000/06/23  13:53:07
34531         Log: Subject: [PATCH] remove forward declarations in Socket.pm
34532              From: Doug MacEachern <dougm@covalent.net>
34533              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
34534              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
34535              
34536              From: Doug MacEachern <dougm@covalent.net>
34537              Subject: Re: [PATCH] remove forward declarations in Socket.pm
34538              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
34539              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
34540      Branch: cfgperl
34541            ! ext/Socket/Socket.pm op.c
34542 ____________________________________________________________________________
34543 [  6225] By: jhi                                   on 2000/06/23  13:41:52
34544         Log: Add source code filenames to apidoc.
34545              From: simon@brecon.co.uk (Simon Cozens)
34546              Subject: [PATCH embed.pl] Source X-ref
34547              Date: 22 Jun 2000 02:18:49 GMT
34548              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
34549      Branch: cfgperl
34550            ! embed.pl
34551 ____________________________________________________________________________
34552 [  6224] By: jhi                                   on 2000/06/23  13:32:33
34553         Log: A way to avoid English.pm performance hit.
34554              From: root <root@jester.slaysys.com>
34555              Subject: [YAPATCH English.pm] My turn to putt again
34556              Date: Thu, 22 Jun 2000 20:33:58 -0400
34557              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
34558      Branch: cfgperl
34559            ! lib/English.pm t/lib/english.t
34560 ____________________________________________________________________________
34561 [  6223] By: jhi                                   on 2000/06/23  13:27:06
34562         Log: Avoid double close().
34563              Subject: [PATCH] avoid double close()
34564              From: Doug MacEachern <dougm@covalent.net>
34565              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
34566              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
34567      Branch: cfgperl
34568            ! doio.c
34569 ____________________________________________________________________________
34570 [  6222] By: jhi                                   on 2000/06/23  13:25:54
34571         Log: doc typo fix
34572              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
34573              From: Ian Phillipps <Ian.Phillipps@iname.com>
34574              Date: Fri, 23 Jun 2000 10:40:58 +0100
34575              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
34576      Branch: cfgperl
34577            ! lib/Pod/Usage.pm
34578 ____________________________________________________________________________
34579 [  6221] By: jhi                                   on 2000/06/23  13:24:15
34580         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
34581              From: simon@brecon.co.uk (Simon Cozens)
34582              Subject: [PATCH] Eliminate tr///[CU][CU]
34583              Date: 23 Jun 2000 11:05:40 GMT
34584              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
34585      Branch: cfgperl
34586            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
34587 ____________________________________________________________________________
34588 [  6220] By: jhi                                   on 2000/06/22  16:07:51
34589         Log: Win32 patches from Benjamin Stuhl.
34590      Branch: cfgperl
34591            ! makedef.pl win32/win32.h
34592 ____________________________________________________________________________
34593 [  6219] By: jhi                                   on 2000/06/22  16:06:34
34594         Log: Bytecode patches from Benjamin Stuhl.
34595      Branch: cfgperl
34596            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34597            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34598            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34599 ____________________________________________________________________________
34600 [  6218] By: jhi                                   on 2000/06/15  23:54:16
34601         Log: Bytecode patches from Benjamin Stuhl.
34602      Branch: cfgperl
34603            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34604 ____________________________________________________________________________
34605 [  6217] By: jhi                                   on 2000/06/09  13:38:29
34606         Log: Rename the fdpid locking and integrate with Sarathy.
34607      Branch: cfgperl
34608            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
34609            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
34610            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
34611            ! win32/win32.c
34612           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
34613 ____________________________________________________________________________
34614 [  6216] By: gsar                                  on 2000/06/08  14:54:21
34615         Log: be more optimal about clearing @_
34616      Branch: perl
34617            ! cop.h
34618 ____________________________________________________________________________
34619 [  6215] By: gsar                                  on 2000/06/08  14:33:04
34620         Log: tweak comment about @DB::args
34621      Branch: perl
34622            ! av.h pp_ctl.c
34623 ____________________________________________________________________________
34624 [  6214] By: gsar                                  on 2000/06/08  13:57:54
34625         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
34626              caller() wants to populate @DB::args with it (causes a coredump
34627              in Carp::confess())
34628      Branch: perl
34629            ! cop.h t/op/runlevel.t
34630 ____________________________________________________________________________
34631 [  6213] By: gsar                                  on 2000/06/08  07:06:35
34632         Log: back out change#6106 (seems problematic)
34633      Branch: perl
34634            ! hints/solaris_2.sh
34635 ____________________________________________________________________________
34636 [  6212] By: jhi                                   on 2000/06/07  03:10:36
34637         Log: Continuing mopup for #6204.
34638      Branch: cfgperl
34639            ! ext/B/defsubs_h.PL
34640 ____________________________________________________________________________
34641 [  6211] By: jhi                                   on 2000/06/07  02:41:50
34642         Log: Mopup for #6204.
34643              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
34644              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
34645              This is comes from const() where POK isn't on when expected.
34646      Branch: cfgperl
34647            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
34648            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34649            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
34650            ! perlapi.h pod/perlapi.pod
34651 ____________________________________________________________________________
34652 [  6210] By: jhi                                   on 2000/06/07  01:56:29
34653         Log: Mopup for #6207 and #6209.
34654      Branch: cfgperl
34655            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
34656 ____________________________________________________________________________
34657 [  6209] By: jhi                                   on 2000/06/07  01:33:12
34658         Log: Lock PL_fdpid against race conditions, based on:
34659              Subject: [PATCH 5.6.0]subprocess fixup for threads
34660              From: Dan Sugalski <dan@sidhe.org>
34661              To: perl5-porters@perl.org
34662              Date: Tue, 11 Apr 2000 17:02:32 -0400
34663              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
34664      Branch: cfgperl
34665            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
34666            ! win32/win32.c
34667 ____________________________________________________________________________
34668 [  6208] By: jhi                                   on 2000/06/07  01:05:23
34669         Log: Regen headers for #6207.
34670      Branch: cfgperl
34671            ! embed.h global.sym objXSUB.h proto.h
34672 ____________________________________________________________________________
34673 [  6207] By: jhi                                   on 2000/06/06  23:43:13
34674         Log: Subject: [PATCH 5.6.0] Threadsafe patches
34675              From: Dan Sugalski <dan@sidhe.org>
34676              To: perl5-porters@perl.org
34677              Date: Mon, 08 May 2000 18:08:13 -0400
34678              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
34679      Branch: cfgperl
34680            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
34681            ! proto.h sv.h util.c
34682 ____________________________________________________________________________
34683 [  6206] By: jhi                                   on 2000/06/06  23:21:23
34684         Log: Subject: [PATCH] Eliminate $a/$b in pod
34685              From: David Glasser <me@davidglasser.net>
34686              To: perl5-porters@perl.org
34687              Date: Mon, 29 May 2000 21:15:59 -0400
34688              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
34689      Branch: cfgperl
34690            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
34691            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
34692            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
34693            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
34694            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
34695            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
34696            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
34697            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
34698            ! pod/perlvar.pod pod/perlxs.pod
34699 ____________________________________________________________________________
34700 [  6205] By: jhi                                   on 2000/06/06  23:12:14
34701         Log: Subject: [PATCH] Win32 improvements
34702              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
34703              To: gsar@activestate.com, perl5-porters@perl.org
34704              Date: Mon, 29 May 2000 17:22:24 PDT
34705              Message-ID: <20000530002224.91142.qmail@hotmail.com>
34706              (MUA had mangled many lines by wordwrapping)
34707      Branch: cfgperl
34708            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
34709 ____________________________________________________________________________
34710 [  6204] By: jhi                                   on 2000/06/06  23:01:50
34711         Log: Subject: [PATCH] B::Bytecode patches
34712              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
34713              To: gsar@activestate.com, jhi@iki.fi
34714              Cc: perl5-porters@perl.org
34715              Message-ID: <20000602202526.48694.qmail@hotmail.com>
34716              (MUA had mangled many lines by wordwrapping)
34717      Branch: cfgperl
34718            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
34719            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
34720            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34721            ! intrpvar.h perl.c
34722 ____________________________________________________________________________
34723 [  6203] By: jhi                                   on 2000/06/06  22:32:43
34724         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
34725              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34726              Date: Tue, 06 Jun 2000 13:07:45 -0700
34727              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
34728      Branch: cfgperl
34729            ! pod/perldiag.pod
34730 ____________________________________________________________________________
34731 [  6202] By: jhi                                   on 2000/06/06  19:38:35
34732         Log: Integrate with Sarathy.
34733      Branch: cfgperl
34734           !> perl.c
34735 ____________________________________________________________________________
34736 [  6201] By: gsar                                  on 2000/06/06  00:42:59
34737         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
34738              does a PUSHMARK that's never ever POPMARKed; in general, only
34739              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
34740              Perl_eval_[sp]v() don't because they don't take any incoming
34741              arguments (this leak has been around since the original version
34742              of perl_eval_pv() in 5.003_97e)
34743      Branch: perl
34744            ! perl.c
34745 ____________________________________________________________________________
34746 [  6200] By: jhi                                   on 2000/06/04  03:44:52
34747         Log: Update to cperl-mode.el 4.31 from
34748              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
34749              Subject: A couple of notes
34750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34751              To: Mailing list Perl5 <perl5-porters@perl.org>
34752              Date: Sat, 3 Jun 2000 23:33:32 -0400
34753              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
34754      Branch: cfgperl
34755            ! emacs/cperl-mode.el
34756 ____________________________________________________________________________
34757 [  6199] By: jhi                                   on 2000/06/03  15:11:05
34758         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
34759              From: Dan Sugalski <dan@sidhe.org>
34760              To: perl5-porters@perl.org, vmsperl@perl.org
34761              Date: Fri, 02 Jun 2000 17:30:51 -0400
34762              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
34763      Branch: cfgperl
34764            ! vms/descrip_mms.template vms/gen_shrfls.pl
34765 ____________________________________________________________________________
34766 [  6198] By: jhi                                   on 2000/06/03  14:59:15
34767         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
34768              From: Dan Sugalski <dan@sidhe.org>
34769              To: vmsperl@perl.org, perl5-porters@perl.org
34770              Date: Fri, 02 Jun 2000 16:00:41 -0400
34771              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
34772              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
34773      Branch: cfgperl
34774            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
34775            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
34776            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
34777 ____________________________________________________________________________
34778 [  6197] By: jhi                                   on 2000/06/03  14:41:30
34779         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
34780              From: John Borwick <jhborwic@unity.ncsu.edu>
34781              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
34782              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
34783      Branch: cfgperl
34784            ! pod/perlsyn.pod
34785 ____________________________________________________________________________
34786 [  6196] By: jhi                                   on 2000/06/03  14:38:09
34787         Log: Integrate with Sarathy.
34788      Branch: cfgperl
34789           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34790           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34791           !> vms/perly_c.vms
34792 ____________________________________________________________________________
34793 [  6195] By: gsar                                  on 2000/06/02  22:43:13
34794         Log: fix yet another eval"" leak under USE_ITHREADS
34795      Branch: perl
34796            ! op.c
34797 ____________________________________________________________________________
34798 [  6194] By: gsar                                  on 2000/06/02  18:22:06
34799         Log: fix small eval"" memory leaks under USE_ITHREADS
34800      Branch: perl
34801            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34802            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34803            ! vms/perly_c.vms
34804 ____________________________________________________________________________
34805 [  6193] By: jhi                                   on 2000/06/01  13:03:56
34806         Log: Signals-be-gone for microperl.
34807      Branch: cfgperl
34808            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
34809 ____________________________________________________________________________
34810 [  6192] By: jhi                                   on 2000/06/01  12:52:02
34811         Log: Integrate with Sarathy.
34812      Branch: cfgperl
34813           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
34814           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
34815           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
34816           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
34817           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
34818           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
34819           !> t/op/vec.t utils/h2xs.PL
34820 ____________________________________________________________________________
34821 [  6191] By: gsar                                  on 2000/06/01  09:38:21
34822         Log: vec() loses numericalness (modified version of patch suggested
34823              by Robin Barker)
34824      Branch: perl
34825            ! doop.c t/op/vec.t
34826 ____________________________________________________________________________
34827 [  6190] By: gsar                                  on 2000/06/01  09:26:15
34828         Log: submit missing embed.pl change
34829      Branch: perl
34830            ! embed.pl
34831 ____________________________________________________________________________
34832 [  6189] By: gsar                                  on 2000/06/01  09:05:34
34833         Log: counting tr/// corrupts later operation (from M.J.T Guy)
34834      Branch: perl
34835            ! doop.c t/op/tr.t
34836 ____________________________________________________________________________
34837 [  6188] By: gsar                                  on 2000/06/01  08:58:39
34838         Log: h2xs tweaks
34839      Branch: perl
34840            ! utils/h2xs.PL
34841 ____________________________________________________________________________
34842 [  6187] By: gsar                                  on 2000/06/01  08:50:07
34843         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
34844              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34845      Branch: perl
34846            + lib/Pod/LaTeX.pm
34847            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
34848            ! pod/pod2latex.PL
34849 ____________________________________________________________________________
34850 [  6186] By: gsar                                  on 2000/06/01  08:24:40
34851         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
34852              <wolfgang.laun@alcatel.at>)
34853      Branch: perl
34854            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
34855            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
34856 ____________________________________________________________________________
34857 [  6185] By: gsar                                  on 2000/06/01  08:12:00
34858         Log: remove incorrect documentation about implicit split to @_ in
34859              list context, which never really worked in perl 5 (from
34860              M.J.T. Guy)
34861      Branch: perl
34862            ! pod/perlfunc.pod pod/perltrap.pod
34863 ____________________________________________________________________________
34864 [  6184] By: gsar                                  on 2000/06/01  07:52:27
34865         Log: tweak for change#6127
34866      Branch: perl
34867            ! perl.c
34868 ____________________________________________________________________________
34869 [  6183] By: gsar                                  on 2000/06/01  07:41:02
34870         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
34871              <nick@ccl4.org>)
34872      Branch: perl
34873            + t/lib/selfloader.t
34874            ! MANIFEST lib/SelfLoader.pm
34875 ____________________________________________________________________________
34876 [  6182] By: jhi                                   on 2000/06/01  00:34:42
34877         Log: Be Cleaner Part Deux.
34878      Branch: cfgperl
34879            ! Makefile.SH
34880 ____________________________________________________________________________
34881 [  6181] By: jhi                                   on 2000/06/01  00:32:09
34882         Log: Integrate with Sarathy.
34883      Branch: cfgperl
34884           !> pp.c t/op/arith.t
34885 ____________________________________________________________________________
34886 [  6180] By: jhi                                   on 2000/06/01  00:31:13
34887         Log: microperl nits from Simon Cozens.
34888      Branch: cfgperl
34889            + uconfig.h
34890            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
34891            ! unixish.h
34892 ____________________________________________________________________________
34893 [  6179] By: gsar                                  on 2000/05/31  22:37:51
34894         Log: buggy modulus on UVs introduced by change#3378 (resulted in
34895              4063328477 % 65535 amounting to 27406, instead of 27407)
34896      Branch: perl
34897            ! pp.c t/op/arith.t
34898 ____________________________________________________________________________
34899 [  6178] By: jhi                                   on 2000/05/31  21:52:41
34900         Log: Be cleaner.
34901      Branch: cfgperl
34902            ! Makefile.SH
34903 ____________________________________________________________________________
34904 [  6177] By: jhi                                   on 2000/05/31  21:47:33
34905         Log: Substitution utf8 patch from Simon Cozens.
34906      Branch: cfgperl
34907            ! pp_hot.c
34908 ____________________________________________________________________________
34909 [  6176] By: jhi                                   on 2000/05/31  21:45:34
34910         Log: Single-quoted utf8 patch from Simon Cozens.
34911      Branch: cfgperl
34912            ! toke.c
34913 ____________________________________________________________________________
34914 [  6175] By: jhi                                   on 2000/05/31  21:40:18
34915         Log: Integrate with Sarathy.
34916      Branch: cfgperl
34917           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
34918 ____________________________________________________________________________
34919 [  6174] By: jhi                                   on 2000/05/31  21:37:31
34920         Log: microperl changes from Simon Cozens; Makefile for microperl
34921              written from scratch; few casts added as microperl compilation
34922              doesn't have all prototypes available.
34923      Branch: cfgperl
34924            + Makefile.micro README.micro Todo.micro uconfig.sh
34925            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
34926            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
34927      Branch: metaconfig
34928            + U/modified/Config_h.U
34929 ____________________________________________________________________________
34930 [  6173] By: jhi                                   on 2000/05/31  20:00:24
34931         Log: metaconfig maintenance.
34932      Branch: metaconfig
34933            + U/modified/Inhdr.U U/typedefs/inotype.U
34934      Branch: metaconfig/U/perl
34935            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
34936            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
34937 ____________________________________________________________________________
34938 [  6172] By: gsar                                  on 2000/05/31  05:05:42
34939         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
34940              (from Ilya Zakharevich)
34941      Branch: perl
34942            ! regexec.c t/op/re_tests
34943 ____________________________________________________________________________
34944 [  6171] By: gsar                                  on 2000/05/31  05:01:47
34945         Log: scalar() doesn't force scalar context when used in void context
34946              (from Simon Cozens)
34947      Branch: perl
34948            ! op.c t/op/wantarray.t
34949 ____________________________________________________________________________
34950 [  6170] By: gsar                                  on 2000/05/31  04:41:33
34951         Log: change#6142 needs tweaks to tests to work where there's no symlink()
34952              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34953      Branch: perl
34954            ! t/lib/filefind.t
34955 ____________________________________________________________________________
34956 [  6169] By: gsar                                  on 2000/05/31  04:29:49
34957         Log: integrate cfgperl contents into mainline
34958      Branch: perl
34959           +> pod/perlmodlib.PL pod/perlnewmod.pod
34960           !> (integrate 42 files)
34961 ____________________________________________________________________________
34962 [  6168] By: jhi                                   on 2000/05/30  22:53:37
34963         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
34964      Branch: cfgperl
34965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34966            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
34967            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
34968            ! win32/config.bc win32/config.gc win32/config.vc
34969            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34970            ! win32/config_h.PL win32/config_sh.PL
34971      Branch: metaconfig/U/perl
34972            ! perlxv.U
34973 ____________________________________________________________________________
34974 [  6167] By: jhi                                   on 2000/05/30  22:20:21
34975         Log: tweak todo 
34976      Branch: cfgperl
34977            ! Todo-5.6
34978 ____________________________________________________________________________
34979 [  6166] By: jhi                                   on 2000/05/30  22:11:51
34980         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
34981              in case somebody wants to write an extension for more
34982              shadow database interfaces.
34983      Branch: cfgperl
34984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34985            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
34986            ! vos/config.def vos/config.h vos/config_h.SH_orig
34987            ! win32/config.bc win32/config.gc win32/config.vc
34988            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34989      Branch: metaconfig
34990            ! U/modified/Myinit.U
34991      Branch: metaconfig/U/perl
34992            + d_getespwnam.U d_getprpwnam.U i_prot.U
34993 ____________________________________________________________________________
34994 [  6165] By: jhi                                   on 2000/05/30  18:35:34
34995         Log: Integrate with Sarathy.
34996      Branch: cfgperl
34997           !> op.c
34998 ____________________________________________________________________________
34999 [  6164] By: jhi                                   on 2000/05/30  18:30:16
35000         Log: detypo
35001      Branch: cfgperl
35002            ! Configure config_h.SH
35003      Branch: metaconfig/U/perl
35004            ! perlxv.U
35005 ____________________________________________________________________________
35006 [  6163] By: gsar                                  on 2000/05/30  03:24:03
35007         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
35008      Branch: perl
35009            ! op.c
35010 ____________________________________________________________________________
35011 [  6162] By: gsar                                  on 2000/05/30  03:09:38
35012         Log: fix memory leak in method call optimization (change#3768);
35013              made C<eval "$x->foo()"> leak
35014      Branch: perl
35015            ! op.c
35016 ____________________________________________________________________________
35017 [  6161] By: jhi                                   on 2000/05/29  17:56:26
35018         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
35019              both from Simon Cozens.
35020      Branch: cfgperl
35021            + pod/perlmodlib.PL pod/perlnewmod.pod
35022            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
35023            ! pod/perlmodlib.pod pod/perltoc.pod
35024 ____________________________________________________________________________
35025 [  6160] By: jhi                                   on 2000/05/29  17:23:55
35026         Log: Changes for the File::Temp 0.08 (change #6159) test suite
35027              to fit better into the Perl distribution test framework.
35028      Branch: cfgperl
35029            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
35030            ! t/lib/ftmp-tempfile.t
35031 ____________________________________________________________________________
35032 [  6159] By: jhi                                   on 2000/05/29  16:55:36
35033         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
35034      Branch: cfgperl
35035            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35036            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35037 ____________________________________________________________________________
35038 [  6158] By: bailey                                on 2000/05/29  16:22:08
35039         Log: Add fallback to tmpfile for use in cases where user's relying on
35040              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
35041              Lane's patch)
35042      Branch: vmsperl
35043            ! vms/vms.c vms/vmsish.h
35044 ____________________________________________________________________________
35045 [  6157] By: jhi                                   on 2000/05/29  03:10:36
35046         Log: Regen Configure to jive with #6149.
35047      Branch: cfgperl
35048            ! Configure
35049      Branch: metaconfig
35050            ! U/modified/Getfile.U
35051 ____________________________________________________________________________
35052 [  6156] By: jhi                                   on 2000/05/29  03:01:38
35053         Log: Integrate with Sarathy.
35054      Branch: cfgperl
35055           +> ext/DynaLoader/dl_mac.xs
35056           !> (integrate 38 files)
35057 ____________________________________________________________________________
35058 [  6155] By: gsar                                  on 2000/05/28  21:15:58
35059         Log: small bug in change#6144; remove random \xA0 character that snuck
35060              in via change#6145
35061      Branch: perl
35062            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
35063 ____________________________________________________________________________
35064 [  6154] By: gsar                                  on 2000/05/28  21:04:19
35065         Log: avoid type mismatch warning
35066      Branch: perl
35067            ! perl.c
35068 ____________________________________________________________________________
35069 [  6153] By: gsar                                  on 2000/05/28  20:58:31
35070         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
35071              <nick@Bagpuss.uk.boo.com>)
35072      Branch: perl
35073            ! lib/Test/Harness.pm
35074 ____________________________________________________________________________
35075 [  6152] By: gsar                                  on 2000/05/28  20:53:42
35076         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
35077      Branch: perl
35078            ! regexec.c
35079 ____________________________________________________________________________
35080 [  6151] By: gsar                                  on 2000/05/28  20:50:28
35081         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
35082      Branch: perl
35083            ! regexec.c
35084 ____________________________________________________________________________
35085 [  6150] By: gsar                                  on 2000/05/28  20:39:58
35086         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
35087      Branch: perl
35088            ! pod/perlrequick.pod
35089 ____________________________________________________________________________
35090 [  6149] By: gsar                                  on 2000/05/28  20:35:16
35091         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
35092              <troc@netrus.net>)
35093      Branch: perl
35094            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
35095            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
35096            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
35097            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
35098 ____________________________________________________________________________
35099 [  6148] By: gsar                                  on 2000/05/28  20:21:07
35100         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
35101      Branch: perl
35102            ! lib/ExtUtils/MM_Unix.pm
35103 ____________________________________________________________________________
35104 [  6147] By: gsar                                  on 2000/05/28  20:12:41
35105         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
35106              (from Peter Prymmer)
35107      Branch: perl
35108            ! vms/subconfigure.com
35109 ____________________________________________________________________________
35110 [  6146] By: gsar                                  on 2000/05/28  20:06:15
35111         Log: doc typo
35112      Branch: perl
35113            ! lib/warnings.pm warnings.h warnings.pl
35114 ____________________________________________________________________________
35115 [  6145] By: gsar                                  on 2000/05/28  18:44:33
35116         Log: make xsubpp skip embedded pod (from Matthias Neeracher
35117              <neeri@iis.ee.ethz.ch>)
35118      Branch: perl
35119            ! lib/ExtUtils/xsubpp
35120 ____________________________________________________________________________
35121 [  6144] By: gsar                                  on 2000/05/28  18:42:49
35122         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
35123              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
35124              <neeri@iis.ee.ethz.ch>)
35125      Branch: perl
35126            ! lib/AutoSplit.pm
35127 ____________________________________________________________________________
35128 [  6143] By: gsar                                  on 2000/05/28  18:41:12
35129         Log: MacOS support, part 1 (from Matthias Neeracher
35130              <neeri@iis.ee.ethz.ch>)
35131      Branch: perl
35132            + ext/DynaLoader/dl_mac.xs
35133            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
35134            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
35135            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
35136            ! util.h
35137 ____________________________________________________________________________
35138 [  6142] By: gsar                                  on 2000/05/28  18:21:51
35139         Log: File::Find fails to chdir when chasing symlinks (from
35140              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35141      Branch: perl
35142            ! lib/File/Find.pm t/lib/filefind.t
35143 ____________________________________________________________________________
35144 [  6141] By: jhi                                   on 2000/05/28  14:25:15
35145         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
35146              forwarded by Peter Seebach from the bsdi-users mailing list.
35147              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
35148      Branch: perl
35149            ! hints/bsdos.sh
35150 ____________________________________________________________________________
35151 [  6140] By: jhi                                   on 2000/05/28  14:11:57
35152         Log: Integrate with Sarathy.
35153      Branch: cfgperl
35154           +> (branch 30 files)
35155           !> (integrate 93 files)
35156 ____________________________________________________________________________
35157 [  6139] By: gsar                                  on 2000/05/28  10:01:48
35158         Log: revise mktables.PL for bugs and newness in Unicode 3.0
35159              (from James Bence <jbence@amgen.com>)
35160      Branch: perl
35161            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
35162            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
35163            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
35164            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
35165            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
35166            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
35167            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
35168            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
35169            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
35170            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
35171            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
35172            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
35173            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
35174            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
35175            + lib/unicode/Is/SylWU.pl
35176            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
35177            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35178            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35179            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35180            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35181            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35182            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35183            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35184            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35185            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35186            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35187            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35188            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35189            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35190            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
35191            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
35192            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
35193            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
35194            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
35195            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
35196            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
35197            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
35198            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
35199            ! lib/unicode/Makefile lib/unicode/mktables.PL
35200 ____________________________________________________________________________
35201 [  6138] By: gsar                                  on 2000/05/28  08:50:32
35202         Log: add note about the handling of negative indices to tied arrays
35203              (from Michael G Schwern <schwern@pobox.com>)
35204      Branch: perl
35205            ! pod/perltie.pod
35206 ____________________________________________________________________________
35207 [  6137] By: gsar                                  on 2000/05/28  08:46:10
35208         Log: fix bogus redeclaration warning for "our" variables in different
35209              scopes
35210      Branch: perl
35211            ! op.c t/pragma/strict-vars
35212 ____________________________________________________________________________
35213 [  6136] By: gsar                                  on 2000/05/28  08:31:20
35214         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
35215      Branch: perl
35216            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
35217 ____________________________________________________________________________
35218 [  6135] By: gsar                                  on 2000/05/28  08:17:50
35219         Log: enable Test::Harness to dynamically determine column width etc.
35220              (from Rob Napier <rnapier@employees.org>)
35221      Branch: perl
35222            ! lib/Test/Harness.pm
35223 ____________________________________________________________________________
35224 [  6134] By: gsar                                  on 2000/05/28  08:13:39
35225         Log: make Test::Harness use wait.h/WCOREDUMP if available
35226              (from Ben Tilly <ben_tilly@hotmail.com>)
35227      Branch: perl
35228            ! lib/Test/Harness.pm
35229 ____________________________________________________________________________
35230 [  6133] By: gsar                                  on 2000/05/28  08:08:05
35231         Log: elide bogus test in change#6132
35232      Branch: perl
35233            ! t/pragma/warn/9enabled
35234 ____________________________________________________________________________
35235 [  6132] By: gsar                                  on 2000/05/28  08:03:14
35236         Log: warnings::enabled() doesn't fall back to looking at $^W if
35237              caller isn't using lexical warnings (from Paul Marquess)
35238      Branch: perl
35239            ! pp_ctl.c t/pragma/warn/9enabled
35240 ____________________________________________________________________________
35241 [  6131] By: gsar                                  on 2000/05/28  07:57:47
35242         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
35243      Branch: perl
35244            ! ext/POSIX/POSIX.pm
35245 ____________________________________________________________________________
35246 [  6130] By: gsar                                  on 2000/05/28  07:29:12
35247         Log: fix places that mean C<"word" character> but say C<alphanumeric
35248              character>
35249      Branch: perl
35250            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
35251 ____________________________________________________________________________
35252 [  6129] By: gsar                                  on 2000/05/28  07:18:41
35253         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
35254      Branch: perl
35255            ! vms/test.com
35256 ____________________________________________________________________________
35257 [  6128] By: gsar                                  on 2000/05/28  07:12:55
35258         Log: new perlxstut example for passing/returning refs to arrays
35259              (from David Lowe <dlowe@pootpoot.com>)
35260      Branch: perl
35261            ! pod/perlxstut.pod
35262 ____________________________________________________________________________
35263 [  6127] By: gsar                                  on 2000/05/28  07:02:50
35264         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
35265              failed (from Gisle Aas)
35266      Branch: perl
35267            ! cop.h perl.c
35268 ____________________________________________________________________________
35269 [  6126] By: gsar                                  on 2000/05/28  06:39:53
35270         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
35271              (reworked variant of patch suggested by Simon Cozens)
35272      Branch: perl
35273            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
35274            ! pp_hot.c proto.h t/op/gv.t
35275 ____________________________________________________________________________
35276 [  6125] By: gsar                                  on 2000/05/28  05:14:55
35277         Log: enable propagating exception objects via Perl_croak() in XS code
35278              (from Gisle Aas)
35279      Branch: perl
35280            ! util.c
35281 ____________________________________________________________________________
35282 [  6124] By: gsar                                  on 2000/05/28  05:07:28
35283         Log: integrate vmsperl contents into mainline
35284      Branch: perl
35285           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
35286           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
35287           !> vms/vmsish.h
35288 ____________________________________________________________________________
35289 [  6123] By: gsar                                  on 2000/05/28  05:03:53
35290         Log: clarify gotcha with #line directives (from Rocco Caputo
35291              <troc@netrus.net>)
35292      Branch: perl
35293            ! pod/perldebug.pod pod/perlsyn.pod
35294 ____________________________________________________________________________
35295 [  6122] By: gsar                                  on 2000/05/28  04:58:29
35296         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
35297              (from Mark-Jason Dominus)
35298      Branch: perl
35299            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
35300            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
35301            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
35302            ! toke.c
35303 ____________________________________________________________________________
35304 [  6121] By: bailey                                on 2000/05/25  04:46:54
35305         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
35306              lists (based on fixes by Craig Berry)
35307      Branch: vmsperl
35308            ! lib/File/Spec/VMS.pm
35309 ____________________________________________________________________________
35310 [  6120] By: bailey                                on 2000/05/25  04:25:38
35311         Log: Add missing escape (Charles Lane)
35312      Branch: vmsperl
35313            ! t/op/lex_assign.t
35314 ____________________________________________________________________________
35315 [  6119] By: bailey                                on 2000/05/25  04:21:25
35316         Log: Quiet error messages in vmsish.t (Charles Lane)
35317      Branch: vmsperl
35318            ! vms/ext/vmsish.t
35319 ____________________________________________________________________________
35320 [  6118] By: bailey                                on 2000/05/25  04:17:57
35321         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
35322              Flatten case labels in switch statements uniformly (Charles Bailey)
35323      Branch: vmsperl
35324            ! vms/vms.c
35325 ____________________________________________________________________________
35326 [  6117] By: bailey                                on 2000/05/25  03:58:09
35327         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
35328      Branch: vmsperl
35329            ! vms/vmsish.h
35330 ____________________________________________________________________________
35331 [  6116] By: bailey                                on 2000/05/25  03:11:15
35332         Log: Miscellaneous cosmetic fixes (Charles Lane)
35333      Branch: vmsperl
35334            ! lib/ExtUtils/MM_VMS.pm
35335 ____________________________________________________________________________
35336 [  6115] By: bailey                                on 2000/05/25  03:10:36
35337         Log: Add bounds checking for several strings (Charles Lane)
35338      Branch: vmsperl
35339            ! vms/vms.c
35340 ____________________________________________________________________________
35341 [  6114] By: bailey                                on 2000/05/25  02:25:34
35342         Log: Urk -- undo previous removal of vmsish 'exit' change
35343      Branch: vmsperl
35344            ! vms/ext/vmsish.pm vms/vmsish.h
35345 ____________________________________________________________________________
35346 [  6113] By: bailey                                on 2000/05/24  02:24:40
35347         Log: Ugly workaround for version-specific RTL error
35348      Branch: vmsperl
35349            ! vms/vms.c
35350 ____________________________________________________________________________
35351 [  6112] By: bailey                                on 2000/05/24  02:19:55
35352         Log: Check for existence of file before trying to delete
35353      Branch: vmsperl
35354            ! vms/test.com
35355 ____________________________________________________________________________
35356 [  6111] By: bailey                                on 2000/05/23  23:35:13
35357         Log: Resync with mainline prior to post-5.6.0 updates
35358      Branch: vmsperl
35359           +> (branch 49 files)
35360            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
35361            ! vms/ext/vmsish.pm
35362           !> (integrate 334 files)
35363 ____________________________________________________________________________
35364 [  6110] By: jhi                                   on 2000/05/23  19:28:32
35365         Log: todo tweak
35366      Branch: cfgperl
35367            ! Todo-5.6
35368 ____________________________________________________________________________
35369 [  6109] By: jhi                                   on 2000/05/18  17:38:54
35370         Log: Integrate with Sarathy.
35371      Branch: cfgperl
35372           !> mg.c perl.h win32/perlhost.h
35373 ____________________________________________________________________________
35374 [  6108] By: gsar                                  on 2000/05/17  02:24:56
35375         Log: reenable fake signal handling on Windows, bugs and all
35376      Branch: perl
35377            ! mg.c perl.h win32/perlhost.h
35378 ____________________________________________________________________________
35379 [  6107] By: jhi                                   on 2000/05/15  18:01:41
35380         Log: Tweak the todo list.
35381      Branch: cfgperl
35382            ! Todo-5.6
35383 ____________________________________________________________________________
35384 [  6106] By: jhi                                   on 2000/05/15  13:41:48
35385         Log: The (Configure) script refuses to go on, after asking for
35386              'You may also choose to try maximal 64-bitness....'.
35387              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
35388              -- Patrick Zima
35389              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
35390      Branch: cfgperl
35391            ! hints/solaris_2.sh
35392 ____________________________________________________________________________
35393 [  6105] By: jhi                                   on 2000/05/11  14:37:43
35394         Log: Integrate with Sarathy.
35395      Branch: cfgperl
35396           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
35397           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
35398 ____________________________________________________________________________
35399 [  6104] By: gsar                                  on 2000/05/11  03:39:07
35400         Log: PL_sys_intern was being initialized too late on windows
35401      Branch: perl
35402            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
35403            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
35404 ____________________________________________________________________________
35405 [  6103] By: jhi                                   on 2000/05/09  19:42:20
35406         Log: Test tweaking for Unicos continues.
35407      Branch: cfgperl
35408            ! t/op/64bitint.t
35409 ____________________________________________________________________________
35410 [  6102] By: jhi                                   on 2000/05/09  16:47:27
35411         Log: The test suite tweak in #6101 wasn't quite right.
35412      Branch: cfgperl
35413            ! t/lib/complex.t
35414 ____________________________________________________________________________
35415 [  6101] By: jhi                                   on 2000/05/09  15:35:34
35416         Log: Hints and test tweaks for Unicos.
35417      Branch: cfgperl
35418            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
35419 ____________________________________________________________________________
35420 [  6100] By: jhi                                   on 2000/05/08  21:15:06
35421         Log: More compilation tweakery from Allen Smith.
35422      Branch: cfgperl
35423            ! hints/irix_6.sh
35424 ____________________________________________________________________________
35425 [  6099] By: jhi                                   on 2000/05/08  19:21:18
35426         Log: Tweaks for the cc bugs from Allen Smith.
35427      Branch: cfgperl
35428            ! hints/irix_6.sh
35429 ____________________________________________________________________________
35430 [  6098] By: jhi                                   on 2000/05/08  19:13:37
35431         Log: Add a note about other, yet unsupported, shadow password APIs.
35432      Branch: cfgperl
35433            ! pp_sys.c
35434 ____________________________________________________________________________
35435 [  6097] By: jhi                                   on 2000/05/08  18:46:34
35436         Log: Add a note about possible compilation problems from Allen Smith.
35437      Branch: cfgperl
35438            ! hints/irix_6.sh
35439 ____________________________________________________________________________
35440 [  6096] By: jhi                                   on 2000/05/08  17:33:10
35441         Log: Integrate with Sarathy.
35442      Branch: cfgperl
35443           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35444           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
35445 ____________________________________________________________________________
35446 [  6095] By: jhi                                   on 2000/05/08  16:21:33
35447         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
35448              might be useful in future.
35449      Branch: cfgperl
35450            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35451            ! config_h.SH
35452      Branch: metaconfig
35453            ! U/installdirs/inc_version_list.U
35454      Branch: metaconfig/U/perl
35455            ! perlxv.U
35456 ____________________________________________________________________________
35457 [  6094] By: gsar                                  on 2000/05/08  14:22:22
35458         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
35459      Branch: perl
35460            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35461            ! hints/cygwin.sh pp_sys.c
35462 ____________________________________________________________________________
35463 [  6093] By: gsar                                  on 2000/05/08  12:52:28
35464         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
35465              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
35466      Branch: perl
35467            ! pp_sys.c sv.c win32/perlhost.h
35468 ____________________________________________________________________________
35469 [  6092] By: jhi                                   on 2000/05/07  22:40:34
35470         Log: Regen perltoc with the fixed buildtoc.
35471      Branch: cfgperl
35472            ! pod/perltoc.pod
35473 ____________________________________________________________________________
35474 [  6091] By: jhi                                   on 2000/05/07  22:24:16
35475         Log: Integrate with Sarathy.
35476      Branch: cfgperl
35477           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
35478           !> t/op/substr.t toke.c
35479 ____________________________________________________________________________
35480 [  6090] By: gsar                                  on 2000/05/07  19:47:07
35481         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
35482              [NI]OK; added tests for both
35483      Branch: perl
35484            ! perl.c pp_hot.c sv.c t/op/substr.t
35485 ____________________________________________________________________________
35486 [  6089] By: gsar                                  on 2000/05/07  18:18:38
35487         Log: buildtoc tweak to fix newline lossage
35488      Branch: perl
35489            ! pod/buildtoc
35490 ____________________________________________________________________________
35491 [  6088] By: jhi                                   on 2000/05/07  16:35:36
35492         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
35493              because we do not use those.  The HAS_GETSPNAM remains,
35494              though, because we still do use that.
35495      Branch: cfgperl
35496            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35497            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
35498            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
35499            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
35500            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35501            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35502 ____________________________________________________________________________
35503 [  6087] By: gsar                                  on 2000/05/07  16:05:16
35504         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
35505      Branch: perl
35506            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
35507 ____________________________________________________________________________
35508 [  6086] By: jhi                                   on 2000/05/07  15:27:07
35509         Log: Integrate with Sarathy.
35510      Branch: cfgperl
35511           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35512           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35513           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
35514           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
35515           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
35516           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
35517 ____________________________________________________________________________
35518 [  6085] By: gsar                                  on 2000/05/07  05:52:02
35519         Log: repeat operator (x) doesn't preserve utf8-ness
35520      Branch: perl
35521            ! pp.c t/op/substr.t
35522 ____________________________________________________________________________
35523 [  6084] By: gsar                                  on 2000/05/07  05:39:55
35524         Log: substr() does not preserve utf8-ness (from Stefan Eissing
35525              <Eissing@medicaldataservice.de>); added tests
35526      Branch: perl
35527            ! pp.c t/op/substr.t
35528 ____________________________________________________________________________
35529 [  6083] By: gsar                                  on 2000/05/07  05:24:46
35530         Log: note about undocumented caller() return value (from M.J.T. Guy);
35531              yet another peek.t tweak
35532      Branch: perl
35533            ! pod/perlfunc.pod t/lib/peek.t
35534 ____________________________________________________________________________
35535 [  6082] By: gsar                                  on 2000/05/07  05:08:40
35536         Log: peek.t non-portable to ithreads
35537      Branch: perl
35538            ! t/lib/peek.t
35539 ____________________________________________________________________________
35540 [  6081] By: gsar                                  on 2000/05/07  04:17:04
35541         Log: better default perlbug categories for ok reports (from Richard Foley)
35542      Branch: perl
35543            ! utils/perlbug.PL
35544 ____________________________________________________________________________
35545 [  6080] By: gsar                                  on 2000/05/07  04:08:07
35546         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
35547              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35548      Branch: perl
35549            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35550            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35551            ! AUTHORS MAINTAIN MANIFEST
35552 ____________________________________________________________________________
35553 [  6079] By: gsar                                  on 2000/05/07  04:01:38
35554         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
35555      Branch: perl
35556            ! lib/Carp/Heavy.pm
35557 ____________________________________________________________________________
35558 [  6078] By: gsar                                  on 2000/05/07  01:24:19
35559         Log: workaround for CRT bug in chdir() (from Charles Lane, via
35560              Peter Prymmer)
35561      Branch: perl
35562            ! iperlsys.h vms/vms.c vms/vmsish.h
35563 ____________________________________________________________________________
35564 [  6077] By: gsar                                  on 2000/05/07  01:22:23
35565         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
35566              and Tom Phoenix)
35567      Branch: perl
35568            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
35569 ____________________________________________________________________________
35570 [  6076] By: gsar                                  on 2000/05/06  17:36:29
35571         Log: integrate cfgperl contents into mainline
35572      Branch: perl
35573           +> t/lib/peek.t
35574           !> Configure MANIFEST Porting/Glossary Porting/config.sh
35575           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
35576           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
35577           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
35578 ____________________________________________________________________________
35579 [  6075] By: jhi                                   on 2000/05/05  18:56:10
35580         Log: Make the test more portable.
35581      Branch: cfgperl
35582            ! t/lib/peek.t
35583 ____________________________________________________________________________
35584 [  6074] By: jhi                                   on 2000/05/05  18:49:20
35585         Log: Introduce t/lib/peek.t.
35586      Branch: cfgperl
35587            + t/lib/peek.t
35588            ! MANIFEST
35589 ____________________________________________________________________________
35590 [  6073] By: jhi                                   on 2000/05/05  14:30:45
35591         Log: Complex tweaks.
35592      Branch: cfgperl
35593            ! lib/Math/Complex.pm t/lib/complex.t
35594 ____________________________________________________________________________
35595 [  6072] By: jhi                                   on 2000/05/05  12:27:13
35596         Log: Integrate with Sarathy.
35597      Branch: cfgperl
35598           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35599           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35600           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
35601           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
35602 ____________________________________________________________________________
35603 [  6071] By: gsar                                  on 2000/05/05  02:24:46
35604         Log: misformatted perllocal.pod (from Tim Jenness
35605              <t.jenness@jach.hawaii.edu>)
35606      Branch: perl
35607            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35608 ____________________________________________________________________________
35609 [  6070] By: gsar                                  on 2000/05/05  02:16:52
35610         Log: remove misleading comment (from M.J.T. Guy)
35611      Branch: perl
35612            ! t/lib/anydbm.t
35613 ____________________________________________________________________________
35614 [  6069] By: gsar                                  on 2000/05/05  02:15:13
35615         Log: File::Spec compatibility update (from Barrie Slaymaker
35616              <barries@slaysys.com>)
35617      Branch: perl
35618            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35619            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35620 ____________________________________________________________________________
35621 [  6068] By: gsar                                  on 2000/05/05  02:01:50
35622         Log: note about values()
35623      Branch: perl
35624            ! pod/perlfunc.pod
35625 ____________________________________________________________________________
35626 [  6067] By: gsar                                  on 2000/05/05  01:33:09
35627         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
35628      Branch: perl
35629            ! win32/win32.c
35630 ____________________________________________________________________________
35631 [  6066] By: gsar                                  on 2000/05/05  01:23:43
35632         Log: s/END/CHECK/
35633      Branch: perl
35634            ! perl.c
35635 ____________________________________________________________________________
35636 [  6065] By: jhi                                   on 2000/05/04  17:30:22
35637         Log: Integrate with Sarathy.
35638      Branch: cfgperl
35639           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
35640 ____________________________________________________________________________
35641 [  6064] By: gsar                                  on 2000/05/04  17:26:14
35642         Log: change#5905 wasn't quite right--it's intent only applies when arguments
35643              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
35644      Branch: perl
35645            ! pp_sys.c sv.c
35646 ____________________________________________________________________________
35647 [  6063] By: gsar                                  on 2000/05/04  16:52:29
35648         Log: tokeq() could read unallocated field in argument
35649      Branch: perl
35650            ! toke.c
35651 ____________________________________________________________________________
35652 [  6062] By: gsar                                  on 2000/05/04  16:34:51
35653         Log: additional tests for utf8.t
35654      Branch: perl
35655            ! t/pragma/utf8.t
35656 ____________________________________________________________________________
35657 [  6061] By: gsar                                  on 2000/05/04  16:09:28
35658         Log: change#5921 neglected to make eq honor "use bytes"
35659      Branch: perl
35660            ! sv.c
35661 ____________________________________________________________________________
35662 [  6060] By: jhi                                   on 2000/05/04  15:30:16
35663         Log: Integrate with Sarathy.
35664      Branch: cfgperl
35665           !> perl.c regcomp.c t/pragma/utf8.t
35666 ____________________________________________________________________________
35667 [  6059] By: jhi                                   on 2000/05/04  15:26:37
35668         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
35669              in natively 64-bit platforms where a long is a quad (no need
35670              for long longs).  Also added bias for IVs.
35671      Branch: cfgperl
35672            ! toke.c
35673 ____________________________________________________________________________
35674 [  6058] By: gsar                                  on 2000/05/04  00:19:14
35675         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
35676              (spotted by Donald Kinzer <dkinzer@premia.com>)
35677      Branch: perl
35678            ! perl.c
35679 ____________________________________________________________________________
35680 [  6057] By: gsar                                  on 2000/05/03  18:34:01
35681         Log: fix broken parsing of /\x{ab}/
35682      Branch: perl
35683            ! regcomp.c t/pragma/utf8.t
35684 ____________________________________________________________________________
35685 [  6056] By: jhi                                   on 2000/05/03  17:57:16
35686         Log: The search of infinity continues, this time simplified.
35687      Branch: cfgperl
35688            ! lib/Math/Complex.pm
35689 ____________________________________________________________________________
35690 [  6055] By: jhi                                   on 2000/05/03  17:45:30
35691         Log: Detypo.
35692      Branch: cfgperl
35693            ! hints/unicos.sh
35694 ____________________________________________________________________________
35695 [  6054] By: jhi                                   on 2000/05/02  22:28:27
35696         Log: Be more forgiving in POSIX about HUGE_VALL.
35697      Branch: cfgperl
35698            ! ext/POSIX/POSIX.xs
35699 ____________________________________________________________________________
35700 [  6053] By: jhi                                   on 2000/05/02  22:25:05
35701         Log: Integrate with Sarathy.
35702      Branch: cfgperl
35703           !> hints/irix_6.sh pod/perlop.pod
35704 ____________________________________________________________________________
35705 [  6052] By: jhi                                   on 2000/05/02  22:24:31
35706         Log: Unicos hint tweak.
35707      Branch: cfgperl
35708            ! hints/unicos.sh
35709 ____________________________________________________________________________
35710 [  6051] By: jhi                                   on 2000/05/02  22:21:26
35711         Log: Complex tweakery.
35712      Branch: cfgperl
35713            ! lib/Math/Complex.pm t/lib/complex.t
35714 ____________________________________________________________________________
35715 [  6050] By: jhi                                   on 2000/05/02  19:26:22
35716         Log: Use setxxent()/endxxent().
35717      Branch: cfgperl
35718            ! t/op/grent.t t/op/pwent.t
35719 ____________________________________________________________________________
35720 [  6049] By: jhi                                   on 2000/05/02  19:06:02
35721         Log: Test both the scalar and list contexts.
35722      Branch: cfgperl
35723            ! t/op/grent.t t/op/pwent.t
35724 ____________________________________________________________________________
35725 [  6048] By: gsar                                  on 2000/05/02  18:29:10
35726         Log: add note about how $( doesn't interpolate in REs (from
35727              Philip Newton <newton@ficus.frogspace.net>)
35728      Branch: perl
35729            ! pod/perlop.pod
35730 ____________________________________________________________________________
35731 [  6047] By: jhi                                   on 2000/05/02  17:41:24
35732         Log: Call getspnam() only iff needd.
35733      Branch: cfgperl
35734            ! pp_sys.c
35735 ____________________________________________________________________________
35736 [  6046] By: gsar                                  on 2000/05/02  17:07:25
35737         Log: libscheck has insufficient checks for n32 libs (from
35738              Albert Chin-A-Young <china@thewrittenword.com>)
35739      Branch: perl
35740            ! hints/irix_6.sh
35741 ____________________________________________________________________________
35742 [  6045] By: jhi                                   on 2000/05/02  13:57:17
35743         Log: Integrate with Sarathy.
35744      Branch: cfgperl
35745           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
35746           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
35747 ____________________________________________________________________________
35748 [  6044] By: gsar                                  on 2000/05/02  06:48:19
35749         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
35750              such that underscores are only ignored in literal numbers,
35751              "\x{...}", and hex/oct argument
35752      Branch: perl
35753            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
35754 ____________________________________________________________________________
35755 [  6043] By: gsar                                  on 2000/05/02  02:22:29
35756         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
35757      Branch: perl
35758            ! pod/perlretut.pod
35759 ____________________________________________________________________________
35760 [  6042] By: gsar                                  on 2000/05/02  02:17:51
35761         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
35762      Branch: perl
35763            ! pod/perltrap.pod
35764 ____________________________________________________________________________
35765 [  6041] By: gsar                                  on 2000/05/02  01:53:51
35766         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
35767              to compensate
35768      Branch: perl
35769            ! Porting/makerel
35770 ____________________________________________________________________________
35771 [  6040] By: gsar                                  on 2000/05/02  01:51:57
35772         Log: missing files in MANIFEST
35773      Branch: perl
35774            ! MANIFEST
35775 ____________________________________________________________________________
35776 [  6039] By: jhi                                   on 2000/05/02  00:36:46
35777         Log: Infinite problems.
35778      Branch: cfgperl
35779            ! lib/Math/Complex.pm
35780 ____________________________________________________________________________
35781 [  6038] By: jhi                                   on 2000/05/02  00:06:38
35782         Log: pwent/spent #ifdef imbalance.
35783      Branch: cfgperl
35784            ! pp_sys.c
35785 ____________________________________________________________________________
35786 [  6037] By: jhi                                   on 2000/05/01  22:50:11
35787         Log: Use HUGE_VALL if applicable.
35788      Branch: cfgperl
35789            ! ext/POSIX/POSIX.xs util.c
35790 ____________________________________________________________________________
35791 [  6036] By: jhi                                   on 2000/05/01  22:20:53
35792         Log: Correct Freudian slip.
35793      Branch: cfgperl
35794            ! pp_sys.c
35795 ____________________________________________________________________________
35796 [  6035] By: jhi                                   on 2000/05/01  21:07:38
35797         Log: Continue on the pwent/spent case.
35798      Branch: cfgperl
35799            ! pp_sys.c
35800 ____________________________________________________________________________
35801 [  6034] By: jhi                                   on 2000/05/01  17:45:14
35802         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
35803              adjustments in 6032 conflicted badly with this, will have
35804              to revisit them later.
35805      Branch: cfgperl
35806           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
35807           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
35808           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
35809           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
35810           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
35811           !> t/lib/cgi-html.t t/lib/cgi-request.t
35812 ____________________________________________________________________________
35813 [  6033] By: jhi                                   on 2000/05/01  17:40:49
35814         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
35815      Branch: cfgperl
35816            ! pp_sys.c
35817 ____________________________________________________________________________
35818 [  6032] By: gsar                                  on 2000/05/01  15:56:32
35819         Log: whitespace adjustments
35820      Branch: perl
35821            ! pp_sys.c
35822 ____________________________________________________________________________
35823 [  6031] By: gsar                                  on 2000/05/01  15:19:41
35824         Log: small nits in diagnostics.pm (from Robin Barker)
35825      Branch: perl
35826            ! lib/diagnostics.pm pod/perldiag.pod
35827 ____________________________________________________________________________
35828 [  6030] By: gsar                                  on 2000/05/01  08:39:18
35829         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
35830              for @- and @+ (from Johan Vromans)
35831      Branch: perl
35832            ! lib/English.pm pod/perlvar.pod
35833 ____________________________________________________________________________
35834 [  6029] By: gsar                                  on 2000/05/01  08:16:10
35835         Log: add CGI.pm v2.66 (from Lincoln Stein)
35836      Branch: perl
35837            + lib/CGI/Util.pm t/lib/cgi-pretty.t
35838            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
35839            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
35840            ! t/lib/cgi-html.t t/lib/cgi-request.t
35841 ____________________________________________________________________________
35842 [  6028] By: gsar                                  on 2000/05/01  06:34:41
35843         Log: Pod::Man generates groff-incompatible macro definition (from
35844              Tom Christiansen)
35845      Branch: perl
35846            ! lib/Pod/Man.pm
35847 ____________________________________________________________________________
35848 [  6027] By: gsar                                  on 2000/05/01  06:31:36
35849         Log: podlators-1.02 update (from Russ Allbery)
35850      Branch: perl
35851            ! lib/Pod/Man.pm lib/Pod/Text.pm
35852 ____________________________________________________________________________
35853 [  6026] By: jhi                                   on 2000/04/30  23:24:23
35854         Log: Integrate with Sarathy.
35855      Branch: cfgperl
35856           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35857           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
35858           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35859           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35860           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
35861           !> t/lib/syslog.t toke.c win32/win32.h
35862 ____________________________________________________________________________
35863 [  6025] By: gsar                                  on 2000/04/30  18:17:47
35864         Log: Is{Alnum,Alpha,Word} don't match titlecase
35865              
35866              TODO: IsSpace is defined recursively!
35867              
35868              (both spotted by Larry)
35869      Branch: perl
35870            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35871            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35872 ____________________________________________________________________________
35873 [  6024] By: gsar                                  on 2000/04/30  17:50:19
35874         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
35875              (from Hugo van der Sanden)
35876      Branch: perl
35877            ! toke.c
35878 ____________________________________________________________________________
35879 [  6023] By: gsar                                  on 2000/04/30  17:14:43
35880         Log: debugger stomps on $. (from M.J.T. Guy)
35881      Branch: perl
35882            ! lib/perl5db.pl
35883 ____________________________________________________________________________
35884 [  6022] By: gsar                                  on 2000/04/30  16:59:22
35885         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
35886      Branch: perl
35887            ! sv.c
35888 ____________________________________________________________________________
35889 [  6021] By: gsar                                  on 2000/04/29  21:00:08
35890         Log: remove Win2K issue in pod (fixed by change#6020)
35891      Branch: perl
35892            ! README.win32 pod/perl56delta.pod
35893 ____________________________________________________________________________
35894 [  6020] By: gsar                                  on 2000/04/29  20:51:49
35895         Log: test tweak
35896      Branch: perl
35897            ! t/lib/open3.t
35898 ____________________________________________________________________________
35899 [  6019] By: gsar                                  on 2000/04/29  20:34:27
35900         Log: windows portability tweaks
35901      Branch: perl
35902            ! t/lib/b.t win32/win32.h
35903 ____________________________________________________________________________
35904 [  6018] By: gsar                                  on 2000/04/29  19:55:24
35905         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
35906              make _PATH_LOG() return "" if unavailable
35907      Branch: perl
35908            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35909            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
35910 ____________________________________________________________________________
35911 [  6017] By: jhi                                   on 2000/04/28  22:49:46
35912         Log: Integrate with Sarathy.
35913      Branch: cfgperl
35914           !> op.c perl.c pod/perldiag.pod t/lib/b.t
35915 ____________________________________________________________________________
35916 [  6016] By: jhi                                   on 2000/04/28  22:46:14
35917         Log: Do not warn that an infinity does not look like a number.
35918      Branch: cfgperl
35919            ! sv.c
35920 ____________________________________________________________________________
35921 [  6015] By: gsar                                  on 2000/04/28  22:35:49
35922         Log: tweak test for portability
35923      Branch: perl
35924            ! t/lib/b.t
35925 ____________________________________________________________________________
35926 [  6014] By: gsar                                  on 2000/04/28  22:05:31
35927         Log: glob() loading File::Glob behind the scenes may cause syntax errors
35928      Branch: perl
35929            ! op.c
35930 ____________________________________________________________________________
35931 [  6013] By: gsar                                  on 2000/04/28  21:25:22
35932         Log: tweak change#5945 to display correct switch name in diagnostic
35933      Branch: perl
35934            ! perl.c pod/perldiag.pod
35935 ____________________________________________________________________________
35936 [  6012] By: jhi                                   on 2000/04/28  21:08:12
35937         Log: Integrate with Sarathy.
35938      Branch: cfgperl
35939           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
35940           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
35941           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
35942 ____________________________________________________________________________
35943 [  6011] By: jhi                                   on 2000/04/28  21:04:46
35944         Log: &HUGE_VAL is not defined, it exists.
35945      Branch: cfgperl
35946            ! lib/Math/Complex.pm
35947 ____________________________________________________________________________
35948 [  6010] By: gsar                                  on 2000/04/28  21:02:58
35949         Log: clarify note about shadow password support (from
35950              gellyfish@gellyfish.com)
35951      Branch: perl
35952            ! pod/perlfunc.pod
35953 ____________________________________________________________________________
35954 [  6009] By: gsar                                  on 2000/04/28  21:00:00
35955         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
35956      Branch: perl
35957            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
35958 ____________________________________________________________________________
35959 [  6008] By: gsar                                  on 2000/04/28  20:56:33
35960         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
35961      Branch: perl
35962            ! installperl vms/subconfigure.com
35963 ____________________________________________________________________________
35964 [  6007] By: gsar                                  on 2000/04/28  20:51:21
35965         Log: note about compile failures and END blocks (from M.J.T. Guy)
35966      Branch: perl
35967            ! pod/perl56delta.pod pod/perlmod.pod
35968 ____________________________________________________________________________
35969 [  6006] By: jhi                                   on 2000/04/28  20:42:14
35970         Log: Regen Configure.
35971      Branch: cfgperl
35972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35973            ! config_h.SH
35974 ____________________________________________________________________________
35975 [  6005] By: gsar                                  on 2000/04/28  20:41:16
35976         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
35977      Branch: perl
35978            ! utils/perldoc.PL
35979 ____________________________________________________________________________
35980 [  6004] By: jhi                                   on 2000/04/28  20:28:21
35981         Log: Integrate with Sarathy.
35982      Branch: cfgperl
35983           !> Configure INSTALL Porting/Glossary Porting/config.sh
35984           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
35985           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
35986           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
35987           !> win32/config.vc win32/win32.c
35988 ____________________________________________________________________________
35989 [  6003] By: gsar                                  on 2000/04/28  20:11:20
35990         Log: allow REG_EXPAND_SZ keys in Windows registry (from
35991              John Clayton <John.Clayton@barclayscapital.com>)
35992      Branch: perl
35993            ! win32/win32.c
35994 ____________________________________________________________________________
35995 [  6002] By: gsar                                  on 2000/04/28  19:34:16
35996         Log: destructive sv_setsv() can lose UV-ness from source, causing
35997              numeric promotions/comparisons to fail to do the right thing
35998      Branch: perl
35999            ! sv.c
36000 ____________________________________________________________________________
36001 [  6001] By: gsar                                  on 2000/04/28  18:44:15
36002         Log: support additional library locations via $Config{otherlibdirs}
36003              (from Andy Dougherty)
36004      Branch: perl
36005            ! Configure INSTALL Porting/Glossary Porting/config.sh
36006            ! Porting/config_H config_h.SH epoc/config.sh perl.c
36007            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36008            ! win32/config.bc win32/config.gc win32/config.vc
36009 ____________________________________________________________________________
36010 [  6000] By: gsar                                  on 2000/04/28  18:26:58
36011         Log: reworked otherlibdirs.U (from Andy Dougherty)
36012      Branch: metaconfig
36013            ! U/installdirs/otherlibdirs.U
36014 ____________________________________________________________________________
36015 [  5999] By: gsar                                  on 2000/04/28  18:17:07
36016         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36017      Branch: perl
36018            ! t/pragma/warn/toke toke.c
36019 ____________________________________________________________________________
36020 [  5998] By: jhi                                   on 2000/04/28  13:32:17
36021         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36022      Branch: cfgperl
36023            ! lib/Math/Complex.pm
36024 ____________________________________________________________________________
36025 [  5997] By: jhi                                   on 2000/04/28  13:14:04
36026         Log: Preserve $!.
36027      Branch: cfgperl
36028            ! lib/Math/Complex.pm
36029 ____________________________________________________________________________
36030 [  5996] By: jhi                                   on 2000/04/28  12:59:23
36031         Log: Integrate with Sarathy.
36032      Branch: cfgperl
36033           +> pod/perlrequick.pod pod/perlretut.pod
36034           !> (integrate 51 files)
36035 ____________________________________________________________________________
36036 [  5995] By: gsar                                  on 2000/04/28  09:37:36
36037         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36038      Branch: perl
36039            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36040 ____________________________________________________________________________
36041 [  5994] By: gsar                                  on 2000/04/28  09:33:26
36042         Log: fix for missed accounting for null byte in pack("Z",...) (from
36043              M.J.T. Guy)
36044      Branch: perl
36045            ! pp.c t/op/pack.t
36046 ____________________________________________________________________________
36047 [  5993] By: gsar                                  on 2000/04/28  09:30:05
36048         Log: various minor tweaks seen on p5p
36049      Branch: perl
36050            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
36051 ____________________________________________________________________________
36052 [  5992] By: gsar                                  on 2000/04/28  09:08:19
36053         Log: pod nit (from Simon Cozens)
36054      Branch: perl
36055            ! pod/perlop.pod
36056 ____________________________________________________________________________
36057 [  5991] By: gsar                                  on 2000/04/28  09:06:36
36058         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36059      Branch: perl
36060            ! README.posix-bc hints/posix-bc.sh
36061 ____________________________________________________________________________
36062 [  5990] By: gsar                                  on 2000/04/28  08:54:52
36063         Log: use $ENV{LIB} to search for libs under Visual C compiler
36064              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36065      Branch: perl
36066            ! lib/ExtUtils/Liblist.pm
36067 ____________________________________________________________________________
36068 [  5989] By: gsar                                  on 2000/04/28  08:27:12
36069         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36070              itself and no other (from Tom Hughes)
36071      Branch: perl
36072            ! t/op/array.t toke.c
36073 ____________________________________________________________________________
36074 [  5988] By: gsar                                  on 2000/04/28  08:01:38
36075         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36076              <paul@miraclefish.com>)
36077      Branch: perl
36078            ! lib/ExtUtils/MakeMaker.pm
36079 ____________________________________________________________________________
36080 [  5987] By: gsar                                  on 2000/04/28  07:53:09
36081         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36082      Branch: perl
36083            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
36084 ____________________________________________________________________________
36085 [  5986] By: gsar                                  on 2000/04/28  07:44:17
36086         Log: add regular expressions tutorial and quick-start guide (from
36087              Mark Kvale <kvale@phy.ucsf.edu>)
36088      Branch: perl
36089            + pod/perlrequick.pod pod/perlretut.pod
36090            ! AUTHORS MAINTAIN MANIFEST
36091 ____________________________________________________________________________
36092 [  5985] By: gsar                                  on 2000/04/28  07:30:28
36093         Log: forked child may not exit correctly if it failed to open
36094              /dev/console (from Graham Barr)
36095      Branch: perl
36096            ! ext/Sys/Syslog/Syslog.pm
36097 ____________________________________________________________________________
36098 [  5984] By: gsar                                  on 2000/04/28  07:27:20
36099         Log: attributes::reftype() doesn't work on tied argument
36100      Branch: perl
36101            ! xsutils.c
36102 ____________________________________________________________________________
36103 [  5983] By: gsar                                  on 2000/04/28  07:15:04
36104         Log: numeric conversion of non-number in change#3378 tramples on
36105              OOK offset, causing segfaults
36106      Branch: perl
36107            ! sv.c
36108 ____________________________________________________________________________
36109 [  5982] By: gsar                                  on 2000/04/28  04:48:25
36110         Log: avoid error in IO::Socket::INET when given an unknown service name
36111              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36112      Branch: perl
36113            ! ext/IO/lib/IO/Socket/INET.pm
36114 ____________________________________________________________________________
36115 [  5981] By: gsar                                  on 2000/04/28  04:31:31
36116         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36117              prototype mismatch with CORE::glob(); update pod and tests to
36118              suit (File::Glob::glob() is still available for backward
36119              compatibility, but should be considered deprecated)
36120      Branch: perl
36121            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
36122            ! t/lib/glob-taint.t
36123 ____________________________________________________________________________
36124 [  5980] By: gsar                                  on 2000/04/28  03:47:29
36125         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
36126              <ghudson@mit.edu>)
36127      Branch: metaconfig
36128            ! U/modified/Options.U
36129      Branch: perl
36130            ! Configure
36131 ____________________________________________________________________________
36132 [  5979] By: gsar                                  on 2000/04/28  03:07:54
36133         Log: under useithreads, constant pad entries could inadvertantly be
36134              shared across threads (from Eric Blood <eblood@xmission.com>);
36135              added Eric's test case to testsuite
36136      Branch: perl
36137            ! op.c t/op/misc.t
36138 ____________________________________________________________________________
36139 [  5978] By: gsar                                  on 2000/04/27  21:13:00
36140         Log: sync version numbers in File::Spec with the ones on CPAN
36141              (from Barrie Slaymaker)
36142      Branch: perl
36143            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36144            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36145            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36146 ____________________________________________________________________________
36147 [  5977] By: gsar                                  on 2000/04/27  21:07:29
36148         Log: autoquote barewords followed by newline and arrow properly
36149              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36150      Branch: perl
36151            ! t/pragma/warn/toke toke.c
36152 ____________________________________________________________________________
36153 [  5976] By: gsar                                  on 2000/04/27  20:41:20
36154         Log: DB_File v1.73 update (from Paul Marquess)
36155      Branch: perl
36156            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36157            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36158 ____________________________________________________________________________
36159 [  5975] By: gsar                                  on 2000/04/27  20:34:24
36160         Log: allow sort() reentrancy (variant of patch suggested by
36161              Hugo van der Sanden)
36162      Branch: perl
36163            ! pp_ctl.c t/op/sort.t
36164 ____________________________________________________________________________
36165 [  5974] By: gsar                                  on 2000/04/27  19:46:57
36166         Log: change#4197 somehow missed initializing PL_errors, meaning
36167              sytax error queueing wasn't working outside eval"" at all;
36168              also fixed eval"" to localize PL_error_count, so that compile-time
36169              eval's don't clobber the error state of the outer context
36170      Branch: perl
36171            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
36172            ! t/pragma/warn/toke
36173 ____________________________________________________________________________
36174 [  5973] By: gsar                                  on 2000/04/27  18:29:05
36175         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
36176      Branch: perl
36177            ! regcomp.c regexec.c t/op/re_tests
36178 ____________________________________________________________________________
36179 [  5972] By: jhi                                   on 2000/04/27  18:22:41
36180         Log: Integrate with Sarathy.
36181      Branch: cfgperl
36182           +> t/lib/b.t t/lib/syslog.t
36183           !> (integrate 31 files)
36184 ____________________________________________________________________________
36185 [  5971] By: jhi                                   on 2000/04/27  18:18:46
36186         Log: Unicos tweaks from Mark P. Lutz.
36187      Branch: cfgperl
36188            ! hints/unicos.sh lib/Math/Complex.pm
36189 ____________________________________________________________________________
36190 [  5970] By: gsar                                  on 2000/04/27  18:05:11
36191         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
36192              IV is >32bits
36193      Branch: perl
36194            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
36195 ____________________________________________________________________________
36196 [  5969] By: gsar                                  on 2000/04/27  17:50:56
36197         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
36198      Branch: perl
36199            + t/lib/syslog.t
36200            ! MANIFEST ext/Sys/Syslog/Syslog.pm
36201 ____________________________________________________________________________
36202 [  5968] By: gsar                                  on 2000/04/27  17:44:49
36203         Log: tolerate spaces in group names in test on solaris (from David Boyce
36204              <dsb@boyski.com>)
36205      Branch: perl
36206            ! t/op/groups.t
36207 ____________________________________________________________________________
36208 [  5967] By: gsar                                  on 2000/04/27  17:41:22
36209         Log: improved docs on the warn_uninit diagnostic (from David Glasser
36210              and Simon Cozens)
36211      Branch: perl
36212            ! pod/perldiag.pod
36213 ____________________________________________________________________________
36214 [  5966] By: gsar                                  on 2000/04/27  16:54:58
36215         Log: add testsuite for B backends, fix bug in B::Deparse (from
36216              Simon Cozens <simon@brecon.co.uk>)
36217      Branch: perl
36218            + t/lib/b.t
36219            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
36220 ____________________________________________________________________________
36221 [  5965] By: gsar                                  on 2000/04/27  16:10:37
36222         Log: avoid "will not stay shared" warnings for our variables (from
36223              Robin Barker)
36224      Branch: perl
36225            ! op.c t/pragma/warn/op
36226 ____________________________________________________________________________
36227 [  5964] By: gsar                                  on 2000/04/27  07:05:05
36228         Log: reformat to 72 columns (again)
36229      Branch: perl
36230            ! pod/perldiag.pod
36231 ____________________________________________________________________________
36232 [  5963] By: gsar                                  on 2000/04/27  06:28:31
36233         Log: patch from Larry to make (\&) prototype work; added tests for
36234              the same
36235      Branch: perl
36236            ! op.c t/comp/proto.t
36237 ____________________________________________________________________________
36238 [  5962] By: gsar                                  on 2000/04/27  06:15:47
36239         Log: updated README.hpux (from Jeff Okamoto)
36240      Branch: perl
36241            ! README.hpux
36242 ____________________________________________________________________________
36243 [  5961] By: gsar                                  on 2000/04/27  05:55:03
36244         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
36245      Branch: perl
36246            ! emacs/cperl-mode.el
36247 ____________________________________________________________________________
36248 [  5960] By: gsar                                  on 2000/04/27  05:49:26
36249         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
36250      Branch: perl
36251            ! INSTALL
36252 ____________________________________________________________________________
36253 [  5959] By: gsar                                  on 2000/04/27  05:33:41
36254         Log: doubled words in pods (from Simon Cozens
36255              <simon.p.cozens@jp.pwcglobal.com>)
36256      Branch: perl
36257            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
36258            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
36259            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
36260            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
36261            ! pod/perltootc.pod
36262 ____________________________________________________________________________
36263 [  5958] By: gsar                                  on 2000/04/27  05:11:39
36264         Log: change#3569 deleted some essential code, revert; avoid use of
36265              atexit() to make DynaLoader work properly on AIX under mod_perl
36266              (from Jens-Uwe Mager <jum@helios.de>)
36267      Branch: perl
36268            ! ext/DynaLoader/dl_aix.xs
36269 ____________________________________________________________________________
36270 [  5957] By: gsar                                  on 2000/04/27  04:54:51
36271         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
36272      Branch: perl
36273            ! pod/perlmod.pod
36274 ____________________________________________________________________________
36275 [  5956] By: gsar                                  on 2000/04/27  04:51:47
36276         Log: better diagnostics on failed tests (from Ilya Zakharevich)
36277      Branch: perl
36278            ! t/op/lex_assign.t
36279 ____________________________________________________________________________
36280 [  5955] By: gsar                                  on 2000/04/27  04:26:44
36281         Log: longstanding bug exposed by change#3307: sort arguments weren't
36282              compiled with the right wantarray context (ensuing runtime lookup
36283              via block_gimme() was getting the incidental context of the
36284              sort() itself)
36285      Branch: perl
36286            ! op.c t/op/sort.t
36287 ____________________________________________________________________________
36288 [  5954] By: gsar                                  on 2000/04/26  23:42:12
36289         Log: integrate cfgperl contents into mainline
36290      Branch: perl
36291           !> (integrate 30 files)
36292 ____________________________________________________________________________
36293 [  5953] By: jhi                                   on 2000/04/26  23:06:42
36294         Log: Integrate with Sarathy.
36295      Branch: cfgperl
36296           !> README.win32 ext/B/B/Deparse.pm
36297           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36298           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
36299           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
36300           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
36301           !> utils/perldoc.PL vms/perlvms.pod
36302 ____________________________________________________________________________
36303 [  5952] By: jhi                                   on 2000/04/26  23:03:46
36304         Log: Undo "use integer" addition from 64bitint as it seems
36305              to break most of the subtests in Digital UNIX;
36306              Unicos needs to find another way.
36307      Branch: cfgperl
36308            ! t/op/64bitint.t
36309 ____________________________________________________________________________
36310 [  5951] By: jhi                                   on 2000/04/26  22:57:53
36311         Log: Be more robust on "extreme" (large absolute value)
36312              arguments.  Originally reported by Daniel Connelly
36313              as a problem with asinh() on large negative arguments,
36314              asinh() used to bail out because an argument to log()
36315              ended up being zero.  Ilya Zakharevich proposed using
36316              Taylor's series in such cases, which for such large
36317              arguments is a very good approximation.
36318      Branch: cfgperl
36319            ! lib/Math/Complex.pm t/lib/complex.t
36320 ____________________________________________________________________________
36321 [  5950] By: gsar                                  on 2000/04/25  19:13:12
36322         Log: reformat perldiag to avoid long lines
36323      Branch: perl
36324            ! pod/perldiag.pod
36325 ____________________________________________________________________________
36326 [  5949] By: gsar                                  on 2000/04/25  18:41:11
36327         Log: make perldoc use the pod2man from the same version (from
36328              M.J.T. Guy)
36329      Branch: perl
36330            ! utils/perldoc.PL
36331 ____________________________________________________________________________
36332 [  5948] By: gsar                                  on 2000/04/25  18:21:57
36333         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
36334              <kompas@kompas.usr.onet.pl>)
36335      Branch: perl
36336            ! lib/vars.pm
36337 ____________________________________________________________________________
36338 [  5947] By: gsar                                  on 2000/04/25  18:11:53
36339         Log: use &dl_error rather than &dl_load_file as the guard for calling
36340              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
36341              statically built perl)
36342      Branch: perl
36343            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36344 ____________________________________________________________________________
36345 [  5946] By: jhi                                   on 2000/04/25  17:37:54
36346         Log: Document that tr() is not tr(1).
36347      Branch: cfgperl
36348            ! pod/perlop.pod
36349 ____________________________________________________________________________
36350 [  5945] By: gsar                                  on 2000/04/25  16:34:33
36351         Log: make module name mandatory after -M switch; reorder perldiag
36352              alphabetically (from Mark-Jason Dominus)
36353      Branch: perl
36354            ! perl.c pod/perldiag.pod
36355 ____________________________________________________________________________
36356 [  5944] By: jhi                                   on 2000/04/25  01:15:18
36357         Log: On second thoughts frexp() does have two arguments.
36358      Branch: cfgperl
36359            ! perl.h
36360 ____________________________________________________________________________
36361 [  5943] By: jhi                                   on 2000/04/24  22:56:32
36362         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
36363              Now pp_ncmp() returns undef is either operand is a NaN.
36364      Branch: cfgperl
36365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36366            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
36367            ! vms/subconfigure.com vos/config.def vos/config.h
36368            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
36369            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36370            ! win32/config_H.vc
36371      Branch: metaconfig/U/perl
36372            + d_modfl.U
36373 ____________________________________________________________________________
36374 [  5942] By: jhi                                   on 2000/04/24  19:45:17
36375         Log: Regen Configure to match #5937.
36376      Branch: cfgperl
36377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36378            ! config_h.SH
36379      Branch: metaconfig
36380            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
36381 ____________________________________________________________________________
36382 [  5941] By: jhi                                   on 2000/04/24  19:24:11
36383         Log: Further Unicos fixes for Mark Lutz.
36384      Branch: cfgperl
36385            ! hints/unicos.sh pp_ctl.c
36386 ____________________________________________________________________________
36387 [  5940] By: jhi                                   on 2000/04/24  19:09:06
36388         Log: Various Unicos 10.0.0.6 fixes.
36389              
36390              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
36391              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
36392              Reply-To: tecmpl1@triton.ca.boeing.com 
36393              To: perl5-porters@perl.org 
36394              Date: Fri, 14 Apr 2000 20:21:00 GMT 
36395              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
36396      Branch: cfgperl
36397            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
36398 ____________________________________________________________________________
36399 [  5939] By: gsar                                  on 2000/04/24  19:01:24
36400         Log: more pod nits (from Larry Virden)
36401      Branch: perl
36402            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
36403            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
36404            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
36405 ____________________________________________________________________________
36406 [  5938] By: gsar                                  on 2000/04/24  18:54:01
36407         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
36408      Branch: perl
36409            ! ext/B/B/Deparse.pm
36410 ____________________________________________________________________________
36411 [  5937] By: jhi                                   on 2000/04/24  17:39:00
36412         Log: Integrate with Sarathy.
36413      Branch: cfgperl
36414           +> (branch 31 files)
36415           !> (integrate 73 files)
36416 ____________________________________________________________________________
36417 [  5936] By: gsar                                  on 2000/04/24  17:30:06
36418         Log: additional tests for change#5934 (from Paul Marquess, who also
36419              sent in the same fix)
36420      Branch: perl
36421            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
36422            ! t/pragma/warn/5nolint t/pragma/warn/6default
36423 ____________________________________________________________________________
36424 [  5935] By: jhi                                   on 2000/04/24  17:26:05
36425         Log: Do not assume sign propagation.
36426              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
36427              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
36428              To: payner@ncifcrf.gov, perl5-porters@perl.org 
36429              Date: Tue, 18 Apr 2000 18:24:49 +0100 
36430              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
36431      Branch: cfgperl
36432            ! t/op/bop.t t/op/misc.t
36433 ____________________________________________________________________________
36434 [  5934] By: gsar                                  on 2000/04/24  17:16:54
36435         Log: propagate lexical warnings from surrounding scope correctly
36436              within string eval()
36437      Branch: perl
36438            ! pp_ctl.c t/pragma/warn/pp_ctl
36439 ____________________________________________________________________________
36440 [  5933] By: jhi                                   on 2000/04/24  17:01:07
36441         Log: Flatten the cpp jungle doing the nosuid checking.
36442      Branch: cfgperl
36443            ! perl.c
36444 ____________________________________________________________________________
36445 [  5932] By: gsar                                  on 2000/04/24  09:08:14
36446         Log: add rsignal(), whichsig() and do_join() to public API list
36447              (mod_perl uses them to good advantage)
36448      Branch: perl
36449            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
36450 ____________________________________________________________________________
36451 [  5931] By: gsar                                  on 2000/04/24  09:01:40
36452         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
36453      Branch: perl
36454            ! pp_hot.c regexec.c t/op/pat.t
36455 ____________________________________________________________________________
36456 [  5930] By: gsar                                  on 2000/04/24  08:58:33
36457         Log: small os390 tweaks (from Peter Prymmer)
36458      Branch: perl
36459            ! config_h.SH makedepend.SH
36460 ____________________________________________________________________________
36461 [  5929] By: gsar                                  on 2000/04/24  08:55:25
36462         Log: pod nits
36463      Branch: perl
36464            ! pod/perlguts.pod
36465 ____________________________________________________________________________
36466 [  5928] By: gsar                                  on 2000/04/24  08:50:13
36467         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
36468      Branch: perl
36469            ! ext/IO/lib/IO/Poll.pm
36470 ____________________________________________________________________________
36471 [  5927] By: gsar                                  on 2000/04/24  08:43:24
36472         Log: arrange for next() to resume at the unstack op rather than the
36473              loop conditional, so that scope cleanup happens correctly
36474              (from Stephen McCamant)
36475      Branch: perl
36476            ! op.c pp_ctl.c t/op/misc.t
36477 ____________________________________________________________________________
36478 [  5926] By: gsar                                  on 2000/04/24  08:18:40
36479         Log: on windows, reserve 16M of stack rather than 128M (allows more
36480              threads to run concurrently)
36481      Branch: perl
36482            ! win32/Makefile win32/makefile.mk
36483 ____________________________________________________________________________
36484 [  5925] By: gsar                                  on 2000/04/24  08:13:52
36485         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
36486      Branch: perl
36487            ! toke.c
36488 ____________________________________________________________________________
36489 [  5924] By: gsar                                  on 2000/04/24  08:08:59
36490         Log: avoid using uninitialized memory in require version check
36491      Branch: perl
36492            ! pp_ctl.c universal.c
36493 ____________________________________________________________________________
36494 [  5923] By: gsar                                  on 2000/04/24  07:20:14
36495         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
36496      Branch: perl
36497            ! ext/IO/lib/IO/Poll.pm
36498 ____________________________________________________________________________
36499 [  5922] By: gsar                                  on 2000/04/24  07:08:42
36500         Log: commentary about IoTYPE() (from Nathan Torkington)
36501      Branch: perl
36502            ! sv.h
36503 ____________________________________________________________________________
36504 [  5921] By: gsar                                  on 2000/04/24  06:58:26
36505         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
36506              by fix
36507      Branch: perl
36508            ! sv.c t/lib/charnames.t t/pragma/utf8.t
36509 ____________________________________________________________________________
36510 [  5920] By: gsar                                  on 2000/04/24  06:37:59
36511         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
36512      Branch: perl
36513            ! doop.c t/op/ver.t
36514 ____________________________________________________________________________
36515 [  5919] By: gsar                                  on 2000/04/24  06:21:58
36516         Log: Configure might miss old directories when prefix must be
36517              expanded (from Robin Barker)
36518      Branch: metaconfig
36519            ! U/installdirs/inc_version_list.U
36520      Branch: perl
36521            ! Configure
36522 ____________________________________________________________________________
36523 [  5918] By: gsar                                  on 2000/04/24  06:16:11
36524         Log: VMS nits in glob() test (from Charles Lane)
36525      Branch: perl
36526            ! t/lib/glob-basic.t
36527 ____________________________________________________________________________
36528 [  5917] By: gsar                                  on 2000/04/24  06:11:56
36529         Log: various pod nits (from Larry Virden and others)
36530      Branch: perl
36531            ! README.amiga README.hpux README.machten README.os2
36532            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
36533            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
36534            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
36535            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
36536            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
36537            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
36538            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
36539            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
36540 ____________________________________________________________________________
36541 [  5916] By: gsar                                  on 2000/04/24  05:52:43
36542         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
36543              <wjones@tc.fluke.com>)
36544      Branch: perl
36545            ! t/lib/glob-basic.t
36546 ____________________________________________________________________________
36547 [  5915] By: gsar                                  on 2000/04/24  05:07:01
36548         Log: supported platforms mixed up
36549      Branch: perl
36550            ! pod/perl56delta.pod pod/perlport.pod
36551 ____________________________________________________________________________
36552 [  5914] By: gsar                                  on 2000/04/24  04:56:08
36553         Log: caller() wasn't returning the right number of elements for
36554              eval {...}
36555      Branch: perl
36556            ! pp_ctl.c t/pragma/warn/9enabled
36557 ____________________________________________________________________________
36558 [  5913] By: gsar                                  on 2000/04/24  04:35:41
36559         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
36560              Mark-Jason Dominus)
36561      Branch: perl
36562            ! pod/perlfunc.pod
36563 ____________________________________________________________________________
36564 [  5912] By: gsar                                  on 2000/04/24  04:17:15
36565         Log: fix totally broken caching in UNIVERSAL::isa() (from
36566              Nick Ing-Simmons)
36567      Branch: perl
36568            ! t/op/universal.t universal.c
36569 ____________________________________________________________________________
36570 [  5911] By: gsar                                  on 2000/04/24  03:39:47
36571         Log: add linebreak properties from unicode/LineBrk.txt (from
36572              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
36573      Branch: perl
36574            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36575            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36576            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36577            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36578            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36579            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36580            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36581            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36582            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36583            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36584            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36585            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36586            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36587            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
36588            + lib/unicode/Is/LbrkZW.pl
36589            ! lib/unicode/mktables.PL
36590 ____________________________________________________________________________
36591 [  5910] By: gsar                                  on 2000/04/24  03:23:10
36592         Log: typo in pod
36593      Branch: perl
36594            ! ext/Thread/Thread.pm
36595 ____________________________________________________________________________
36596 [  5909] By: gsar                                  on 2000/04/24  03:22:03
36597         Log: mode argument to do_binmode() should be file mode, not boolean
36598      Branch: perl
36599            ! pp_sys.c
36600 ____________________________________________________________________________
36601 [  5908] By: gsar                                  on 2000/04/16  16:51:08
36602         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
36603              always returns a valid GV even when the symbol is trapped by strictures
36604              (avoids coredumps)
36605              
36606              TODO: the C<package;> hack needs similar treatment
36607      Branch: perl
36608            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
36609            ! t/pragma/strict-vars
36610 ____________________________________________________________________________
36611 [  5907] By: jhi                                   on 2000/03/31  23:42:56
36612         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
36613              an assumption which #5905 demolished.
36614      Branch: cfgperl
36615            ! pp_sys.c
36616 ____________________________________________________________________________
36617 [  5906] By: jhi                                   on 2000/03/31  18:54:37
36618         Log: Typo in #5905.
36619      Branch: cfgperl
36620            ! t/op/64bitint.t
36621 ____________________________________________________________________________
36622 [  5905] By: jhi                                   on 2000/03/31  18:50:54
36623         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
36624              reported by Joseph N. Hall.  The bug was that even with use64bitint
36625              one had to use the prefixes q, L, or ll with printf/sprintf,
36626              contrary to the documentation and common sense.
36627      Branch: cfgperl
36628            ! sv.c t/op/64bitint.t
36629 ____________________________________________________________________________
36630 [  5904] By: gsar                                  on 2000/03/28  02:31:32
36631         Log: add Changes, perldelta.pod
36632      Branch: perl
36633            + Changes pod/perldelta.pod
36634 ____________________________________________________________________________
36635 [  5903] By: gsar                                  on 2000/03/28  02:03:55
36636         Log: rename Changes and perldelta.pod
36637      Branch: perl
36638           +> Changes5.6 pod/perl56delta.pod
36639            - Changes pod/perldelta.pod
36640            ! MANIFEST
36641 ____________________________________________________________________________
36642 [  5902] By: gsar                                  on 2000/03/28  01:59:14
36643         Log: create maint-5.6 branch
36644      Branch: maint-5.6/perl
36645           +> (branch 1611 files)
36646 ____________________________________________________________________________
36647 [  5901] By: jhi                                   on 2000/03/23  05:48:43
36648         Log: Integrate with Sarathy.
36649      Branch: cfgperl
36650           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
36651 ____________________________________________________________________________
36652 [  5900] By: gsar                                  on 2000/03/23  05:42:43
36653         Log: three guesses on what this is :-)
36654      Branch: perl
36655            ! Changes