This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
d83cda9e02917aca83f04e2559723b99bcdb719c
[perl5.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